Lately I’ve been working with a lot of static HTML files with lots of repeating text structures. In the past I’ve talked about editing multiple files with Emacs. This approach works very well when the number of multiple files and text matches in each file is manageable, since you need to confirm pressing “y” on [...]
Archive for the ‘Tutorials & Tips’ Category
How to install latest Git on Ubuntu
Git is a distributed version control system. I won’t go into much details of what Git is or why use Git instead of other VC systems. There’s plenty other sites where to check that information. I love Git, but there’s a slight problem with Ubuntu’s repositories (feisty, gutsy): its an old version. Git’s version on [...]
Animate your webpage fast and easy with Facebook Animation Library
Today Facebook released an animation javascript library that modifies CSS properties on the fly. You can download it and use it on your webpages. Its a very light (10.4 Kb compressed version) animation library and its very easy to use. You can chain events or animations to create the effects you want. You can download [...]
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 [...]
Como sincronizar archivos entre computadoras
Tengo una PC en mi casa y una laptop que me acompaña a todos lados. Muchas veces trabajo mas en mi laptop que en mi PC, pero cuando estoy en casa prefiero mi PC por el monitor y todo mas grande. El problema esta en que siempre tengo que estar mandando archivos de un lado [...]
Como publicar en tu blog desde Emacs
Weblogger es el modo de Emacs para hacer posts en tu blog. Los blogs soportados son: Blogger, MetaWeblog, Moveable Type (WordPress) y LiveJournal. En caso de que no tengas un blog, te crea una cuenta en OpenWeblog.com, un sitio de hosting gratuito para tu blog. Para usarlo, baja estos archivos, ponlos en tu directorio de [...]






