Clear DNS Cache in Mac OS High Sierra (10.13.x):
sudo killall -HUP mDNSResponder; sleep 2; echo macOS DNS Cache Reset like-a-boss | say
What’s crazy is High Sierra verbally tells you the DNS cache is cleared!
Clear DNS Cache in Mac OS High Sierra (10.13.x):
sudo killall -HUP mDNSResponder; sleep 2; echo macOS DNS Cache Reset like-a-boss | say
What’s crazy is High Sierra verbally tells you the DNS cache is cleared!
Issue: Your mac always auto-connects to xfinitywifi and you can’t easily remove it because you have hundreds of wifi connections in the list on your mac.
Solution: remove it with terminal using the following terminal commands:
networksetup -removepreferredwirelessnetwork en0 xfinitywifi
You may will need to use “sudo” to elevate your permissions.