OSX Tips and Tricks
This is my small collection of OSX tips and tricks. Generally they are things that I’ve found useful, but which I can never remember. Flushing the DNS Cache dscacheutil -flushcache; sudo killall -HUP mDNSResponder KTrace / Strace equivilent sudo ktrace trace -S -f C3,C4 -s -c <command> Finding last Wireless AP and SSID mac connected to: log show --predicate '(processImagePath contains "configd") && (eventMessage contains "en0: SSID ")' --style syslog --last 1d...