Applications

List of common SliTaz ARM applications. This is a far from complete list but focused on one tool for one task. Use 'spk-find package' to find packages.

Multimedia

To listen to all audio files in a directory you can use:

$ mpg123 Music/*

Networking

Servers

To start a server daemon at boot time you must edit the configuration file: /etc/rcS.conf and add the daemon name to the RUN_DAEMONS variable. Example to start the HTTPd daemon from the command line:

# startd httpd

X Window

Development

Dialog lets you create fast Ncurses interfaces using a SHell script coding style. Here is a short example to run from the cmdline:

$ dialog --msgbox "Hello World!" 8 32