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.
Linux Operating System
Primary tabs
A nice distro to use for a server is AlmaLinux. It's built upon Redhat Enterprise Linux so it provides a "Redhat" style distro while being stable and well-tested.
Post Install
Once you have your base installation done, have rebooted the computer and logged in, use the YUM package manager to update the currently installed packages:
yum -y update
Some useful stuff to add...
yum install openssh-clients wget mlocate patch rsync bind-utils man net-tools psmisc
Perl-CPAN setup:
yum install perl-CPAN perl-YAML perl-Sys-Syslog
perl -MCPAN -e shell
install CPAN
- Log in to post comments