List available upgrades from apt without upgrading the system
apt-get --just-print upgrade
Related Posts
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…
Explain htaccess rules?
http://stackoverflow.com/questions/18236838/explain-htaccess-rules
