Repeat of yesterday's trip
Blindern - Gaustad - Sognsvann - Ullevålseter - Sjersjøen - Hammaren - Tåsen - Ullevål - Blindern.
Knocked 5 mins of - 1hr5min total today.
"MySQL Server is Open Source, even Backup extensions"
From: http://blogs.mysql.com/kaj/2008/05/06/mysql-server-is-open-source-even-b...
21.3km, 1hr10min.
Blindern - Gaustad - Sognsvann - Ullevålseter - Sjersjøen - Hammaren - Tåsen - Ullevål - Blindern.

To enable compile time weaving of the spring aspects (spring-aspects.jar) in Intellij IDEA (I am using 7.0.3 - but I assume this to be similar for other versions):
I was having the issue that if clamav died (usually due to freshclam update taking too long) that exim4 would start temporary rejecting ALL mail.
Here's a suggestion from Mike Cardwell on the exim users mailing list. It adds a check on the file existing and adds a header if not instead of rejecting.
warn !condition = ${if exists{/var/run/clamav/clamd.ctl}}
add_header = X-Virus-Checked: False
deny condition = ${if exists{/var/run/clamav/clamd.ctl}}
malware = *
I currently have an OpenBSD firewall running on an ancient 586. I have a mini-itx board, CF/IDE converter and a CF card and have been intending to upgrade.
However - rather than OpenBSD I'm going to try for debian (since I know that much better).
This post will end up being a "how I did it" - but at the minute is just a collection of the notes I'm grabbing for now.
In Resize google map to show all points it shows how to rescale the map based on added overlays. But - it sometimes puts points a little too close to the top. The point is shown but since the icon has size - this disappears out of the visible frame.
I needed to get a google map to center and scale based on the added points.
I found a tutorial here: http://econym.googlepages.com/basic14.htm
I was experiencing odd things integrating to google maps - although I have both an API key for http and https - only https was working.
It turns out that the setting of the apache environment variable SERVER_PORT was always 443 irrespective of whether I was using http/80 or https/443 from the client.