Last active
July 31, 2019 18:55
-
-
Save username1290/40668c49795f03d9206854a5b850cc99 to your computer and use it in GitHub Desktop.
Revisions
-
username1290 revised this gist
Jun 13, 2019 . 1 changed file with 8 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -23,3 +23,11 @@ still not working? 5.-Reboot the Mac 6.-Turn ON WI-Fi from the wireless network menu again # Create a New Wi-Fi Network Location with Custom DNS 1.- run first to get list of name networksetup -listallnetworkservices 2.- run to get info of Wi-Fi networksetup -getMTU Wi-Fi 3.- run to change to magic number 1453 networksetup -setMTU en0 1453 -
username1290 revised this gist
Jun 2, 2019 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ # some solutions 1.- Disconnect external SSD drives, USBs, _ANY_ stuff that requires power 2.- Turn ip6 off Check what are the services: -
username1290 revised this gist
May 26, 2019 . 1 changed file with 13 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,16 +1,25 @@ # some solutions 1.- Disconnect external hard drive, stuff that requires power 2.- Turn ip6 off Check what are the services: networksetup -listnetworkserviceorder Then run: networksetup -setv6off Wi-Fi 3.- Activity Monitor - search DNS, kill processes (NOTE: THIS FIX SEEMS TO BE TEMPORARY, THE IP6 thing works better IMO) http://osxdaily.com/2014/10/25/fix-wi-fi-problems-os-x-yosemite/ still not working? 4.- From the OS X Finder, hit Command+Shift+G and enter the following path: /Library/Preferences/SystemConfiguration/ 5.- Within this folder locate and select the following files: com.apple.airport.preferences.plist com.apple.network.identification.plist com.apple.wifi.message-tracer.plist NetworkInterfaces.plist preferences.plist 6.-Move all of these files into a folder on your Desktop called ‘wifi backups’ or something similar – we’re backing these up just in case you break something but if you regularly backup your Mac you can just delete the files instead since you could restore from Time Machine if need be 5.-Reboot the Mac 6.-Turn ON WI-Fi from the wireless network menu again # Create a New Wi-Fi Network Location with Custom DNS -
username1290 created this gist
May 24, 2019 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,16 @@ # some solutions 1.- Activity Monitor - search DNS, kill processes http://osxdaily.com/2014/10/25/fix-wi-fi-problems-os-x-yosemite/ still not working? 2.- From the OS X Finder, hit Command+Shift+G and enter the following path: /Library/Preferences/SystemConfiguration/ 3.- Within this folder locate and select the following files: com.apple.airport.preferences.plist com.apple.network.identification.plist com.apple.wifi.message-tracer.plist NetworkInterfaces.plist preferences.plist 4.-Move all of these files into a folder on your Desktop called ‘wifi backups’ or something similar – we’re backing these up just in case you break something but if you regularly backup your Mac you can just delete the files instead since you could restore from Time Machine if need be 5.-Reboot the Mac 6.-Turn ON WI-Fi from the wireless network menu again # Create a New Wi-Fi Network Location with Custom DNS