The beauty of snail-mail

The beauty of snail-mail

My GitHub Octocat sticker arrived yesterday. I had almost forgotten about it, so it was an even nicer surprise to find a letter from Redwood City, CA in my mailbox today. I asked for the sticker on March 4 this year, quite some time ago ;)

I have to say that it’s really nice to see that these guys didn’t back away from sending one tiny sticker cross-atlantic in a hand-labeled envelope. Cool thing!

genkernel 3.4.10-r2 with dmraid and hibernate-support

This comes from the I-have-to-pay-my-electrical-bill and from the learn-something-fun-about-your-system-everyday-department. As you know I’ve got Gentoo on my workstation. When I still lived in my dorm it was running 24/7 (last but not least to supply everyone with the latest episodes of popular shows). When I moved I started using a hacked-together suspend-to-ram script which worked well enough for the last year or so. Seeing how quick and (seemingly easy) hibernate/suspend-to-disk worked on my new netbook I decided to once again give it a try on my workstation.

Since my system has one of those stupid fake-raids I have always needed an initrd to boot the kernel. The initrd calls dmraid, which maps the strange arrays into usable disk-devices (don’t ask me). The preferred way of creating an initrd with Gentoo is genkernel, which can be used to build a kernel as well. The only problem was that genkernel still lacks support for suspend (user-space suspend, see Gentoo Bug), while I can’t do without dmraid.

So I fired up git and started hacking on the genkernel-code and now have a system which does suspend-to-disk and dmraid. Having said that, I must stress that you should really know what you’re doing if you’re trying to use this. You could potentially shoot yourself in the foot if for some reason a hibernated image gets loaded after your harddrives have already been mounted. I try to avoid that in my patch by calling suspend_resume immediately after dmraid has been called (and only there). Improvements or constructive flames would be highly appreciated.

imapfilter: RWTH Mailboxen sortieren

Wie jeder RWTH-Student hab ich natürlich auch ein RWTH-Postfach. Und dazu noch eins als Mitarbeiter des RZ. Ist eigentlich eine ganz nette Sache, nur dass man die Dinger nirgends vorsortieren kann (aka procmail oder so) sondern nur mit sowas wie dem Thunderbird-Filter auf Anwenderseite. Heisst dann im Endeffekt auf bestimmt 5 Systemen die Regel anlegen wenn man sich eine neue ML abonniert.

imapfilter macht auch nichts anderes, nur dass man es bequem von einer Stelle (sprich: Server) aus alle 5 Minuten laufen lassen kann, und nur eine config hat. Dann sind die Mails auch richtig sortiert falls man mal den Webmail-Client benutzen muss. Die Konfiguration ist auch ziemlich easy, so sieht sie z.B. eine einfache Config aus:

`Wie jeder RWTH-Student hab ich natürlich auch ein RWTH-Postfach. Und dazu noch eins als Mitarbeiter des RZ. Ist eigentlich eine ganz nette Sache, nur dass man die Dinger nirgends vorsortieren kann (aka procmail oder so) sondern nur mit sowas wie dem Thunderbird-Filter auf Anwenderseite. Heisst dann im Endeffekt auf bestimmt 5 Systemen die Regel anlegen wenn man sich eine neue ML abonniert.

imapfilter macht auch nichts anderes, nur dass man es bequem von einer Stelle (sprich: Server) aus alle 5 Minuten laufen lassen kann, und nur eine config hat. Dann sind die Mails auch richtig sortiert falls man mal den Webmail-Client benutzen muss. Die Konfiguration ist auch ziemlich easy, so sieht sie z.B. eine einfache Config aus:

` Mit einer Regel die alle Mails aus der INBOX die im Betreff [mailingliste] haben in den Folder “mailingliste” auf dem gleichen Server verschiebt. Das Ganze geht natürlich auch mit mehreren Servern und sogar mit Mails kopieren/verschieben zwischen diesen Servern. Die verschiedenen Optionen um Mails zu matchen bzw. was man damit macht sieht man unter “man imapfilter”.

subscribe via RSS