Archive for the 'Un*x' Category

Building PostgreSQL on Leopard

As you might know the PostgreSQL Global Development Group is currently working on the final version of the PostgreSQL Database Management System (DBMS) 8.3 which has some nice features. Unfortunately, there is no prebuilt package available for Mac OS X of the current beta versions. But fortunately building PostgreSQL is very easy on Leopard:

Continue reading ‘Building PostgreSQL on Leopard’

Block specific e-mail addresses with Exim

Recently I was flooded with e-mails a friend sent me. Mails with PowerPoint or PDF attachments of hundreds of kilobytes with jokes. Although I told him to stop this he ignored me and continued sending me this crap.
I could create a rule in Mail.app which deletes such mails but that wouldn’t help as the rule mechanism only works with received mails. But I don’t even want to have to download them.
A better solution is to let the mail server (here Exim) deny such mails while they are delivered.

Technorati Tags:

Continue reading ‘Block specific e-mail addresses with Exim’

Mounting remote computers using MacFUSE and sshfs

With the Linux kernel version 2.6.14 a technology called FUSE was merged into the mainstream Linux kernel. FUSE stands for Filesystem in Userspace and it allows normal, non-privileged users to create their own filesystems.

Amit Singh (author of the book Mac OS X Internals) ported this great technology to the Mac: MacFUSE.

Technorati Tags: ,

Continue reading ‘Mounting remote computers using MacFUSE and sshfs’

So long, and thanks for all the fish

After years of bleat-less serving my web pages and emails I had to shut down euklid forever. His last signs of life:

Euklid shutdown

Technorati Tags:

C Tutorial “Masters of the Void” completed

If you are looking for a good C tutorial you should definitely have a look at Uli Kusterers ‘Masters of the Void‘.

Technorati Tags: ,

Continue reading ‘C Tutorial “Masters of the Void” completed’

Implementing greylisting with Exim

Due to the increasing amount of annoying SPAM mails there exist many techniques to reduce that junk. One very successful approach is called “Greylisting“.

Technorati Tags: ,

Continue reading ‘Implementing greylisting with Exim’