Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- !sudo apt install ufw
- !sudo ufw allow 8888
- !git clone https://github.com/epic-miner/fooocus.git
- !wget https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64 -O cloudflared
- !chmod +x cloudflared
- !sudo mv cloudflared /usr/local/bin/
- !cloudflared tunnel --url localhost:8888 & jupyter notebook --allow-root --NotebookApp.token='' --NotebookApp.password='' --port=8888
- cloudflared tunnel --url localhost:7865
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement