Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 1.74 KB

MacOS.md

File metadata and controls

48 lines (33 loc) · 1.74 KB

Check the service on startup.

  • run command ps ax or Applications » Utilities » Activity Monitor to check
  • launchd

Mac Pro upgrade

32 bit apps

mdfind "kMDItemExecutableArchitectures == '*i386*' && kMDItemExecutableArchitectures != '*x86*'" from https://apple.stackexchange.com/questions/314460/how-to-identify-32bit-applications-on-macos-without-running-each-one

Apple Sync Photo

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

codesign --remove-signature
xattr -cr /path/to/your/program.app

hex2bin firmware.hex
strings firmaware.bin

Macbook maintainence

https://beetstech.com/blog/apple-proprietary-ssd-ultimate-guide-to-specs-and-upgrades#hdr-7 https://beetstech.com/blog/replacing-thermal-paste

XCode

https://smallhacks.wordpress.com/2018/11/11/how-to-support-old-osx-version-with-a-recent-xcode/

Credits