• bruhduh
    link
    fedilink
    6
    edit-2
    41 minutes ago

    Sometimes your package manager asks you for root password every minute while doing few hours long update and cancelling process if you don’t enter anything for few minutes, “yay” aur manager looking at you, and you got to do other things than sit and look in the monitor all day long, things like cleaning house or touching grass for example

  • HubertManne
    link
    fedilink
    195 hours ago

    just worked a job where I did not have privlages to sudo commands. except su. had to sudo su so I could run a script.

  • Kairos
    link
    fedilink
    34 hours ago

    Can’t programs steal sudo access if the timeout isn’t 0?

  • @[email protected]
    link
    fedilink
    English
    509 hours ago

    Real pros shuffle across the carpet to build a static charge and do their system administration by electrical fault injection.

    • Dhs92
      link
      106 hours ago

      Once had a friend run sudo chmod -R 777 / on a (public) Minecraft server we were running back in highschool. It made me die a bit on the inside.

      • Rikudou_Sage
        link
        fedilink
        64 hours ago

        Doesn’t it break a lot of things? Half the stuff refuses to work when some specific files have too permissive chmod.

        • Dhs92
          link
          52 hours ago

          Really only SSH and sudo broke. sudo would still work but you’d have to re-enter your password every time. It was a painful experience and I’m glad I know better now.

    • @[email protected]
      link
      fedilink
      English
      45 hours ago

      Jesus, every time I have to run glx or vaapi under a container I end up having to do this then cringe.

    • masterofn001
      link
      fedilink
      157 hours ago

      As a one time noob I may have done this once or more.

      To get one thing working I borked everything.

      Understanding permissions is pretty basic. But understanding permission requirements for system and user apps and their config and dirs can be a bit overwhelming at first.

      Thinking a little change to make your life simpler will break something else doesn’t always register immediately.

      Shit, even recently, wondering why my SSH keys were being refused and realising that somehow i set my private keys world readable.

      Thank god SSH checks file and dir permission.