Creating nice Mosaic Images with Perl

I needed a background header-image for my other website (www.vfl3.de) . I already uploaded a lot of photos to that website and wanted to use them in some way for that header. I thought of creating a mosaic-like background picture which is automatically recreated once a week. So any new uploaded pictures will be automatically considered when the script runs.

./mosaic_poster.pl /path/to/pictures 950 200
Posted in: Uncategorized by Thorsten 2 Comments ,

WordPress with lighttpd

A few days ago I switched the webserver for schmalenegger.com from Apache2 to lighttpd. Here’s a short guide what needs to be done to get lighttpd running with Wordpress:

As I use Debian Etch, I decided to give to lighty packet from the Debian repositories a shot.

apt-get install lighttpd php5-cgi

After installation the webserver needs to be configured. This is done in the file /etc/lighttpd/lighttpd.conf.

Posted in: Uncategorized by Thorsten No Comments , ,