Mac Geek Gab — Your Questions Answered, Tips Shared, Troubleshooting Assistance
Your macOS Monterey questions are starting to trickle in, and your two favorite geeks have your answers. That's not all, though! This episode's got Quick Tips about webpage screenshots, Safari 15 tabs, Internet Recovery, and making your music sound better for YOUR ears. Plus, John and Dave answer your questions about all kinds of things…and they share your recommendations for new keyboards, too! Press play and enjoy learning at least five new things.
sudo pkill bluetoothd
sudo crontab -e
):
@reboot if [[ `grep tid /etc/pam.d/sudo` ]]; then echo "TouchID already enabled"; else echo "# sudo: auth account password sessionn auth sufficient pam_smartcard.sonauth sufficient pam_tid.sonauth required pam_opendirectory.sonaccount required pam_permit.sonpassword required pam_deny.sonsession required pam_permit.so" > /etc/pam.d/sudo; echo "Enabling TouchID for sudo"; fi