Monthly Archive for March, 2007

links for 2007-03-30

links for 2007-03-28

links for 2007-03-26

links for 2007-03-12

links for 2007-03-11

stupid Debian lawyers…

netatalk is not linked to OpenSSL in Debian by default, because of some licensing snit. I don’t like this, because it forces cleartext passwords (and that’s hardly secure). The solution:


apt-get source netatalk
sudo apt-get build-dep netatalk
sudo apt-get install cracklib2-dev libssl-dev
cd netatalk-2.0.3
DEB_BUILD_OPTIONS=ssl debuild
sudo dpkg -i ../netatalk-*.deb

IPP and mDNS via avahi on Debian

I tried to set up a remote printer at home this morning. It was easier than last time, but still a bit of a pain in the neck. So I’m posting this in the hopes that someone else will benefit from my work.
Continue reading ‘IPP and mDNS via avahi on Debian’