crtxdmp.

A collection of ideas, snippets and other things.


Good read: Enable touch id for sudo

Quick Tip: Enable Touch ID for sudo

tl;dr

sudo nano /etc/pam.d/sudo

#change first line
#auth       sufficient     pam_smartcard.so
#to
#auth       sufficient     pam_tid.so 

, , , — Jun 15, 2022