Archive for November, 2005

Nokia 770 Internet Tablet (FI SE, DK) SU-18

Thursday, November 3rd, 2005

Nokia 770Your NOKIA.COM Order Accepted

I can hardly wait!

There’s more about the Nokia 770 at Internet Tablet Talk and at nokia770.com including photos and reviews.

Update 2005-11-04 16:47: Status: shipped!

Update 2005-11-07 22:41: the package is still sitting “In transit” somewhere between Brussels and Copenhagen :-(

Update 2005-11-08 14:26: Its here!!! And its great. What a toy ;-)

Useful guide to everything DNS and Bind

Thursday, November 3rd, 2005

There’s a very useful guide to bind and DNS at http://www.zytrax.com/books/dns/.

Nucleus CMS on Apache2 / Debian

Tuesday, November 1st, 2005

While moving all my sites to Apache2 and PHP4.4 on a Debian server, I ran into a few problems. Not sure why, though.

All pages on all blogs came up blank and there was absolutely nothing in the Apache error log.

A test showed that the server returned zero bytes.

I ran the install.php script again, and it said

Your PHP version does not have support for MySQL :( 

but phpmyadmin worked brilliantly, so MySQL was supported.

Anyway, after some experimenting, I added the line

extension=mysql.so

to /etc/php4/apache2/php.ini, restarted the web server and Nucleus worked again. I wonder why phpmyadmin worked anyway.

Update: it is in the Debian BTS.