Show public IP in Linux command


In Linux console, run the following command to show the public IP address of the machine.

curl echoip.net ; echo

Leave a comment