Created
December 31, 2014 13:26
-
-
Save radermacher/b392bc9397f2c2cd0fd4 to your computer and use it in GitHub Desktop.
Restart Network Connection (Mac) - https://discussions.apple.com/message/9935522#9935522
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 characters
alias restart-network="sudo ifconfig en0 down; sudo ifconfig en1 down;sudo ifconfig en0 up; sudo ifconfig en1 up"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment