List available upgrades from apt without upgrading the system
apt-get --just-print upgrade
Related Posts
How To Use Top, Netstat, Du, & Other Tools to Monitor Server Resources
https://www.digitalocean.com/community/articles/how-to-use-top-netstat-du-other-tools-to-monitor-server-resources
How do I find the kernel version, Ubuntu release and disk partition information from the terminal?
uname -a # for all info regarding kernel version, uname -r # for exact kernel…