Prototype Mismatch in APR::XSLoader::BOOTSTRAP

Posted by: admin  :  Category: Perl

Well, today I just did not believe my eyes.

I was just bringing up a new webmail host when I noticed Apache throwing an 500 internal server error at me.
Read more…

Convert Single Disk to GEOM Mirror

Posted by: admin  :  Category: FreeBSD, HA

This article should have been published already last month, unfortunately the draft was left forgotten for a while in my mailbox.

As some may remember I published two articles on how to setup GEOM disk mirroring on alpha and sparc earlier this year. These articles were originally based upon Ralf Engelschalls disk mirroring howto.

I had installed GEOM disk mirrors on various occasions since then, though I always felt that converting to a GEOM mirror like that involved too much work.

So I went on to find a better and faster way to achieve the task and I found one.
Read more…

Interoperability Problems: Samba, Windows, Rsync and Unicode

Posted by: admin  :  Category: Windows

A late night experience, thank good I got it fixed right away…
Read more…

Another Positive Experience With Windows Server 2003

Posted by: admin  :  Category: Windows

While I’m usually living on the Unix side of live, I sometimes happen to find myself again in the Windows world.

Some may say this is blasphemy, a decent unix admin would never bother in doing Windows, deny the open source idea, be such a scumbag, blablablabla…

But let me tell you one thing: Windows is not that bad after all. Honestly.
Read more…

Find And Replace Strings

Posted by: admin  :  Category: Perl, Shells

Imagine you have a directory with thousands of text files, each of which containing some keywords to be replaced.

While there’s a lot of tools out there allowing you to find and replace strings in text files, there’s always a goog reason to use the tools that you already have.

The following snippet uses find in combination with perl to achieve the task:
Read more…