Skip to content

Instantly share code, notes, and snippets.

@PurwantoGZ
Last active September 3, 2019 06:04
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 PurwantoGZ/de8f3844450548fc1574d1eb8b746fb9 to your computer and use it in GitHub Desktop.
Save PurwantoGZ/de8f3844450548fc1574d1eb8b746fb9 to your computer and use it in GitHub Desktop.
Command Title Command
Show list virtual machine VBoxManage list vms
Start the Guest VM in headless mode VBoxManage startvm {uui} --type headless
Show list active machine VBoxManage list runningvms
Get Ip Info machine VBoxManage guestproperty get "Ubuntu16" "/VirtualBox/GuestInfo/Net/0/V4/IP"
Shutdown/poweroff machine VBoxManage controlvm {uui} poweroff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment