Subscribe It Develop With Nitin
Subscribe It Develop With Nitin
SUBSCRIBE IT
Develop with Nitin
#https://www.youtube.com/c/DevelopWithNitin
==============================================================================
====================================================
from time import sleep
for i in range(500):
sleep(59)
print("hello")
sleep(1)
==============================================================================
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
==============================================================================
ctrl+X
Y
==============================================================================
Thank you
==============================================================================