Skip to content

Instantly share code, notes, and snippets.

@tkhoa2711
Created July 3, 2015 16:28
Show Gist options
  • Save tkhoa2711/d67bf45eaf63fd7aa16a to your computer and use it in GitHub Desktop.
Save tkhoa2711/d67bf45eaf63fd7aa16a to your computer and use it in GitHub Desktop.
To rescuse your Mac when the infamous discoveryd misbehaves
#!/usr/bin/env sh
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