4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
    Type 1 or more characters for results.
    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.
      August 4, 2022 at 9:40:28 AM GMT+2 - permalink - archive.org - https://github.com/pottava/aws-s3-proxy
      browser proxy s3
    • Traefik

      /me découvre

      via itweb

      December 18, 2018 at 4:56:59 PM GMT+1 - 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)
      August 30, 2017 at 11:23:47 AM GMT+2 - 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
      December 13, 2016 at 11:59:16 AM GMT+1 - 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

      July 4, 2016 at 3:24:13 PM GMT+2 - 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 :)

      June 25, 2014 at 11:34:13 AM GMT+2 - 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

      October 10, 2013 at 11:36:42 AM GMT+2 - permalink - archive.org - https://links.infomee.fr/?0hyAJQ
      config memo proxy ssh
    • ConfigExamples - Squid Web Proxy Wiki
      April 2, 2013 at 10:47:57 AM GMT+2 - permalink - archive.org - http://wiki.squid-cache.org/ConfigExamples#Current_configuration_examples
      proxy squid
    • How Socks 5 Works
      April 1, 2013 at 6:01:20 PM GMT+2 - 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).

      January 28, 2013 at 9:45:58 AM GMT+1 - 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