SquidGuard is a URL redirector used to use blacklists with the proxysoftware Squid. There are two big advantages to squidguard: it is fast and it is free.
Ghostscript
Primary tabs
cd /extra/src
wget http://downloads.ghostscript.com/public/ghostscript-9.02.tar.gz
tar zxvf ghostscript-9.02.tar.gz
cd ghostscript-9.02
Build and install Ghostscript. On OS X, you might want to --disable-cups
.
./configure
make
make install
Download the Ghostscript fonts:
cd /extra/src
wget "http://surfnet.dl.sourceforge.net/project/gs-fonts/gs-fonts/8.11 (base 35, GPL)/ghostscript-fonts-std-8.11.tar.gz"
tar zxvf ghostscript-fonts-std-8.11.tar.gz
Move it into the Ghostscript folder:
mv fonts /usr/local/share/ghostscript/fonts
Other programs
GhostFriend - a Windows front-end for Ghostscript
Directory Monitor - notify you of file changes, deletions, modifications, and new files in real-time. You can optionally execute an application when a change occurs.
- Log in to post comments