Linux users:
How often do you run your system's update procedure (like an `apt upgrade`, etc)?
(boosts welcome)
Linux users:
How often do you run your system's update procedure (like an `apt upgrade`, etc)?
(boosts welcome)
It's Debian. apticron sends me email when there's an upgrade.
@aesthr
Every couple of days, but I don't really think about it.
I use `byobu` as a tmux client which has a built-in feature to show outstanding package upgrades on the lower status bar. So that way I just kinda know when there is stuff to be upgraded, and I do whenever I feel like it.
There is also a cronjob that runs `pacman -Syu --downloadonly` every couple of hours. That way I can upgrade my laptop on-the-go without having to rely on mobile internet for package downloads.
I am starting to be very selective with what gets updated and vetting the patches due to security. Can't be too safe in these times.
How often do you run your system's update procedure (like an `apt upgrade`, etc)?
Pretty much daily as I run a system based on Debian Sid, leaving updates too long can be problematic.
Bash alias list saves some typing
alias upd='sudo apt update && sudo apt upgrade'
alias distupd='sudo apt update && sudo apt dist-upgrade --solver internal'
alias clean='sudo apt autoclean'
alias autorem='sudo apt autoremove'
@aesthr since i am on a rolling release and have Nvidia cards i update when a new Nvidia driver drops so that i can coincide a new kernel with a new driver. This allows for less downtime trying to figure out weird breakages caused by either the driver, kernel or other.
On Intel or AMD every 2-3 weeks. Mainly update apps that are often in use and high risk like Browsers and Discord more often.
Congratulations for splitting the Fediverse into quarters 😅