Archive for April, 2005

23/April/2005

Saturday, April 23rd, 2005

Added an explanation / tutorial (no examples so not quite a tute) on Transition Maps for digital design , since the notes from my lecturer were so incredibly bad to understand unless you have them explained to you.
The actual link is in resources.
NB: Still haven’t restored the news :(

21/April/2005

Thursday, April 21st, 2005

Ok I added a planting season chart, extracted straight from a Yates booklet with a little Google images goodness. It’s listed properly in the Resources section.

Oh, additionally, it seems my news db was wiped somehow so sometime soon I’ll have to patch a backup with the latest news. Fun eh. Wonder what actually happened…

Debian: nfs-kernel vs nfs-user

Monday, April 18th, 2005

Exporting directories for NFS kernel daemon…exportfs: /etc/exports:3: syntax error: bad option list

Anyone using NFS user mode server which runs fine, and switching to the kernel mode server take note: the kernel server is fussier about syntax. The usermode syntax allows a comma seperated exports file (it probably strips the comments), the kernel mode server does not - must be space seperated as specified by the manual [age ;)