Trim your Tiny Tiny RSS-reader
The more I use Hibernate in Java the more I love Storm in Python. It is so easy and light weight. A while ago I installed Tiny Tiny RSS on my Ubuntu server and is happy to use it as my RSS reader. First I thought it was slow, but it is easy to fix. Activate the expire module: a2enmod expires Create a file /etc/apache2/conf.d/expires: ExpiresActive On ExpiresByType image/x-icon "access plus 1 weeks" ExpiresByType image/gif "access plus 1 weeks" Finally restart your apache. Your webbrowser will now cache all icons and gif-pictures.