Skip to content

Instantly share code, notes, and snippets.

@hamecoded
Created December 30, 2013 09:43
Show Gist options
  • Save hamecoded/8179921 to your computer and use it in GitHub Desktop.
Save hamecoded/8179921 to your computer and use it in GitHub Desktop.
network commands
#on windows: show routing table
tracert -d google.com
#check if port 8000 inuse
sudo lsof -iTCP:8000 -sTCP:LISTEN
#on osx
traceroute -d 162.218.208.138
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment