摘要: ````rsync -vzrtopg --progress --delete backup@xxxx::mmmmm /d01/testrsync --password-file=/etc/rsync.pass```` 阅读全文
posted @ 2014-10-28 12:08 上官伟斌 阅读(128) 评论(1) 推荐(0) 编辑
摘要: ````#!/bin/sh# POST-COMMIT HOOK## The post-commit hook is invoked after a commit. Subversion runs# this hook by invoking a program (script, executabl... 阅读全文
posted @ 2014-10-19 21:31 上官伟斌 阅读(1298) 评论(0) 推荐(0) 编辑
摘要: pecl install oauth 阅读全文
posted @ 2014-10-15 21:59 上官伟斌 阅读(132) 评论(0) 推荐(0) 编辑
摘要: yum -y install memcachedyum -y install php-pecl-memcacheyum -y install zlib-develpecl install memcache 阅读全文
posted @ 2014-10-15 20:32 上官伟斌 阅读(101) 评论(0) 推荐(0) 编辑
摘要: ````1.下载http://www.visualsvn.com/files/VisualSVN-Server-3.0.0-win32.msihttp://www.visualsvn.com/files/VisualSVN-Server-3.0.0-x64.msi2.配置添加仓库 用户组 用户3.钩... 阅读全文
posted @ 2014-10-14 23:26 上官伟斌 阅读(286) 评论(0) 推荐(0) 编辑
摘要: 0.下载源码https://github.com/nicolasff/phpredis1.解压,进入目录2.phpize3../configure4.make 5.make install6.echo 'extension=redis.so' >>/etc/php.ini7 /etc/rc.d/in... 阅读全文
posted @ 2014-10-13 22:20 上官伟斌 阅读(127) 评论(0) 推荐(0) 编辑
摘要: ````一开始编译php的时候,忘了,现在用phpize安装扩展库进行添加 找到当前运行的php版本的源代码目录,如 php-5.2.12。进入curl扩展库目录 #cd /home/changyou/php-5.2.12/ext/curl (调用phpize程序生成编译配置文件) #/usr/lo... 阅读全文
posted @ 2014-10-13 22:09 上官伟斌 阅读(152) 评论(0) 推荐(0) 编辑
摘要: 如php mbstring 安装1.yum install mbstring2.修改php.ini (这一步非常重要, 部分lxadmin版本无法自动修改)echo 'extension=mbstring.so' >>/etc/php.ini #更具php安装目录而定3.重启/etc/rc.d/in... 阅读全文
posted @ 2014-10-13 22:07 上官伟斌 阅读(112) 评论(0) 推荐(0) 编辑
摘要: ````0.准备工作:安装杂七杂八的工具yum install php-devel #里面包含phpizeyum install pcre-develyum install autoconfyum -y install gcc1.下载yaf源码cd /d01/downloadwget http://... 阅读全文
posted @ 2014-10-13 21:58 上官伟斌 阅读(1266) 评论(0) 推荐(0) 编辑
摘要: ````$ wget http://download.redis.io/releases/redis-2.8.17.tar.gz$ tar xzf redis-2.8.17.tar.gz$ cd redis-2.8.17$ make=============================1.安装a... 阅读全文
posted @ 2014-10-12 18:22 上官伟斌 阅读(136) 评论(0) 推荐(0) 编辑