Archive for the “Linux” Category

Run

sudo touch /forcefsck

Next time you boot, the file system will be checked.

Comments No Comments »

So I upgraded to Thunderbird 3 some time ago. It has nice new features, like the grouped folders. Anyway, there are a few things that annoyed me too; one of them being the fact that whenever someone sends a mail to me and some other people, only the first recipient was displayed, with a “more…” button next to it. The settings unfortunately do not allow to turn this behaviour off, but there’s a hack to do this (maybe in the future, they’ll include a setting…)  Read the rest of this entry »

Comments No Comments »

So I decided it’s time to build a HTPC so I can record TV and also use time shifting when watching live TV.

I’ve tried several products, be it software packages or whole linux distributions, including Windows Media Center, Apple Front Row, vdr, c’t-vdr, yavdr, freevo and mythTV. That last one I liked most by what it offered, so I gave it a try. I stumbled upon many things on my way though. I’ll write down the ones I remember here, perhaps it’ll help someone some day. Read the rest of this entry »

Comments No Comments »

The problem

Did you ever want to install a font on your Mac that’s on a SMB share, for example on a Windows/Unix server? Did you experience the font was broken somehow, being displayed in the finder as “unix executable file” with 0kb size?

We had this issue here often, finally I figured out why this happens.
Read the rest of this entry »

Comments No Comments »

Trying to integrate Zimbra calendars in Lightning, I ran into a couple of problems. So far I’ve found four different ways to do it in the internet:

  1. ICS: http://zimbrahost.example.com/home/USERNAME/CALENDARNAME
  2. ICS: webcal://zimbrahost.example.com/home/USERNAME/CALENDARNAME
  3. ICS: webcal://<USERNAME>:<PASSWORD>@zimbrahost.example.com/home/USERNAME/CALENDARNAME
  4. CalDAV: http://zimbrahost.example.com/dav/USERNAME/CALENDARNAME

Now the ICS solutions don’t work properly for me, the calendar entries are loaded but Lightning is unable to write to the calendar (when editing entries, deleting entries, creating new entries).

CalDAV is working, but only when using one calendar, as it seems. I created a second calendar in the Zimbra Webinterface though, and when I try to add the second calendar the CalDAV way, I get a yellow warning sign next to the calendar name saying “The calendar <name> is not available at the moment”. So CalDAV seems to be limited to one Calendar per user or server.

I didn’t find a solution yet.

Comments No Comments »

These are my post-installation steps in Fedora 10.

After I read that Fedora 10 is out on heise.de, I thought, let’s give it a try. Here I’ll describe what I did to set up the fresh install for my needs.
Note: I installed Fedora 10 from the full i386 DVD (not live CD!) on my HP 2510p notebook, just in case you’re interested about hardware.

Read the rest of this entry »

Comments 1 Comment »