Commit ecdce5

2024-10-15 14:29:24 Arpan S.: -/-
/dev/null .. macos tricks.md
@@ 0,0 1,13 @@
+ # MacOS Tricks
+
+ ### Enable TouchID for sudo
+ Setting this up will let you use TouchID to authenticate while using sudo, or during any password authentication on terminal.
+
+ This only works for MacOS Sonoma (14) and above and persists throughout updates.
+ ```
+ sed -e 's/^#auth/auth/' /etc/pam.d/sudo_local.template | sudo tee /etc/pam.d/sudo_local
+ ```
+
+ :::info
+ You need to have TouchID pop-ups enabled, The easiest way to do this is to simply buy (free or paid) a new app from the app store and install it.
+ :::
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9