用命令列出从App Store中下载的所有应用:
find /Applications -path '*Contents/_MASReceipt/receipt' -maxdepth 4 -print |sed 's#.app/Contents/_MASReceipt/receipt#.app#g; s#/Applications/##'
查看占用的端口
lsof -i:端口号
删进程
kill 进程号
上锁或解锁,组合键Option+苹果键+i
command + shift + 加减号
网友评论