home

Linux

Miscellaneous Linux notes and tricks.

Interesting commands

Bookmarks

Scripts

Nice one (from Debian):

cat /usr/bin/xpdf
#!/bin/bash
LANG=C
LC_ALL=C
export LANG LC_ALL
exec -a xpdf xpdf.bin "$@"
Visitors to this page so far.