this post was submitted on 11 Nov 2023
23 points (96.0% liked)

Linux

47337 readers
1078 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
 

Hello everyone, I just installed Linux (I'm new to it), in particular Linux Mint, with dual booted Windows for games. Tinkered with it a bit, loved the way it looked, loved how fast it is, but I really don't want to stop on one option and stick with it for a while. I want to try new stuff, new distros (that's how you call it, right?), new customisation options etc. I really like setting up things how I want them to look like and function, and I'm not sure Linux Mint gives me the full potential of Linux.

If I'm right, please recommend something that really will impress me with options (I wouldn't call myself tech savvy, but I like to learn), or, if I'm wrong, please suggest the way to customize the hell out of Mint, would really appreciate it.

Thank you!

edit: Thanks everyone for your replies, I'm really interested in KDE Plasma now. You are the best <3

you are viewing a single comment's thread
view the rest of the comments
[–] flashgnash@lemm.ee 1 points 10 months ago

Just gonna drop this here incase you need it as it confused me to begin with

Kernel = core of Linux, pretty much every distro uses the same kernel and it's got a lot of stuff built in (drivers, some command line utilities, etc)

Distro - built ontop of the kernel, the main parts that differentiate them are:

The package manager (how you install software, probably the most important part when picking a distro)

The desktop environment (the system UI, essentially just another program on Linux so it can be swapped out for another one if you fancy a change)

(There are also things called window managers which are basically just stripped down versions of desktop environments that tend to be far more DIY but also more customisable)

And the preinstalled packages, which for the most part are the same on most popular distros, plus with things like snap, flatpak and appimage dependencies are much less of an issue anyway

If you have any experience with programming and want to try something new and interesting I would recommend giving NixOS a go, your entire system is defined by one configuration file (you can split it into multiple files, but you decide how to do that)

Makes understanding and building a system so much simpler and saner, all the advantages of arch with none of the elitism