Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 337 Bytes

tips.md

File metadata and controls

16 lines (14 loc) · 337 Bytes

ssh

  • open background ssh tunneling
$ ssh -fND 8080 target.server
  • ssh port forwarding to localhost
$ ssh -fNL 8080:localhost:8080 your_account@remote_host.com

chrome

  • scale 2x and using tunneling server
$ chromium-browser --force-device-scale-factor=2 --proxy-server=socks://localhost:8080