Categories
Digital rights Law & Freedom GNU/Linux Free Software & Open Source News

Telmex bloquea puerto 25

UPDATE: para poder enviar emails aun teniendo el puerto 25 bloqueado, presento una solucion en mi post Soluciones al bloqueo del puerto 25 Telmex ha decidido bloquear el puerto 25 en una medida, segun ellos, Anti Spam. Esto solo aplica a clientes de Prodigy Infinitum con conexion de menos de 4Mb. Esto significa que no […]

Categories
GNU/Linux Free Software & Open Source personal

FSF Membership

Finally I decided to become an FSF Member. I’m officially member #5878 and I just placed the button on this blog’s sidebar. Thanks to Mako Hill for encouraging and inspiring me on a very indirect but very effective way. Related posts: No related posts.

Categories
Emacs personal

Testing weblogger.el again

Lets see how enhanced this enhanced weblogger.el is. Last time it was awful and messed up stuff in my post. Note that this is supposed to be also categorized from within Emacs. Related posts: No related posts.

Categories
GNU/Linux Free Software & Open Source

Ubuntu Gutsy CDs

Ubuntu Gutsy CDs Originally uploaded by gabrielsaldana Aahh por fin llegaron los discos de Ubuntu para el GSLIEST. Despues de varios intentos fallidos de supuestos envios que nunca llegaron, por fin llego mi pedido. La banda del GSLIEST los va a disfrutar. Gracias Canonical! Related posts: No related posts.

Categories
GNU/Linux Free Software & Open Source Programming & Web Development

PHP 5 OOP implementation quirks

PHP 5 is supposed to be fully object oriented. Yes, it has classes and inheritance and all those things an OOP language is supposed to have. But, is it implemented like most OOP languages? First of all, I come from a C/C++ background, so there’s where I got all my OOP lessons. Then I started […]

Categories
GNU/Linux Free Software & Open Source Tutorials & Tips

Como enviar videos al Xbox360 desde Linux

Por fin encontre la forma de enviar videos a mi Xbox360 sin tener que usar Windows. Muy sencillo, solo instala ushare Vas a necesitar libupnp sudo aptitude install libupnp2 ejecuta el siguiente comando para iniciar el servicio de ushare: ushare -p 49153 -D -x -c /home/usuario/videos/ Esto lo puedes poner en un script que se […]