List available upgrades from apt without upgrading the system
apt-get --just-print upgrade
Related Posts
Turn off monitor using command line
The xset command mentioned in other answers will turn off all the monitors if you have multiple…
How do I reload .bashrc (ubuntu) without logging out and back in?
source ~/.bashrc
