Skip to content

Instantly share code, notes, and snippets.

@rajivmehtaflex
Last active October 9, 2024 09:19
Show Gist options
  • Save rajivmehtaflex/aa9975e92049d2bfa62264eee4397fe9 to your computer and use it in GitHub Desktop.
Save rajivmehtaflex/aa9975e92049d2bfa62264eee4397fe9 to your computer and use it in GitHub Desktop.
Remote-Tunneling setup for vscode server
apt update && apt dist-upgrade -y && apt install curl htop neofetch git watch wget nano tmux tree jq -y
curl -Lk 'https://code.visualstudio.com/sha/download?build=stable&os=cli-alpine-x64' --output vscode_cli.tar.gz
tar -xf vscode_cli.tar.gz
chmod +x code
sudo apt update && sudo apt dist-upgrade -y && sudo apt install curl htop neofetch git watch wget nano tmux jq tree -y
curl -Lk 'https://code.visualstudio.com/sha/download?build=stable&os=cli-alpine-x64' --output vscode_cli.tar.gz
tar -xf vscode_cli.tar.gz
chmod +x code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment