Skip to content

Instantly share code, notes, and snippets.

@blattmann
Created May 22, 2019 20:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save blattmann/eb9f53691e2110a2165e2abe6942e9a1 to your computer and use it in GitHub Desktop.
Save blattmann/eb9f53691e2110a2165e2abe6942e9a1 to your computer and use it in GitHub Desktop.
Solve OSX issues

restart video camera:

$ sudo killall VDCAssistant

restart mission control / dock:

$ killall Dock

restart wifi service

$ sudo ifconfig en0 up

restart audio device

$ sudo kill -9 ps ax|grep 'coreaudio[a-z]' | awk '{print $1}'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment