Outils pour utilisateurs

Outils du site


start

Afficher son @ ip publique rapidement en CLI:

Ajouter curl

sudo apt-get install curl

Puis une des lignes de commande suivantes, vous permet d'afficher votre @ Ip publique:

$ curl ifconfig.me

$ curl icanhazip.com

$ curl ident.me

$ curl ipecho.net/plain

$ curl whatismyip.akamai.com

$ curl tnx.nl/ip

$ curl myip.dnsomatic.com

$ curl ip.appspot.com

$ curl ip.telize.com

$ curl curlmyip.com

source : Unixmen.com

Autre possibilité :

création d'un alias :

$alias myip=“wget http://checkip.dyndns.org -O - -o /dev/null | cut -d : -f 2 | cut -d \< -f 1”

Puis on lance la commande :

$ myip

source: salem.harrache.info

start.txt · Dernière modification : 2014/03/26 10:48 de badmaniak

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki