Skip to content

Instantly share code, notes, and snippets.

@farhany
Created March 16, 2016 05:19
Show Gist options
  • Save farhany/5a86235170de1e270592 to your computer and use it in GitHub Desktop.
Save farhany/5a86235170de1e270592 to your computer and use it in GitHub Desktop.
VirtualBox Command Line Aliases
alias startvm="VBoxManage startvm --type headless "
alias listrunningvms="VBoxManage list runningvms"
alias stopvm='function _stopvm(){ VBoxManage controlvm $1 acpipowerbutton; }; _stopvm'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment