1.在虚拟机上安装centos6.6系统:http://mirror.symnds.com/distributions/CentOS-vault/6.5/isos/i386/CentOS-6.5-i386-bin-DVD1.iso2.更新所有软件:yum update3.为yum添加epel源:打开...
smokeping搭建环境:centos6.5防火墙关掉。selinux禁用yum源:163,epelrpm–Uvhhttp://mirrors.neusoft.edu.cn/epel/6/i386/epel-release-6-8.noarch.rpm安装依赖包yuminstalllibxml2-devellibpng-develpangopango-devellibart_lgpllibart_lgpl-develfreetypefreetype-develf..
分类:
其他好文 时间:
2015-04-14 14:49:06
阅读次数:
172
Master安装
rpm-Uvhhttp://ftp.linux.ncsu.edu/pub/epel/6/i386/epel-release-6-8.noarch.rpm
yuminstallsalt-master
[root@COS-S1~]#chkconfigsalt-masteron
[root@COS-S1~]#servicesalt-masterstart
Startingsalt-masterdaemon:[OK]
Minion
rpm-Uvhhttp://ftp.linux.ncsu.e..
分类:
其他好文 时间:
2015-04-11 21:03:18
阅读次数:
139
1、安装epel,memcached,php,httpd,php的memcache扩展yuminstall-yepel*yuminstall-yhttpdphpmemcachedphp*memcache2、启动httpd,memcacheservicehttpdstartmemcached-d-m20-uroot-p120003、vim/var/www/html/04.php<?phpphpinfo();?>浏览器打开http://192.168.20.95/04.p..
分类:
系统相关 时间:
2015-04-11 06:49:23
阅读次数:
203
1、安装httpd,epel,redis,php的redis扩展yuminstall-yepel*(先安装epel扩展YUM源)yuminstall-yhttpdredisphp*redis(安装了epel之后,再安装redis,与php的redis扩展)2、启动httpd,redisservicehttpdrestartserviceredisrestart3、vim/var/www/html/01.php<?phpphpinfo();?>..
分类:
其他好文 时间:
2015-04-11 06:47:50
阅读次数:
138
很多场合,我们不得不在公网开启ssh22端口,以CentOS6为例,下面的几个办法可以加固ssh连接1、限制密码尝试次数(denyhosts)yuminstalldenyhosts--enablerepo=epel
chkconfigdenyhostson
/etc/init.d/denyhostsstart2、除掉密码认证,采用ssh密钥登陆修改/etc/ssh/sshd_config..
分类:
其他好文 时间:
2015-04-10 07:10:27
阅读次数:
124
首先安装环境的准备,docker好像不支持32位的系统。(本人实验得出的结果7.0系统的安装包不同于6.X的)
我安装的是CentOS6.6的虚拟机
首先配置扩展源epel
#cd/etc/yum.repos.d/
#wgethttp://mirrors.aliyun.com/repo/epel-6.repo
#yumcleanall
#yummakecache..
分类:
其他好文 时间:
2015-04-08 01:19:32
阅读次数:
494
(3)安装配置MYSQL-MMM在db1、db2、db3安装MMM所需要的Perl模块(所有服务器)执行该脚本,然后yum-yinstallmysql-mmm-agent来安装MMM:
#rpm-ivhhttp://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm#yum-yinstallmysql-mmm-agent在Monitor节点安装my..
分类:
数据库 时间:
2015-04-06 06:29:37
阅读次数:
173
硬件要求安装OpenStack1 安装CentOS 65系统并清空iptables防火墙规则2 安装系统需要的工具包包括Openstack依赖的和CloudFoundry依赖的3 安装EPEL repo4 Upgrade 当前系统5 安装openstack repo 目前CloudFoundry最高...
分类:
其他好文 时间:
2015-04-04 09:05:38
阅读次数:
213
安装系统:centos_6.5sed-i‘/SELINUX/s/enforcing/disabled/‘/etc/selinux/configsetenforce0chkconfigiptablesoffserviceiptablesstoprpm-Uvh‘http://mirrors.ustc.edu.cn/epel/6/x86_64/epel-release-6-8.noarch.rpm‘yuminstall-ycobblertftpdhcphttpdcmanpykickstartdebmirr..
分类:
其他好文 时间:
2015-04-03 19:37:36
阅读次数:
239