Gubs en Time Square
Originally uploaded by Gubatron.
Related Posts
Upcoming Movies where New York gets Destroyed
I AM LEGEND Click here for QuickTime Trailer Or what I’d call, the Last Man Standing. I saw this trailer in the movie theater last night and really felt like going to see this movie. Being a New York resident its always impressive to see the city you live getting destroyed or changed so much […]
[Python] ip2num / num2ip – Store an IP string as a 4 byte int.
This is probably everywhere, maybe python also comes with it, but I wanted to have my own implementation, and I’ll leave it here for future reference. Basically, sometimes you don’t want to store IPs in Strings cause they take too much space, instead you want to be a good programmer and store them as 4 […]
Como actualizar a Ubuntu Edgy Eft
Saludos, a continuacion instrucciones para actualizar Dapper a Edgy Eft (6.10) utilizando apt-get Edita tu /etc/apt/sources.list como super usuario. (Ej. sudo emacs /etc/apt/sources.list) Haz search-replace de ‘dapper’ por ‘edgy’ Si no tienes emacs puedes simplemente utilizar sed y hacer el remplazo asi: sudo sed -e ‘s/sdapper/ edgy/g’ -i /etc/apt/sources.list Ahora debes bajarte los nuevos paquetes […]