4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
page 1 / 1
10 results tagged proxy x
  • thumbnail
    GitHub - pottava/aws-s3-proxy: Reverse proxy for AWS S3 with basic authentication.
    2022年8月4日 GMT+2 上午9:40:28 - permalink - archive.org - https://github.com/pottava/aws-s3-proxy
    browser proxy s3
  • Traefik

    /me découvre

    via itweb

    2018年12月18日 GMT+1 下午4:56:59 - permalink - archive.org - https://docs.traefik.io/
    docker proxy reverse
  • thumbnail
    How to Configure Symfony to Work behind a Load Balancer or a Reverse Proxy (current)
    2017年8月30日 GMT+2 上午11:23:47 - permalink - archive.org - http://symfony.com/doc/current/request/load_balancer_reverse_proxy.html
    header lb proxy symfony
  • thumbnail
    GitHub - jwilder/nginx-proxy: Automated nginx proxy for Docker containers using docker-gen
    2016年12月13日 GMT+1 上午11:59:16 - permalink - archive.org - https://github.com/jwilder/nginx-proxy
    docker nginx proxy
  • mod_proxy - Serveur Apache HTTP Version 2.2

    Un peu tordu.. Pour spécifier à Apache d'utiliser un proxy pour atteindre certaines URL

    2016年7月4日 GMT+2 下午3:24:13 - permalink - archive.org - http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#proxyremote
    apache proxy
  • Using netcat to build a simple TCP proxy in Linux - Notes - Tweakblogs - Tweakers

    Un reverse proxy basique avec netcat :)

    2014年6月25日 GMT+2 上午11:34:13 - permalink - archive.org - http://notes.tweakblogs.net/blog/7955/using-netcat-to-build-a-simple-tcp-proxy-in-linux.html
    netcat proxy
  • ssh config file : proxy

    Pour utiliser machinerebond pour accéder aux *.vm automatiquement :

    $ cat .ssh/config
    Host=machinerebond
    Hostname=machinerebond.fqdn.com
    User=root

    Host=*.distant
    User=root
    ProxyCommand=ssh -W %h:22 machinerebond

    Alternative :
    D'abord se co sur la machine rebond avec un -A pour ramener sa key dans l'agent distant
    Ensuite on peut se co sur les autres machines, mais plus long.

    Autres directives possibles :
    ServerAliveInterval 30
    ServerAliveCountMax 120

    Port 22000
    User fooey
    IdentityFile ~/.ssh/github.key
    LocalForward 9906 127.0.0.1:3306
    more : http://www.openbsd.org/cgi-bin/man.cgi?query=ssh_config&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=i386&format=html

    2013年10月10日 GMT+2 上午11:36:42 - permalink - archive.org - https://links.infomee.fr/?0hyAJQ
    config memo proxy ssh
  • ConfigExamples - Squid Web Proxy Wiki
    2013年4月2日 GMT+2 上午10:47:57 - permalink - archive.org - http://wiki.squid-cache.org/ConfigExamples#Current_configuration_examples
    proxy squid
  • How Socks 5 Works
    2013年4月1日 GMT+2 下午6:01:20 - permalink - archive.org - http://samsclass.info/122/proj/how-socks5-works.html
    proxy socks socks5
  • [LINUX] Using Any Program over SSH proxy | Open Source Club at Ohio State University

    Ok the title may need some work but I am really excited that I found a way to make virtually any application to run over a SSH proxy without having to directly have support for the SOCKS protocol.

    The first thing you need to do is go to SourceForge and download an application call proxychains. If you are using a debian based distribution, particularly Ubuntu you can simple use
    sudo apt-get install proxychains

    Once you have installed proxychains you need to connect via SSH to your SSH serve. You can use something like this:
    ssh -fqND 5555 yanovich@10.28.183.40

    This creates a connection to your ssh server and lets it run in the background. The 5555 is the port number it will run on the local level (the computer you can running proxychains from).

    Next you need to edit /etc/proxychainds.conf (you'll need sudo permission to do this).

    Uncomment "dynamic_chain" (by removing the # at the beginning of the line)
    comment out "strict_chain" by adding a # to the beginning of the line.
    Uncomment "quiet_mode" (This is not recommended the first time you do this. I would recommend doing this the second through once you are familiar with this and can see it is working).
    Add "socks5 127.0.0.1 5555" on a new line at the bottom of the file.
    Save

    Now run the program you want to have applied this settings towards. For my situation I wanted to be able to use Opera Web Browser over SSH proxy but Opera doesn't have built-in SOCKS support.
    $ proxychains opera

    That line of code in the terminal will launch the Opera Browser and direct all traffic through the SSH proxy.

    The above is recommended to be used for applications that do not natively support SOCKS. I would recommend doing the above in addition to apply a system wide setting (for Ubuntu you can do this through System > Preference > Network Proxy).

    2013年1月28日 GMT+1 上午9:45:58 - permalink - archive.org - http://opensource.osu.edu/node/122
    linux proxy
Links per page: 20 50 100
page 1 / 1
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation