Friday, November 14, 2008

chroot tutorial

Found a good tutorial about chroot:

http://www.antionline.com/archive/index.php/t-156511.html

Tuesday, November 11, 2008

Maven commands

mvn exec:java -Dexec.mainClass=my.company.App : executes the supplied java class

Tuesday, November 4, 2008

linux commands

i'm writing down common commands that i use so that i won't forget and look in the man pages again.

find -name file = find file recursively
find -name file | xargs grep -ri text = find file recursively containing text


will add more once i remember them. :p