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/
javac
javac SomeFile.java -classpath SomePackage.jar