• beeng@discuss.tchncs.de
      link
      fedilink
      arrow-up
      1
      ·
      edit-2
      3 days ago

      Wow, interesting thought.

      I do use a few of the rust uutils notably cp -g (progress bar)

      But now you make me think this change is for nefarious purposes.

  • onlinepersona@programming.dev
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    4 days ago

    I have to stop clicking on the phoronix comment section. It’s like a mini Twitter.

    Still, Ubuntu should also ditch snap instead of hanging onto it just because they wrote it. It’s the reason I don’t recommend Ubuntu to friends anymore.

    Anti Commercial-AI license

    • HorseFD@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      4 days ago

      It’s the main reason many people avoid Ubuntu. They could achieve the same goal by shipping the Flatpak version of Firefox if they really don’t want to handle its packaging.

  • Justin@lemmy.jlh.name
    link
    fedilink
    arrow-up
    1
    ·
    4 days ago

    Not part of uutils but I’ve been using sudo-rs on all of my NixOS systems for over a year, and it’s been great.

      • Justin@lemmy.jlh.name
        link
        fedilink
        arrow-up
        1
        ·
        edit-2
        4 days ago

        Not much, just says sudo-rs instead of sudo, and it’s memory safe. I think there might be some missing features for really advanced multi-tenant setups, but for single user machines, it’s the perfect successor to sudo.

        nixos also supports giving the sudo binary a setuid flag that only allows members of the wheel group to use sudo, preventing any privilege escalation attacks from your services/servers.