so a common claim I see made is that arch is up to date than Debian but harder to maintain and easier to break. Is there a good sort of middle ground distro between the reliability of Debian and the up-to-date packages of arch?

  • BCsven
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    4 hours ago

    I found zypper package speed for download seems to vary a lot, sometimes superfast and other times it drips in like old dialup. Maybe server load or what default server it hits is too many hops away or something. It also does delta downloads, which makes sense if your data is capped, but takes a lot longer to negotiate the lookup for update, compare versions, and pull delta only.

    Good thing about zypper and SUSE setup is you can use the various patch, patches, list patches commands to see what is unneeded, recommended or critical, CVE, and if has already been applied to your system or not. Great tool for sysadmin

    • boredsquirrel@slrpnk.net
      link
      fedilink
      arrow-up
      1
      ·
      7 hours ago

      Yes I would love to have mail notifications etc for security updates.

      Currently setting up a server, CentOS installer didnt boot so my lazy ass just rebased to securecore (Fedora IoT -> uBlue uCore -> secureblue) which is very nice but rolling.

      With LUKS encryption, which I want and need, this is problematic, as I need to manually type the password afaik. TPM unlock didnt work even though I have a Nitrokey with a TPM integrated afaik.

      • BCsven
        link
        fedilink
        arrow-up
        1
        ·
        4 hours ago

        I am not 100% sure, but I had something similar with passworded drive. There was a way to edit crypt tab stuff so that when system looks for pwd input on boot it went to the hashed file to get password. I forget the steps I did, but online there is a walk through and it was not too difficult to configure…just a few manual file edits