December 2011
2 posts
chkconfig
sudo apt-get install chkconfig $ sudo chkconfig —list $ sudo chkconfig pure-ftpd off Note: just found out that on Ubuntu 10, Upstart has replaced System V init. Basically, old: /etc/init.d/  and  new: /etc/init/
Dec 28th
1 note
javac
javac SomeFile.java -classpath SomePackage.jar
Dec 26th