@yuanzhimeng
2022-02-24T17:02:48.000000Z
字数 2710
阅读 379
Mac
新手挑战黑苹果-超详细的OpenCore黑苹果安装教程
https://www.bilibili.com/video/BV18V41187JZ
黑苹果系列教程三:主板Bios设置
https://www.bilibili.com/video/BV1Gy4y1j7KL
OC 下载地址
https://github.com/acidanthera/OpenCorePkg/releases
OC 配置编辑工具 下载地址
https://github.com/ic005k/OCAuxiliaryTools/releases
OC配置验证工具
https://opencore.slowgeek.com/
OC内核介绍文档
https://dortania.github.io/OpenCore-Install-Guide/ktext.html
OC配置参数介绍文档
https://dortania.github.io/OpenCore-Install-Guide/config.plist/coffee-lake.html#starting-point
国内加速安装
完整版
/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"
精简版
/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)" speed
注: 安装 Homebrew 需要 Git, 系统会自己安装
使用加速镜像安装
wget https://ghproxy.com/https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh
chmod +x ./install.sh
sed -i "s?https://github.com?https://ghproxy.com/https://github.com?g" ./install.sh
sh ./install.sh
rm ./install.sh
如果遇到 文件目录权限导致的安全问题(注意终端警告信息), 解决方法
compaudit | xargs chmod g-w,o-w
https://im.qq.com/macqq/index.shtml
https://pages.tmall.com/wow/qnww/act/index
https://www.google.cn/intl/zh-CN/chrome/
https://www.mozilla.org/zh-CN/firefox/new/
推荐扩展
MPV 免费
下载地址 https://mpv.io/installation/
VLC 免费
下载地址 https://www.videolan.org/
免费 跨平台 多线程下载 浏览器扩展
下载地址 https://www.freedownloadmanager.org/zh/
收费 破解
下载地址 https://macwk.com/soft/downie
免费 会员 限速
免费10GB空间 网页下载 不限速 会员
免费 2T+ 空间 网页下载 限速 会员
做任务获取空间 不限速 通过插件实现网页下载
免费 注册 限速 多设备收费
免费 不限速
https://www.todesk.com/download.html
配置命令
ln -s "/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" /usr/local/bin/subl
Sublime Text 个人配置
{
"font_size": 20, // 设置编辑区域字体大小
"translate_tabs_to_spaces": true, // 将 tab 转换为 空格
"tab_size": 4, // 设置 Tab 长度为 四个空格
"line_padding_top": 3, // 设置行顶部距离
"line_padding_bottom": 3, // 设置行底部距离
"save_on_focus_lost": true, // 自动保存
"show_encoding": true, // 显示文件编码
"preview_on_click": "only_left",
"trim_trailing_white_space_on_save": "not_on_caret", // 保存时,删除多余空白
}
JetBrain 激活码日更 https://idea.medeming.com/idea/
https://formulae.brew.sh/formula/mysql#default
brew install mysql
启动 MySQL
brew services start mysql
连接 MySQL
mysql -u root
参考文章 How to setup ADB on macOS
通过 数据线 或者 Wifi 连接安卓手机
brew install scrcpy