netcat (NC) listen for open ports
The nc (or netcat) utility is used for just about anything under the sun involving TCP or UDP. It can […]
netcat (NC) listen for open ports Read More - click »
The nc (or netcat) utility is used for just about anything under the sun involving TCP or UDP. It can […]
netcat (NC) listen for open ports Read More - click »
EddiesNotes.com: Introduction to Apple Siri Welcome to ‘EddiesNotes.com’s’ deep dive into Siri, a digital voice assistant for Apple. At https://eddiesnotes.com/,
Apple Siri: Intelligent Voice Assistant Read More - click »
To check a host’s TLS (Transport Layer Security) certificate details using the macOS Terminal, you can use the openssl command.
OpenSSL, Check TLS details in Terminal Read More - click »
To set macOS Gatekeeper to allow applications from “Anywhere” involves a change in the system’s security preferences. By default, macOS is set to only allow apps downloaded from the App Store and identified developers to protect against malware.
macOS Gatekeeper status and settings Read More - click »
This script collects Configuration Profiles (if present) to /users?shared csv file
List All macOS Configuration Profile information to a csv file Read More - click »
To collect logs for Mac: Select the Help menu in Microsoft Teams and then select Collect support files. Configure Developer Menu
Configure logging for troubleshooting Microsoft Teams Read More - click »
This Shell Script will parse a locally saved Jamf Summary Report, Jamf Pro Server Summary Tool 3.3 2022 – JSS
Jamf Pro Server Summary (parser) Tool Shell Script Read More - click »
Quick script to force update Google Chrome curl -L https://dl.google.com/dl/chrome/mac/universal/stable/gcem/GoogleChrome.pkg -o /tmp/GoogleChrome.pkg && installer -pkg /tmp/GoogleChrome.pkg -target / -verbose Link:
Force Update Google Chrome Read More - click »