forked from x/icebergs
16 lines
438 B
Plaintext
16 lines
438 B
Plaintext
chapter "codeserver"
|
|
refer `
|
|
https://coder.com/
|
|
https://github.com/coder/code-server/
|
|
https://github.com/microsoft/vscode
|
|
https://code.visualstudio.com/
|
|
https://geek-docs.com/vscode/vscode-tutorials/what-is-vscode.html
|
|
`
|
|
|
|
spark shell `
|
|
wget https://github.com/coder/code-server/releases/download/v4.4.0/code-server-4.4.0-linux-amd64.tar.gz
|
|
tar xvf code-server-4.4.0-linux-amd64.tar.gz
|
|
cd code-server-4.4.0-linux-amd64
|
|
./bin/code-server
|
|
`
|