Archive for 'featured'
Using Git with Subversion: Tips that will make your life easier

Using Git with Subversion: Tips that will make your life easier

Posted 06 July 2011 | By | Categories: featured, git, linux, programming and tip | 10 Comments

  In the last couple of years I’ve been working on various projects that – unfortunately – still use Subversion as their version control system. I moved to git already a few years ago and I wanted to keep using it as much as possible. Luckily git-svn is an incredibly complete tool to interact with [...]

how to setup pinax with nginx

Posted 07 October 2009 | By | Categories: django, featured, linux, pinax and python | 8 Comments

Tonight I spent sometime getting Pinax – Django swiss army knife – to work on nginx via fastcgi on my Ubuntu 9.10 box. Here is a step by step guide. First of course we need to install nginx, pretty easy with Ubuntu: sudo apt-get install nginx Create a new file called <appname> in /etc/nginx/sites-available/ like [...]

vim mind share soaring: roundup of 10 vim articles, recent and older gems

Posted 26 November 2008 | By | Categories: editors, featured, programming, tip and vim | 16 Comments

Am I the only one to notice that there is a lot of vim love in the airwaves recently? I saw the trend very clearly, spanning from reddit to news.yc and let me say that the material that came up recently is very good; those neat posts prompted me to improve my vimrc dramatically and [...]