Linux socks5 proxy server

- The SOCKS proxy port ; this must be the same port you used when starting the proxy.
-
- The profile ; this example creates a new profile.
This create a new profile and launches a new instance of Chrome that does not conflict with any currently running Chrome instance.
Linux/usr/bin/google-chrome \
-user-data-dir="$HOME/chrome-with-proxy" \
-proxy-server="socks5://localhost:1080"
Mac OS X
"/Applications/Google Chrome.app/Contents/MacOS/Google Chrome" \
-user-data-dir="$HOME/chrome-with-proxy" \
-proxy-server="socks5://localhost:1080"
Microsoft Windows
"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" ^
-user-data-dir="%USERPROFILE%\chrome-with-proxy" ^
-proxy-server="socks5://localhost:1080"
In this Chrome session, you can connect to any Cloudera Director–accessible host using the private IP address or internal FQDN. For example, if you proxy to the Cloudera Director server,
you can connect to Cloudera Director as if it were local by entering localhost:7189 in the Chrome URL bar.
Source: tiny.cloudera.com
Related posts: