Skip to content

Instantly share code, notes, and snippets.

@pydevops
Forked from githubfoam/VirtualBox Cheat Sheet
Created January 27, 2019 23:59
Show Gist options
  • Select an option

  • Save pydevops/4168cfbb2afbd97ded284a7b1797b95d to your computer and use it in GitHub Desktop.

Select an option

Save pydevops/4168cfbb2afbd97ded284a7b1797b95d to your computer and use it in GitHub Desktop.
VirtualBox Cheat Sheet
"VBoxManage" command is different from "sudo VBoxManage" command
VBoxManage: error: Cannot unregister the machine 'xxx_client_1521724886764_26739' while it is locked
VBoxManage controlvm xxx_client_1521724886764_26739 poweroff
@pydevops
Copy link
Author

vboxmanage controlvm vm-6b41ba25-e8f2-4851-76ac-aa09e9b26e15 pause
vboxmanage controlvm vm-6b41ba25-e8f2-4851-76ac-aa09e9b26e15 resume

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment