Archive for the 'Linux' Category

ALIX 2D13: 2.6.35, LEDs, lighttpd, lmsensors

It’s a good thing I waited a few days before releasing my next ALIX-post. I was gonna talk about the leds-alix module and where to download it, but in the meantime 2.6.35 was released and already contains all the necessary code. So, besides this post there is a new config: Linux 2.6.35 vanilla for ALIX [...]

ALIX 2D13: First impressions

I desperately needed a new toy, and found the perfect match with the ALIX 2D13 board from Swiss manufacturer PCEngines. I’ve had good experiences with the WRAP-board more than four years ago, so I knew about the quality of their products. This post should serve as a quick introduction and point out some caveats if [...]

Command-line warriors, part one

This is a post about some things you might have used a graphical tool for in the past, but which can be done just as well using command-line tools. Since I keep finding these little gems I hope I can continue this kind of post in the future. I’ll try to categorize the tips and [...]

OpenSSH: Reuse existing connections / Reverse tunnel

You often hear the phrase “the swiss knife of …”. Well, for networking, OpenSSH clearly deserves that title in my opinion. Besides the obvious feature of providing secure logins with different options for mutual authentication, it can also be used to transfer files. It is also a core component of software like git, which depend [...]

msmtp queueing for offline use

When you start using a small and slow laptop over an unreliable GPRS connection (say while travelling in an ICE at 300km/h) you start noticing certain things that are missing from your current shell-setup. One of these problems manifests itself when you want to send the mail you just typed in mutt. Fortunately there is [...]

Aspire One / X.org screen blanking

When using X on my Acer Aspire One (110L) and playing videos with mplayer, X would occasionally blank the screen after a few minutes without any way out but to suspend/resume to get your X back. This didn’t only happen with mplayer, and it didn’t have anything to do with xscreensaver.Anyway, after some digging I [...]

Gentoo Wallpaper

I just found this wallpaper I seem to have made in ’06 (around August) and posted to the Gentoo Forums. It never went anywhere, but it would be a shame to let it go to waste, so here you go. Don’t ask for any higher resolutions though ;) Download it in 800×600, 1024×768 or 1280×1024.

256 colors galore!

My weblog is littered with widespread tips about configuration for common shell tools and I post the occasional screenshot to flickr just to show off. I often get mails/comments regarding the used colorschemes and configs, so I thought it would be a good idea to create a separate page for these configs (and to keep [...]

mutt: threading like a pro

I’m sure I could come up with 5 of these every day if I read the whole user-manual religilously and followed dozens of blogs, but I don’t, so here goes: mutt supports threading (duh!) through set sort=”threads” set strict_threads=”yes” But you want threads which have new mails appear at the top/bottom (whichever way you work): [...]

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 [...]