Quantcast
Channel: Kommentare zu: [Update] Get your IP address with Perl
Browsing all 5 articles
Browse latest View live

Von: imhorst.net » Blog Archive » Meine IP-Adresse mit Python herausfinden

[...] man seine IP-Adresse im Internet in der Shell und/oder mit Perl herausbekommt, habe ich ja bereits gezeigt. Was aber, wenn man diese Adresse auch in der Python-Shell braucht? Dafür habe ich die...

View Article



Von: Freiheit als Kulturtechnik - imhorst.net » Blog Archive » Meine...

[...] HTTP-Anfrage, das Abwarten der Antwort und so fort. Da ich das gerne glaube habe ich nicht wie in Perl oder Python ein eigenes kleines Programm bzw. eine eigene Funktion geschrieben, sonder auf...

View Article

Von: Robert Tulke

lynx -dump http://www.whatismyip.com |grep ‘[0-9]*[0-9]*[0-9][.][0-9]*[0-9]*[0-9][.][0-9]*[0-9]*[0-9]$’ |awk -F ‘\: ‘ {‘print $2′}

View Article

Von: Robert Tulke

short :D but no check lynx -dump http://www.myip.ch |awk {‘print $4′}

View Article

Von: update update

lynx -dump http://www.whatismyip.com |grep ‘[0-9]*[0-9]*[0-9][.][0-9]*[0-9]*[0-9][.][0-9]*[0-9]*[0-9]$’

View Article

Browsing all 5 articles
Browse latest View live




Latest Images