Advertisement
epicminer

Untitled

Mar 28th, 2024 (edited)
3,195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.30 KB | None | 0 0
  1. !python3 -m pip install notebook
  2. !wget https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64 -O cloudflared
  3. !chmod +x cloudflared
  4. !sudo mv cloudflared /usr/local/bin/
  5. !cloudflared tunnel --url localhost:8888 & python3 -m notebook --allow-root
  6.  
  7.  
  8.  
  9. while True:pass
  10.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement