Skip to content

Instantly share code, notes, and snippets.

View itJunky's full-sized avatar
😇
Searching a job

itjunky itJunky

😇
Searching a job
View GitHub Profile
@schnell18
schnell18 / shutdown_vboxnet0
Created November 15, 2013 13:47
Remove and re-create the host only network vboxnet0 to work around issue which hangs OSX Maverick shutdown process
#!/bin/sh
# This script is a workaround to virtualbox
# hostonly network hang on OSX Maverick.
vboxmanage hostonlyif remove vboxnet0
vboxmanage hostonlyif create