@system76
Installing and tinkering with software. With stuff like nix and distrobox, it's pretty amazing to have containerized apps that can be cleanly removed.
I recall with windows I was always worried that doing so will add crust to system in random that would be hard to clean.
@system76 I love shell scripting. Writing KornShell and Bash scripts is one of the aspects of my current job which I enjoy most. At home, I also like to automate tasks like backing up and managing files on my media server and downloading daily images to keep the desktops on my Pangolin and Meerkat looking fresh.
I added this alias to my ~/.bashrc file:
alias update='sudo apt update && sudo apt-get update && sudo apt list --upgradable && sudo apt upgrade -y && sudo apt full-upgrade -y && sudo apt autoremove -y && flatpak update -y && sudo pop-upgrade recovery upgrade from-release'
116 alias upgrade-recovery='pop-upgrade recovery upgrade from-release'
I know it's overkill but I watch it update everything but the firmware knowing how long it would take if I were on doing it on windows :-)