Software Updates Via Command Line —
I’m Laaaazy.. Ok I’m not really lazy.. but I do enjoy keeping my systems up to date the easy way, Luckily, I use a Debian Based Linux, so keeping my installed software up to date is easy, I even wrote a shell script to take care of it for me. #!/bin/bash sudo apt-get update sudo […]