11 2012 档案

install redis on linux
摘要:#! /bin/bashcd /usr/local/srcwget http://redis.googlecode.com/files/redis-2.6.4.tar.gztar -xvf redis-2.6.4.tar.gzcd redis-2.6.4make && make installif [ -d /usr/local/redis ];then echo 'already installed, remove the redis first'else mkdir /usr/local/redis mkdir /usr/local/redis/etc mk 阅读全文

posted @ 2012-11-18 23:14 jmbkeyes 阅读(255) 评论(0) 推荐(0)

Install apache in linux(ubuntu or redhat/centos)
摘要:#! /bin/bashcd /usr/local/src#yum install -y gcc make gcc-c++ wget pcre* apt-get install build-essential#download fileswget http://mirror.bit.edu.cn/apache/apr/apr-1.4.6.tar.gzwget http://mirror.bit.edu.cn/apache/apr/apr-util-1.5.1.tar.gzwget http://mirror.bit.edu.cn/apache/apr/apr-iconv-1.2.1.tar.g 阅读全文

posted @ 2012-11-18 20:47 jmbkeyes 阅读(279) 评论(0) 推荐(0)

python subprocess
摘要:http://www.cnblogs.com/oubo/archive/2011/10/10/2394594.html 阅读全文

posted @ 2012-11-16 09:33 jmbkeyes 阅读(124) 评论(0) 推荐(0)

MySQL Master Slave Replication配置
摘要:http://www.cnblogs.com/whoknows/articles/2220640.html 阅读全文

posted @ 2012-11-13 16:37 jmbkeyes

mysqldump
摘要:使用mysqldump 将一台服务器上的 一个 数据库移到另一台服务器mysqldump Testing -uroot -pnewman1 --opt|mysql Testing -uroot -pjmbkeyes -h 10.197.43.76 阅读全文

posted @ 2012-11-13 16:22 jmbkeyes 阅读(143) 评论(0) 推荐(0)

导航