To disable services on startup on ubuntu
sudo update-rc.d -f apache2 disable
To enable simple do
sudo update-rc.d -f apache2 disable
There is also a GUI Option for managing services
Just install bum
sudo apt-get install bum
To disable services on startup on ubuntu
sudo update-rc.d -f apache2 disable
To enable simple do
sudo update-rc.d -f apache2 disable
There is also a GUI Option for managing services
Just install bum
sudo apt-get install bum