simple code
Saturday, May 23, 2009
prevent apache, mysql by default starting
After install apache & mysql, they will be started automatically when you login. To prevent it, just do simple code
sudo update-rc.d -f mysql remove
sudo update-rc.d -f apache2 remove
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)