Skip to content

Instantly share code, notes, and snippets.

@SilentJungle399
Last active April 9, 2023 12:08
Show Gist options
  • Save SilentJungle399/e00dceaad960137f9721eb8b54ea2468 to your computer and use it in GitHub Desktop.
Save SilentJungle399/e00dceaad960137f9721eb8b54ea2468 to your computer and use it in GitHub Desktop.
Run an instance of Visual Studio Code on any cloud platform
if [[ ! -d code-server-3.9.3-linux-amd64 ]]
then
wget https://github.com/cdr/code-server/releases/download/v3.9.3/code-server-3.9.3-linux-amd64.tar.gz
tar xvzf code-server-3.9.3-linux-amd64.tar.gz
fi
cd code-server-3.9.3-linux-amd64/bin
# ./code-server --install-extension extension.id
./code-server --bind-addr 0.0.0.0:8080 --auth password
@CTK-WARRIOR
Copy link

bewafa tera masoom chehra

@SilentJungle399
Copy link
Author

bewafa tera masoom chehra

@CTK-WARRIOR
Copy link

Hum to Lut gaya :C

@A-cute-blob
Copy link

Lol . Meh has has ke maar jaunga

@AmoghNS
Copy link

AmoghNS commented Apr 20, 2021

yaar photoshop bhi banadalo

@CTK-WARRIOR
Copy link

why not Just run Cyberpunk on repl.

@satyammpandeyy
Copy link

Replit Be like Scam 1992

@viveksh1
Copy link

Replit Be like Scam 1992

@sp-sketch How?

@ismailaydinlik
Copy link

31

@CTK-WARRIOR
Copy link

69

@viveksh1
Copy link

123

@CTK-WARRIOR
Copy link

Marry Christmas

@satyammpandeyy
Copy link

69

@Atharv-Pathak-14
Copy link

Bahi aap bhi India se ho ...... Muje pata nhi tha

@satyammpandeyy
Copy link

Bahi aap bhi India se ho ...... Muje pata nhi tha

:-)

@AR-Student824
Copy link

Hey, no longer seems to work. It just says that the password is incorrect, and I cannot seem to find out where I could modify this value so that it works. Any help is appreciated!

@Atharv-Pathak-14
Copy link

Atharv-Pathak-14 commented Jul 27, 2021

then
    wget https://github.com/cdr/code-server/releases/download/v3.9.3/code-server-3.9.3-linux-amd64.tar.gz
    tar xvzf code-server-3.9.3-linux-amd64.tar.gz
fi

cd code-server-3.9.3-linux-amd64/bin

# ./code-server --install-extension extension.id

./code-server --bind-addr 0.0.0.0:8080 --auth none ```




Run this it will work 

@SilentJungle399
Copy link
Author

Hey, no longer seems to work. It just says that the password is incorrect, and I cannot seem to find out where I could modify this value so that it works. Any help is appreciated!

You need to create a PASSWORD environment variable and set it to your password.

@Iamafnan
Copy link

bewafa tera masoom chehra

😂😂 Waah bhai waah
Mai teri hi video dekh ke yaha aaya hu

@Iamafnan
Copy link

Marry Christmas

May mein kabse Christmas hone lag gayi 😂😂 Waah😂

@CTK-WARRIOR
Copy link

Saste nashe bro

@SilentJungle399
Copy link
Author

Saste nashe bro

@Rishiraj0100
Copy link

bewafa tera masoom chehra

Lol

@Aditya5256
Copy link

image_search_1631340021828

@marfpss
Copy link

marfpss commented Oct 16, 2021

save no

Copy link

ghost commented Apr 25, 2022

idk

@CodedHuman
Copy link

Does not work as of 2022:

main.sh: line 3: wget: command not found

gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error is not recoverable: exiting now
main.sh: line 7: cd: code-server-3.9.3-linux-amd64/bin: No such file or directory
main.sh: line 11: ./code-server: No such file or directory

@min-khant-saw
Copy link

Does not work as of 2022:

main.sh: line 3: wget: command not found

gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error is not recoverable: exiting now
main.sh: line 7: cd: code-server-3.9.3-linux-amd64/bin: No such file or directory
main.sh: line 11: ./code-server: No such file or directory

Yeah Me too Bro :)

@munishkhatri720
Copy link

main.sh: line 3: wget: command not found

gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error is not recoverable: exiting now
main.sh: line 7: cd: code-server-3.9.3-linux-amd64/bin: No such file or directory
main.sh: line 11: ./code-server: No such file or directory

to solve this error first go in repl shell and type wget to add wget in nix enviroment

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