Last active
April 21, 2020 14:32
-
-
Save gregoriokusowski/4defae15879e9c994bf74caa08114fb7 to your computer and use it in GitHub Desktop.
Those fixes I have to google everytime I don't want to restart the machine to "fix it"
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 characters
# Audio in/out | |
sudo killall coreaudiod | |
# Camera | |
sudo killall VDCAssistant | |
sudo killall AppleCameraAssistant | |
# Bluetooth | |
## Unfortunately, I don't know yet how to tackle it from the CLI, but... | |
# Option + Shift + Click on BT button on Status Bar > Debug > Reset the Bluetooth Module | |
# Trackpad | |
killall Dock |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment