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.
Development Tools
Since we did a minimal install of the operating system, we'll need to use YUM to install various compilers and development tools:
yum -y install gcc gcc-c++ bison flex makeThe OpenSSL development package needs to be installed:
yum -y install openssl-develWe'll also make a couple directories to hold any source files we will download and compile:
mkdir -p /extra/src
chmod 1755 /extra/src- Log in to post comments