摘要:https://blog.csdn.net/a610786189/article/details/80436582 01 Linux rpcapd服务的安装yum install glibc-static gcc flex byacc -ywget http://www.winpcap.org/in
阅读全文
摘要:https://jingyan.baidu.com/article/335530dae0eb2319ca41c378.html
阅读全文
摘要:/var/run/NetworkManager/resolv.conf 而你真实的dns服务器地址,是被这个服务管理维护着的/ 127.0.1.1应该是用于端口映射(port forwarding)的,比如ISP分配的DNS server是220.250.64.26,则dnsmasq会将客户端向12
阅读全文
摘要:[dig] https://www.cnblogs.com/apexchu/p/6790241.html [dns resolution and revserse ]https://www.cnblogs.com/machangwei-8/p/10353137.html docker pull sa
阅读全文
摘要:Nginx mainly works at layer 7 (application), what you need is something at layer 4 (transport) for this HAProxy could better help to achieve what you
阅读全文
摘要:socks-proxy with sshhttps://blog.csdn.net/scien2011/article/details/54562501
阅读全文
摘要:流量拷贝工具试用 https://github.com/buger/goreplaynginx mirror openresty 通过lua tcpcopy 支持 HTTP 请求的录制和重放,可以在线上录制请求,在测试环境进行重放。支持 HTTP 层面的流量过滤,可以只挑选我们感兴趣的流量。支持请求
阅读全文
摘要:nginx rate limithttps://www.topjishu.com/12139.htmlhttps://blog.csdn.net/hellow__world/article/details/78658041 Nginx配置之负载均衡、限流、缓存、黑名单和灰度发布https://www
阅读全文
摘要:出于安全性考虑,服务器迁移后,将统一使用 SSH agent forwarding 方式登录所有服务器, 原则上所有 ssh 操作都要通过跳板机,而且跳板机上禁止存储一切私钥。 在此说明一下后续ssh登录服务器时,需要做的配置。 对于 SSH agent forwarding 原理不了解的老师,请参
阅读全文
摘要:ldap basic and usage in devops: https://blog.csdn.net/weixin_42578481/article/details/80863890 maybe more useful.https://github.com/aexo/docker-ldap-a
阅读全文
摘要:https://blog.phpgao.com/privoxy-shadowsocks.html Proxying A reasonable way is setup a proxy server outside of firewall. All traffic will need to go th
阅读全文
摘要:lua-openresty docker-- https://blog.csdn.net/boling_cavalry/article/details/79290944 lua-practice https://github.com/backkoms/lua-practice/blob/master
阅读全文
摘要:https://blog.csdn.net/zhangguo5/article/details/77848658 ngrok1.x开源,ngrok2.x不开源 ngrok使用go语言开发,源代码分为客户端与服务器端。 国内免费服务器:http://ngrok.ciqiuwl.cn/,更多免费服务器请
阅读全文
摘要:/etc/init.d/privoxy restartexport http_proxy=http://127.0.0.1:8118export https_proxy=http://127.0.0.1:8118 Shadowsocks+Privoxy+Squid+GFWlisthttps://ed
阅读全文
摘要:[NSLOOKUPm]http://roclinux.cn/?p=2441 nslookup media.ucampus.unipus.cn [DIG]http://roclinux.cn/?p=2449 dig(domain information gopher,nslookup)http://w
阅读全文
摘要:nginx access log server {listen 80;listen [::]:80;server_name localhost;location / {proxy_http_version 1.1;proxy_set_header Host $http_host;proxy_set_
阅读全文
摘要:http://www.laozuo.org/10703.html CentOS安装配置GateOne实现Web终端SSH功能
阅读全文
摘要:openssl s_client -connect myupload.mysite.net:443/cgi-bin/posupload.cgi -status -cert client.pem -verify 1 -showcertscurl -E my.pem https://some.siteh
阅读全文
摘要:http://blog.csdn.net/koozxcv/article/details/50520057 http://www.oschina.net/p/socat socat端口转发-穿透网络 2016年08月23日 12:13:44 flaming999 阅读数:3910 标签: socat
阅读全文
摘要:从某种意义上说,iproute工具集几乎可以替代掉net-tools工具集,具体的替代方案是这样的:用途 net-tool(被淘汰) iproute2地址和链路配置 ifconfig ip addr, ip link路由表 route ip route邻居 arp ip neighVLAN vcon
阅读全文