This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| emacs memo | |
| http://d.hatena.ne.jp/rubikitch/20090127/onekey | |
| http://d.hatena.ne.jp/rubikitch/20091221/autoinstall | |
| http://d.hatena.ne.jp/kiwanami/?date=20091222 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| irb memo | |
| http://d.hatena.ne.jp/guyon/mobile?date=20080610§ion=1213112072 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| INSTALL | |
| ======= | |
| $ gem install rspec | |
| RSPEC-RAILS | |
| =========== | |
| RAILS-3 | |
| ======= |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| export GIT_SSL_NO_VERIFY=true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cmdプロンプトで | |
| powercfg.exe /hibernate off | |
| と入力し、[Enter]。(スラッシュの前にスペースが入り、スラッシュの後には入りません。) | |
| 【Dec.5, 2010追記】 | |
| もしこの記述でエラーが出る場合、 | |
| powercfg -h off |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| SetEnv GIT_PROJECT_ROOT /usr/local/var/data | |
| SetEnv GIT_HTTP_EXPORT_ALL | |
| SetEnv REMOTE_USER $REDIRECT_REMOTE_USER | |
| SetEnv GITWEB_CONFIG | |
| <LocationMatch "^/git/.*/git-receive-pack$"> | |
| AuthType Basic | |
| AuthName "Git Access" | |
| # TODO LDAP Auth |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| svn backup (svnsync) | |
| svnadmin create test | |
| edit hooks/pre-revprop-change | |
| #!/bin/sh | |
| exit 0 | |
| svnsync init file:///tmptmp/test http://svn.apache.org/repos/asf/subversion |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo aptitude install libgdbm-dev libsqlite3-dev | |
| # install TC | |
| sudo su root | |
| cd /usr/local/src | |
| wget http://fallabs.com/tokyocabinet/tokyocabinet-1.4.47.tar.gz | |
| tar xzf tokyocabinet-1.4.47.tar.gz |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| aptitude install libbz2-dev | |
| TC_VER=1.4.47 | |
| cd /usr/local/src | |
| wget http://fallabs.com/tokyocabinet/tokyocabinet-${TC_VER}.tar.gz | |
| tar xzf tokyocabinet-${TC_VER}.tar.gz | |
| cd tokyocabinet-${TC_VER} | |
| ./configure --prefix=/usr/local/tokyocabinet-${TC_VER} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Native | |
| ---- | |
| LevelDB: version 1.2 | |
| Date: Mon Feb 27 09:51:40 2012 | |
| CPU: 1 * Intel(R) Core(TM) i7-2600 CPU @ 3.40GHz | |
| CPUCache: 6144 KB | |
| Keys: 16 bytes each | |
| Values: 100 bytes each (50 bytes after compression) | |
| Entries: 1000000 |
OlderNewer