ntsysv on Debian
Follow @ggarronWhen someone like me comes to Debian from the RedHat world, one of the first things you start to miss is ntsysv, which is a command to control which daemons are going to start with the computer and which will remain off.
But there are also options for Debian / Ubuntu, but these are not installed by default, so you may need to install.
There are two options,
sysv-rc-conf
To install it run:
sudo apt-get install sysv-rc-conf
And it looks like this:

sysvconfig
To install it run:
sudo apt-get install sysvconfig
This is the first screen:

Select the first option and you will get this, where you can enable / disable the daemons:

And finally if you want to compare here is a screenshot of ntsysv on Fedora 7
