By this i mean, grandma checking her email and the IT pro with 10 NAS setup are the perfect linux users.

But us in the middle who pretend we’re smart…its a damn hard road. And then helping others to switch when youre not yet a pro is even harder, though a good learning experience.

Getting games to work perfectly, audio issues, Bluetooth issues, vr setups are far harder to do, running older obscure software, hooking up obscure hardware, using external drives, music production, these are some examples of things that will be extremely hard on linux vs windows for the majority of middle users.

However id say it is worth it if you like learning thousands of weird terms and phrases and putting in many hours of frustration to solve a problem. (Have you tried using floop to Docker the peeble?). It is very satisfying fixing an issue and figuring out why it happened!

Still, when im forced to use windows I see how bad its become, so im sticking with linux!

  • Novocirab@feddit.org
    link
    fedilink
    arrow-up
    5
    ·
    edit-2
    13 hours ago

    A few months ago I wrote out some recommendations around the same theme here. Extracts:

    A good start is to install tldr. You use it like man, but it gives you shorter explanations – or rather, a short list of illustrative examples.

    Going further, check out Fish instead of Bash. I haven’t use Fish yet, but it’s said to be much better for learning Linux commands as a beginner. Later on, you may switch to Zsh. In any case, hitting Tab once or twice will often give you a list of possible completions to the command you are typing.

    Also, I hugely recommend reading at least one book about Linux. I’m now almost through with the O’Reilly book “Classic Shell Scripting” by Robbins and Beebe (ISBN 9780596005955). Despite the fact that it’s 20 years old, it helped me hugely – primarily with the shell and its commands, but also with understanding things like file structure.

    It presupposes some familiarity with Unix-like systems and with the shell, so if one’s just starting out, the book “Learning the Unix Operating System” may be better.