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…
Don’t wrap long lines in linux terminal
printf '\033[?7l' ls -l /a/folder/that/contains/files/with/long/names printf '\033[?7h'