Google

Adding a device from a kernel module the udev way (pi, a device that prints out the value of pi)

February 25th, 2009
It seems like the interface for creating modules has changed a bit, and udev is the way to go. Here is a short, quick and dirty module that creates /dev/pi with anonymous major and minor using udev. Read the rest of this entry »

freesshd and problem with keys

February 9th, 2009
I followed the simple guide in the forum but was still unable to use my keys. Turns out my keys were DSA, and FreeSSHD only seems to know about RSA keys. I generated some RSA keys and everything was fine. Read the rest of this entry »