Some services are managed through the GUI tool in Gnome, System -> Administration -> Services (or something like that). For a better, more complete (command line) tool, you need something like sysv-rc-conf, which you can download from the universe repository.
To enable the Universe repository, just uncomment the lines that reference it in /etc/apt/sources.list. Be sure to back up that file before you make any changes to it!
To install sysv-rc-conf, after enabling the universe repository, just type, "sudo apt-get install sysv-rc-conf" on the command line. To use it, type, "sudo sysv-rc-conf".
Cheers!
--Dane
|