Additionally, what changes are necessary for you to be able to use Linux full time?

  • Professorozone@lemmy.world
    link
    fedilink
    arrow-up
    18
    arrow-down
    2
    ·
    1 year ago
    1. I found navigating overly complicated at times. The command window uses all the little archaic squiggles around the edge of the keyboard and one missing space will do you in.

    2. For me, the wifi connection always seems sketchy. I currently still have a Linux PC connected to my TV. It’s only used for surfing the net and every time we use it to exercise to a YouTube channel, I might as well walk away and do something else before it can get in. I really should change my distribution on that and see if it helps.

    3. When I got really serious about it and was having all kinds of issues the community asked for my hardware list and when I posted it, the response was, “Oh, all that stuff is too new, you have to wait for someone to write drivers for it.” I always build my own computer and I don’t like the idea of a let down when I turn it in for the first time.

    There’s a lot to like about Linux and I always want to free myself from the Microsoft shackles, but every time I do, it just doesn’t work for me.

    • chronomancer@lemmy.one
      link
      fedilink
      arrow-up
      5
      ·
      edit-2
      1 year ago

      Your wifi issues sound like a network card with poor support in the kernel. I think hardware compatibility is one of the most understated sources of user friction in Linux. Nearly anything modern will work but only a few vendors’ network drivers are really as performant as their windows implementation.

      Not much you can do as a user unless you want to become a driver developer and/or reverse engineer.

    • bug@lemmy.one
      link
      fedilink
      arrow-up
      1
      arrow-down
      2
      ·
      1 year ago

      The command window uses all the little archaic squiggles around the edge of the keyboard

      Are you telling me that cmd/powershell is preferable‽

      • Professorozone@lemmy.world
        link
        fedilink
        arrow-up
        3
        ·
        1 year ago

        I’m sorry, I’m not really proficient with Linux. I probably used the wrong term. I meant where you type all the sudo commands and stuff. I’m more of a mouse user due to windows.

        • Skyhighatrist@lemmy.ml
          link
          fedilink
          arrow-up
          3
          ·
          edit-2
          1 year ago

          Yes, they knew that, you described it fine. They were asking if Window’s equivalent, PowerShell or CMD is preferable. Though they fail to realize that most Windows users will never need to use either of those tools under normal operation, even if they could choose to use them to simplify some tasks. The terminal in Linux is encouraged, whereas equivalent(-ish) tools in Windows are optional and really only required for Sys Admins.

          • bug@lemmy.one
            link
            fedilink
            arrow-up
            1
            ·
            1 year ago

            Depending on your Linux distro you can manage entirely without using the terminal, there are plenty of graphical package managers. My point is that if you do need to do command line stuff then a bash terminal is much more user-friendly than the horrors of cmd or powershell!

            • Skyhighatrist@lemmy.ml
              link
              fedilink
              arrow-up
              2
              ·
              1 year ago

              Oh, I’m certainly not arguing with you. I have to use Windows for work and hate it. Been daily driving Linux for years on my own PC. I should find out if I can get WSL up and running on my work machine. I’ve been contenting myself with git bash thus far. PowerShell is at least better than CMD, but truthfully I’ve never really put the effort in to learn it properly since I very rarely need to do anything complicated on the command line in Windows.

              • bug@lemmy.one
                link
                fedilink
                arrow-up
                2
                ·
                1 year ago

                I’d definitely recommend WSL, wasn’t to hard to set up on my own machine so unless you’ve got a locked down work machine then probably worth the effort

                • Skyhighatrist@lemmy.ml
                  link
                  fedilink
                  arrow-up
                  2
                  ·
                  1 year ago

                  Funny thing just happened. Started working on a new project at work and in order to get properly set up I have to get WSL up and running. How convenient, and more than a little coincidental with the timing.