jeltsch's blog

Waffel recipe

After some awful experience with an OBH Nordica electric waffle maker (one waffle took about 12 minutes and still was not entirely done), I have bought a cast-iron waffel maker from Skeppshult. After burning it in and several unsuccesfull attempts, I actually manged to make some waffles. However, I have not yet tried to use it over an open fire, but that was actually the idea when I bought it. I used it on our electric oven and one waffle takes about 4 minutes (on position 7-8 out of 9).

Updating drupal

Here's what I need to to to update drupal (minor updates, e.g. from 7.18 to 7.19) on my Ubuntu server. I have installed drupal from the drupal source itself and not from the Ubuntu repository (because the Ubuntu repository is usually quite old and not updated as frequently). Actually the update is quite painless; I am sure somebody automated that already somewhere...
cd /var/www
su
wget http://ftp.drupal.org/files/projects/drupal-7.19.tar.gz
tar -xvzf drupal-7.19.tar.gz
chown -R jeltsch:www-data drupal-7.19

Pages