rsync安装配置yum -y install rsync配置rsyncrsync服务需要三个文件rsyncd.conf rsync服务的配置文件rsyncd.secrets rsync服务的用户密码保存文件 用户必须为服务器上存在的用户rsyncd.motd rsync服务的登陆提示信息为了密码的...
分类:
其他好文 时间:
2014-06-28 10:02:28
阅读次数:
298
背景,需要安装cacti,google了很多安装资料,需要先yum安装一些准备lib包,比如snmp以及openssl等等。[root@mysqlvm2 ~]# yum install net-snmp-develLoaded plugins: rhnplugin, securityThis system is not registered with RHN.RHN support will be...
分类:
其他好文 时间:
2014-06-28 08:25:57
阅读次数:
323
环境:lamp下搭建一个博客然后实现同步这里:以wordpress为例,进行实施具体操作如下:一、环境配置1.自动获取ip地址,虚拟机设置为桥接2.[root@gjpslave~]#yuminstallwget#换成163的yum源:cd/etc/yum.repos.dmvCentOS-Base.repoCentOS-Base.repo.savewgetmirrors.163.com/.he..
分类:
数据库 时间:
2014-06-28 06:07:06
阅读次数:
698
1、rpm包管理命令:YUM借助于YUM软件仓库,可以完成安装、卸载、自动升级rpm软件包等任务,能够自动查找并解决rpm包之间的依赖关系,而无需管理员逐个、手工地去安装每一个rpm包,使管理员在维度护在量linux服务器时更加轻松自如。特别是在拥有大量linux主机的本地网络中,构建..
分类:
其他好文 时间:
2014-06-28 00:59:57
阅读次数:
396
1、环境介绍os:oraclecentos5.9apache:httpd-2.2.3-74.0.1.el5php:php53-5.3.3-13.el5_8mysql:mysql-server-5.0.95-3.el52、安装过程#yuminstall-yhttpd
#servicehttpdstart
#yuminstall-ymysql-server
#servicemysqldstart
#yuminstall-yphp53
#yum-yinstallphp53-mysql3、环..
分类:
其他好文 时间:
2014-06-28 00:24:56
阅读次数:
242
本次坏境:CA和apache为同一台主机先使本机作为CA服务端:[root@localhost~]#yum-yinstallopensslopenssl-devel[root@localhost~]#vi/etc/pki/tls/openssl.cnf[CA_default]dir=../../CA改为:[CA_default]dir=/etc/pki/CA为了减少不必要的重复操作,可以预先定义[req_distingui..
分类:
其他好文 时间:
2014-06-28 00:15:30
阅读次数:
556
服务器环境,Centos6.51.安装Memcached服务端Yum -y install memcached2.配置Memcached服务端用户以及自动启动服务等将服务配置成自启动chkconfig--level2345memcachedon3.配置配置文件vi/etc/sysconfig/mem...
分类:
Web程序 时间:
2014-06-27 23:03:12
阅读次数:
338
服务器端配置挂载isocd1和cd2mkdir/tmp/cd{1,2}
mount/home/share/cd1.iso/tmp/cd1
mount/home/share/cd2.iso/tmp/cd2
mkdir/var/www/html/yum/Centos6.4_x64-p
rsync-av/tmp/cd1//var/www/html/yum/Centos6.4_x64/
rsync-av/tmp/cd2//var/www/html/yum/Centos6.4_x64/find/var..
分类:
其他好文 时间:
2014-06-27 06:51:28
阅读次数:
389
系统环境[root@localhost~]#cat/etc/redhat-releaseCentOSrelease6.5(Final)[root@localhost~]#uname-aLinuxlocalhost.localdomain2.6.32-431.el6.x86_64#1SMPFriNov2203:15:09UTC2013x86_64x86_64x86_64GNU/Linuxphp5.4yum源rpm-Uvhhttp://mirror.webtatic.com/yum/el6/latest..
分类:
Web程序 时间:
2014-06-27 06:39:44
阅读次数:
666
安装环境:redhat5.5VirtualBox4.3.12oracle10g在虚拟机环境下,直接安装的是带图形界面redhat5.5-server,便于后来方面安装oracle一安装部分1.安装前的包检查采用iso光盘挂载作为yum源安装[rhel-server]
name=localserver
baseurl=file:///mnt/cdrom/Server//挂载光盘文件为yu..
分类:
数据库 时间:
2014-06-27 06:01:02
阅读次数:
516