Email Notification of Available Updates: Ubuntu/Debian Server
At work we run a number of Red Hat Enterprise machines and CentOS servers. After finding a large number of machines that were grossly outdated I decided to add a weekly cron job to notify us of available updates. I used something along the lines of: #!/bin/bash yum check-update | mail -s “Weekly Errata Report… Read More »