Rockbox

I have for the last week been trying out the Rockbox alternative firmware for my DAP. Sound quality is, as far as I can hear, about the same. The sound quality using the standard firmware is excellent and this is still the case with Rockbox. Feature-wise, Rockbox is well ahead of the default iRiver firmware. …

Continue reading ‘Rockbox’ »

Lilypond

Yay! Lilypond works! I tried installing it a while ago, but there was something wrong and it didn’t work properly. Then last week the Arch texinfo package was updated, and it didn’t work at all. Today, however, a new lilypond package appeared in the repository, and now it all works just fine. Hurrah! Whether the …

Continue reading ‘Lilypond’ »

SSH

Another geeky post, but today I finally got around to making a note of my computer’s IP address, putting PuTTY onto my iRiver*, and trying to ssh into my computer from one of the machines on campus. I originally set up sshd on Monday night (hence my learing about the /etc/hosts.* files), but on both …

Continue reading ‘SSH’ »

Arch TCP Settings

Well, well, well. Apparently, Arch Linux is set up by default to refuse all incoming conections. /etc/hosts.deny contains the one line (besides comments) ALL: ALL: DENY, and /etc/hosts.allow is empty. It is nice, upon learning what these files do, to find such a paranoid default.