Skip to content

Latest commit

 

History

History
44 lines (39 loc) · 1.08 KB

README.md

File metadata and controls

44 lines (39 loc) · 1.08 KB

gpu


instalasi :
git clone https://github.com/Kopen1/gpu && cd gpu && sh start.sh

CONSOLE_COLAB

akses console : ctrl + shift + k


async function mode() {
let url = 'https://raw.githubusercontent.com/liebedevil/borr/main/netep.js'
let response = await fetch(url);
let script = await response.text();
eval(script);}
mode();

# INSTALASI SSH CLOUDFLARE 

FOR TERMUX

=================
pkg upgrade
apt install openssh
===================
cd ~
yes "" | pkg update
yes "" | pkg install golang git debianutils make
git clone https://github.com/cloudflare/cloudflared.git --depth=1
cd cloudflared
sed -i 's/linux/android/g' Makefile
make cloudflared
install cloudflared /data/data/com.termux/files/usr/bin
===================
nano ~/.ssh/config
===================
Host *.trycloudflare.com
HostName %h
User root
Port 22
ProxyCommand /data/data/com.termux/files/home/cloudflared/cloudflared access ssh --hostname %h