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.
ExifTool
Linux Installation
Download the latest version from the ExifTool homepage:
cd /extra/src
wget http://www.sno.phy.queensu.ca/~phil/exiftool/Image-ExifTool-9.02.tar.gz
tar zxvf Image-ExifTool-9.02.tar.gz
cd Image-ExifTool-9.02
Install the Image::ExifTool package to make it available for use by other Perl scripts:
perl Makefile.PL
make
make test
make install
Copy the ExifToolb binary to /usr/local/bin
:
cp exiftool /usr/local/bin/
- Log in to post comments