2012-01-01から1年間の記事一覧

test

redis_version:2.4.14 redis_git_sha1:00000000 redis_git_dirty:0 arch_bits:64 multiplexing_api:epoll gcc_version:4.4.5 process_id:15010 uptime_in_seconds:73 uptime_in_days:0 lru_clock:1866474 used_cpu_sys:0.34 used_cpu_user:0.31 used_cpu_sys…

Debian6でGanglia入れてみた

apt-get install rrdtool librrds-perl librrd2-dev apt-get install php5-gd apt-get install ganglia-monitor gmetad telnet localhost 8649 apt-get install ganglia-webfrontend cp -p /etc/ganglia-webfrontend/apache.conf /etc/apache2/conf.d/gangli…

Redis2.6 リリースされたメモ

起動メッセージが変わりました なんか絵があります 2.6といいつつ Redis 2.5.7と出ますw persistenceで起動したい場合は「--appendonly yes」と指定すると「appendonly.aof」というファイルに追記式に保存される mucc@mucc-VirtualBox:~/work/redis-2.6.0-rc…

screenrc

startup_message off escape ^Jj defscrollback 2000 caption always "%{= wk} %-w%{=bu dr}%n %t%{-}%+w %= %{=b wb}%y/%m/%d(%D) %{=b wb}%c" defhstatus "[^En:^Et]" hardstatus alwayslastline "$USER@$HOSTNAME %h" vbell off autodetach on shell zsh …

vimrc

filetype off """ Vundle ''' set rtp+=~/.vim/vundle/ call vundle#rc() filetype plugin on " 利用中のプラグインをBundle Bundle 'cake.vim' Bundle 'neocomplcache' Bundle 'unite.vim' Bundle 'surround.vim' Bundle 'taglist.vim' Bundle 'ZenCoding.v…