Created
June 20, 2020 18:10
-
-
Save pydanny/48832cdf0383d54aade067e59b4149f3 to your computer and use it in GitHub Desktop.
Fixing OSX Upload Speed
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
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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/