this post was submitted on 27 Jun 2025
287 points (96.7% liked)

Linux

55828 readers
1173 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 6 years ago
MODERATORS
 

I'm just so sick of Microsoft and Google. But there's two things holding me back:

  1. I wanna play Steam games on my PC

  2. I am just an amateur hobbyist, not a tech wizard

Is there any hope for me?

you are viewing a single comment's thread
view the rest of the comments
[–] olafurp@lemmy.world 1 points 1 day ago

TL;DR: Try installing some on virtual box, by all means try Linux mint cinnamon but also try Ubuntu and Fedora KDE.

Linux has some jargon and since you want to learn I'll give you a quick rundown of how a variation of Linux is composed.

"Kernel" is what makes Linux Linux. It's a way of interacting with the hardware.

A "distribution" or "distro" is a one of the many flavors of Linux.

They are usually "based" on a common foundation like Ubuntu, Fedora, Arch, Nix and whatever. These also work like an onion where Mint is based on Ubuntu which in turn is based on Debian, all of which use some version of the Linux kernel.

A that's just a base will just get you a terminal (also called a shell or console) and is very useful to make a server for example.

What most people think of as an OS is the user interface (i.e. clickable shit). The terminology in Linux for that is "desktop environment" (DE).

You'll see a lot of distributions mix and watch between a base and a desktop environment such as Fedora with KDE, Ubuntu (Ubuntu with Gnome), Kubuntu (Ubuntu with KDE), Bazzite (Fedora silverblue base with either gnome, KDE or deck DE).

You mentioned Cinnamon. Cinnamon is a desktop environment for Mint so a Linux Mint Cinnamon contains the code of the following:

Linux kernel, Debian, Ubuntu and Mint as a base and Cinnamon to interact with it by using a mouse and keyboard.

There are currently three bases that are really popular right now, Ubuntu, Fedora and Arch. In the DE there are currently two that are most advanced, namely KDE and Gnome but Cinnamon is not far behind.

In all honestly, none of this matters all too much, just install a couple of popular distros on a virtual machine like Virtual Bok and do a vibe check.

Take a couple of these, install some programs and fuck around with the settings for a bit, install themes and whatever or watch a quick YouTube video on it:

  • Ubuntu (gets hate for being corporate but is solid, uses Gnome)
  • Linux mint Cinnamon
  • Fedora KDE
  • EndavourOS (an arch based distro that's supposedly easy, haven't tried it)
  • Bazzite (weird way to install programs through the package manager but hard to fuck up beyond repair)
  • Something with the Xfce DE just to see the "lightweight" look.