Skip to content

Instantly share code, notes, and snippets.

@ninetwentyfour
Created August 28, 2011 18:12
Show Gist options
  • Save ninetwentyfour/1176998 to your computer and use it in GitHub Desktop.
Save ninetwentyfour/1176998 to your computer and use it in GitHub Desktop.
How To Setup A LAMP Virtual Machine 3 - blogpost
gksudo gedit hosts
127.0.0.1 localhost www.example.com
127.0.0.1 localhost www.test.com
sudo /etc/init.d/apache2 restart
192.168.10.4 www.example.com
192.168.10.4 www.test.com
sudo chown youruser:youruser /var/www
sudo apt-get install git-core
sudo apt-get install proftpd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment