Services setup guides
Setup a web server or an IRC bouncer on your nifty ARM board.
HTTP Web server
SliTaz ARM can be turned into a powerful web server, since the included Busybox HTTPd daemon has some limitations, we recommend using the light and fast 'lighttpd' package with modules, CGI and advanced configuration support:
# spk-add lighttpd
Config files: /etc/lighttpd
IRC bouncer setup
The goal is to stay connected to your favorite IRC channels. And playback the IRC messages when you are back online. To setup the IRC bouncer we are going to use a SliTaz RPi base or desktop system combined with ZNC. First off install the package and create a configuration file:
# spk-add znc # znc --makeconf
The ZNC server will listen on port 1025 to provide the web interface. To start or kill the ZNC bouncer server:
# znc # killall znc