List available upgrades from apt without upgrading the system
apt-get --just-print upgrade
Related Posts
How to rsync – one way only!
For example you want to rsync "/var/lib/mysql" from "/somefolder/var/lib/mysql", use the following syntax ( for local…
Installing Bower on Ubuntu
sudo apt-get install nodejs installs nodejs sudo apt-get install npm installs npm sudo npm install…