随笔分类 -  Macbook

摘要:1.安装homebrew 参考:https://brew.idayer.com/guide/m1/ 如果出现:fatal: Could not resolve HEAD to a revision,说明git没有设置好,通过brew --version查看是不是没有设置好git,可以执行以下命令修复 阅读全文
posted @ 2017-06-01 17:52 Shiyu_Huang 阅读(251) 评论(0) 推荐(0) 编辑
摘要:Mac上制作Ubuntu USB启动盘 一、下载ubuntu iso镜像 二、将iso转换为img文件 $ hdiutil convert -format UDRW -o /path/to/generate/img/file /path/to/your/iso/file 该命令会生成一个.img的磁 阅读全文
posted @ 2016-12-18 12:31 Shiyu_Huang 阅读(801) 评论(0) 推荐(0) 编辑
摘要:defaults write com.apple.finder AppleShowAllFiles Yes && killall Finder //显示隐藏文件 defaults write com.apple.finder AppleShowAllFiles No && killall Finde 阅读全文
posted @ 2016-11-15 10:06 Shiyu_Huang 阅读(298) 评论(0) 推荐(0) 编辑
摘要:添加到~/.zshrc里面 阅读全文
posted @ 2016-09-22 19:23 Shiyu_Huang 阅读(209) 评论(0) 推荐(0) 编辑
摘要:终端里输入:defaults write com.apple.finder _FXShowPosixPathInTitle -bool TRUE;killall Finder 回复输入:defaults delete com.apple.finder _FXShowPosixPathInTitle; 阅读全文
posted @ 2016-08-16 22:31 Shiyu_Huang 阅读(1161) 评论(0) 推荐(0) 编辑
摘要:link:http://www.mobileway.net/2015/02/14/install-opencv-for-python-on-mac-os-x/ 阅读全文
posted @ 2016-08-12 11:56 Shiyu_Huang 阅读(370) 评论(0) 推荐(0) 编辑
摘要:1. brew install python 2.If you don't have ~/.bash_profile, add ~/.bash_profile by touch ~/.bash_profile 3.Add below text to ~/.bash_profile # Homebre 阅读全文
posted @ 2016-08-12 11:54 Shiyu_Huang 阅读(4539) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示