A new OS in the fall means it's time to review and update EAs. Post your
new versions that will support macOS Sequoia (15). I realized that I
still had one using `airport` (which is (way) deprecated), so here's my
new Current Wi-Fi.sh: #!/bin/bash # ...
I've been requested to remove the 'Relocated Items' alias that can be
generated by updating macOS Catalina. By itself this is very
straight-forward: check for the presence of Relocated Items and move to
the $currentUser .Trash if so. What I need to f...
Sloth is a Mac application that displays a list of all open files and
sockets in use by all running applications on your system. This makes it
easy to discover which apps are using which files and sockets. Sloth is
essentially a friendly GUI built on...
If you have a 'managed' Apple Account from ABM/ASM, use that to go sign
in to AppleSeed and grab Mac Eval Utility (MEU) from the Resources
section. Aside from being a terrific tool it will also help you
determine of network conditions are impacting y...
In most cases, the first profile will be authoritative, and subsequent
profiles will be ignored - but this is not universally true for all the
various combinations of OS and application domain. If you want to see
one of the most infuriating things Ap...
Use Prune and clean out the cruft first. Practice with your DNS provider
to document how long changes will take to propagate and be prepared with
a script to update or flush DNS on the endpoints if necessary. Don't
decommission the on-prem side to ac...
"networksetup -listnetworkserviceorder" will give you the actual
interface name as well as the user-friendly name. This will return the
interface name of the Hardware Port containing "Wi-FI" (typically en0):
wifi=$(networksetup -listallhardwareports ...