Date: Thu, 21 Jun 2001 09:45:51 +0100 From: andrei.popov@citicorp.com Cc: freebsd-questions@FreeBSD.ORG Subject: RE: [OT] Domain names that are just numbers -- what's this?? Message-ID: <H0000e990840a470@MHS>
next in thread | raw e-mail | index | archive | help
> Take the number and convert it to hex, then take each 2 hex digits and > convert to decimal. $ python >>> hex(808517866170L) '0xBC3F6B92BAL' >>> 0xBC 188 >>> 0x3f 63 >>> 0x6b 107 >>> 0x92 146 >>> 0xba 186 >>> ... as seen in earlier mail from ravi --> [188.]63.107.146.186 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?H0000e990840a470>