- run command
ps axor Applications » Utilities » Activity Monitor to check - launchd
mdfind "kMDItemExecutableArchitectures == '*i386*' && kMDItemExecutableArchitectures != '*x86*'"
from https://apple.stackexchange.com/questions/314460/how-to-identify-32bit-applications-on-macos-without-running-each-one
Scenario: There are photos in my personal Pictures directory, and I would like to back it up to an External hard drive. How would you do it? Pictures directory: /Users/you/Pictures Harddrive directory: /Volume/MacBackup/Pictures
rsync -avzh /Users/you/Pictures /Volume/MacBackup/Pictures
- https://www.willhaley.com/blog/rsync-filters/ Using rsync filters
codesign --remove-signature
xattr -cr /path/to/your/program.app
hex2bin firmware.hex
strings firmaware.bin
- https://reverseengineering.stackexchange.com/questions/15006/approach-to-extract-useful-information-from-binary-file?rq=1
- https://reverseengineering.stackexchange.com/questions/8177/convert-mach-o-vm-address-to-file-offset?rq=1
- https://reverseengineering.stackexchange.com/questions/17262/binwalk-alternative?noredirect=1&lq=1
defaults write com.apple.dt.Xcode ShowDVTDebugMenu -bool YES sudo mkdir -p /Applications/Xcode.app/Contents/Developer/AppleInternal/Library/Xcode sudo touch /Applications/Xcode.app/Contents/Developer/AppleInternal/Library/Xcode/AppleInternal.plist
https://trac.macports.org/ticket/62426 libc++: using a newer libc++ to build software on older macos systems
https://beetstech.com/blog/apple-proprietary-ssd-ultimate-guide-to-specs-and-upgrades#hdr-7 https://beetstech.com/blog/replacing-thermal-paste
defaults write com.apple.NetworkBrowser BrowseAllInterfaces 1 see https://www.funkyspacemonkey.com/airdrop-work-older-macs
https://smallhacks.wordpress.com/2018/11/11/how-to-support-old-osx-version-with-a-recent-xcode/