1607 shaares
1 lien privé
1 lien privé
In this article, we will explain four useful ways to find out your Linux machine or server public IP address from the terminal in Linux.
To create
/media/agate/Data-L/Data/conky/public_IP.sh
to use in conky.conf
wget -qO- http://ipecho.net/plain | xargs echo
curl ifconfig.me | xargs echo
More infos :
https://ifconfig.me/