this post was submitted on 14 Mar 2024
94 points (81.3% liked)

Linux

48310 readers
645 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
 

My current issue is i see you guys constantly having issues, editing files etc.

Is it not stable?

Can you not set it up and then not have ongoing issues?

you are viewing a single comment's thread
view the rest of the comments
[–] onlinepersona@programming.dev 0 points 8 months ago

Linux has distributions. Think of it as windows preconfigured for different target groups or by different groups. They all have different goals and ideals. There are stable distributions like Debian and distros built on top of that or unstable ones like Arch and Gentoo + all the distros built on top of that.

Each have trade offs. Many stable distributions don't get all the newest software or features because in order to be stable, everything has to be tested. (No software is bug free anybody who tells you otherwise doesn't know what they're talking about). Some stable distributions do have new software and features but are very difficult to configure or set up.
There are unstable distributions that get "bleeding edge" software and features, meaning as soon as they are released they are available very quickly thereafter. Things are bound to go wrong more often here and the system can break in unexpected ways that require more knowledge to fix.

If you want a stable system, don't use an unstable distro unless you know what you're doing.

CC BY-NC-SA 4.0