There are many ways to create a favicon.ico but I found this to be quick and easy.
The setup on Ubuntu:
sudo apt-get install imagemagick icoutils
then to create an icon:
convert image.gif -resize 32x32 favicon.png icotool -c -o favicon.ico favicon.png
Herhaaldelijk vertoont de UPC Digital decoder nog slechts een installatie-scherm.
Na gebeld te hebben met de klantenservice 0900-1580 (à €0,10/minuut) leerde ik volgende:
De laatste dagen (juli 2007) komt dit fenomeen vaak zelfs meerdere keren op een avond voor. De snelste oplossing blijkt de 220V stekker voor enkele seconden uit het apparaat te trekken. Na enkele tientallen seconden is het apparaat dan meestal weer bruikbaar.
My home server has “only” 128MB memory. With following modifications I got this webiste working at a very acceptable speed for use by a few users.
Create a file /etc/apache2/mods-enabled/memory.conf with following content:
MaxClients 5 StartServers 1 MinSpareServers 1 MaxSpareServers 2
After this change restart apache with:
sudo /etc/init.d/apache restart
This tip is based on the very interesting article at rimuhosting.com