this post was submitted on 05 May 2025
12 points (100.0% liked)

Linux Questions

1690 readers
1 users here now

Linux questions Rules (in addition of the Lemmy.zip rules)

Tips for giving and receiving help

Any rule violations will result in disciplinary actions

founded 2 years ago
MODERATORS
 

Sorry if this is not the right community to ask this, but I just wondered this today.

Users often think of Linux as being more complicated to use than something like Windows or macOS, but I’m sure there are plenty of things made easier in Linux than the other two more common consumer OSes.

What are some that come to mind for you?

top 15 comments
sorted by: hot top controversial new old
[–] [email protected] 10 points 1 week ago
  • Git
  • (Less so now that it's preinstalled in Windows) OpenSSH
  • Using the file manager (dual pane support in dolphin, most have tabs built-in, renaming files in dolphin with large directories doesn't jump the view position around)
  • tabbing out of exclusive fullscreen applications
  • installing and updating most applications
  • installing the OS
  • using AMD, Intel Graphics (somewhat less awful if drivers actually autoinstall in Windows)
  • Not getting screen tearing in games
[–] [email protected] 9 points 1 week ago

avoiding ads

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

Installing softwares is much safer and easier.

Windows:

  • Search app on a search engine
  • Maje sure it's the legit app and not a trojan
  • Download the app
  • Find and run the .exe
  • Going through the warning if not a Microsoft app
  • Going through the wizard

Linux:

Either do something like...

"sudo dnf install (name of app)" in the terminal

Or simply click on "Install" in the software manager.

[–] [email protected] 3 points 1 week ago

Worst case scenario you add some repositories, I love it

[–] [email protected] 1 points 1 week ago

That only works though, if the app is in the official repos. Otherwise it gets as complicated as Windows, if not more so. Which technically also has a software manager (Microsoft store), albeit a bad one.

[–] [email protected] -4 points 1 week ago

That's more because of you not using winget, not because windows doesn't have package manager.

[–] [email protected] 7 points 1 week ago

Detecting and setting up printers

[–] [email protected] 7 points 1 week ago

The really big one for me is installing things. Installing packages requires 0 interaction, can be easily automated, wide availability of packages, etc. On Windows, Winget sucks. It's just running the regular installers. MacOS is better since it has Homebrew, but it has some problems. Homebrew struggles to update "casks" (aka GUI apps) so you still have to rely on app's in-app updaters. MacOS's gatekeeper also is annoying about third part software. And for anything not in Homebrew, you have to install it from the web.

Programming is also easiest in Linux. MacOS is a pain sometimes. The preinstalled toolchains are outdated. Installing new ones from homebrew also requires reading through a large block of text in order to find out what manual steps you need to do.

[–] [email protected] 6 points 1 week ago

Dev stuff for my part, and I like the aesthetic of KDE plasma or LXQT that I am using, or the efficiency of tilling window manager like sway/i3. I also know how to troubleshoot Linux but not windows, and for gaming, Cyberpunk 2077 was better on Linux with proton than windows at launch and on Castlevania Lord of shadow, I had some graphic glitches on windows that made the game unplayable that never happened on linux

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

The main thing I notice is piping audio around from one piece of software to another.

It's braindead simple in Linux (so long as you have JACK or Pipewire setup and the software is JACK aware), but as far as I could ever figure out, it's pretty much impossible in Windows.

[–] sneaky 3 points 1 week ago (1 children)

I use voicemeeter on Windows and really struggled to find a good alternative to the software for Linux. Found something, but it was kinda trash. Any tips? This is one of two things holding me back from switching my gaming pc over.

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

First time I’ve heard of that DAW. The UI reminds me a bit of Aurdour or MixBus. Personally I prefer Reaper.

Aurdour is FOSS and under heavy development, so if you’ve tried it in the past you might want to take another look at it. Reaper and MixBus are both proprietary. Played with MixBus some but it wasn’t for me. UI kept flummoxing me. Reaper made more sense to me off the bat and so I stuck with it.

If your needs are really simple though you might see if Audacity might work. Also FOSS. It’s more an overgrown voice recorder than a DAW though.

There are a lot of options in that space and it’s strongly a personal preference thing.

[–] [email protected] 4 points 1 week ago* (last edited 1 week ago)

Managing a install

A installed system can last indefinitely when done correctly.

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

I find that classic gaming experience is vastly better in Linux for its lack of exclusive fullscreen windowing.

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