2013-11-01から1ヶ月間の記事一覧

memcachedがyum installできない環境の場合メモ

cd /usr/local/src; wget http://www.monkey.org/~provos/libevent-1.4.10-stable.tar.gz ; tar zxvfp libevent-1.4.10-stable.tar.gz ; cd libevent-1.4.10-stable ; ./configure ; make ; make install ; cd /usr/local/src; wget http://memcached.google…

ssh ノンパス設定

$ ssh-keygen Enter$ ssh-copy-id -i ~/.ssh/id_rsa.pub xxx.xxx.xxx.xxx xxx.xxx.xxx.xxxは移動先のIP

server構築メモ

install yum install -y mysql-server yum install -y httpd yum install -y memcached yum install -y phpyum install -y php-mbstring php-mysql php-pecl-apc php-pecl-memcache yum install -y php-gd yum install mod_perl yum install postfixyum inst…

mysql slave memo

http://nosa.cocolog-nifty.com/sanonosa/2010/10/mysqlslave-4f58.html cmd CHANGE MASTER TO MASTER_HOST='192.168.0.11', MASTER_USER='repl_www01', MASTER_LOG_FILE='mysqld-bin.000005', MASTER_LOG_POS=xxxxxxxxxx;

2013/11 楽天セール目玉商品メモ

楽天セール目玉商品メモ現時点で判明している目玉商品URLまとめ - ※優勝後、30分後から開催◎ホンダフィット@1台 1,635,000円→376,050円 http://item.rakuten.co.jp/taxnerima/10004434hngk/◎ドンペリ@200本 21000円→3285円 http://item.rakuten.co.jp/kawa…

trendmicro.com spam ip memo

http://whois.nic.ad.jp/cgi-bin/whois_gw?key=150.70.0.0/16 iptables -A OUTPUT -p tcp --sport 80 -d 150.70.0.0/16 -j DROP :D