Networking


ping
ping -c 5 <ip>
ping -c 5 <domain>
ip
  • Get the IP address of the current server
/sbin/ip addr
dig
dig <domain>
  • Get the IP address of the domain
nslookup
nslookup <domain>
  • Get the IP address of the domain
Misc
  • hostname
  • domainname
  • host
  • whois
  • finger
  • traceroute