下载地址
https://github.com/cdr/code-server/releases

解压
解压:tar -zxvf code-server2.1692-vsc1.39.2-linux-x86_64.tar.gz
mv code-server2.1692-vsc1.39.2-linux-x86_64 ../code-server

使用
启动:./code-server,如下:

VSCode在线工具使用

后台启动:nohup ./code-server &

修改端口和默认密码:export PASSWORD=123456,再启动code-server:./code-server --auth password --port 9910

访问:http://192.168.0.200:8080/login,输入密码接口登录。

查看进程
ps -ef | grep code-server

相关文章:

  • 2022-12-23
  • 2021-11-21
  • 2022-02-08
猜你喜欢
  • 2021-07-22
  • 2021-08-03
  • 2021-11-22
  • 2021-09-06
  • 2021-06-07
  • 2021-09-06
  • 2022-01-05
相关资源
相似解决方案