My collection of notes and code snippets
Notes
April 16, 2025
Rename docker container
docker rename postgres postgres-old
March 29, 2025
Get app id of a Mac app
osascript -e 'id of app "Zed"'
March 29, 2025
Fix quarantined app in Mac
xattr -dr com.apple.quarantine Write.app
January 10, 2025
Git object file is empty
# Go into the git folder
cd .git/
# Delete all empty files in the curent folder and sub-folders
find . -type f -empty -delete -print
December 21, 2024
Photosort
photo_sort --source-dir .\raw-google-photos\ --target-dir .\sorted-google-photos