Skip to content

Instantly share code, notes, and snippets.

@pydanny
Created June 20, 2020 18:10
Show Gist options
  • Save pydanny/48832cdf0383d54aade067e59b4149f3 to your computer and use it in GitHub Desktop.
Save pydanny/48832cdf0383d54aade067e59b4149f3 to your computer and use it in GitHub Desktop.
Fixing OSX Upload Speed
ls:
ls -l /Library/Preferences/SystemConfiguration/
backup:
sudo mv /Library/Preferences/SystemConfiguration/com.apple.airport.preferences.plist ~/projects/wifi-backup
sudo mv /Library/Preferences/SystemConfiguration/com.apple.network.eapolclient.configuration.plist ~/projects/wifi-backup
sudo mv /Library/Preferences/SystemConfiguration/com.apple.wifi.message-tracer.plist ~/projects/wifi-backup
sudo mv /Library/Preferences/SystemConfiguration/NetworkInterfaces.plist ~/projects/wifi-backup
sudo mv /Library/Preferences/SystemConfiguration/preferences.plist ~/projects/wifi-backup
@pydanny
Copy link
Author

pydanny commented Jun 20, 2020

Original instructions have some things that will SLOW or BREAK your wifi connection. Just use my fix!

Original instructions in case someone wants to risk having to do the same extra work I had to do to fix their Mac: https://osxdaily.com/2016/09/22/fix-wi-fi-problems-macos-sierra/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment