Skip to content

Instantly share code, notes, and snippets.

@serkaniyigun
Created December 8, 2013 21:12
Show Gist options
  • Save serkaniyigun/7863873 to your computer and use it in GitHub Desktop.
Save serkaniyigun/7863873 to your computer and use it in GitHub Desktop.
Destroy deleted .vagrant file
VBoxManage list runningvms
VBoxManage controlvm <uuid> poweroff
VBoxManage unregistervm <uuid>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment