Don’t get me wrong. I love Linux and FOSS. I have been using and installing distros on my own since I was 12. Now that I’m working in tech-related positions, after the Reddit migration happened, etc. I recovered my interest in all the Linux environment. I use Ubuntu as my main operating system in my Desktop, but I always end up feeling very limited. There’s always software I can’t use properly (and not just Windows stuff), some stuff badly configured with weird error messages… last time I was not able to even use the apt command. Sometimes I lack time and energy for troubleshooting and sometimes I just fail at it.

I usually end up in need of redoing a fresh install until it breaks up again. Maybe Linux is not good for beginners working full time? Maybe we should do something like that Cisco course that teaches you the basic commands?

    • Uriel-238@lemmy.fmhy.ml
      link
      fedilink
      English
      arrow-up
      3
      arrow-down
      2
      ·
      1 year ago

      And what does that mean? That drivers for most hardware doesn’t exist unless we write it ourselves? I don’t have time for that steep a climb.

      You guys are now seriously freaking me out. My experience has been decades of windows not mainframes with 1980s era OSes. Is all that experience going to be useless?

      • NathanUp@lemmy.ml
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 year ago

        Tbh, if you’re using mainstream hardware, and a sensible DE like KDE Plasma, it pretty much is plug and play these days. Drivers are built into the kernel; the system detects your hardware at boot and loads the appropriate drivers automatically, so you can even swap out components and simply turn the system on and it’ll work in most cases. Peripherals like audio interfaces that are tricky and require diver installs on windows are often plug and play on GNU/Linux, but generally speaking, being a windows expert will not help you.

        Windows has layers of abstraction designed to make it difficult for you to understand how the OS is actually working - GNU/Linux does not. You can access any information, change anything you like, and almost all system config down to a low level can be done by editing plain text files. It’s intimidating at first, but with some experience, config and troubleshooting is miles easier than windows because no information is hidden from you. Then again, that really is in the realm of advanced usage; for day to day computing you shouldn’t have to think about any of this.

        If you’re worried, try out a live USB of a beginner friendly distro like Manjaro. You can run the os off of a USB stick and get a feel for it.