Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)HA
Posts
0
Comments
753
Joined
2 yr. ago

  • It’s both, and they are in a sense the same.

    Cheaper less skilled or less experienced programmers take longer to get similar results. One week with a a skilled programmer is a lot more value than one week with an unskilled programmer.

    Even more if you want to invest some of that experienced programmer time to get the new guy up to speed.

  • I can’t find anything that quite fits your requirements.

    Putting a NOPASSWD option on your sudo config should cover the removal of the password requirement, but this may be ill-advised; it is probably wiser to increase the timestamp_timeout duration.

    The intentional delay is tougher, and for that it looks like you’d need to write a PAM module. pam_faildelay is very close to what you need, you’d just need to make it produce a delay on success as well as failure.

  • This is not entirely accurate; there are plenty of times when sudo does not require a password even in the default config. And there’s the nopasswd option built-in already which would already do that portion of this request.

    It sounds like the OP wants to use sudo as a Molly-guard. There’s nothing wrong with that, although it may not be the right tool for the job.

  • it's really no worse than S/MIME

    That’s damning with faint praise if I ever heard it.

    The biggest problem of OpenPGP is key management. The web of trust is fine but key rotation is an absolute nightmare. And I say this as someone who has been comfortable using it for 27 years.

  • implement the Windows PIN thing for startup on my PC

    If you’re that specific in your requirements, you’re gonna have a bad time. I don’t think Microsoft makes “Windows PIN” for Linux.

  • People who don’t understand windows or the minimize, maximize, and close buttons. So they constantly close the window and then relaunch the program to get back to the main screen or switch tasks.

  • Can confirm Bazzite is just fine with domain auth, no special intervention required.

    Authing against a Synology NAS domain which is presumably running Samba under the hood.