Skip to content

Instantly share code, notes, and snippets.

@c0ldlimit
Last active August 29, 2015 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save c0ldlimit/3c1731a2f49c78a55097 to your computer and use it in GitHub Desktop.
Save c0ldlimit/3c1731a2f49c78a55097 to your computer and use it in GitHub Desktop.
#vagrant ubuntu with gui
# install virtualbox
# install vagrant
# full screen mode
# http://askubuntu.com/questions/184794/win7-on-virtualbox-and-full-screen-mode/184804
sudo apt-get update
sudo apt-get install ubuntu-desktop^
# edit vagrantfile
# http://portalstack.blogspot.com/2013/11/vagrant-virtualbox-ubuntu-for-linux.html
vagrant up
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment