Use the accent menu In an app on your Mac, press and hold a letter key on the keyboard—for example, a—to display the accent menu. The accent menu for the…
This video shows how to make your iPhone speak when it gets connected to power This will show you how to speak the battery percentage https://ios.gadgethacks.com/how-to/make-your-iphone-speak-its-battery-level-every-time-you-start-stop-charging-0385040/
Bob Gendler one of the macOS Security Compliance Project (mSCP) Authors has posted some (FANTASTIC) scripts that will help integrate your mSCP project into a jamf instance. This will help…
William Smith (talkingmoose) posted some helpful logic to search for Monterey Compatible Macs with regex in Jamf Pro http://talkingmoose.net/ | https://github.com/talkingmoose 1. Set of regex (^Mac13|MacBook(10|9)|MacBookAir(10|[7-9])|Macmini[7-9]|MacPro[6-7]|iMacPro1|iMac(1[6-9]|2[0-2])),\d|MacBookPro1(1,[45]|[2-8],\d) 2. Set of regex…
6.1. Enforce Multifactor Authentication for Login The system MUST be configured to enforce multifactor authentication. All users MUST go through multifactor authentication to prevent unauthenticated access and potential compromise to…
NAME sed -- stream editor sed Useful Commands Change the string something to else sed 's/something/else/' [file] Change the string something to else and add backup file: Will output two…
Search for something in a file grep something file Search for something in multiple files grep something file file1 file2 file 3 Search for something everywhere in the current directory…
Detailed information lpstat -l -p lpstat -a lpstat -a | awk '{print $1}' lists PPD files for printers that have been added to the system ls /etc/cups/ppd/*.ppd Find version of…
macOS Catalina introduced a new option in their printtool command line tool to reset the printing system. Type the following in Terminal: /System/Library/Frameworks/ApplicationServices.framework/Frameworks/PrintCore.framework/Versions/A/printtool --reset -f Link: https://babodee.wordpress.com/2019/11/17/reset-the-macos-printing-system-through-the-command-line/