Skip to content

Instantly share code, notes, and snippets.

@terrancesnyder
Last active December 18, 2015 13:19
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 terrancesnyder/5789425 to your computer and use it in GitHub Desktop.
Save terrancesnyder/5789425 to your computer and use it in GitHub Desktop.
Poor mans cloud using headless virtual box and ghost machines

List and Delete a VM

vboxmanage list vms
vboxmanage unregistervm <uuid> --delete

Change Default Machine Folder

VBoxManage setproperty hdfolder /data/vbox
VBoxManage setproperty machinefolder /data/vbox

Virtual Box Upgrade

sudo apt-get purge virtualbox-*
<download latest virtualbox>
sudo dpkg -i <latestvirtualbox>.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment