Skip to content

Instantly share code, notes, and snippets.

@50n1cd347h9
Last active September 12, 2024 20:19
Show Gist options
  • Save 50n1cd347h9/4aa778d48893c2a519f9dbb62cccdf07 to your computer and use it in GitHub Desktop.
Save 50n1cd347h9/4aa778d48893c2a519f9dbb62cccdf07 to your computer and use it in GitHub Desktop.
VBoxManage list vms

start vm with gui

VirtualBoxVM --startvm $VM_NAME > /dev/null 2>&1 &

start headless vm

VBoxHeadless --startvm $VM_NAME > /dev/null 2>&1 &

poweroff vm

VBoxManage controlvm $VM_NAME poweroff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment