2024-09-28 15:14:34 +02:00
2024-03-03 22:58:59 +01:00
2023-06-11 21:31:37 +02:00
2024-04-13 14:15:32 +02:00
2023-06-06 17:28:22 +02:00
2024-04-13 21:30:40 +02:00
2024-04-13 14:59:12 +02:00
2023-07-08 23:02:56 +02:00
2024-09-23 16:24:03 +02:00
2023-05-29 13:30:08 +00:00
2024-09-21 21:07:24 +02:00
2024-09-30 07:44:01 +02:00
2024-09-27 14:51:52 +02:00
2024-09-26 09:37:50 +02:00
2024-09-28 15:40:19 +02:00

code_server

If Win11 is used as main terminal/client then pleas configure following:

  • Windows Terminal (Preview)
  • Font: CodeNewRoman Nerd Font

Set up VM containing SSH code server

Configure new VM with following resources:

  • 2GB RAM
  • 16GB vDisk
  • Ubuntu server 22.04 boot iso

Install VM (in hypervisor)

  • Minimal installation
  • Install openssh server

Install (in SSH)

  • Log in via SSH
  • Install git
sudo apt update && sudo apt -y 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%