Skip to content

Instantly share code, notes, and snippets.

@vietvudanh
Last active July 28, 2020 05:35
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 vietvudanh/b7e67856f1ff2233cae41892402a6faf to your computer and use it in GitHub Desktop.
Save vietvudanh/b7e67856f1ff2233cae41892402a6faf to your computer and use it in GitHub Desktop.
Virtualbox manage
# list
vboxmanage list vms
vboxmanage list runningvms
# start
VM=cent7_1
vboxmanage startvm $VM --type headless
# stop
vboxmanage controlvm Ubuntu poweroff soft
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment