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
本次坏境: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
操作系统centOs6.31、安装#yum install subversion#判断是否安装成功#subversion -v#或者svnserve --version#建立SVN库。#mkdir /opt/svn/repos#svnadmin create /opt/svn/repos执行上面的命...
分类:
其他好文 时间:
2014-06-27 11:50:34
阅读次数:
245
1.安装Apache在终端中输入下面的命令就可以安装Apache了:sudo yum install httpdsudo的意思是用root用户做什么操作。要点击y就确认下载安装了,非常方便。然后用下面的命令来启动服务sudo service httpd start现在不用着急往下弄,直接在浏览器中输入DigitalOcean给你的IP地址,应该就可以访问到Apache的欢迎页面了。类似下面的样子:...
分类:
数据库 时间:
2014-06-27 10:02:26
阅读次数:
251
服务器端配置挂载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