### 解壓縮APK Apple Store商店搜尋 The Unarchiver ### Xcode 所有版本下載點 https://xcodereleases.com/ ### 錄影快捷鍵 ``` cmd + shift + 5 ``` ### 改成 Shift 切換輸入法 下載 Karabiner ![image](https://hackmd.io/_uploads/Bk4Yte_cee.png) ``` =json { "description": "Change R_Shift to control + space to switch EN/ZH", "manipulators": [ { "type": "basic", "from": { "key_code": "left_shift", "modifiers": { "optional": [ "any" ] } }, "to": [ { "key_code": "right_shift", "lazy": true } ], "to_if_alone": [ { "key_code": "spacebar", "modifiers": [ "left_control" ] } ] } ] } ``` ### Mac 檔案權限問題 * Permission denied ``` chmod 777 aa.sh 。 ``` * Operation not permitted ``` xattr -d com.apple.quarantine {FileName} ``` * 黑暗禁術 所有檔案權限都變成777 ``` umask 000 ``` 所有檔案權限復原預設 ``` umask 022 ``` ## 檢查終端機架構 ``` uname -m ``` ## 搜尋副檔名 在搜尋框中輸入kind:png。這會搜尋所有的PNG圖片檔案。如果你已經在resources資料夾中,Finder應該會自動設定搜尋範圍為當前資料夾。如果沒有,你可以手動設定搜尋範圍。 ## Mac word編輯軟體 可以用lib office