• saltesc@lemmy.world
    link
    fedilink
    arrow-up
    6
    ·
    edit-2
    14 hours ago

    Even in my most troublesome situations, they are less frequent and quicker/easier to resolve than my Windows hurdles.

    I’ve lost so much time of my life dealing with Windows breaking, blocking, being randomly fucked on basics, requiring insanely complex workarounds to keep the engine running.

    Windows is definitely the harder OS. But ya don’t realise it until your first drive of a Linux distro. Then it becomes clear as day and you feel like you’ve been cutting off your foot to spite all the bullet holes you shot into it.

    • fartsparkles@lemmy.world
      link
      fedilink
      arrow-up
      4
      ·
      1 day ago

      I hear you so hard on this one. I’ve been running Windows Enterprise with a tonne of fixes in GPOs for too many years now. I’ve been using Windows since the beginning. Thankfully I’ve also used Unix, Linux, and macOS for almost as long too.

      I’m shitcanning Windows in a matter of weeks, even taking time off work to focus on it. I have one remaining Windows box (gaming workstation). But not for long.

      And the crazy thing is, with the sorry state of Windows 11, my Linux systems are actually more stable.

    • BurgerBaron@piefed.social
      link
      fedilink
      English
      arrow-up
      2
      ·
      1 day ago

      As a noob there were four things that sucked worse than Windows so far:

      Properly mounting a NAS so file pickers in programs don’t shit themselves or refuse to see it. There’s no GUI feature even in KDE for this task. Should not be like this modern day. Mounting anything properly is annoying here.

      Whatever the fuck KDE Wallet is doing prompting me for a password to mount a secondary SSD every login despite trying to make it not do that with guides. On going.

      Learning about .pacnew files in etc, but meld thankfully takes the edge off dealing with diff.

      Getting gud with all the gaming tools and compatibility tools to the point I’m proficient enough to mod most games again.

      Not bad, all things considered. You’re right that it’s harder OS overall to learn. Still, I’d say I broke stuff on Linux about as often as I did bending Windows 9x and XP to my will growing up. Managed to make SDDM not start automatically by mistake dealing with .pacnew my first time.

      To do: go through restoring one of CachyOS’s system recovery snapshots even tho nothing is broken currently so I actually know how if/when I really need to.

      • RunJun@lemmy.dbzer0.comOP
        link
        fedilink
        English
        arrow-up
        2
        ·
        1 day ago

        Properly mounting a NAS so file pickers in programs don’t shit themselves or refuse to see it. There’s no GUI feature even in KDE for this task. Should not be like this modern day. Mounting anything properly is annoying here.

        Oh man, looks like I have a bunch of googling ahead of me.

        • BurgerBaron@piefed.social
          link
          fedilink
          English
          arrow-up
          2
          ·
          23 hours ago

          etc/fstab is my hint.

          Basically I had to make a folder in mnt and then add this upcoming line manually. Fun fact! It doesn’t like spaces, thus 040POOL. Idk why but an underscore didn’t work either. I didn’t know this at first and wanted to slam my face into my keyboard by the time I got it working.

          Confirm it works with terminal command:

          sudo mount -a

          Then reboot and see if it automounted:

          mount | grep nas

          “nas” is whatever you called the mnt subdirectory you created.

          This is a very fucking stupid process vs right clicking a folder on my NAS in Windows and mapping a network drive so it gets a storage device letter. However, it’s fun to rant about.