打造最丝滑的 vscode
Remote-SSH: 我的开发环境: https://zhuanlan.zhihu.com/p/117494501
ssh连接所生成的known_hosts出现的问题: https://blog.csdn.net/polaris_119/article/details/103371710
SSH 免密登录是怎么玩儿的?:https://zhuanlan.zhihu.com/p/28423720
vscode 连接服务器
在服务器上写代码: /posts/49174.html
环境安装
Git
安装高版本的Git
/* 如果是 CentOS 7 系统就安装下面两个之一吧 */
yum install http://opensource.wandisco.com/centos/7/git/x86_64/wandisco-git-release-7-1.noarch.rpm -y
yum install http://opensource.wandisco.com/centos/7/git/x86_64/wandisco-git-release-7-2.noarch.rpm -y
更新
yum update git -y
Node
通过 nvm 安装 node 环境
Python
centos 安装 mwget,替换 wget,提升下载速度