Terminal is really powerful, I’m often looking up who owns a domain or what IP address a domain has or even it’s A/MX records that are all simple to do with the following commands.
ping dcblog.dev
outputs:
PING dcblog.dev (104.31.82.117): 56 data bytes
64 bytes from 104.31.82.117: icmp_seq=0 ttl=57 time=11.713 ms
64 bytes from 104.31.82.117: icmp_seq=1 ttl=57 time=10.418 ms
64 bytes from 104.31.82.117: icmp_seq=2 ttl=57 time=10.302 ms
Press ctrl + c to stop the ping running.
whois daveismyname.com
host -t A daveismyname.com
host -t MX daveismyname.com
Read articles directly inside your inbox. Subscribe to the newsletter, and don't miss out.
Copyright © 2006 - 2025 DC Blog - All rights reserved.