Thursday, July 2, 2009
SSH, backspace and UTF-8
Sunday, June 7, 2009
mt-daapd / Firefly media server -- follow-up
Friday, May 29, 2009
mt-daapd is not the answer
The problem at hand is how to elegantly share media files in your LAN without resorting to NFS exports or Samba shares.
Thursday, February 19, 2009
Pidgin bug -- update
Sunday, June 8, 2008
Pidgin bug
While I have to admit that Pidgin is generally speaking a great multi-protocol IM (instant messaging) client, it's got its flaws too... just like any software. And I'm not talking here about the notorious developers / users scandal, resulting in a Pidgin fork because users just wanted a resizable text input field, while the developers said they don't care. I'm not even talking about the lack of voice and web cam support (there's a ticket from the beginning of time there... prioritized as minor).
Thursday, February 28, 2008
Default charset in apache
Darn! I finally got over my problem... so let's get back to the very beginning...
I use apache 2.2.4. I've been using it without a problem for a long time. My needs for apache are very basic: I just need tons of directory listings (indexes) with the ability to follow symbolic links, and ~10 aliases. The files in the directory listings are on my local computer and they usually have "weird" encodings, so I needed to let apache know I need it to use UTF-8 as default charset/encoding. Simple to achieve... or so it seemed: I used to run apache installed via aptitude under /etc/apache2.
Tuesday, February 26, 2008
dpkg-reconfigure locales...
On a Debian system,
sudo dpkg-reconfigure localeswould prompt you with a nice menu allowing you to select new locales... Unfortunately, this is not the case with Ubuntu. You just get to generate or update the already selected locales. This is actually an Ubuntu bug, confirmed (with status: wishlist).
Monday, February 25, 2008
Make Konqueror remember the default view
One of those "features" is the fact that Konqueror doesn't seem to remember the default view I set up in any profile. Namely, when I use Konqueror as a file manager and type something in the address bar, such as ~/tmp, I really want it to display the contents of ~/tmp in "Detailed List View", the way I chose it as default! But it doesn't.