Get Public IP using Linux Terminal
Get Public IP using Linux Terminal Command 1. Using wget # wget http://ipecho.net/plain -O - -q ; echo Command 2: Using curl # curl ipecho.net/plain; echo Command 3: Using wget # wget http://observebox.com/ip -O - -q ; echo Command 4: Using curl # curl icanhazip.com Command 5: Using curl # curl ifconfig.me Pasted from: < http://tecadmin.net/5-commands-to-get-public-ip-using-linux-terminal/ >