This command line code to run Ubuntu upgrade daily to make sure systems are being up-to-date for any bug fix by developers


apt-get update && apt-get full-upgrade -y && apt-get autoremove -y && sudo apt-get clean && rm -rf /root/.Trash/* && rm -rf ~/.local/share/Trash/* && geoipupdate -v && apt install -t noble-backports cockpit

Tal