学习链接
VM17pro密钥:MC60H-DWHD5-H80U9-6V85M-8280D
国密:
https://www.gmssl.cn/gmssl/index.jsp
https://blog.csdn.net/weixin_44288604/article/details/135220041
SSH缓慢:
# vi /etc/ssh/sshd_config
修改如下内容:
GSSAPIAuthentication no # 关闭认证接口
UseDNS no # 关闭DNS解析功能
按:wq保存退出,重启sshd服务
SSH连接超时:
# vi /etc/ssh/sshd_config
修改内容如下:
ClientAliveInterval 60
ClientAliveCountMax 5
按:wq保存退出,重启sshd服务
Chrome浏览器离线安装包下载方式:
Chrome 官网:https://www.google.cn/chrome/
地址参数:
- ?standalone=1 代表离线安装包
- ?platform=win 32位win
- ?platform=mac mac版本

浙公网安备 33010602011771号