Skip to content

Latest commit

 

History

History
63 lines (42 loc) · 2.29 KB

File metadata and controls

63 lines (42 loc) · 2.29 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

menu

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

Don't forget to restart Xcode

Macbook maintainence

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

Airdrop for older mac

defaults write com.apple.NetworkBrowser BrowseAllInterfaces 1 see https://www.funkyspacemonkey.com/airdrop-work-older-macs

XCode

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

Credits