搜索""的结果
在默认情况下,Xen Server不允许利用yum自动安装GCC,这让我们在服务器上安装、编译一些程序的时候很麻烦!有没什么方法能安装?By default CentOS base repositories won’t be configured on XenServer. To compile and install nagios/bacula or any other app on server you might end up searching for compiler tools like gcc etc.Here is a simple way to enable base repo and install gcc on your XenServer.yum --enablerepo=base install gccThis will enable the base repository and pull the required packages for gcc.
XenServer yum gcc 通过yum 安装软件。Here’s how I did it, and the resulting RPM’s.Fuse is already included in XenServer 6.0, so all we really need to do is install the compiler. In order to get the compiler I folowed instructions found on the Citrix XenServer forums. Log into your XenServer and run the following:# cd /etc/yum.repos.d
# mv CentOS-Base.repo CentOS-Base.repo-old
# mv CentOS-Base.repo.orig CentOS-Base.repo
# yum install gcc make automake
GlusterFS 3.2.6 for XenServer 6.0I’ve been wanting to test GlusterFS running natively under XenServer for quite some time. In order to do so, I needed to compile GlusterFS specifically for XenServer 6.0. I wouldn’t do this on a production server.Here’s how I did it, and the resulting RPM’s.Compiling GlusterFSFuse is already included in XenServer 6.0, so all we really need to do is install the compiler. In order to get the compiler I folowed instructions found on the Citrix XenServer forums. Log into your XenServer and run the following:# cd /etc/yum.repos.d
# mv CentOS-Base.repo CentOS-Base.repo-old
# mv CentOS-Base.repo.orig CentOS-Base.repo
# yum install gcc make automakeOnce the compiler is installed use wget to fetch the latest GlusterFS source. Do not untar and ungzip the archive. We’ll also install some support utilities needed for compiling. They are not needed for installing.# wget http://download.gluster.com/pub/gluster/glusterfs/LA...
Subject:[Xen-devel] [PATCH] Allow full domain name display with xentopFrom:Charles Arnold (carn...@novell.com)Date:Dec 2, 2009 8:17:07 amList:com.xensource.lists.xen-develAttachments:xentop-show-full-name.patch - 2kAdd a '-f' option to xentop to allow the full domain name to be displayed. Thisis the original behavior which can cause the display to be unaligned. Customershave requested this because only the trailing characters of their domain namesare unique and therefore cannot be distinguished when the display is limited toa 10 character width.Signed-off-by: Charles Arnold <carn...@novell.com>diff -r 176b4c8e2c4b tools/xenstat/xentop/xentop.c--- a/tools/xenstat/xentop/xentop.c Wed Dec 02 13:45:35 2009 +0000+++ b/tools/xenstat/xentop/xentop.c Wed Dec 02 08:46:46 2009 -0700@@ -203,6 +203,7 @@ int show_networks = 0; int show_networks = 0; int show_vbds = 0; int repeat_header = 0;+int show_full_name = 0; #define PROMPT_VAL_LEN 80 char *prompt = NULL; char prompt_val[PRO...
Web服务器如何防CC攻击? CC攻击是DDOS(分布式拒绝服务)的一种,相比其它的DDOS攻击CC似乎更有技术含量一些。这种攻击你见不到虚假IP,见不到特别大的异常流量,但造成服务器无法进行正常连接,听说一条ADSL足以搞掂一台高性能的Web服务器。由此可见其危害性,称其为“Web杀手”也毫不为过。最让站长们忧虑的是这种攻击技术含量低,利用工具和一些IP代理一个初、中级的电脑水平的用户就能够实施攻击。因此,大家有必要了解CC攻击的原理及如果发现CC攻击和对其的防范措施。 1、攻击原理 CC攻击的原理就是攻击者控制某些主机不停地发大量数据包给对方服务器造成服务器资源耗尽,一直到宕机崩溃。CC主要是用来攻击页面的,每个人都有这样的体验:当一个网页访问的人数特别多的时候,打开网页就慢了,CC就是模拟多个用户(多少线程就是多少用户)不停地进行访问那些需要大量数据操作(就是需要大量CPU时间)的页面,造成服务器资源的浪费,CPU长时间处于100%,永远都有处理不完的连接直至就网络拥塞,正常的访问被中止。 2、攻击症状 CC攻击有一定的隐蔽性,那如何确定服务器正在遭受或者曾经遭受CC攻击呢?我们可以通过以下三个方法来确定。 (1).命令行法 一般遭受...
Timer_MinBytesPerSecond,Timer_ConnectionIdle解决办法问题描述:这个错误是由于服务器连接被中断导致的。 If you check out the C:"Windows"system32"LogFiles"HTTPERR"httperr*.log files on the distribution server, you'll likely see either Timer_MinBytesPerSecond errors or Timer_ConnectionIdle errors. These are caused by IIS' default settings, contained within its metabase, which define the minimum traffic flow rate for a connection o be kept alive and the maximum idle time allowed before a connection is dropped. For some reason, SUS servers seem to take their good old time while downloading updates, and these ...
开源虚拟化管理平台Ovirt简介和配置环境搭建一Ovirt简介Ovirt是什么?Ovirt是一个开源的虚拟化管理平台,是redhat 虚拟化管理平台RHEV的开源版本。Ovirt的构架是什么样的?Ovirt由两部分组成,客户端ovirt-node 类似于vmware esxi,是由fedaro 16订制而成。也可以在linux系统上安装vdsm服务而得到一个ovirt客户端。管理端overt-engine 类似于 vmware vcenter,但是是基于web页面的。Ovirt能做什么,不能做什么?Ovirt现在已有的功能:1. 对宿主机节点的管理,支持基于数据中心,集群的管理,比较有特色的一个功能是可以管理ilo idarc等硬件管理卡;2. 对虚拟机的管理,可以完成虚拟机的创建、快照、删除、基于模版的克隆等常见操作;3. 迁移,在线及离线迁移虚拟机;4. 高可用,当一台宿主机宕机,在另外一台宿主机上自动开启虚机;5. 宿主机、虚拟机性能查看及统计;6. 支持nfs,iscsi,fc等存储方式;7. 支持多端口的网口绑定;8. 提供一个命令行,可以完成图形界面的大部分功能;9. 活动目录集成;10. 提供python api接口,可以api编程;11. 没有授权限制;和vmware相比,目前没有的功能:1. 稳定目前较差,经常出现崩溃,连接出现问题;2. 易用性较差,设计不人性化;3. 没有...
如何在QOMO4的grub.cfg添加windows启动项?#yum install os-prober#grub-mkconfig -o /boot/grub/grub.cfg再重启,就可以看到windows的启动选项了。
Linux 下解压 xz文件先下载XZ 解压工具软件。http://tukaani.org/xz/xz-4.999.9beta.tar.bz2$tar -jxvf xz-4.999.9beta.tar.bz2$./configure --prefix=/opt/gnu/xz$make$sudo make install$ln -s /opt/gnu/xz/bin/xz /bin/xz (前面那个路径可能有差异,自己进去看看)$xz -d ***.tar.xz$tar -xvf ***.tarok!
ubuntu 12.04 x64 开启 root 登录,并解决root用户后没有声音的问题 先设定一个root的密码,sudo passwd rootroot 登陆,su rootcp -p /etc/lightdm/lightdm.conf /etc/lightdm/lightdm.conf.bakvi /etc/lightdm/lightdm.conf在lightdm.conf最后增加一行:greeter-show-manual-login=true重启后,即可用root登入。Ubuntu在root用户下,为了安全考虑默认是关闭了声音系统的。如果要开很简单,因为root登录后pulseaudio没有启动。所以要先启动它将root加到pulse和pulse-access组:sudo usermod -a -G pulse-access rootgpasswd -a root pulsegpasswd -a root pulse-access然后:编辑/etc/default/pulseaudio文件cp -p /etc/default/pulseaudio/etc/default/pulseaudio.bakvim /etc/default/pulseaudio修改以下两处PULSEAUDIO_SYSTEM_START=1DISALLOW_MODULE_LOADING=0改为1和0,表示允许运行在system环境
最新评论