Changes between Version 4 and Version 5 of Webdev/Archive/www.clarin.eu


Ignore:
Timestamp:
10/09/15 13:01:05 (9 years ago)
Author:
Sander Maijers
Comment:

Formatting fix

Legend:

Unmodified
Added
Removed
Modified
  • Webdev/Archive/www.clarin.eu

    v4 v5  
    3434}}}
    3535
    36 Start an ssh connection, e.g. issue:
    37 {{
    38 ssh vz07-clarin-eu
    39 }}
    40 You now have a SOCKS proxy running that listens on the loopback network interface (localhost), which passes incoming TCP connections on to vz07-clarin-eu.im.hum.uu.nl. Next, set up a web browser that passes all HTTP requests through this proxy (address: localhost, port: 1080):
     36Start an SSH connection to vz07-clarin-eu, e.g. given the above configuration, issue {{ssh vz07-clarin-eu}}. You now have a SOCKS proxy running that listens on the loopback network interface (localhost), which passes incoming TCP connections on to vz07-clarin-eu.im.hum.uu.nl. Next, set up a web browser that passes all HTTP requests through this proxy (address: localhost, port: 1080):
    4137  * [https://www.chromium.org/developers/design-documents/network-stack/socks-proxy Chrome].
    4238  * [https://support.mozilla.org/en-US/kb/advanced-panel-settings-in-firefox#w_network-tab Firefox].