Skip to content

Instantly share code, notes, and snippets.

@johnrees
Created December 13, 2012 14:14
Show Gist options
  • Save johnrees/4276627 to your computer and use it in GitHub Desktop.
Save johnrees/4276627 to your computer and use it in GitHub Desktop.
setting up minivps
# remove apache
sudo apt-get remove --purge $(dpkg -l apache* | grep ii | awk '{print $2}')
sudo apt-get autoremove
sudo apt-get remove apache2*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment