摘要: centos 6.5 web service模式 安装svn测试服务器 1 下载subversion shell>yum install subversion 2 查看安装的版本 [root@cuijian /]# svn --version 3 建立一个项目的版本库 [root@cuijian / 阅读全文
posted @ 2014-09-09 17:10 thrillerz 阅读(966) 评论(0) 推荐(0) 编辑
摘要: inux zip 命令详解功能说明:压缩文件。语 法:zip [-AcdDfFghjJKlLmoqrSTuvVwXyz$][-b ][-ll][-n ][-t ][-][压缩文件][文件...][-i ][-x ]补充说明:zip是个使用广泛的压缩程序,文件经它压缩后会另外产生具有".zip"扩展名... 阅读全文
posted @ 2014-09-09 11:30 thrillerz 阅读(293) 评论(0) 推荐(0) 编辑
摘要: 1 在CentOS上使用PHP的curl访问HTTPS页面时,出现错误“Protocol https not supported or disabled in libcurl”。表示curl未启用https,需要重新编译php所使用的curl库。cd curl-7.31.0./configure -... 阅读全文
posted @ 2014-09-08 20:17 thrillerz 阅读(2142) 评论(0) 推荐(0) 编辑
摘要: 1 首先是坚持libxml2出问题,提示如下:checking for xml2-config path... /home/www/thirdlib/libxml2/bin/xml2-configchecking whether libxml build works... noconfigure: ... 阅读全文
posted @ 2014-09-08 17:52 thrillerz 阅读(299) 评论(0) 推荐(0) 编辑
摘要: 使用cronolog可以格式化日志文件的格式,比如按时间分割,易于管理和分析。1.下载软件http://cronolog.org/download/index.html用法见 lighttpd配置文件 阅读全文
posted @ 2014-09-07 21:40 thrillerz 阅读(331) 评论(0) 推荐(0) 编辑
摘要: 依赖包:zlib,pcre,cronolog,bzip2,1:将lighttpd的原码包、以土豆现用lighttpd配置文件为基础的lighttpd.conf文件、日志轮循工具cronologpcre-7.1.tar.gz存放到/usr/下2:tarxzvf/usr/pcre-7.1.tar.gzc... 阅读全文
posted @ 2014-09-07 20:59 thrillerz 阅读(717) 评论(0) 推荐(0) 编辑
摘要: 编译pcre时:缺少一下库:yum -y install gccyum -y install gcc-c++ 阅读全文
posted @ 2014-09-07 20:50 thrillerz 阅读(179) 评论(0) 推荐(0) 编辑
摘要: SSH不能连接并提示REMOTE HOST IDENTIFICATION HAS CHANGED解决方法: 如果提示信息如下: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: REMOTE HOST IDE 阅读全文
posted @ 2014-09-07 20:43 thrillerz 阅读(340) 评论(0) 推荐(0) 编辑
摘要: chkconfig命令主要用来更新(启动或停止)和查询系统服务的运行级信息。谨记chkconfig不是立即自动禁止或激活一个服务,它只是简单的改变了符号连接。使用语法:chkconfig [--add][--del][--list][系统服务] 或 chkconfig [--level ][系统服务... 阅读全文
posted @ 2014-09-07 20:23 thrillerz 阅读(546) 评论(0) 推荐(0) 编辑
摘要: linux每次启动的时候网卡都需要激活才能上网,实在是很麻烦。上网找了找资料,最后是这样解决的:#vi/etc/sysconfig/network-scripts/ifcfg-eth0:1查看eth0:1的配置文件。都说有ONBOOT=yes这句就能开机启动自动激活,但配置文件中明明就有还是没起作用... 阅读全文
posted @ 2014-09-07 20:05 thrillerz 阅读(455) 评论(0) 推荐(0) 编辑