22 Jun, 2006
howto nslu2
OK, it’s time to reinstall my Linksys NSLU2 NAS device (petnamed ‘slug’) to finally put it into ‘production’. This is a list of steps that I have taken, together with some notes that might come in handy if I ever need to do this again.
Read the rest of this entry »
20 May, 2006
howto nslu2
RRDtool is a nifty database mechanism that is widely used for monitoring parameters of routers, switches, weather stations, solar installations, …
I use it to monitor various parameters of our home. Since this is a 24/7 task, I run it on a low-power devic: the NSLU2. This article describes how to install the RRDtools on the NSLU2 (running Unslung).
Read the rest of this entry »
14 Aug, 2005
howto nslu2
Well actually, de-underclocking, but that’s not such a fancy title isn’t it
Is seems that Linksys has deliberately underclocked the main processor of the NSLU2.
The people of the unslung project found out that by removing a single resistor from the NSLU2 pcb, you can get to normal (x1) clockspeed. More info.
Read the rest of this entry »
6 Aug, 2005
howto nslu2
Installing bash on the NSLU2 seems simple, just run
# ipkg install bash
If you subsequently change the shell type of a user to /bin/bash, you’ll find out that you will not be able to login.
In order for everything to work properly, you also have to create the file
/etc/shells
containing:
/bin/sh
/bin/bash
Read the rest of this entry »
6 Aug, 2005
howto nslu2
This information is deprecated. The dovecot mail server is now available as ipkg for installation on your slug.
I leave the information here out of sentiment and who knows, it might come in handy for someone…
As many people, I’ve been running an old PC with a large hard drive as local file and mail server.
When Linksys released their cute little NSLU2, and it became clear that it was possible to load that device with an alternative open firmware, I thought it was time to shut the 8-year old AMD K6 down.
I’ll describe the steps I followed to install an IMAP server with the combination of dovecot, fetchmail, and procmail on the NSLU2.
Read the rest of this entry »