21km twice in two days.

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.

Technorati Tags:

Dragonfly

Something to check out - new alpha from Opera:

http://www.opera.com/products/dragonfly/

MySQL stays open source

"MySQL Server is Open Source, even Backup extensions"

From: http://blogs.mysql.com/kaj/2008/05/06/mysql-server-is-open-source-even-b...

Technorati Tags:

First cycle trip of 2008

21.3km, 1hr10min.

Blindern - Gaustad - Sognsvann - Ullevålseter - Sjersjøen - Hammaren - Tåsen - Ullevål - Blindern.

Technorati Tags:

Compile Time Weaving of spring aspects in Intellij Idea

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):

  1. Install and enable the AspectJ plugin (http://intellij.expertsystems.se/aspectj.html) - it was available in the plugin manager lists by default
  2. Under Settings > AspectJ Weaver, search for aspects - add the spring-aspects jar and enable weaving
  3. In the build menu - make sure AspectJ weaving is enabled

Exim4 shouldn't give up just because clamav died

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    = *
Technorati Tags:

Building a debian firewall on a CF card

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.

Follow up to Resize google map to show all points - making space at the top

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.

Resize google map to show all points

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

Apache2, NameVirtualHosts, SSL and SERVER_PORT

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.

Syndicate content
worried