Last active
September 19, 2016 23:15
-
-
Save colby/ca4d098e67add642167a to your computer and use it in GitHub Desktop.
Useful IP related aliases and tools.
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
alias speed="wget --output-document=/dev/null http://speedtest.wdc01.softlayer.com/downloads/test500.zip" | |
alias wanip="curl http://ifconfig.co" | |
function ipinfo() { curl "http://ipinfo.io/$1"; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment