16 lines
No EOL
411 B
Bash
16 lines
No EOL
411 B
Bash
sudo squid -N & chromium-browser \
|
|
--disable-background-networking \
|
|
--disable-default-apps \
|
|
--disable-extensions \
|
|
--disable-gpu \
|
|
--disable-sync \
|
|
--disable-translate \
|
|
--headless \
|
|
--hide-scrollbars \
|
|
--metrics-recording-only \
|
|
--mute-audio \
|
|
--no-first-run \
|
|
--no-sandbox \
|
|
--remote-debugging-address=0.0.0.0 \
|
|
--remote-debugging-port=9222 \
|
|
--safebrowsing-disable-auto-update |