Advertisement
epicminer

foocus colab cloudflare

Jul 26th, 2024 (edited)
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | Cybersecurity | 0 0
  1. !sudo apt install ufw
  2. !sudo ufw allow 8888
  3. !git clone https://github.com/epic-miner/fooocus.git
  4. !wget https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64 -O cloudflared
  5. !chmod +x cloudflared
  6. !sudo mv cloudflared /usr/local/bin/
  7. !cloudflared tunnel --url localhost:8888 & jupyter notebook --allow-root --NotebookApp.token='' --NotebookApp.password='' --port=8888
  8.  
  9.  
  10.  
  11.  
  12. cloudflared tunnel --url localhost:7865
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement