• teft
    link
    fedilink
    1327 months ago

    Hand starts shaking when he can’t update once an hour.

  • Jo Miran
    link
    fedilink
    81
    edit-2
    7 months ago

    I started my Linux journey in the 90’s with Red Hat Halloween. I’m sick and tired of troubleshooting and Debian based distros have been fully painless. Those of you learning your craft should absolutely try to manage things like Arch, just leave my old and tired ass be and I’ll sit here with my old kernel and cheer you on.

    • @[email protected]
      link
      fedilink
      English
      27 months ago

      Yup - if your goal is to use Linux to learn how Linux works and how it’s all put together then Arch is awesome. If you’ve got stuff to do and Linux is a tool to reach another goal, not so much. I like my tools to be stable, reliable and predictable.

  • Avid Amoeba
    link
    fedilink
    53
    edit-2
    7 months ago

    Whenever you get bored:

    ~$ sudo docker run -it --rm archlinux bash
    [root@5452124778b3 /]# pacman -Syu
    :: Synchronizing package databases...
     core downloading...
     extra downloading...
    :: Starting full system upgrade...
    resolving dependencies...
    
      • @[email protected]
        link
        fedilink
        17 months ago

        this coming from someone who used podman for years for hours for development every day.

        podman is cancer, it’s way better to use docker rootless.

        podman will break if you sneeze at it, and the only recourse you will find in github is to podman system reset which stinks of bad programming.

        docker rootless never breaks, podman may die if you cancel a download because the devs were either inexperienced or bad and instead of protecting the state with atomic filesystem operations they leave dirty files in working directories which make it fail in random and unexpected ways.

    • 🦄🦄🦄
      link
      fedilink
      27 months ago

      Wait…is that all it takes to install arch in a docker container? Does this include a GUI or is it for terminal Haxxorz only?

  • aard
    link
    fedilink
    407 months ago

    There’s the old saying that Debian is available in three flavours: Stale, rusting and broken.

      • @[email protected]
        link
        fedilink
        17 months ago

        Stable in the distro context refers to how often packages change. Sid (which is the one that’s broken in that) is not that. The other 2 are stable in that sense, but older software can sometimes be shaky on newer hardware.

  • @[email protected]
    link
    fedilink
    207 months ago

    I really like Debian, but for some reason my not-new-laptop didn’t liked it. Issues with suspend, the WiFi and the NVME drive made me to nuke it last Wednesday and in its place I installed Fedora, which seems to play better with the hardware. At least I don’t have problems with it in my desktop.

    • @NoXzema
      link
      English
      13
      edit-2
      7 months ago

      For those missing context, Rossman uses a software that helps view the layout of Mac hardware… and it breaks literally constantly.

  • bruhduh
    link
    fedilink
    3
    edit-2
    7 months ago

    Are you me?) P.s been daily driving arch for 5 years and now switching back to Debian

      • @[email protected]
        link
        fedilink
        57 months ago

        You will have a rolling release distribution similar to Arch, with the newest and freshest updates. However, it will be more stable than Arch because it undergoes thorough testing to ensure everything works fine. Additionally, there is a new tested stable update available almost every day. I recommend doing a little research about openSUSE Tumbleweed. It will help you stop distro hopping and allow you to focus more on productivity rather than fixing bugs (like with Arch).

        • @[email protected]
          link
          fedilink
          27 months ago

          I have been running Manjaro(I know not arch) and have been happy with it. But I will definitely give tumbleweed a look. I like knowing I have the latest versions of things.

        • @[email protected]
          link
          fedilink
          27 months ago

          I would advise against any rolling distro if you use Nvidia drivers and CUDA. When I was using Tumbleweed it kept breaking with kernel updates. This was common in the forums. I had to pin my kernel to an older version to fix it. It was not ideal.

          I’ve come full circle back to Debian stable. I’m sure at some point I’ll need a newer package and be frustrated again. When the time comes, perhaps I’ll try distrobox if I can’t easily backport it.

    • TurboWafflz
      link
      fedilink
      37 months ago

      I love opensuse and I’ve switched back to it from arch on two of my three computers, but the one thing I miss is the speed of pacman. I’ll be working on something with an arch user and need to install something new and by the time zypper has refreshed the repos, pacman will have completely finished the whole installation