Skip to content

Instantly share code, notes, and snippets.

@nikolazic
Created July 24, 2014 20:17
Show Gist options
  • Save nikolazic/f700b4c926d9edda59f4 to your computer and use it in GitHub Desktop.
Save nikolazic/f700b4c926d9edda59f4 to your computer and use it in GitHub Desktop.
Disable Apache and MySQL
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