Skip to content

Instantly share code, notes, and snippets.

@shafi-codez
Last active December 29, 2015 09:49
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shafi-codez/7652649 to your computer and use it in GitHub Desktop.
Save shafi-codez/7652649 to your computer and use it in GitHub Desktop.
# http://docs.vagrantup.com/v2/plugins/index.html
vagrant box add precise32 http://files.vagrantup.com/precise32.box
vagrant box add squeeze64 http://dl.dropbox.com/u/937870/VMs/squeeze64.box
Vagrant.configure("2") do |config|
config.vm.box = "squeeze64"
end
set VBOX_INSTALL_PATH="C:\Program Files\Oracle\VirtualBox\"
# Debian : to get IP addr
/sbin/ifconfig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment