Skip to content

Instantly share code, notes, and snippets.

@quickredfox
Created October 27, 2010 17:38
Show Gist options
  • Save quickredfox/649548 to your computer and use it in GitHub Desktop.
Save quickredfox/649548 to your computer and use it in GitHub Desktop.
Run VirtualboxVM without GUI
# Get a list of available VMs:
VBoxManage list vms
# Start one of the VMs w/o starting a gui
VboxHeadless -s VMname &
# Run your web server inside a headless VM. Or an SSH server, etc.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment