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.
ntpd
ntpsec is an operating system daemon which sets and maintains the system time of day in synchronism with time servers.
AlmaLinux
https://www.tecmint.com/set-time-timezone-and-synchronize-time-using-timedatectl-command/
Install the NTP client:
yum -y install ntpsec
systemctl enable ntpd
systemctl start ntpd
systemctl status ntpd
timedatectl set-timezone "America/Thunder_Bay"
timedatectl set-ntp true
- Log in to post comments