Skip to content

Instantly share code, notes, and snippets.

@itrion
Created March 31, 2017 21:59
Show Gist options
  • Save itrion/0a3d72160f01bf804412383c423e1497 to your computer and use it in GitHub Desktop.
Save itrion/0a3d72160f01bf804412383c423e1497 to your computer and use it in GitHub Desktop.
start and stop virtual machines with vboxmanage
VBoxManage startvm "Ubuntu Server" --type headless
VBoxManage controlvm "Ubuntu Server" poweroff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment