Created
July 24, 2014 20:17
-
-
Save nikolazic/f700b4c926d9edda59f4 to your computer and use it in GitHub Desktop.
Disable Apache and MySQL
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo sh -c 'echo manual >> /etc/init/mysql.override' | |
sudo update-rc.d -f apache2 disable | |
sudo update-rc.d -f x2goserver disable |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment