一,准备环境RHEL6.4最小化安装(关iptables,关selinux)+ssh+yumyum-yinstallsubversion(svn服务器),mysql-server(用于codestriker),httpdmod_dav_svn,mod_perl(用于支持web方式管理SVN服务器)sendmail(用于配置用户提交代码后发邮件提醒)wgetgcc-c++makeunzipperl*(必备软件..
分类:
其他好文 时间:
2014-08-29 16:21:48
阅读次数:
488
安装据网上资料说是由于安装了旧版的GPGKeys造成的。解决办法如下:rpm-ivhpdksh-5.2.14-37.el5_8.1.x86_64.rpm--force--nodeps--force:强制安装--nodeps:忽略依赖关系
分类:
其他好文 时间:
2014-08-29 16:16:28
阅读次数:
487
参考资料:http://www.centoscn.com/image-text/install/2014/0818/3503.html http://my.oschina.net/jielucky/blog/167405 http://blog.csdn.net/bxc168/ar...
分类:
系统相关 时间:
2014-08-28 21:03:46
阅读次数:
886
installed the Eclipse PHP developer version and setup the desktop launcher...
分类:
系统相关 时间:
2014-08-28 19:53:05
阅读次数:
338
1.yuminstallvsftpd2.servicevsftpdrestart测试是否安装成功Shuttingdownvsftpd:[OK]Startingvsftpdforvsftpd:[OK]OK表示重启成功了.3、配置Vsftpd安装完之后我们要对它进行配置,才能正常使用。编辑vsftpd的配置文件vi/etc/vsftpd/vsftpd.confvi编辑器中的搜索使命是斜杠“/”..
分类:
系统相关 时间:
2014-08-28 15:01:00
阅读次数:
236
1.根据下载对应的mongodb安装包mongodb-linux-x86_64-2.6.4.tgz2.解压并重命名为mongodbtar -zxvf mongodb-linux-x86_64-2.6.4.tgzmv mongodb-linux-x86_64-2.6.4 mongodb3.在mong....
分类:
数据库 时间:
2014-08-28 14:31:49
阅读次数:
246
从官网下载一个nginx 的tar.gz 版。
安装方式使用make 安装
第一步:解压
tar -zxvf nginx-1.7.4.tar.gz
第二步:进入nginx-1.7.4,执行./configure 命令
-----------------------------------------------------------------------------------...
分类:
系统相关 时间:
2014-08-27 20:35:38
阅读次数:
241
一. 安装包: 1. crash(通过yum安装) 2. kernel-debuginfo-2.6.32-358.el6.x86_64.rpm? 3. kernel-debuginfo-common-x86_64-2.6.32-358.el6.x86_64.rpm ? 二. 开启kdump服务:/etc/init.d/kdump start 注:通...
分类:
其他好文 时间:
2014-08-26 17:49:56
阅读次数:
364
Kickstart is used in Redhat Linux automatically perform unattended operating system installation and configuration. Tested Kickstart on RHEL6....
分类:
其他好文 时间:
2014-08-26 17:26:16
阅读次数:
183
reboot1.作用reboot命令的作用是重新启动计算机,它的使用权限是系统管理者。2.格式reboot[-n][-w][-d][-f][-i]3.主要参数-n:在重开机前不做将记忆体资料写回硬盘的动作。-w:并不会真的重开机,只是把记录写到/var/log/wtmp文件里。-d:不把记录写到/var/log/wtmp文件里..
分类:
系统相关 时间:
2014-08-25 17:21:05
阅读次数:
214