Created
October 27, 2010 17:38
-
-
Save quickredfox/649548 to your computer and use it in GitHub Desktop.
Run VirtualboxVM without GUI
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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