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
@itJunky
itJunky / shutdown_vboxnet0
Created September 2, 2019 10:19 — forked from schnell18/shutdown_vboxnet0
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