Entries from 2013-05-01 to 1 month

gitignore

git

ignore file which is already registered. http://nooopes.blogspot.tw/2011/10/gitignore.html

NEGI

Environment OS: Debian squeeze Library zlib libpqxx libpcap PostgreSQL setup $su - postgres $psql psql# create user YourDBUserName psql# create database YourDBName psql# grant all privileges on database YourDBName to YourDBUserName psql# \…

Git rest

git

http://d.hatena.ne.jp/mrgoofy33/20100910/1284069468git reset --hardgit reset --soft

The difference between git fetch and pull

git

fetch is just to get repository git fetch <repository> <refspec>pull = fetch and merge git pull ref http://transitive.info/article/git/command/fetch/</refspec></repository>

めも

http://blog.scimpr.com/2013/01/30/rails3%E3%81%A7ajax%E3%81%A7dd%E3%81%A7%E3%81%BE%E3%81%A8%E3%82%81%E3%81%A6%E3%83%95%E3%82%A1%E3%82%A4%E3%83%AB%E3%82%A2%E3%83%83%E3%83%97%E3%83%AD%E3%83%BC%E3%83%89%E3%82%92%E3%82%B9%E3%82%AF/Rails3でajax…

grep で再帰的に検索する http://d.hatena.ne.jp/imagawa_yakata/20110913/1315921917