2009
12.11

Here is a bit of code which uses Google credentials to authenticate a user. The idea is to use PHP sessions support and existing Google accounts for user management and don’t store any additional passwords.

Read More >>

2009
11.30

This is useful for Capistrano deployments when you need to start rake process which doesn’t run as daemon.

Read More >>

2009
10.05

If you want to run Apache with mod_worker you will have to us PHP via FCGI. Here is how to install it on Ubuntu 9.04 Server edition.

Read More >>

2009
09.30

memcached is a high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load.

Read More >>

2009
09.23

There is a known problem with ruby on Debian or Ubuntu with gem command not working properly.  Here is how to fix it.

Read More >>