Archive For September 17th, 2002

Rasmus explains why PHP suppor …

Rasmus explains why PHP support for Apache 2 is still “experimental”.

Read more »

Updating the firmware on your …

Updating the firmware on your Scan SC-2500 DVD player. Post-processing outdoor digital colour photographs. The hints on using the curves tool worked great on one of my own photos! How the dinosaurs really died out Must take a look here soon. Great! I heard this a few days ago, but here’s the Register’s take on [...]

Read more »

How sleepy is your MySQL serve …

How sleepy is your MySQL server?Here’s a simple way to find out: $ mysqladmin pro \| awk ‘/Sleep/ {a+=$12} END {print a/NR}’ \| sed ‘s/\.[0-9]*$//’ This will print out a single figure, the average time sleeping MySQL processes spend asleep.If that figure is high then maybe it’s time to follow some of the hints Jeremy [...]

Read more »