List available upgrades from apt without upgrading the system
apt-get --just-print upgrade
Related Posts
Postfix mail queue
To flush queue Traditionally you use the "sendmail -q" command to flush mail queue under…
Find and delete files older than 1 week (example)
find /home/users/backup_MyDB -type f -mtime +7 -exec rm {} + Although generally it is wise…
