
macOX
i逆天耗子丶
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
About bash_profile and bashrc on macOS
Note: bash_profile is completely different from configuration profiles. Learn more about Configuration Profiles in my book: ‘Property Lists, Preferences and Profiles for Apple Administrators’Note: ple...转载 2018-04-04 14:59:54 · 542 阅读 · 0 评论 -
macOS上显示隐藏文件
较新版本的mac系统直接使用快捷键 Command-Shift-. 较旧版本的mac系统在terminal中执行以下命令 $ defaults write com.apple.Finder AppleShowAllFiles true $ killall Finder 把true 改为false 可以再次隐藏...原创 2018-04-04 15:55:27 · 2767 阅读 · 0 评论