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!
Linux
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
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
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.
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.
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.
.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)
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.
People have answered most questions. The gaming thing is a total lie though.
Some specific games will work kinda okay. The vast majority will work worse. And a good chunk of super popular games won’t work at all. Just dual boot and keep gaming on windows.
People in here straight up lie to push for Linux when it’s really not necessary. It’s great at what it does. And it’s improving in what it doesn’t.
The are plenty answers already, but also I will respond in order to give you more opinions, so, you can have a more open view about what users do think about linux.
Will my ability to play games be significantly affected compared to Windows?
Yes. In windows you put the .exe in some folder and then double click to play it, easy. Nowadays games come with a client, like Rockstar Social Club, or the Ubisoft launcher that handles your account and manages game updates. In linux, even if you had only the .exe you still had to make an uncertain number of tweaks to achieve running the game, but, with the clients, you need to do both, find the correct tweaks to run the client and do the correct tweaks to run the game next. Even with modern solutions, like Proton, we strugle with games running in Linux. See there are no silver bullets.
Can I mod games as freely and as easily as I do on Windows?
If you find trouble modding games on Windows, you also will have a bad time in linux.
If a program has no Linux version, is it unusable, or are there workarounds?
You can use WINE to give it a shot. There is a probability that works very well. But, like games, you will need to make tweaks to work properly. I had this problem with Rufus, there is not linux version, so you can run it with WINE, the problem is that Rufus under WINE doesn't reconogize your usb pendrives. Till this day I do not know how to fix that.
Can Linux run programs that rely on frameworks like .NET or other Windows-specific libraries?
Thankfully we have dotnet core now, the thing is that the library or software must have been compiled with it to work in linux. There is also Mono.
How do OS updates work in Linux? Is there a “Linux Update” program like what Windows has?
If you use a distro, like Linux Mint, there will be a job that will check for updates and then warn you. Normally, updates are done manuallly (sudo apt-get update
, for example). The other thing is doing your own update script job that runs automatically weekly or monthly.
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?
This is a computers knowledge concern, most linux distribution have this disabled by default. Your resposability as linux administrator is set up your own security metrics. I use fail2ban, ufw, clamav and openssh. Very basic, if you ask me.
Are GPU drivers reliable on Linux?
With AMD hell yes. But, since I have never used Nvidia before my answer here could not be the most valuable, empirically speaking.
Can Linux (in the case of a misconfiguration or serious failure) potentially damage hardware?
The most probably thing that can happen to you is break your boot system. Hardware will be fine and you can always reinstall Linux/Windows with its default boot.
And also, what distro might be best for me?
As you want to play games, and, I do imagine that you also want linux as you main PC, I would recommend Linux Mint to start, all the documentation avaible for debian easily apply for Linux Mint, I mean, if you can't find some specific solution in the Linux Mint documentation.
My last two cents are the next ones: if you can, use windows just to play things and use linux for everything else. It works for me and may work with you. Cheers.
dotnet core
There is not dotnet core anymore, now is simply .NET.
Will my ability to play games be significantly affected compared to Windows?
Not greatly. The games that have anti-cheat won't work on Linux. Anti-cheat is a security problem anyway (because they circumvent the kernel policies) and so linux will never support these.
Can I mod games as freely and as easily as I do on Windows?
for the ones that work yes. There's a list of how well games work on linux, there's a website for that.
If a program has no Linux version, is it unusable, or are there workarounds?
For some "difficult" non-anti-cheat games there are some workarounds. If we're talking about apps and not games, then it's best to use the Linux equivalents, and forget the Windows ones.
Can Linux run programs that rely on frameworks like .NET or other Windows-specific libraries?
While there's WINE and .NET for Linux, Windows apps don't really work well. They usually break on new wine versions, or they don't work at all. For apps, use Linux native apps. Games generally work better than apps because they don't use too many of the Windows APIs (they're mostly 3D stuff, and not app apis).
How do OS updates work in Linux? Is there a “Linux Update” program like what Windows has?
It depends on the distro. Some distros have graphical front ends, some you have to use the terminal to update the OS.
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?
There's ClamAV, and also you should be turning the firewall On (some distros come with it, others you have to install it manually). Don't downloads random binary packages, only from the distro itself, or official packages.
Are GPU drivers reliable on Linux?
Overall, yeah... but it does depend on the version of the driver, distro you're using, hardware etc. I use Intel graphics cards (dedicated) because I find their drivers to be more mature than nvidia's, for example.
Can Linux (in the case of a misconfiguration or serious failure) potentially damage hardware?
Very unlikely, near zero.
And also, what distro might be best for me?
Everyone is recommended to start with Linux Mint, because it's the distro with the most GUI front-end tools to do stuff. Yes, there are some distros that are more game-oriented, but they expect the user to know what they're doing. Start with Mint.
Will my ability to play games be significantly affected compared to Windows?
Not significantly as long as you are on the right distro for it.
Can I mod games as freely and as easily as I do on Windows?
no. mod managers can work but its definitely not as easy. If you use steam workshop it works great usually, but something like vortex is gonna be a pain in the ass.
If a program has no Linux version, is it unusable, or are there workarounds?
You can run windows programs with wine. It's not that difficult to do. Its how games work on Linux that dont have linux support.
Can Linux run programs that rely on frameworks like .NET or other Windows-specific libraries?
Usually you can get it to work. I have run across some specific programs for my job that simply wont work with wine, but they barely work on windows as it is. It may need fiddling with tho.
How do OS updates work in Linux? Is there a “Linux Update” program like what Windows has?
Sometimes. It depends on the distro. Mint has an updater where you click update and ur done basically. Others you go in and do a terminal command which changes by package manager. For like OS version jumps if your not on a rolling release distro then it can be a bit of a bigger job. I recently updated my computer from Debian Bookworm to Debian Trixie. I went into the sources replaced bookworm with trixie, and ran the full upgrade command. Then rebooted and had to ctl alt f4 into terminal nuke gnome and reinstall that. Which is expected in that case. It can be a bit techy at times for something like that but for a normal update on a distro with a GUI updater its a button click. Usually no reboot needed either.
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?
Dont download shit you shouldnt download. If your not sure if something has a virus or not you can get tools to scan for them, but windows is similar in that your main protection is just not doing something dumb. You can keep regular backups and if somehow you mess something up or get a virus just restore from it. PikaBackup works well.
Are GPU drivers reliable on Linux?
AMD is flawless usually. Nvidia i dont use but hear it can be more of a hassle. With AMD the drivers will come preinstalled with your distro usually. Some do Nvidia too some dont. There is an open source and proprietary nvidia driver you have to pick which one you want. Id research it for your specific card.
Can Linux (in the case of a misconfiguration or serious failure) potentially damage hardware?
No more than windows can. If you try to overclock without proper cooling or something for example. Thats BIOS stuff usually tho not an OS thing.
And also, what distro might be best for me?
Maybe Nobara since you like gaming? Or Linux Mint its beginner friendly.
Will my ability to play games be significantly affected compared to Windows?
It will be somewhat affected, but most games can be played via wine/proton.
Can I mod games as freely and as easily as I do on Windows?
Depends on the game and mods? Some games like Minecraft can run and be modded natively in Linux.
If a program has no Linux version, is it unusable, or are there workarounds?
Again, there is wine/proton for that.
Can Linux run programs that rely on frameworks like .NET or other Windows-specific libraries?
If I remember correctly, you can install .NET, DirectX and so on in wine.
How do OS updates work in Linux? Is there a "Linux Update" program like what Windows has?
You are going to love updates coming from Windows. Basically you run your package manager update command and everything is taken care of.
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?
I'm no security expert, but the consensus is that it's more secure. I'll leave it to more competent people to explain.
Are GPU drivers reliable on Linux?
Depends. NVIDIA used to be annoying to manage.
Can Linux (in the case of a misconfiguration or serious failure) potentially damage hardware?
About this, I have no idea.
And also, what distro might be best for me?
I have seen Linux Mint often suggested to new users, but picking a distro is a topic that deserves a whole new post.