Archive for February, 2011
Migrating SVN repository to another server
Actually it’s a trivial task that has been already discussed and described in all glory details. Anyway, just for a record, I’ll duplicate that information here. Dump the content of your current SVN repository. svnadmin dump /var/svn > /tmp/svn_repository.dump Transfer it to a new server. Create a new repository and load the dump into. svnadmin […]
Upgrading Redmine on Ubuntu 10.04
In this post I’d like to describe the process of upgrading Redmine from 0.8 release to a new stable version (1.1) acompanied by a migration to a new host. Before we begin please visit the official upgrade guide since it lists all the details that would suffice most of the users. Save the content of […]
Nginx is a memory savior.
As soon as I switched to Nginx yesterday the positive outcome wasn’t long in coming. As you could see I was able to save 200MB of precious RAM just swapping from Apache and mod_fcgid to Nginx and php-fpm. Do happy savings ;-)
Linux Conf Au 2011
If you missed the chance to participate in linux.conf.au this year or, like me, you’re thousands miles away from Down Under then this link http://linuxconfau.blip.tv/ would help you stay tuned and feel the pulse of Linux kernel development. Another options is to subscribe to a podcast using iTunes. Choose one that suits you best. Enjoy watching the cool stuff.