Metal is niet satanistisch

July 17th, 2008

IIS SSL -> Apache

July 11th, 2008

Nice article about how you could use IIS certificates in Apache. Nice if you need to use it for reverse proxies and stuff like that

http://www.petefreitag.com/item/16.cfm

, ,

Al meer dan 7 dagen

July 9th, 2008

Al anderhalve week ben ik gestopt. Gewoon van de ene op andere dag. Oke ik geef toe. Heb de dagen ervoor mezelf helemaal volgestopt met nicotine om de eerste dagen vooruit te komen. Om in ieder geval de behoefte naar nicotine niet te hebben. En toen werd ik ziek. Zat ik heel de dag thuis. En heb ik het overleefd.

Anderhalve week. Zonder problemen. Met een beetje smokkelen welliswaar (een hijsje hier, en een hijsje daar). Maar ik ga het redden. Ik heb er ondertussen vertrouwen in. Op naar totale onafhankelijkheid.

Nee ik ben niet meer gaan eten. Juist minder, maar dat kan ook door de koorts en griep komen. Heb wel heel veel zin in zoetige zooi. Cola, te sterke limonade, Jus d’Orange. En zelfs aan de smaak van bier moet ik weer wennen.

BTW: Ik heb ook een nieuw msn adres. Dit omdat er te veel mensen in stonden die ik niet of nauwelijks spreek of geen flauw idee van heb of ik ze nog wel ken.

, ,

Nice to meet you

July 7th, 2008

It was nice to meet you with the knowledge that one certain day I would loose you again. And today it is :-)

Take care the rest of your life.?

Graspop 2008

June 30th, 2008

Was geweldig. Gezellig en verbazingwekkend. Nooit verwacht dat Kiss zo tof zou zijn live. Sonata ook op festivals rockt. En Iron Maiden live gigantisch tegen valt.

,

Selfprotection

June 23rd, 2008

My selfprotecton is keeping people on a distance when you don’t want to hurt them. Whats yours?

My Mobiler

June 20th, 2008

Just a great tool I found. Like remote desktop but than for your mobile. Just install the remote.exe on your Windows Mobile Powered device. Change the default password. Connect your device to your WIFI network and connect over IP.

It is great to let your device charge in your bedroom/toilet/kitchen and to be able to connect to it. Play your favorite Bubble Breaker game or just send some text messages to one of your friends.

The ability to do this while working with your normal keyboard and mouse is really great to play with. And with the option to have it on top of all of your screens and the relatively small resolution of the device (240×320 as average) it won’t consume that much space on your desktop.

Where you can find it? http://www.mtux.com/. But make sure before you install you have a one-time ActiveSync connection for installation of the tool.

Oh wait: There’s another text message :-)

, ,

Being the jackass that I am

June 16th, 2008

I discovered today that the past is not always the past if you won’t close it well.

,

PHP5 and 64 bits

June 6th, 2008

When compiling PHP on a 64 bit system don’t forget to add “–with-libdir=/lib64″ to the configure statement. A typical configure statement would be:

./configure –with-apxs2=/usr/local/apache2/bin/apxs –with-mysql –with-libdir=/lib64

If you forget “–with-libdir”, make will fail in the mysql section with the error:

configure: error: Cannot find libmysqlclient under /usr.
Note that the MySQL client library is not bundled anymore!

Source: http://www.blackbeagle.com/2006/10/06/compiling-php-on-a-64-bit-system/

, ,

RedHat Reinstallation is Slow

June 5th, 2008

Okay, here comes the problem. We have a kickstart environment which is running very fine. The issue starts when we try to reinstall an machine after, lets say, an fuckup. The machine is an HP blade bl460c.

First installation was finished in 10 minutes after entering the ip adress and retrieving the config. Second installation is way to slow. It is currently running for 30 minutes and has hours to go I guess. Who knows how this problem is and how to solve it. Google is not helping much this time :(

– EDIT –
The problem does not seems to be the client but the server which is Apache 2.0.52. After performing something like “dd if=/dev/urandom of=100mb.bin bs=1M count=100″ the server seemed to clean some cache and installation went much faster. Think I need to digg into my Apache config.

, ,