Created
September 24, 2018 06:20
-
-
Save wolframalpha/93d98fa1ea5c25fdfa66a24b65c9cb04 to your computer and use it in GitHub Desktop.
2024 jupyter interface
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # tunnel | |
| gcloud compute ssh --zone=us-east1-b --ssh-flag="-D" --ssh-flag="10001" --ssh-flag="-N" --ssh-flag="-n" "meow-2024-m" | |
| # run the cmd in another terminal session | |
| google-chrome "http://meow-2024-m:8123" \ | |
| --proxy-server="socks5://localhost:10001" \ | |
| --host-resolver-rules="MAP * 0.0.0.0 , EXCLUDE localhost" \ | |
| --user-data-dir=/tmp/ & |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment