this post was submitted on 17 Aug 2023
75 points (85.7% liked)

Linux

47337 readers
1248 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've always used Windows and am super comfortable with it. I have set up a dual boot with fedora but don't use it because I have never identified a need to use it. I see a lot of windows hate, so what does Linux have that I need? What can motivate me to migrate? What is a good Linux to have for a desktop + steam?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 42 points 1 year ago (4 children)

I'll preface this with: If you like Windows and don't particularly care for Linux experiences, that's ok. Not everyone needs to use Linux - the world is more interesting with variety.

For me, I hate when my computer does things that I don't tell it to. I also hate ads. These, along with but really using it for a decade were deal breakers for me with windows.

Some things that Linux has that Windows does not:

  • Native package managers: Realize that you need to use an image editor and don't have one installed? You can just install it with your distro's package manager. It will usually take care of any dependencies and make it easy to update or uninstall if you decide you want to. Some distros have particularly massive offerings in their package repos.
  • Freely customizeable UI: Tired of how your system looks and want to try something else? Install a tiling window manager through the package manager. Or, maybe Gnome or KDE or XFCE. Huge amounts of customization in your GUI are possible.
  • Programming: Interested in programming? Install some development tooling through the package manager.
  • Embedded Programming: Interested in programming but want it to be more physically tangible or automate parts of your home? Setup the Arduino IDE, or Mu, or go old school and use vim/emacs. Then, compile and push it out to your microcontroller. Or, you can use something like Blinka on a Raspberry Pi or similar SBC and directly interact with sensors and devices across the built-in GPIO pins.
  • Tinkering: Enjoy just poking about? The kernel being open-source means that its APIs are well documented and you can find lots of tools to tweak your system's behavior or do so yourself.
  • Job opportunities: The Internet runs primarily on Linux servers. If you're interested in tech work, getting familiar with Linux can't hurt.
  • Tux: What is Windows' mascot? A window? How about an awesome penguin? Distros and DEs often also have their own, like a chameleon, wildebeest, or dragons (2/3 of the examples can readily smash a window while the other one could at least get an E for Effort and scream at it in german).

For distros that work well with steam, I definitely suggest Linux Mint or Ubuntu for beginners. They're just way more "batteries included". However, if you could also give SteamOS, the distro developed by Valve (on top of Debian) a try and it will probably work quite well.

Most of all, have fun, whether you decide to take Linux for a spin or not.

[–] [email protected] 5 points 1 year ago (1 children)

+1 for the package manager. No need to find some website to download what you want while having to worry about whether you're at the right one and if you're going to download a virus or ransomware or something. I can't believe that's the normal way to install software on windows, download something from a website and hope it's the right thing. Much better to browse a bunch of software that is designed to work well on your system and is free besides.

One big thing for me is that linux doesn't try to push you to do anything. I run simulations and they are a pain to set up again sometimes so having the computer decide to update itself out of the blue is completely unwanted. Linux will wait until you are ready. This can have a downside if you don't keep up on updates, but it's far less a concern than it is in the Windows ecosystem.

[–] [email protected] 2 points 1 year ago

The updates issue is real. My spouse uses some specialized hardware and software for work in a non-technical field. Windows would regularly, due to poorly-QA'd auto-updates break the drivers every few weeks, leading to a lot of list work. As much as I'm not a fan of Apple, this us to purchase a Mac Mini as stability and reliability on Windows for this specific use case was pure garage and I don't have the time to run support at home and my day job.

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

This is a positive take. No OS is perfect, but there are lots of reasons to give a Linux distro a whirl. Tech right now IMO has become disappointing, but Linux continues to be a shining beacon of fun and hope.

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

The new SteamOS is based on arch. And the old SteamOS kinda sucks.

[–] [email protected] 2 points 1 year ago

Good point. Yeah. The Arch version should be used.

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

Technically, Windows does have a native package manager – the Microsoft Store or whatever it's called. But yeah, it sucks.

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

It also has winget for terminal package managing now, but it takes its packages from ms store and is super inconsistent in my experience.