美文网首页
MAC实用命令/工具

MAC实用命令/工具

作者: __life__ | 来源:发表于2019-10-16 10:23 被阅读0次

图片获取: https://github.com/pcjbird/AssetsExtractor

Clean My Mac: http://xiazai.mycleanmymac.com/trial/CleanMyMacChinese_3.10.dmg

国内镜像: gem sources -a https://gems.ruby-china.com/

Apple下载更多:https://developer.apple.com/download/more/

MAC OS Catalina 文件损坏: sudo xattr -r -d com.apple.quarantine <应用路径>/

显示允许任何来源: sudo spctl --master-disable (master前面为两个短横线, 回车输入密码)

显示Mac隐藏文件的命令:defaults write com.apple.finder AppleShowAllFiles YES;

隐藏Mac隐藏文件的命令:defaults write com.apple.finder AppleShowAllFiles NO;

相关文章

网友评论

      本文标题:MAC实用命令/工具

      本文链接:https://www.haomeiwen.com/subject/mrrymctx.html