Stealth mode on the firewall minimizes the threat of system discovery tools while connected to a network or the Internet.
This script fixes the darwin CIS Benchmark check 35040: "Ensure Bonjour Advertising Services Is Disabled."
This script fixes the darwin CIS Benchmark check 35047: "Ensure Password Minimum Length Is Configured."
This script fixes the darwin CIS Benchmark check 35051: "Ensure Complex Password Must Contain Uppercase and Lowercase Characters Is Configured."
This script fixes the darwin CIS Benchmark check 35052: "Ensure Password Age Is Configured."
This script fixes the darwin CIS Benchmark check 35054: "Ensure the Sudo Timeout Period Is Set to Zero."
This script fixes the darwin CIS Benchmark check 35028: "Ensure Require Password After Screen Saver Begins or Display Is Turned Off Is Enabled for 5 Seconds or Immediately."
This script fixes the darwin CIS Benchmark check 35029: "Ensure a Custom Message for the Login Screen Is Enabled."
This script fixes the darwin CIS Benchmark check 35022: "Ensure 'Show Location Icon in Control Center when System Services Request Your Location' Is Enabled."
This PowerShell script writes the given text in uppercase letters.
text Specifies the text to write (ask user by default)
PS> ./write-uppercase.ps1 "Hello World"HELLO WORLDAuthor: Markus Fleschutz | License: CC0