Created
September 19, 2019 05:16
-
-
Save 3m3x/c6abbb85289c9e33fca0229b5f75524c to your computer and use it in GitHub Desktop.
General networking cheat sheet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Look up all DNS records | |
nslookup -type=any example.com | |
dig example.com ANY +noall +answer | |
# Get your current IP from the Internet's point of view | |
curl -s http://ifconfig.co |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment