The Personal Site of...
About Freedom, UNIX, Web Programming, among other stuff

Browsing all 4 posts in Sysadmin.

Easy and simple guide to create your own Vagrant box (Ubuntu-12.02-64 server bridged) from VirtualBox

Leave a Comment
Easy and simple guide to create your own Vagrant box (Ubuntu-12.02-64 server bridged) from VirtualBox

An easy and simple guide to create your own Vagrant box (Ubuntu 12.02 64 Server) from VirtualBox. This can be usefull if you have specific needs not provided by the “official” Vagrant boxes.

Continue reading...

Execute a Git hook by branch

6 Comments
Execute a Git hook by branch

Many times I’ve been working in several projects when deployment of different webs according to a branch are necessary. Finally I just wrote a tiny Git hook script that helps me out with this matter, I hope it could help you as it does to me.

Continue reading...

Interview with LoadStorm

Leave a Comment
Interview with LoadStorm

This week LoadStorm, a nice website about Load Testing and Performance, interviewed me. I want to use this post to thank Scott Price for the interview, and recommend their blog and to know about the great tools they have.

Continue reading...

PostgreSQL vs MySQL

3 Comments
PostgreSQL vs MySQL

Uno de los errores más comunes al momento de seleccionar un RDBMS libre es basarse en la popularidad, lo que “todos usan” o que “todos sugieren” por las razones que “todos comentan”, en vez de realizar un análisis personal. Pues bien, como han sido tantos los casos que he visto, me he dado a la tarea de escribir este post que deseo ayude en la selección del RBMS que realmente necesitas.

Continue reading...