linux

Fixing a Drupal White Screen of Death without having access to the apache error log

15 APR 2008 / joeri poesen

When you get a white screen of death or a Server Error 500, the first thing you want to do is check your web server’s error log to see what exactly went wrong.

If you’re on shared hosting however, you might not have access to it.

how to create an iso file in ubuntu

04 NOV 2007 / joeri poesen

Quick and easy way to create an iso file from any cd/dvd under linux:

> sudo umount /dev/cdrom
> dd if=/dev/cdrom of=filename-goes-here.iso bs=1024

keywords:
Syndicate content