Last active
March 16, 2025 22:43
-
Star
(155)
You must be signed in to star a gist -
Fork
(14)
You must be signed in to fork a gist
Revisions
-
felipecsl revised this gist
Apr 21, 2021 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1 +1,3 @@ sudo kill `ps -ax | grep 'coreaudiod' | grep 'sbin' |awk '{print $1}'` # or... sudo killall coreaudiod -
felipecsl created this gist
Mar 16, 2013 .There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ sudo kill `ps -ax | grep 'coreaudiod' | grep 'sbin' |awk '{print $1}'`