NLSU2 overclocking

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.

Continue reading NLSU2 overclocking

Installing bash on the 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

Continue reading Installing bash on the NSLU2

Setting up the NSLU2 as mail server

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.

Continue reading Setting up the NSLU2 as mail server