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

command line tools for web developers

Many people are typically afraid of the terminal. Yes, it might look scary for some, retro for others, but for the practical busy programmer, the terminal is the best tool you can have. Lately for my day job, I’ve been required to work with lots of static web pages, as I’ve mentioned on several of […]

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

Random links from my bookmarks

I’d like to share my bookmarks from time to time. I think sometimes random browsing can be very fruitful and sometimes even productive. This week on my delicious bookmaks, I’d like to share: Red Hat Magazine | A guide to GNU Screen Very useful to use when needing to run long processes through an SSH […]

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

How to install PHP PDO extensions on Debian

If you need to install PHP PDO mysql extension on Debian, its verysimple. This is what I did to get it done for both MySQL or MariaDB extensions for the lastest PHP version: In case you need the PostgreSQL extension, use: These packages now provide PDO extensions, no need for any additional steps. For Debian […]

Categories
Digital rights Law & Freedom Emacs GNU/Linux Free Software & Open Source News Programming & Web Development

Make Emacs yasnippet work with html-helper-mode

Yasnippet is a great emacs minor mode that lets you have lots of code snippets easily at hand. Also you can create your own snippets in a very easy way without needing to write them in emacs lisp. Basically, like textmate shortcuts for emacs. I use html-helper-mode to edit all my html code, but yasnippet […]

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

My 5 reasons to leave Ruby on Rails

I’m stopping all my ruby on rails development. Its been a while since my last rails line was written and I will not continue to develop on that framework. Here are my reasons for this: Documentation and entry point price First of all, to get any serious documentation on how to use the framework, you […]

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

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 […]