记录使用Mac时遇到的几个问题
安装软件出现问题时,弹出警告提示框不让安装
sudo rm /Applications/Chrome.app /Library/Application Support/Google /Library/Google ~/Library/Application Support/Google ~/Library/Google ~/Library/Preferences/com.google.Chrome.plist
以 JSONC 为例,安装路径在
/usr/local/Cellar/json-c/0.14
删除 .DS 文件
.DS 文件是 macOS 系统自带的目录信息文件,隐含当前目录的一些信息,在复制目录时,往往会将 .DS 也复制,留下安全隐患。
find . -name '*.DS_Store' -type f -delete
禁用 .DS 文件
defaults write com.apple.desktopservices DSDontWriteNetworkStores -bool TRUE
举例:链接全局的git配置,使工程文件排除 .DS
参考另一篇文章
ln -s /Users/wangcheng/Documents/Projects/dotfiles/.gitignore_global /Users/yourname/.gitignore
移动硬盘在Windows和Mac之间使用时,有时遇到灰色文件,在Mac下打不开
执行此命令,清除文件附加属性
xattr -c *.*
与 window 进行文件共享
Win10上设置好共享文件夹,同一局域网下 Mac 点击 Finder 上使用 command+K 快捷键,连接共享文件夹
远程定位你的Mac电脑
前提是:
丢失的电脑上,①登录过 iCloud
②电脑处于联网状态
③电脑打开了 Maps 程序,获取位置信息
此时,在手机端登录 iCloud.com 网站
可以在 find my iPhone 一项中找到电脑当前的位置信息
Command + Shift + 4 截屏
Command + alt + esc 强制退出程序
Command + shift + . 显示隐藏文件