Les Partages de Memiks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
14 results tagged proxy  ✕
14.04 - Proxy does not work using sudo - Ask Ubuntu https://askubuntu.com/questions/530547/proxy-does-not-work-using-sudo
Tue Jun 25 18:15:19 2019 archive.org
QRCode
thumbnail

In case anybody wonders:

The issue here, is that when sudoing, a newenvironment is loaded, meaning that http_proxy is no longer set.

To resolve this issue you can add Defaults env_keep += "http_proxy https_proxy" to your /etc/sudoers file in order to keep those variables when switching to the secure path.

Reference: https://help.ubuntu.com/community/EnvironmentVariables

sudo proxy issue
GitHub - genotrance/px: An HTTP proxy server to automatically authenticate through an NTLM proxy https://github.com/genotrance/px
Tue Apr 30 16:53:26 2019 archive.org
QRCode
thumbnail

Une alternative à CNTLM sous windows

J'ai "juste" eu à taper :



pour le faire marcher pour mon proxy d'entreprise oO

Merci ! (il utilise les crédentials Windows et le PAC des options internet par défaut)
cntlm px alternative windows proxy
How can I password-protect applications behind mod_proxy in Apache? - Stack Overflow https://stackoverflow.com/questions/23565693/how-can-i-password-protect-applications-behind-mod-proxy-in-apache
Tue Nov 21 07:29:48 2017 archive.org
QRCode
thumbnail

You can do this within the directive

Example:

ProxyPass /mytomcatapp http://localhost:8080/app1

<Location /mytomcatapp>
AuthType Basic
AuthName "Wrapper auth"
AuthBasicProvider file
AuthUserFile "/path/to/users.htpasswd"
Require valid-user

This will give you HTTP Basic Auth when hitting yoursite.com/mytomcatapp

apache proxy password
Spacemacs: Emacs advanced Kit focused on Evil http://spacemacs.org/
Thu Aug 24 17:44:43 2017 archive.org
QRCode
thumbnail

The best editor is neither Emacs nor Vim, it's Emacs and Vim!

voir aussi la FAQ : https://github.com/syl20bnr/spacemacs/blob/master/doc/FAQ.org

et si vous avez un proxy lançais une première fois emacs avec

emacs --insecure

emacs proxy spacemacs
Control and configure Docker with systemd | Docker Documentation https://docs.docker.com/engine/admin/systemd/#httphttps-proxy
Wed Jun 28 17:04:31 2017 archive.org
QRCode
thumbnail

Create a systemd drop-in directory for the docker service:

$ mkdir -p /etc/systemd/system/docker.service.d

Create a file called /etc/systemd/system/docker.service.d/http-proxy.conf that adds the HTTP_PROXY environment variable:

[Service]
Environment="HTTP_PROXY=http://proxy.example.com:80/"

Or, if you are behind an HTTPS proxy server, create a file called /etc/systemd/system/docker.service.d/https-proxy.conf that adds the HTTPS_PROXY environment variable:

[Service]
Environment="HTTPS_PROXY=https://proxy.example.com:443/"

If you have internal Docker registries that you need to contact without proxying you can specify them via the NO_PROXY environment variable:

Environment="HTTP_PROXY=http://proxy.example.com:80/" "NO_PROXY=localhost,127.0.0.1,docker-registry.somecorporation.com"

lush changes:

$ sudo systemctl daemon-reload

Restart Docker:

$ sudo systemctl restart docker

Verify that the configuration has been loaded:

$ systemctl show --property=Environment docker

docker proxy
manty's blog: haproxy as a very very overloaded sslh http://blog.manty.net/2014/12/haproxy-as-very-very-overloaded-sslh.html
Wed Mar 8 23:27:01 2017 archive.org
QRCode
thumbnail

frontend ft_ssl
bind 192.168.0.1:443
mode tcp
option tcplog
tcp-request inspect-delay 5s
tcp-request content accept if { req_ssl_hello_type 1 }
acl sslvpn req_ssl_sni -i vpn.example.net
use_backend bk_sslvpn if sslvpn
use_backend bk_web if { req_ssl_sni -m found }
default_backend bk_ssh

backend bk_sslvpn
mode tcp
source 0.0.0.0 usesrc clientip
server srvvpn vpnserver:1194
backend bk_web
mode tcp
source 0.0.0.0 usesrc clientip
server srvhttps webserver:443
backend bk_ssh
mode tcp
source 0.0.0.0 usesrc clientip
server srvssh sshserver:22

haproxy sslh ssd https proxy
ASSP - Anti-Spam-SMTP-Proxy http://www.thockar.com/assp-home/
Mon May 30 20:31:37 2016 archive.org
QRCode
thumbnail

Une solution anti spam à tester, peut-être en ajout à SpamAssassin ?

anti spam solution smtp proxy
VisualVM: Monitoring Remote JVM Over SSH (JMX Or Not) | Javalobby http://java.dzone.com/articles/visualvm-monitoring-remote-jvm
Mon May 11 21:45:30 2015 archive.org
QRCode
thumbnail

Comment utiliser visualVM à travers un pont SSH ?

par un proxy socks:

ssh -D 9096 user@host

ensuite tools -> options -> network -> proxy socks -> localhost:9096

visualvm ssh proxy socks java jvm jmx memory
SSH through HTTP proxy http://www.zeitoun.net/articles/ssh-through-http-proxy/start
Wed Mar 18 18:16:11 2015 archive.org
QRCode
thumbnail

Comment se connecter en SSH à un serveur en passant par un proxy ?

et bien il faut tout d'abord passer par le port 443 (voir sslh ...)

puis dans .ssh/config :

Outside of the firewall, with HTTPS proxy

Host serveur_ssh_sur_port_443
ProxyCommand connect -H proxy_host:proxy_port %h 443

Inside the firewall (do not use proxy)

Host *
ProxyCommand connect %h %p

pour utiliser git@github.com:

Host github.com
ProxyCommand=ssh serveur_ssh_sur_port_443 "/bin/nc -w1 %h %p"

et voila !

ssh proxy config
Varnish, un proxy qui vous veut du bien / GLMF-138 / GNU/Linux Magazine / Connect - Edition Diamond http://connect.ed-diamond.com/GNU-Linux-Magazine/GLMF-138/Varnish-un-proxy-qui-vous-veut-du-bien
Thu May 22 23:12:43 2014 archive.org
QRCode
thumbnail

Un bon article sur varnish et comment le configurer.

A check.

varnish proxy configuration tutoriel
noVNC http://kanaka.github.io/noVNC/
Tue May 20 17:36:58 2014 archive.org
QRCode
thumbnail

Client HTML5 pour VNC qui permet de se connecter au serveur VNC via HTML5 et websocket (ou plugin flash).
Nécessite néanmoins un proxy python pour intéragir avec les serveurs VNC.

Voir cet article aussi
http://www.lafermeduweb.net/billet/novnc-un-client-vnc-en-html5-883.html

sous licence MPL 2.0

html5 client proxy python mpl2
Comment débrider votre connexion à internet Free / SFR / Orange vers YouTube ? - Le Hollandais Volant http://lehollandaisvolant.net/index.php?mode=links&id=20130729003106
Mon Jul 29 19:54:33 2013 archive.org
QRCode
thumbnail

J'ai faillit en commander un et puis...

7.5 Pour des raisons de sécurité, l’ensemble des services IRC (à titre non-exhaustif : bots, proxy, bouncer, etc.), services de navigation anonyme (généralement appelés proxy), logiciels de visiochat tels que notamment le logiciel Camfrog doivent faire l’objet d’une inscription préalable. OVH se réservant le droit de refuser certaines inscriptions et de suspendre tout serveur sur lequel ces éléments seraient utilisés sans autorisation préalable d’OVH.

ARTICLE 8 : BANDE PASSANTE

Bande passante : le débit de données informatique exprimé en bits par seconde et déterminant la capacité d’échange entre le serveur et le réseau OVH. OVH garantit la bande passante à hauteur du débit figurant sur le site OVH pour la gamme de serveur concerné. La Bande passante n’est plus garantie dès lors que le ou les serveurs sont utilisés pour les activités suivantes : • • • • • •

  • Service d’anonymisation (proxy),
  • service de CDN ;
  • Plateforme de stockage ou d’échange de fichiers (notamment à titre non exhaustif : cyberlocker) ;
  • Plateforme de téléchargement ;
  • Service de contournement des limitations imposées par les plateformes de téléchargement (débrideurs) ;
  • Plateforme de visionnage de vidéos en ligne ;
  • Serveur(s) utilisé(s) pour le téléchargement et émission de fichiers sur les réseaux pair à pair (notamment à titre non exhaustif : seedbox)

Du coup... rien qu'avec les proxy on est hors des limites du contrat...
après il faudrait que l'on m'explique la différence entre un serveur WEB (qui fournit en TELECHARGEMENT du HTML) et un serveur de fichier (en HTTP lui aussi oO)

mais bon...

bref pour le moment je m'abstient...

ovh free youtube proxy solution
Du spam chez les proxies web ? Le cas Appspot ! - RESONEO http://blog.resoneo.com/2011/09/du-spam-chez-les-proxies-le-cas-appspot/
Mon Jan 16 22:43:21 2012 archive.org
QRCode
thumbnail

et une suite au lien précédent

web proxy contenu protection
Don't Be Evil | Le référencement vu par Tiger http://www.dontbeevil.fr/
Mon Jan 16 22:41:21 2012 archive.org
QRCode
thumbnail

Protéger son contenu des web proxy... et pourquoi ?

web proxy contenu protection
4759 links, including 1673 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn