Skip to content

Instantly share code, notes, and snippets.

View shafi-codez's full-sized avatar

shafi shafi-codez

View GitHub Profile
@shafi-codez
shafi-codez / Vagrant
Last active December 29, 2015 09:49
# 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\"