this post was submitted on 09 Jun 2025
41 points (82.5% liked)

Linux

7839 readers
464 users here now

A community for everything relating to the GNU/Linux operating system

Also check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
 

Archive.

You've heard the "prophecy": next year is going to be the year of the Linux desktop, right? Linux is no longer the niche hobby of bearded sysadmins and free software evangelists that it was a decade ago! Modern distributions like Ubuntu, Pop!_OS, and Linux Mint are sleek, accessible, and — dare I say it — mainstream-adjacent.

Linux is ready for professional work, including video editing, and it even manages to maintain a slight market share advantage over macOS among gamers, according to the Steam Hardware & Software Survey.

However, it's not ready to dethrone Windows. At least, not yet!

you are viewing a single comment's thread
view the rest of the comments
[–] xylol@leminal.space 3 points 3 days ago (1 children)

I think one thing that was trickier for me on linux than windows was mounting a network share from my server to my laptop. I had to search online what to do, after I figured out how to edit fstab it was pretty simple but if I didnt already know how to edit a file with something like nano or how to change directories in the terminal it would have seemed way more complicated, then again the fact that Im mounting a nas share is already well beyond most peoples use case and already means I have the knowledge to look up what I want to do. I think in order to jump to linux you have to be wanting to not deal with enshitification so you are willing to put a little effort to get away from bigger annoying problems, or if they are just handed a linux machine and all they really need is the browser and you are there for any questions then it works

[–] bitcrafter@programming.dev 2 points 3 days ago (2 children)

I don't think that editing fstab is a necessary step in this process, going by the first set of instructions here.

[–] Giloron@programming.dev 2 points 2 days ago

I wonder if the GUI steps are Gnome or Ubuntu specific. The same steps in KDE work, except half or more applications won't recognize it.

[–] xylol@leminal.space 2 points 2 days ago

I'll have to check that out. I remember it was like that on popOS but for whatever reason I ended up doing it the fstab way, I think it wouldn't stay after reboots or something and after I learned about fstab I just copy pasta'd the same thing over instead of looking more into it