Category Archives: macOS

制作Mac OS 10.9 U盘启动盘

1、准备工具

A. 系统镜像文件 OS X Mavericks 10.9_BMAS.dmg
B. 8G以上U盘

2、U盘分区

A. 插入U盘,打开“磁盘工具”;
B. 选择U盘,如图步骤“1”;
C. 点击“分区”,如图步骤“2”;
D. 分区布局选择“1个分区”;
E. 分区信息,名称自定义,如“OS”,模式默认“Mac OS扩展(日志式)”即可;
F. 点击选项,选择默认“GUID分区表”即可,应用;[……]

继续阅读

Unable to negotiate with x.x.x.x port 22: no matching host key type found. Their offer: ssh-dss

1、操作系统:macOS Sierra

2、打开终端进行ssh连接的时候报如题所示错误信息

1
2
SianMac:~ Sian$ ssh root@192.168.128.252
Unable to negotiate with 192.168.128.252 port 22: no matching[......]<p class="read-more"><a href="https://www.yusian.com/blog/extend/2016/11/18/205716828.html">继续阅读</a></p>

MAC OS X 安装安卓开发环境(Android Studio)

1、Android IDE官方下载地址:https://developer.android.com/studio/index.html

2、下载安装后第一次启动需要初始化,下载一些组件及SDK之类的,但国内由于长城防火墙的限制,无法下拉更新或下载相关组件,开发工具会弹出一个设置代理的页面,我们可以[……]

继续阅读