List available upgrades from apt without upgrading the system
apt-get --just-print upgrade
Related Posts
How to Backup MySQL Information using automysqlbackup
There is a utility program called "automysqlbackup" that is available in the Ubuntu repositories. This…
grep tips
If you're looking for lines matching in files, my favorite command is: grep -Hrn 'search…