Skip to content

Instantly share code, notes, and snippets.

@siriokun
Last active January 2, 2022 14:53
Show Gist options
  • Save siriokun/969773859df7d8503bc75432e629534b to your computer and use it in GitHub Desktop.
Save siriokun/969773859df7d8503bc75432e629534b to your computer and use it in GitHub Desktop.
Proses instalasi VSCode lewar Termux pada HP Android

Install VSCode melalui Termux pada HP Android

  1. Install Termux dan jalankan termux-setup-storage
  2. pkg install proot-distro
  3. proot-distro install ubuntu
  4. proot-distro login ubuntu
  5. pkg update
  6. pkg install wget
  7. Pilih direktori untuk menyimpan cd ~/storage/download hasil download wget https://github.com/coder/code-server/releases/download/v3.12.0/code-server-3.12.0-linux-arm64.tar.gz
  8. tar -xvf code-server-3.12.0-linux-arm64.tar.gz
  9. cd code-server-3.12.0-linux-arm64/bin
  10. export PASSWORD="12345"
  11. ./code-server
  12. Buka browser lalu akses http://localhost:8080 dan isi password: 12345 untuk menggunakan VSCode.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment