Skip to content

Instantly share code, notes, and snippets.

@debianmaster
Created October 30, 2018 03:19
Show Gist options
  • Select an option

  • Save debianmaster/f6776dc9ed8a5732fc2f3dae9face093 to your computer and use it in GitHub Desktop.

Select an option

Save debianmaster/f6776dc9ed8a5732fc2f3dae9face093 to your computer and use it in GitHub Desktop.
apt-get update
apt-get install virtualbox
apt-get install vagrant
vagrant -v
vagrant box add precise32 http://files.vagrantup.com/precise32.box
vagrant init precise32
vagrant up
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment