List available upgrades from apt without upgrading the system
apt-get --just-print upgrade
Related Posts
Mount Windows Share on Ubuntu
$ sudo apt-get install cifs-utils $ sudo mount //WINSRV/SHARE -t cifs -o uid=1000,gid=1000,username=winuser /mnt/path where…
grep tips
If you're looking for lines matching in files, my favorite command is: grep -Hrn 'search…
