Monday, January 30, 2006

Automounting with KDE and Debian

Mount your media in one easy step.
KDE!
Most people who install Linux probably don't have any problems with the KDE automounting functionality, but I don't install Linux like most people. I like to start out with a completely minimal install, then I can add just the packages I need one step at a time. This has 2 advantages: first is that your install takes up very little disk space giving you a very lean and mean system, second is that you become familiar with all the various packages installed on your system and have a better idea of what they do which comes in handy sometimes. The major drawback is that some things that "just work" on most linux installs don't want to work for me. It is usually just a question of dependencies and configuration though, and with a little research and digging you always get it working in the end.

Thursday, January 12, 2006

Lucene: Boosting, Multi-Field Searches, and Multi-Index Searches.

3 Completely Obvious Lucene Tricks
Lucene!
Look out below! Here comes another braindump, and it's all about Lucene. There are three tricks to using Lucene that I am going to illustrate here. I don't think they really qualify as tricks since there is nothing tricky about them, but if you are just getting started with Lucene it is nice to know they are there.