Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Section


Panel
borderColor#dfe1e5
bgColor#eff9ff
borderWidth2titlePage content1

Installing additional modules

Additional modules can be downloaded from usfos.no, and is installed just like the programs above. Download the files into the ~/bin/usfos/bin folder, use the gunzip tool to uncompress the files and make them executable. If you want to install the postfos tool, simply do the following:


Code Block
cd ~/bin/usfos                                            # Change directory
wget http://www.usfos.no/download/Linux/files/postfos.gz  # Download the file
gunzip postfos.gz                                         # Uncompress the file
chmod +x postfos                                          # Make the file executable



...