this post was submitted on 20 Aug 2024
66 points (98.5% liked)

Linux

47231 readers
756 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

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

So a while back I threw Ubuntu 22 LTS on an old Surface Pro 3 and gave it to my Dad.

He loves it, but he's the type who's been burnt by updating software in the past, so he basically refuses any whenever prompted.

Been thinking about throwing Debian with Gnome on it for a while, and wondering if it's stable enough to just let updates happen automatically in the background?

I got no experience with Debian I basically jumped right on EndeavourOS as my main distro when I started using Linux full time.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 11 points 3 weeks ago (3 children)

I've been running Debian stable with unattended-upgrades on servers for years and have had no issues whatsoever.

[–] [email protected] 2 points 3 weeks ago (2 children)

How does it handle it when services or the OS need a restart after an upgrade?

[–] [email protected] 5 points 3 weeks ago

It'll try to restart the affected services after updating, but doesn't always auto restart everything; sometimes it'll leave services running if you'd otherwise need to deal with dependencies and such. In that case, it'll touch a reboot-required file that'll inform you a reboot is necessary next time you log in.

Scheduling a weekly/daily reboot should take care of that, as well as applying kernel updates.

load more comments (1 replies)
load more comments (1 replies)