List available upgrades from apt without upgrading the system
apt-get --just-print upgrade
Related Posts
tar – archive utility
To view the contents of tar file without extracting tar -tf filename.tar.gz To extract specific…
Add EBS VOLUME to Ubuntu EC2 Instance
Lets say we want to mount /var into new partition: 1. create new volume (leave…