-
Notifications
You must be signed in to change notification settings - Fork 5
VSCODE (da finire)
Giancky79 edited this page May 1, 2021
·
1 revision
Info lxc:
-
Debian 10
-
Non privilegiato
Features da attivare:
-
Nessuna
Comandi per installazione:
-
apt update -y && apt upgrade -y && reboot
-
apt install curl
-
curl -fsSL https://code-server.dev/install.sh | sh
Configurazione tipo:
-
nano ~/.config/code-server/config.yaml
bind-addr: ip:8080 auth: password password: #mettere password cert: false
Per avviare automaticamente
-
systemctl enable --now code-server@$USER