Skip to content

Instantly share code, notes, and snippets.

@LinuxlinkedBD
Created June 7, 2021 19:23
Show Gist options
  • Save LinuxlinkedBD/f8de25cacb4f7116a1bd41d45202ab25 to your computer and use it in GitHub Desktop.
Save LinuxlinkedBD/f8de25cacb4f7116a1bd41d45202ab25 to your computer and use it in GitHub Desktop.
How to install and configure code-server
If you need complete code-server setup, ping me on below contacts:
Telegram: linuxlinked
email: linuxlinked@gmail.com
WhatsApp: +8801720903155
Skype:live:.cid.c0dc316b9d727d5e
YouTube: https://youtu.be/Yp1WxUaqZ4g
########################################################################################################################################
#!/bin/bash
sudo apt-get update
sudo apt update
sudo apt-get install software-properties-common
sudo apt update
sudo add-apt-repository ppa:git-core/ppa
sudo apt update
sudo apt -y install git
sudo apt update
sudo apt upgrade -y
sudo systemctl enable --now code-server@$USER
#Now visit http://127.0.0.1:8080
@LinuxlinkedBD
Copy link
Author

Screenshot from 2021-06-07 23-16-37
Screenshot from 2021-06-07 23-17-45
Screenshot from 2021-06-07 23-18-26
Screenshot from 2021-06-07 23-18-50
Screenshot from 2021-06-07 23-56-04

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment