Getting ipv6 using linksys e2000, dd-wrt, sixxs and a regular ipv4 internet connection

Currently most providers do not yet support ipv6, the major new internet protocol. But there are way’s to get an static ipv6 prefix independent of the ipv4 internet connection. The steps involved to get this enabled are the following. Obviously the limited amount of risk of breaking your internet connection using this guide are for the reader. Step 1. Install dd-wrt on a linksys e2000 While the linksys e2000 is not yet officially supported there is a version available that does work....

<span title='2011-02-25 09:10:00 +0000 UTC'>February 25, 2011</span>&nbsp;·&nbsp;6 min&nbsp;·&nbsp;1278 words&nbsp;·&nbsp;wouter

Use Opendns or Googledns with the fritz box 7170

Like one of the many xs4all customers I am the (proud) owner of a fritzbox 7170 to facilitate my internet connection. One of the issues with this modem is the absence of overriding all settings. One of the things that cannot be changed are the dns server that are used by the fritz box itself or the clients served via the fritz box dnsmasq. However there is a solution, which goes via the following steps:...

<span title='2009-12-04 19:11:00 +0000 UTC'>December 4, 2009</span>&nbsp;·&nbsp;1 min&nbsp;·&nbsp;175 words&nbsp;·&nbsp;wouter

Assigning values to dynamic determined (global) variable names in python

Introduction Once in a while one wishes to make a variable globally in python. This normally is done using the global keyword. But what if the name of the variable is not known beforehand, or one wants to make all the keys of a dictionary into a global variable? Problem The problem is that the global keyword can only be used for variables known at development time. But as suggested above there can be situation in which it is makes life a lot simpler if e....

<span title='2009-08-21 15:41:00 +0000 UTC'>August 21, 2009</span>&nbsp;·&nbsp;2 min&nbsp;·&nbsp;288 words&nbsp;·&nbsp;wouter

Subversion and SLES 10

Introduction Starting with Subversion on SLES* 10 SP 2 is not trivial. The problem is that this version of SuSE comes with an ancient version on an unsupported SDK. The version works with respect to the commandline options, the basic functions like add / update / delete / checkout are all fine. The problem But the issue lies in the usage of the python bindings. The supplied bindings are the swig one’s....

<span title='2009-08-20 15:10:00 +0000 UTC'>August 20, 2009</span>&nbsp;·&nbsp;1 min&nbsp;·&nbsp;206 words&nbsp;·&nbsp;wouter

Migrating mail to Google Apps

It might seem something trivial. Migrating all your personal mail to google apps. Well eventually it all is trivial, the quick steps are: Subscribe to Google Apps Setup your domain change MX records Add a cname per user enable imap upload the mail archive(s) using imap In more details follow the steps below. First step is to subscribe to the google apps personal service. The following link should be of some help: http://www....

<span title='2009-08-17 17:08:00 +0000 UTC'>August 17, 2009</span>&nbsp;·&nbsp;1 min&nbsp;·&nbsp;125 words&nbsp;·&nbsp;wouter