Security
Updated: September 28, 2024
Security settings and configurations to keep Linux machines safe.
Table of Contents
UPDATER
- Make sure unattended-upgrades is installed (automatic security updates)
sudo apt install unattended-upgrades
- Make sure unattended-upgrades is running
sudo dpkg-reconfigure --priority=low unattended-upgrades