Skip to content

Instantly share code, notes, and snippets.

@corysolovewicz
Created February 5, 2020 06:18
Show Gist options
  • Save corysolovewicz/c759fc119cdee63326df04a1c4247249 to your computer and use it in GitHub Desktop.
Save corysolovewicz/c759fc119cdee63326df04a1c4247249 to your computer and use it in GitHub Desktop.
Restart Wifi Connection macOS
# http://osxdaily.com/2011/05/31/enable-disable-airport-wireless-connections-command-line/
# Quickly restart wifi on macOS
networksetup -setairportpower airport off; networksetup -setairportpower airport on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment