摘要:
把~/.bashrc当中的内容改为 export https_proxy="http://XXX.XXX.XXX.XXX:ABCD" export http_proxy="http://XXX.XXX.XXX.XXX:ABCD" (都是HTTP) 阅读全文
摘要:
创建用户 useradd -m username passwd username 修改.bashrc 配置代理等 生成特定文件 sudo -i chgrp -R XXX chown -R XXX 阅读全文
摘要:
手动安装 d045a5eda657f4d7b676dedbfa7aab8207f8a075 这样的版本号通过这种方式获得 本地打开VSCode Help->About->Copy mkdir -p ~/.vscode-server/bin cd ~/.vscode-server/ wget http 阅读全文