doas - Replace sudo With The Secure & Lightweight Alternative from OpenBSD!

Поделиться
HTML-код
  • Опубликовано: 17 окт 2024

Комментарии • 13

  • @foss_land
    @foss_land 2 года назад +1

    talking from openbsd box ❤ keep it up

    • @ascode-com
      @ascode-com  2 года назад +1

      thank you! appreciate the kind words

  • @GeniusKundanSingh
    @GeniusKundanSingh 2 года назад

    I am watched your full video. Nice video

  • @jleeleeeeee
    @jleeleeeeee 2 года назад

    Good video, but what's the purpose of removing everything from the sudoers? Is it just meant to be a behavioral change?

    • @ascode-com
      @ascode-com  2 года назад

      it disables access to sudo without completely removing it from the system

    • @jleeleeeeee
      @jleeleeeeee 2 года назад

      @@ascode-com have you had any issues with that so far? i.e. have you run into any install scripts that require sudo?

    • @ascode-com
      @ascode-com  2 года назад +1

      ​@@jleeleeeeee not that i've run into. using doas instead usually does the trick.
      # example
      doas apt install coolpkg
      # vs
      sudo apt install coolpkg
      # both run the pkg install as root
      most install scripts won't hard code sudo in them but rather require the script itself to be ran as root if access is necessary (always be careful with running random internet install scripts as root!). BUT if for some reason sudo is hard coded i imagine `export sudo="doas"` works in a pinch if you don't wanna use `sed` or another search and replace tool

  • @andnluis
    @andnluis 2 года назад

    Nice video! Which font is the one in the background?

    • @ascode-com
      @ascode-com  2 года назад

      it's jetbrains mono with the dracula colorscheme!

  • @cathalogrady2331
    @cathalogrady2331 2 года назад

    whats the point in using doas when your literally using wsl. I mean if your actually concerned about privacy why are you running Windows. I really dislike wsl as it takes away from the most valuable parts of a free operating system. Just to note I don't want people to interpret this as shaming Windows users, just thought id point out mixed messaging in the videos. I am genuinely curious as to why you use Windows but seem very enthusiastic about GNU/linux/UNIX.

    • @ascode-com
      @ascode-com  Год назад

      filming is simpler on windows! my *nix machines are always getting reformatted lol

  • @DaemuE
    @DaemuE 2 года назад +1

    Awesome! Time to uninstall sudo.