PHP Auth using Google Credentials
by Artur on Dec.11, 2009, under Webdev
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.
Capistrano and rake process in the background
by Artur on Nov.30, 2009, under Sysadmin
This is useful for Capistrano deployments when you need to start rake process which doesn’t run as daemon.
Ubuntu 9.04 server + PHP5 + FCGI
by Artur on Oct.05, 2009, under Sysadmin
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.
Installing memcached and libmemcache on Debian
by Artur on Sep.30, 2009, under Sysadmin
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.
Ruby On Rails in Debain/Ubuntu and missing zlib
by Artur on Sep.23, 2009, under Sysadmin
There is a known problem with ruby on Debian or Ubuntu with gem command not working properly. Here is how to fix it.