Categories

A sample text widget

Etiam pulvinar consectetur dolor sed malesuada. Ut convallis euismod dolor nec pretium. Nunc ut tristique massa.

Nam sodales mi vitae dolor ullamcorper et vulputate enim accumsan. Morbi orci magna, tincidunt vitae molestie nec, molestie at mi. Nulla nulla lorem, suscipit in posuere in, interdum non magna.

Install Debian HotSpot server

NB: this is only a memo for me, i’m going to rewrite it in a decent way 😛

Install a fresh Debian lenny

apt-get update && apt-gt dist-upgrade

apt-get install build-essentials devscripts libssl-dev

cd /usr/src

wget http://ap.coova.org/chilli/coova-chilli-1.2.2.tar.gz (or the latest one) tar xzf coova-chilli-1.Y.X.tar.gz cd coova-chilli-1.Y.X/ debuild -b cd .. dpkg -i coova-chilli_1.Y.X-Z_ARCH.deb apt-get install […]