this post was submitted on 02 Jul 2026
153 points (98.7% liked)

Linux

66214 readers
443 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 7 years ago
MODERATORS
 

The sort of program that once set up, just ticks along without fuss or bother forever.

For me, as I'm replacing the vms today which I set up five years ago and haven't needed to touch since;

  • HAProxy
  • KeepaliveD

Not easy to learn, but once they're running, they both go on forever.

you are viewing a single comment's thread
view the rest of the comments
[–] thingsiplay@lemmy.ml 4 points 2 days ago

Depends what "fuss or bother forever" means. Background tools run without interaction, and therefore aren't bothering. But any application with interaction is basically "fussing". The simpler the programs and its scope, less chance of problems are expected. Also updating with an Arch system BTW can cause an issue, that is not even related directly to the program itself. Oh and I'm known to make simple questions complicated...

As a daily user of Firefox and Thunderbird, they just works. I also use the KDE standard terminal "Konsole" and don't remember having a problem. I do screenshots (maybe not everyday, but often) here and there using KDEs "Spectacle". It works as expected. The simple terminal tool fastfetch to display system information works always. After installing searxng-git, to run the search engine server locally, it basically always works without fuss. I just have to update it from time to time manually, as it updates from Git source directly.