pwpolicy

Find when the user’s password was last changed #!/bin/bash # Get last password change echo; echo Password Last Changed:; u=$(dscl . list /Users | egrep -v '^_|daemon|nobody'); for i in…

Convert timestamps to dates in Bash?

date -r date -r 1267619929 Current timestamp: date +"%s" Links: https://stackoverflow.com/questions/2371248/how-to-convert-timestamps-to-dates-in-bash https://linuxconfig.org/convert-timestamp-to-date

Apple Silicon chip vulnerability ‘Augury’ news links

Links May 2nd: Apple Silicon chip vulnerability ‘Augury’ surfaces, but researchers aren’t worried yet https://9to5mac.com/2022/05/02/augury-apple-silicon-vulnerability/ 05.02.2022: Apple Silicon Chips on iPhones, Macs Carry a New Vulnerability — Here's What Researchers…