差别
这里会显示出您选择的修订版和当前版本之间的差别。
| 两侧同时换到之前的修订记录 前一修订版 后一修订版 | 前一修订版 | ||
|
tech:op:mac [2017/10/23 02:06:20] 某喵 |
tech:op:mac [2024/06/03 01:04:19] (当前版本) |
||
|---|---|---|---|
| 行 1: | 行 1: | ||
| - | <markdown> | ||
| # Mac 技巧 | # Mac 技巧 | ||
| 行 35: | 行 34: | ||
| - Ctrl + D 退出 Terminal | - Ctrl + D 退出 Terminal | ||
| - Ctrl + Z 将当前程序放置于背景,可以用 fg 来恢复 | - Ctrl + Z 将当前程序放置于背景,可以用 fg 来恢复 | ||
| + | |||
| + | ### 其他 | ||
| + | - Ctrl + Cmd + Q 锁屏 | ||
| ## Spotlight | ## Spotlight | ||
| 行 68: | 行 70: | ||
| - /System/Library/LaunchDaemons | - /System/Library/LaunchDaemons | ||
| - /Library/LaunchDaemons | - /Library/LaunchDaemons | ||
| + | - ~/Library/LaunchDaemons | ||
| + | |||
| + | ## 打开无法认证的 App | ||
| + | |||
| + | ``` | ||
| + | xattr -rd com.apple.quarantine /Applications/YoudaoNote.app | ||
| + | ``` | ||
| --- | --- | ||
| 行 75: | 行 84: | ||
| - https://my.oschina.net/dyl226/blog/752030 | - https://my.oschina.net/dyl226/blog/752030 | ||
| - https://github.com/hokein/Wiki/wiki/Bash-Shell%E5%B8%B8%E7%94%A8%E5%BF%AB%E6%8D%B7%E9%94%AE | - https://github.com/hokein/Wiki/wiki/Bash-Shell%E5%B8%B8%E7%94%A8%E5%BF%AB%E6%8D%B7%E9%94%AE | ||
| - | |||
| - | </markdown> | ||