Today I Learned

hashrocket A Hashrocket project

Some helpful #unix networking commands

If you are looking to make some connections in your local unix community you should keep in mind a few commands 😜:

Reverse DNS

dig -x xxx.xxx.xxx.xxx

Will allow you to find the hostname for an IP address.

Find IPs and names of computers in your LAN

arp -a
See More #command-line TILs