this post was submitted on 24 Apr 2025
266 points (98.2% liked)

Linux

53806 readers
1336 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
 

Basically the forced shift to the enshittified Windows 11 in october has me eyeing the fence a lot. But all I know about Linux is 1: it's a cantankerous beast that can smell your fear and lack of computer skills and 2: that's apparently not true any more? Making the change has slowly become a more real possibility for me, though I'm pretty much a fairly casual PC-user, I don't do much more than play games. So I wrote down some questions I had about Linux.

Will my ability to play games be significantly affected compared to Windows?

Can I mod games as freely and as easily as I do on Windows?

If a program has no Linux version, is it unusable, or are there workarounds?

Can Linux run programs that rely on frameworks like .NET or other Windows-specific libraries?

How do OS updates work in Linux? Is there a "Linux Update" program like what Windows has?

How does digital security work on Linux? Is it more vulnerable due to being open source? Is there integrated antivirus software, or will I have to source that myself?

Are GPU drivers reliable on Linux?

Can Linux (in the case of a misconfiguration or serious failure) potentially damage hardware?

And also, what distro might be best for me?

(page 3) 50 comments
sorted by: hot top controversial new old
[–] Fijxu@programming.dev 2 points 1 week ago

Just as a note, NVIDIA on Linux is not bad, BUT IS REALLY ANNOYING because you will get some random bugs that are only exclusive to NVIDIA cards. Like this one: https://forums.developer.nvidia.com/t/non-existent-shared-vram-on-nvidia-linux-drivers/260304

If you have a low VRAM NVIDIA GPU and you want to play a modern game, you will have a bad time. (However, AMD and Intel should work just fine lolol)

[–] Yaky@slrpnk.net 1 points 1 week ago

.NET applications using .NET Core or later are intended to be cross-platform, so technically, Linux can run .NET apps. (The use-case I know is running .NET sites on Linux servers)

[–] bjoern_tantau@swg-empire.de 1 points 1 week ago

Oh, also the biggest difference between Linux and Windows is that you don't go to different websites to install new software. In general you use your distribution's package manager. Think of it like a software center.

Going to a website to download software is a last ditch effort if your distribution doesn't have what you are looking for.

[–] megamaxsteele@lemmy.ca 1 points 1 week ago

So I'm going to caveat this that I'm not an expert so if I get some details wrong, people should correct me.

Your ability to play games will be effected to some degree, but not as much as it used to be. Because of Valve's work on Proton, about 80% of the games on steam work. You can usethis website to check a community maintained list. Most of the remaining games that don't work are games that the developer went out of their way to not work on linux. This is usually by having an anticheat that doesn't work with linux, or not enabling linux support for an anticheat that does. For playing games not on steam, it requires a bit more effort, but there is Lutris and Heroic for that. Feel free to look into them or ask for more information.

For modding, I don't have as much experience but I have done it and you can. I think how well it works varies game to game, but then again, modding is like that anyway. One piece of advice I've heard is that if you are going to be molded, make the folders not case sensitive. This is because on windows folder names aren't case sensitive, but on linux they are. EG /Folder/ vs /folder/ are the same on windows, and by default different on linux.

For software without a linux version, you can usually find an open source or web app alternative. Microsoft Word doesn't have a linux version, but you can use Libre office, or use the browser version of it, or use Google Docs. For most intents and purposes, this is what you should do. However, you can use a program called WINE to run a lot of Windows software on linux. WINE is what Proton(see first paragraph) is derived from. Similar to Proton, there are limitations, but most come from the developer side these days from my understanding.

The good news is the .NET is on linux, officially supported. I habent checked in a while but i dont think its at 100% parity yet. And a good amount of software frameworks are also available. I've never run into a library or framework that didn't work on Linux that doesn't have a good alternative that does, but I'm not the most avid programmer so someone more experienced can chime in.

All versions of Linux have a program called a package manager, the specific one varies(apt, yum, etc), but they are the primary way you install software one linux. They are like an app store. It installs the software for you and updates it when you tell it to. Core system packages, like the kernel, are also updated through the package manager. Most of the time there is a GUI version or wrapper for package managers in case you aren't fond of using the terminal.

So this is another area where I don't know too much on, but my understanding that linux has fewer viruses and it being open source is a double-edged sword. There are fewer viruses for desktop linix because of the smaller user base. Why would someone making software to harm people not aim for the platforms with larger user bases like windows and Mac? This being said, I think there are more viruses for servers that target linux because of the dominance of it in that space. As for being open source being a double-edged sword, this means security exploits are easier to find because there are more people looking at the code. Both by those who wish to patch them and those who want to exploit them. All my friends and I don't use an anti-virus on our linux machines and just keep them up to date, but there does exist anti-virus for linux.

GPU driver are reliable in my experience, but more so for AMD. NVIDIA has proprietary drivers that some distributions don't let you install for ideological reasons, but they do work most of the time. My computer does run NVIDIA and while I have had issues getting started with the drivers its usually not a problem agyer you get past that stage. Again, AMD is better here and basically painless.

Not to my knowledge, no limux can't damage your hardware. But I'll leave this for someone with more knowledge than me.

The distro I tell beginners to start with is Mint. Installing NVIDIA drivers was easiest on that from my experience, and largely just works out of the box. It has a windows like UI but this is both a good and a bad thing. Good that it will be familiar; bad that you will sometime fall into windows behavior that doesn't make sense on linux. In the past ubuntu filled this niche, and mint is based on ubuntu, but canonical, the company behind ubuntu, has made some questionable choices.

Anyway wish you the best of luck and welcome to the linux community.

[–] GeraltvonNVIDIA@lemmy.ml 1 points 1 week ago

If you have any App you used before and isnt available on Linux: You can try to install the .exe-file with a Tool named "Bottles".

Each Programm you run with that tool gets its own virtual Space, so if you mess something up, you can throw that one bottle away and just create another in its fresh New environment.

It has a clean UI and you can play with all kinds of different configs to get your Bottle to run. You can choose between different Windows Versions for example.

Under the hood it uses Wine and Proton.

Pro-Tip: Start Programms via the UI in "Terminal-Mode" so you can See potential Error-Messages which you would normally not see, if you just run the Programm.

[–] utopiah@lemmy.ml 1 points 1 week ago

Honestly it is going to take you longer to read all answers here than try yourself!

Get an extra HD, even a slow external one if you must, put Linux on it, install Steam and some games, try, decide for yourself.

Overall yes you can work and play on Linux comfortably, I've been doing it for year. No you don't need to be an expert to use Linux BUT it can be an amazing empowering moment to actually learn how a computer work BECAUSE you are free to do whatever you want with it. Just back up your data first THEN go nuts. Break stuff and learn, it's even more fun than gaming.

[–] nightwatch_admin@feddit.nl 1 points 1 week ago

My whole life with computers the fanbois du jour told me we had reached excellent usability. We’re talking GEOS, FVWM, the shit Sun and Digital Equipment Corp threw at us, up until Windows 10 and KDE or what have you: there will always come a point when you need or want to have a look under the hood. And there things can be alien, overly complex and very inconsistent and undocumented. That is the path every real user will walk one day, and it’s not pretty. Best of luck on your journeys!

[–] wewbull@feddit.uk 1 points 1 week ago (1 children)

Will my ability to play games be significantly affected compared to Windows?

A lot of stuff runs with windows emulation as if it's native. It's the same method the steam deck uses and so Valve actively do work to keep it working. The main problem is games with heavy anti-cheat.

Can I mod games as freely and as easily as I do on Windows?

Generally, yes. I think so.

If a program has no Linux version, is it unusable, or are there workarounds?

See above.

Can Linux run programs that rely on frameworks like .NET or other Windows-specific libraries?

There's .NET libraries for Linux, but things have to be recompiled to use them.

How do OS updates work in Linux? Is there a "Linux Update" program like what Windows has?

The distribution maintainer will issue updates on a regular basis. Update procedure is different for different distros, but all have a push-button update scheme. It's pretty solid these days.

How does digital security work on Linux? Is it more vulnerable due to being open source? Is there integrated antivirus software, or will I have to source that myself?

Keep your system up to date with security updates, and you'll tend to be fine. Smaller user base tends to mean that there's far less malware. Antivirus isn't necessary.

Obviously phishing scams don't care what OS you're on, so mind what you click.

Are GPU drivers reliable on Linux?

AMD ones are very solid.

Nvidia ones can be a pain from what I hear, but I don't buy green.

Can Linux (in the case of a misconfiguration or serious failure) potentially damage hardware?

No.

That said... You can always wipe a disk when you install an OS.

And also, what distro might be best for me?

Download a few Live-USB images and try them out. You don't need to install them to get a desktop and a browser up. You can see if there's any compatibility issues with your hardware.

Whichever works for you, go with it.

[–] hperrin@lemmy.ca 1 points 1 week ago (1 children)

A lot of stuff runs with windows emulation as if it's native.

Proton is a compatibility layer, not an emulator. The binary is running on the bare metal CPU, just like on Windows. It’s only the system and API calls that are translated to their Linux equivalents. That’s why the performance is basically the same, unlike a hardware emulator.

[–] wewbull@feddit.uk 1 points 1 week ago (1 children)

I knew as I wrote it that somebody would come along and say "Wine/Proton is not an emulator" but I didn't want to get into the detail.

load more comments (1 replies)
[–] bundes_sheep@lemmy.one 1 points 1 week ago

Can I mod games as freely and as easily as I do on Windows?

For the most part, yes. I've modded Skyrim, with SKSE and haven't run into any mods I couldn't add. Satisfactory has linux support for mods through the community-built mod launcher, so I haven't had any problems there. If you are comfortable copying files around, sometimes editing text files, uncompressing files, and other like tasks then you'll be fine. The only troubles I have had are running trainers that run alongside the game and connect to the running executable. There is one of the Resident Evil 2 remake I wasn't able to get going. I think there are methods to do this, I just haven't looked into them in detail yet.

For most things involving games in Linux, you need to have a small amount of tweaking skills, and that's it. You might have to copy a launch string into the Steam launch setup, or you might need to download a tweaked copy of Proton to get something running well (Glorious Eggroll builds). If you have those skills or can learn them, you'll be fine. It's kind of fun, too. If you don't have those skills or want to learn them, you'll be restricted to not being able to get the best experience when running some games and there will be the occasional game in your backlog that won't run at all without it.

Not trying to scare anyone off, but that's been my experience with Linux gaming. I'm comfortable enough on Linux that it hasn't been a problem, but some people might find it more of a hurdle to get over.

[–] Charlxmagne@lemmy.world 1 points 1 week ago

It's literally be just as simple as choosing a distro, preferably a just works one or something thats piss easy to install like Linux Mint, Fedora or OpenSuse.

Then you choose your Desktop Environment, from which you can choose either KDE Plasma, XFCE, GNOME or the new COSMIC desktop environment (still currently in beta so not recommended js yet) which you can choose when installing your distro or while choosing your distro. You can always change it once you've chosen.

KDE Plasma's infinitely customisable, yet also really user friendly, with a lot of incredible software included by default, including phone compatibility software similar to what you'll find in apple's ecosystem. XFCE's really lightweight and power efficient. GNOME's very macOS like by default, being a lot less customisable than KDE but really user friendly. They each have their own versions of software.

You should know what your distro's package manager is and how to use it, which is basically what you use to install updates and install and uninstall software. That's literally the only thing you'll need to use your terminal for, it's basically just a text based file manager which can run programs/software. That's basically it, just make sure to frequently update your system, they are voluntary unlike Windows updates and don't require reboots or crash your system, and you should be good.

[–] Susurrus@lemm.ee 1 points 1 week ago* (last edited 1 week ago)

But all I know about Linux is 1: it's a cantankerous beast that can smell your fear and lack of computer skills and 2: that's apparently not true any more?

It is indeed not true anymore. In the year 2025 Linux is easier to use than Windows, and even not too tech savvy 60-year-olds manage just fine. Though you should know 'Linux' is not an operating system. When saying 'Linux', people most often refer to it as a family of operating systems. Many of which are incredibly user friendly and ready out of the box. And many of which aren't.

Will my ability to play games be significantly affected compared to Windows?

Short answer: no.

Long answer: only for a handful of online games, e.g. League. If using Steam, there's virtually nothing you have to do. Epic and GOG are easy to use, but theough third party launchers. Other storefronts/launchers are harder to set up, but all of them work. It should be noted Steam is the only platform with official Linux support. Here is a database of Steam games with info on Linux and Steam Deck compatibility.

Can I mod games as freely and as easily as I do on Windows?

Depends on the game. Overall definitely not 'as freely and as easily' as on Windows. For Steam Workshop games, it works just as it does on Windows. For the rest sometimes you need to do a little work, sometimes a lot. Bethesda titles seem to be the most problematic on Linux when it comes to modding.

If a program has no Linux version, is it unusable, or are there workarounds?

Most of the time it is fairly straightforward and works nicely. Some are particularly difficult to get working on Linux, e.g. MS Office, so you might as well forget that.

Can Linux run programs that rely on frameworks like .NET or other Windows-specific libraries?

Yes. There is software specifically for compatibility with Windows' libraries. While .NET framework you can simply install like you would on Windows. This is in fact needed in order to mod some games.

How do OS updates work in Linux? Is there a "Linux Update" program like what Windows has?

As mentioned at the start, Linux isn't a single OS, so it highly depends on the specific distribution (OS from the Linux family, in simple terms). Usually you just go to your app store and click on updates. Of course, there are other ways of updating the system and the choice is yours.

How does digital security work on Linux? Is it more vulnerable due to being open source? Is there integrated antivirus software, or will I have to source that myself?

Linux is extremely more secure than Windows. The whole 'open source leads to vulnerability' is a myth. There are antiviruses for Linux, but nobody uses them. There is barely any malware targetting Linux, and when you encounter it, most of the time you'll have to mess up and run it yourself giving it permissions. There are also more security-focused Linux distributions.

Are GPU drivers reliable on Linux?

Nvidia: not really.

AMD and Intel: yes, incredibly reliable.

For AMD and Intel you don't need any additional drivers, other than the generic drivers that come with the OS. They work perfectly and you can play games right away. For Nvidia you would have to go through the not-so-pleasant process of installing their drivers.

Can Linux (in the case of a misconfiguration or serious failure) potentially damage hardware?

No. This sounds like something somebody who's never used Linux would say on Reddit. While technically it is possible, just as it is possible on Windows, this is not something you will likely encounter at any point.

And also, what distro might be best for me?

Personally I'd go with Fedora. It's very easy to use. It looks nice too, kind of like MacOS. By default, that is, since you always have complete freedom to customize how your system looks. My gf, who doesn't know what a Shift key is, is able to use Fedora just fine. For both gaming and web browsing. This is how simple Linux has gotten in the last years.

Most people will probably recommend Linux Mint. Another great choice for beginners. The UI/UX is very similar to that of Windows. Personally it's not my favorite, but it's up to user preference. You definitely can't go wrong with it.

There is also Pop!_OS, which is similar to Fedora. However, it does include an ISO for systems with Nvidia GPUs, so you don't have to go through the trouble of installing the drivers.

I'd highly recommend trying one of these. If you like any of them, then just stick to it, and you'll have a great experience.

[–] mathias_freire@lemmy.ml 1 points 1 week ago

Hello there 1- It really depends on your build, distro and drivers being used. Some benchmarks show Ray tracing causes performance drop compared to Windows.

2- There are mod managers here and there but, honestly I don't mod so I don't know anything about it.

3- If a program doesn't have Linux version, there might be Linux alternative. Those alternatives sometimes might not be on par with their counterparts though. Adobe products are one bit example.

4- Applications developed with .NET may be built on Linux through Mono framework, as long as they are developed as portable. For native Windows programs, there is a compatibility layer named WINE, but it won't guarantee that every program will work. It may support games as well, but for games Proton is more preferred. Proton is Valve's official tool anyway.

5- Distributions' package managers will manage updates, either application updates or system updates. Most distros will also notify users about updates, however installing them is up to user's decision. Universal package managers like Flatpak are responsible their own updates.

6- Linux is way more secure than Windows for being what it is. Being an open source does not inherently mean that it's secure. But open source softwares are generally peer reviewed by public and they are often recommended fixes thus if there is any vulnerability, it's fixed more quickly. Antiviruses are not needed, not because there is not Linux viruses though. There is ClamAV anti-virus, also there are proprietary AV applications, if you still need. AV's are mostly ineffective in today's technology.

7- AMD drivers, for example way more reliable than their Windows ones. Nvidia also made a lot of progress in recent years, so yes. There might be still some issues, lack of features.

8- No, it cannot.

9- For a beginner, Linux Mint is and always has been best choice for start, in my opinion.

load more comments
view more: ‹ prev next ›