差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

两侧同时换到之前的修订记录 前一修订版
后一修订版
前一修订版
tech:op:mac [2017/09/29 00:11:01]
某喵
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
行 61: 行 63:
 检查以下位置 检查以下位置
  
-/​System/​Library/​StartupItems +/​System/​Library/​StartupItems 
-/​Library/​StartupItems +/​Library/​StartupItems 
-/​Library/​LaunchAgents +- /System/​Library/​LaunchAgents 
-/​Library/​LaunchDaemons+- /​Library/​LaunchAgents 
 +- ~/​Library/​LaunchAgents 
 +- /System/​Library/​LaunchDaemons 
 +- /​Library/​LaunchDaemons 
 +- ~/​Library/​LaunchDaemons 
 + 
 +## 打开无法认证的 App 
 + 
 +``` 
 +xattr -rd com.apple.quarantine /​Applications/​YoudaoNote.app 
 +```
  
 --- ---
行 72: 行 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>​