Skip to content

Instantly share code, notes, and snippets.

@yannickwurm
Last active August 29, 2015 14:12
Show Gist options
  • Save yannickwurm/11fd350f8beb21889b59 to your computer and use it in GitHub Desktop.
Save yannickwurm/11fd350f8beb21889b59 to your computer and use it in GitHub Desktop.
Fix yosemite wifi
#when discoveryd process is hogging CPU & domains aren't being resolved
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.discoveryd.plist
sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.discoveryd.plist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment