Useful Mac defaults and oneliners
Set Extended Print/Save dialog
defaults write /Library/Preferences/.GlobalPreferences NSNavPanelExpandedStateForSaveMode 1
defaults write /Library/Preferences/.GlobalPreferences PMPrintingExpandedStateForPrint -bool TRUE
Remote Screenshot
screencapture /Users/sdsadmin/Desktop/"`date +"%b %e %H:%M"`.png"
Rebuild Apple Mail envelopes
sqlite3 ~/Library/Mail/Envelope\ Index vacuum
Show SMART Status on Disk
diskutil info disk0 | grep SMART
change local user password
dscl . -passwd /Users/<SHORTNAME> <newpassword>
Sophos Scan
sweep -ss -eec -di -f -sc -archive -all -remove -nc /CHANGE_ME_TO_PATH_TO_BE_SCANNED
→