this post was submitted on 09 Mar 2024
163 points (96.6% liked)

Linux

45786 readers
921 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
 

I'm looking for a new terminal. What's your favorite one and why? Which one is popular?

you are viewing a single comment's thread
view the rest of the comments
[–] Rustmilian 14 points 4 months ago* (last edited 4 months ago) (1 children)

Most things in Linux are configured via text files. It's one of the main principles of Linux; store configs in plain text files. Saves us from having to use awful tooling like that of the windows registry. Even most GUI config settings are just manipulating a text file under the hood.

[–] [email protected] 3 points 4 months ago (1 children)

Some people just like GUI more

[–] Rustmilian 2 points 4 months ago (1 children)

Well yeah. But would you rather a GUI that stores the settings in easy to read and manipulate plain text files; Linux, or an archaic GUI that manipulates raw data and often breaks and is hard to understand; Windows registry.
Even if you prefer GUIs, you'd probably still want the data stored in plain text files for the sake of simplicity and consistency.

[–] [email protected] 1 points 4 months ago

I prefer text files. What I meant is that not everyone does. That people like Konsole more