Diede
(usa Debian)
Enviado em 21/03/2009 - 15:45h
Não entendi o que você quer na parte da data, mas quanto ao IP:
Para ver seu IP na Internet:
wget -c
http://whatismyip.com.br/ -o /dev/null -O - | grep -i '<td class="left">'| head -n1 | cut -d ">" -f 2| cut -d "<" -f 1
Para ver seu IP Local: (Substitua eth0 por ath0, eth1, wifi0, ou o que for preciso)
ifconfig eth0| grep -i inet| cut -d ":" -f 2| cut -b 2-| sed 's/ /\n/g'| head -n 1
200.207.130.113