this post was submitted on 20 Aug 2024
64 points (98.5% liked)
Linux
48040 readers
1358 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I sympathise with your Dad - everyone's had updates go bad, and it's easy to assume the "don't fix what ain't broke" mantra. But to do so is being willfully ignorant of basic computer security. And to be fair, Debian-stable is one of the least troublesome things to just let automatically update.
Debian and Ubuntu have the unattended-upgrades package which is designed to take a lot of the sting out of automatic updating. I'd recommend setting that up and you won't have to touch it again.
There's also the crontab way - "apt-get update && apt-get upgrade" at frequencies that suit you. (A check for reboot afterwards is a good idea).
I understand having updates go south on you, I do use a rolling release on my own PC, Annnnd Windows 10 before that.
But I'm paranoid about security, increasingly so in recent times. So I at least want him on an updated web browser.
You're right to be paranoid, it's unrelenting how many and varied are the ways of those wanting to take advantage. I hope you find a good compromise for your dad.
If you install (well more like unpack) Firefox from the official binary tarball, that will update itself.
For the crontab I think maybe: "apt-get update && apt-get upgrade --assume-yes"
But what about flatpaks?
Good call, thanks, although I just use -y normally.
Not a personal fan of flatpacks - I tend to stick to distro packages, but each to their own.
Since we're talking Ubuntu, I'd add
"flatpak update" and "snap refresh" to the cron