Entries from 2013-03-01 to 1 month

Wordpressでステップメールを機能を実現する Autoresponder エラーfix

Autoresponder 4.04http://wordpress.org/extend/plugins/wp-responder-email-autoresponder-and-newsletter-plugin/このプラグインを導入するとワードプレスにステップメール機能が追加されます。 のはずでしたが、 プラグインを有効にした途端、wordpress…

Install Kyototycoon on Debian wheezy

Kyoto Tycoon is a remote client for Kyoto Cabinet and support Leveldb, memcached protcol. Kyoto Cabinet/Tycoon are like memcached but provide permanent data. Now days enterprise use Kyoto products because they enable permanent store and ar…

scp

使いかたは簡単で、送る先のサーバでsshdが動いていれば後はssh接続の応用です。scp ファイル名 IPアドレス:ファイル名 /tmp/file1を192.168.1.1のマシンの/tmp/内に送る場合なら、scp /tmp/file1 192.168.1.1:/tmp/ 192.168.1.1のtmpの中にfile1が移動され…

tar

compress tar zcvf backup.tar.gz file1 file2 uncompress tar zxvf filename

mechanize

http://e8y.net/mag/007-www-mechanize/

改行コード

http://d.hatena.ne.jp/teramako/20061003/p1

area map

http://www.0yen-coding.com/2009/07/javascript-areajs.html

memcached

install memcahedlibevent wget https://github.com/downloads/libevent/libevent/libevent-2.0.21-stable.tar.gz tar zxvf libevent-2.0.21-stable.tar.gz cd libevent-2.0.21-stable/ ./configure make make install