通过yum安装Nagios2012年04月05日?Nagios?暂无评论QQ空间新浪微博腾讯微博人人网更多3前提先自行安装好Apache+php测试环境主监控机:CentOS 6.0被监控机:CentOS 6.2主监控机设置:1、安装epel# cat /etc/issueCentOS releas...
分类:
移动开发 时间:
2014-07-01 21:12:01
阅读次数:
351
1.安装cobbler(1).安装第三方软件库所需要的包#cd/tmp#wgethttp://mirrors.ustc.edu.cn/fedora/epel/6/x86_64/epel-release-6-8.noarch.rpm#rpm-ivhepel-release-6-8.noarch.rpm(2).安装dhcp#yum-yinstalldhcp(3).安装其他的相关软件#yum-yinstalltftprsyncxinetdhttpd(4).安装..
分类:
系统相关 时间:
2014-06-28 00:04:18
阅读次数:
549
1、把相关软件包全部下载到本地机器
wget -np -nH –cut-dirs=1 -r -c -L –exclude-directories=repodata –accept=rpm,gz,xml http://repos.fedorapeople.org/repos/openstack/openstack-icehouse/epel-6/ -P /opt/epel6
wge...
分类:
其他好文 时间:
2014-06-22 21:06:16
阅读次数:
557
查看系统版本cat /etc/redhat-release下载CentOS 版本所对应的EPEL 的版本wget http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm命令安装EPEL 软件包rpm ...
分类:
其他好文 时间:
2014-06-15 22:16:46
阅读次数:
413
添加系统以外的软件库[1]Addrpmforerepositories#yum-yinstallhttp://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm#把“enabled=0”避免安装软件包发生冲突#sed-i-e"s/enabled=1/enabled=0/g"/etc/yum.repos.d/rpmforge.repo#使用此软件库..
分类:
其他好文 时间:
2014-06-13 21:21:32
阅读次数:
378
安装phpmyadmin通过web管理Mysql,所以需要WebServer的支持;[1]InstallphpMyadminformtoEPELrepositories#yum--enablerepo=epel-yinstallphpMyAdminphp-mysqlphp-mcrypt#vim/etc/httpd/conf.d/phpMyAdmin.conf
Alias/phpMyAdmin/usr/share/phpMyAdmin
Alias/phpmyadmin/usr/sha..
分类:
数据库 时间:
2014-06-13 21:09:16
阅读次数:
437
实际环境的设定:系统环境:centos6或centos5实验机器:192.168.1.100软件需求:salt套件,及其需求环境实验目的:成功安装salt,并实现salt主从间通讯特殊设置:其它目的:安装SaltStack(下面简称为salt)epel安装:salt安装需要epel源支持,所以在安装salt前需要先安装epel..
分类:
其他好文 时间:
2014-06-11 00:00:43
阅读次数:
410
这文章太简单,大家只看我写中文的地方就可以了
Installing RHEL EPEL Repo on Centos 5.x or 6.x
How to install RHEL EPEL repository on Centos 5.x or 6.x
The following article will describe how to configure a...
分类:
其他好文 时间:
2014-06-08 18:10:54
阅读次数:
250
1、由于CentOS系统默认源没有memcache安装包,因此需要导入第三方的源。执行如下两条命令:[root@EACNCTCSHHSHH00B001
data]# wget ftp://fr2.rpmfind.net/linux/epel/5/ppc/epel-release-5-4.noarch...
分类:
其他好文 时间:
2014-05-30 18:40:22
阅读次数:
325
Linux下安装wine可以从源码编译安装,但一般都觉得麻烦,所以尽量利用yum进行安装,解决很多包的依赖关系。首先安装一个epelrpm-ivhhttp://dl.Fedoraproject.org/pub/epel/6/x86_64/epel-release-6-7.noarch.rpm有可能这...