Skip to content

Instantly share code, notes, and snippets.

@paulocheque
Last active August 29, 2015 14:06
Show Gist options
  • Save paulocheque/0d87eaf9f01662acd54c to your computer and use it in GitHub Desktop.
Save paulocheque/0d87eaf9f01662acd54c to your computer and use it in GitHub Desktop.
network commands
Network
================================
ping ip/dns
telnet ip/dns:port
netstat
http
iptables
sudo lsof -i :5955 # check which process is using port 5955
DNS info
================================
# http://www.digwebinterface.com/
dig -t A domain
traceroute domain
File information
================================
# To see break lines, invisible characters etc
od -c filename.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment