2023-05-28 14:55:21 +02:00
2023-05-27 17:59:20 +02:00
2023-05-25 21:35:09 +00:00
2023-05-26 05:29:09 +00:00
2023-05-27 03:12:25 +02:00
2023-05-28 13:47:38 +02:00

code_server

Config VM

  • 2GB RAM
  • 16GB vDisk

Install VM (in hypervisor)

  • Ubuntu server 22.04
  • Minimal installation
  • Install openssh server

Install (in SSH)

  • Log in via SSH
  • Install git
sudo apt update
sudo apt install git
  • Clone this repo
cd ~
git clone https://git.cmtec.se/cm/code_server.git
  • Run setup script
cd code_server
./setup.sh
  • exit session
  • Log in via SSH
Description
No description provided
Readme 2 MiB
Languages
Shell 62.4%
Lua 16.4%
Python 14.9%
CSS 6.3%