linuxbox/README.md

691 B

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 (client side)

  • Log in via SSH (or open desktop terminal)
  • Install git
sudo apt update && sudo apt -y install curl git
  • Install code_server
curl https://git.cmtec.se/cm/code_server/-/raw/main/update_wrapper.sh?ref_type=heads | bash -s 
  • exit session
  • Log in via SSH (or open desktop terminal)