Google Search Within opentiss.uk

2022-09-28

Two commands socks 5 proxy with ssh run Chrome in MacOS

I now learn React. There are install React Developer Tools extension notification when debug development version app. But I can't connect to Chrome webstore extensions as everyone knows Network block.

Fortunately I have VPS with ssh login permission. So based socks5 proxy with ssh and chrome in osx. I use below commands connect to Internet once and add the extension to Chrome.
ssh -D 22927 -f -C -q -N user@remote -p 2222
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --proxy-server="socks5://localhost:22927"
Very simply, bless for similar you like me.

没有评论: