Welcome!
Thursday 09 September 2010 @ 19:25 CEST

Email Article To a Friend View Printable Version

Linux and Logitech QuickCam Pro 9000

TechI've been on the lookout for a decent webcam. After some searching, the choice fell on Logitech QuickCam Pro 9000, which should be supported according to the Linux UVC driver page. It's not one of the cheaper models, but not the most expensive either. It also has "HD-quality" (which in this case translates to resolution up to 1600x1200). So how does this camera works under Linux?
Email Article To a Friend View Printable Version

No snow, no Christmas?

TechSoon Christmas and still no snow? Since there hasn't been a decent cold and white winter here for years, it's a little hard to get that Christmas mood. Luckily, we have computer tools that can help us out.
Email Article To a Friend View Printable Version

RHEL5 SELinux: A benchmark

SecuritySELinux introduces a new access control mechanism in the Linux kernel called "mandatory access control". It has been in the mainline Linux kernel since 2003, and included in RedHat Enterprise Linux 4 (2005). RedHat have been testing SELinux for quite some time through the Fedora releases, where it has been available since Fedora 2 (2004). RedHat is aggressively pushing the development of SELinux and relevant tools forward. From RHEL version 4 to 5 the targeted policy includes more services, added support for a modular policy, (graphical) administrations tools and support for MLS. But what are the performance penalties when running with and without SELinux enabled?
Email Article To a Friend View Printable Version

Holiday cracking - redux

Security

Update 3. Nov 2007: Dug up some more interesting stuff.

The "holiday cracking" story got far more attention than I ever would have imagined. If I had known it would get so massive attention, I sure would have done a more throughly job. Interestingly, after the posting I have received some pretty interesting feedback - even an email from the cracker himself! It sure helps getting on Slashdot and posted on Bruce Schneier's blog!

Email Article To a Friend View Printable Version

Bash prompt with exit status

TechLet's improve the Bash prompt even further from my last post. I want to see the exit status of the last command in the bash prompt.
Email Article To a Friend View Printable Version

Bash prompt (on RedHat)

TechI've been working with a lot of different RHEL-boxes lately, and I've (yet again) been frustrated with the default RedHat Bash-prompt. It is an easy fix, but its tiresome to change every time.

Email Article To a Friend View Printable Version

Old classical PC games on Nintendo DS

TechThe Nintendo DS (NDS) is more than powerful enough to play several old PC games. Some porting is required, and luckily a lot of people have already done that. Usually, you just need the game files (which means you must either own the originally game, use the shareware version or, check if it's abandonware). It's time for a trip down memory lane trying out some old classics.

Email Article To a Friend View Printable Version

Linux on Nintendo DS

TechAfter getting my own DSX memory card for running homebrews (read earlier blog entry here), it's time to fire up Linux. Getting Linux to run on the NDS was no problem at all, but it's still quite limited. At least when using the memory card DSX.

Email Article To a Friend View Printable Version

Memory card "DS-Xtreme" (DSX) for the Nintendo DS (NDS)

TechAs of June 2007, 47 million Nintendo DS units has been sold. That's quite an impressive number, and has been the fastest selling platform in Europe. As soon as I got my hands on one of these units, I started looking for ways to use "homebrews" (= software written for the NDS usually published for free).

Email Article To a Friend View Printable Version

Less typing with enviroment variable CDPATH

TechThe BASH shell has several environment variables that can be manipulated. The PATH variable is well known. Another useful variable is CDPATH. As PATH is a list of search paths for commands, so is CDPATH a list of directories used as search path for the "cd" command.