Mercurial > index.cgi > dotfiles
comparison .bash_aliases @ 196:1d13f4ed76f5
Quiet the output from chrome
author | Steve Huston <huston@srhuston.net> |
---|---|
date | Wed, 30 Sep 2020 10:47:23 -0400 |
parents | e04f955ab31c |
children | 954d25f20123 |
comparison
equal
deleted
inserted
replaced
195:e04f955ab31c | 196:1d13f4ed76f5 |
---|---|
90 PROXY_PORT=${PROXY_PORT:-8888} | 90 PROXY_PORT=${PROXY_PORT:-8888} |
91 ssh -D $PROXY_PORT -f -C -q $PROXY_HOST 'sleep 15' | 91 ssh -D $PROXY_PORT -f -C -q $PROXY_HOST 'sleep 15' |
92 /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome \ | 92 /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome \ |
93 --proxy-server="socks5://127.0.0.1:$PROXY_PORT" \ | 93 --proxy-server="socks5://127.0.0.1:$PROXY_PORT" \ |
94 --host-resolver-rules="MAP * 0.0.0.0 , EXCLUDE localhost" \ | 94 --host-resolver-rules="MAP * 0.0.0.0 , EXCLUDE localhost" \ |
95 --user-data-dir="/Users/huston/Library/Application Support/Google/Chrome/ProxiedProfile" & | 95 --user-data-dir="/Users/huston/Library/Application Support/Google/Chrome/ProxiedProfile" > /dev/null 2>&1 & |
96 history -s ssh -O cancel -D $PROXY_PORT $PROXY_HOST | 96 history -s ssh -O cancel -D $PROXY_PORT $PROXY_HOST |
97 echo Cancel command added to history | 97 echo Cancel command added to history |
98 } | 98 } |
99 | 99 |
100 # Remote desktop/VNC | 100 # Remote desktop/VNC |