Skip to content

Instantly share code, notes, and snippets.

@radermacher
Created December 31, 2014 13:26
Show Gist options
  • Save radermacher/b392bc9397f2c2cd0fd4 to your computer and use it in GitHub Desktop.
Save radermacher/b392bc9397f2c2cd0fd4 to your computer and use it in GitHub Desktop.
Restart Network Connection (Mac) - https://discussions.apple.com/message/9935522#9935522
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