Or asked the other way around: How long do you keep your servers running without installing any software updates?
update means something like
sudo dnf update
or something …
apt-get upgrade
apt-get update
Or asked the other way around: How long do you keep your servers running without installing any software updates?
update means something like
sudo dnf update
or something …
apt-get upgrade
apt-get update
Can I ask how you do that? I have some debian and fedora boxes I should configure for that
@Passerby6497
Debian: https://www.cyberciti.biz/faq/how-to-keep-debian-linux-patched-with-latest-security-updates-automatically/
Fedora: https://linux-audit.com/automatic-security-updates-with-dnf/
My hero, thank you!