jueves, agosto 05, 2004

FloNico uptodate

miércoles, agosto 04, 2004

Binary People

"Existen 10 tipos de personas en el mundo: Aquellos que entienden binario y aquellos que no."




( key: 10 en binario = 2 en decimal, jeje, por si vos no sabés binario (¬: )

Local Host

Theres's no place like 127.0.0.1.

Es decir, no hay mejor lugar que tu propia casa.

lunes, agosto 02, 2004

IP en base 10

IP addresses can be converted to a "base 10" number. Spammers often use this in URL's. Example: http://123456789/.

If the URL contains "@" ignore everything to the left. http://junk@123456789/ is the same as http://123456789/

A standard IP is "base 256." To convert 66.46.55.116 to base 10 the formula is:
66 x (256)3 + 46 x (256)2 + 55 x (256)1 + 116 = 1110325108


http://66.46.55.116 http://Network-Tools.com http://1110325108 are identical.