Skip to content

Instantly share code, notes, and snippets.

@jessieay
Last active April 19, 2017 19:34
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jessieay/ba57d386b6d4a870ae9d86de6248bec7 to your computer and use it in GitHub Desktop.
Save jessieay/ba57d386b6d4a870ae9d86de6248bec7 to your computer and use it in GitHub Desktop.
Command to reset system sound for Google Hangouts
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