Upgrade Linux
Upgrade Linux core or its packages, just one command:
# CentOS or Redhat
sudo yum update -y
# Ubuntu & Debian
apt update && apt upgrade -y
You can set the upgrade command to Crontab for an automatic upgrade if you need more real-time.