Advertisement
epicminer

Untitled

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