随笔分类 -  network

1 2 3 4 下一页

network
Wireshark对远程Linux主机抓包
摘要:https://blog.csdn.net/a610786189/article/details/80436582 01 Linux rpcapd服务的安装yum install glibc-static gcc flex byacc -ywget http://www.winpcap.org/in 阅读全文

posted @ 2020-01-31 09:33 szllq2000 阅读(1100) 评论(0) 推荐(0)

certification on windows and
摘要:https://jingyan.baidu.com/article/335530dae0eb2319ca41c378.html 阅读全文

posted @ 2019-09-25 15:44 szllq2000 阅读(74) 评论(0) 推荐(0)

ubuntu dnsmasq
摘要:/var/run/NetworkManager/resolv.conf 而你真实的dns服务器地址,是被这个服务管理维护着的/ 127.0.1.1应该是用于端口映射(port forwarding)的,比如ISP分配的DNS server是220.250.64.26,则dnsmasq会将客户端向12 阅读全文

posted @ 2019-05-23 17:18 szllq2000 阅读(372) 评论(0) 推荐(0)

bind--dns-docker---[nslookup/dig]
摘要:[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 阅读全文

posted @ 2019-05-23 11:52 szllq2000 阅读(556) 评论(0) 推荐(0)

nginx break-circus orange api-gateway
摘要: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 阅读全文

posted @ 2019-04-28 15:14 szllq2000 阅读(256) 评论(0) 推荐(0)

socks-proxy---with ssh
摘要:socks-proxy with sshhttps://blog.csdn.net/scien2011/article/details/54562501 阅读全文

posted @ 2019-04-16 10:21 szllq2000 阅读(117) 评论(0) 推荐(0)

goreplay,tcpcopy
摘要:流量拷贝工具试用 https://github.com/buger/goreplaynginx mirror openresty 通过lua tcpcopy 支持 HTTP 请求的录制和重放,可以在线上录制请求,在测试环境进行重放。支持 HTTP 层面的流量过滤,可以只挑选我们感兴趣的流量。支持请求 阅读全文

posted @ 2019-01-11 16:38 szllq2000 阅读(747) 评论(1) 推荐(0)

nginx rate limit--[502,504,499]
摘要:nginx rate limithttps://www.topjishu.com/12139.htmlhttps://blog.csdn.net/hellow__world/article/details/78658041 Nginx配置之负载均衡、限流、缓存、黑名单和灰度发布https://www 阅读全文

posted @ 2018-11-14 14:34 szllq2000 阅读(213) 评论(0) 推荐(0)

ssh agent-forward
摘要:出于安全性考虑,服务器迁移后,将统一使用 SSH agent forwarding 方式登录所有服务器, 原则上所有 ssh 操作都要通过跳板机,而且跳板机上禁止存储一切私钥。 在此说明一下后续ssh登录服务器时,需要做的配置。 对于 SSH agent forwarding 原理不了解的老师,请参 阅读全文

posted @ 2018-10-24 09:20 szllq2000 阅读(870) 评论(0) 推荐(0)

ldap,openldap-docker,
摘要: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 阅读全文

posted @ 2018-10-10 14:57 szllq2000 阅读(310) 评论(0) 推荐(0)

proxy and reverse-proxy---shawdow socks socks5,privoxy-shadowsocks
摘要: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 阅读全文

posted @ 2018-10-10 10:00 szllq2000 阅读(4) 评论(0) 推荐(0)

lua--openresty--
摘要:lua-openresty docker-- https://blog.csdn.net/boling_cavalry/article/details/79290944 lua-practice https://github.com/backkoms/lua-practice/blob/master 阅读全文

posted @ 2018-07-15 09:12 szllq2000 阅读(115) 评论(0) 推荐(0)

holer-client--free open-source 内网穿透工具 ngrok
摘要:https://blog.csdn.net/zhangguo5/article/details/77848658 ngrok1.x开源,ngrok2.x不开源 ngrok使用go语言开发,源代码分为客户端与服务器端。 国内免费服务器:http://ngrok.ciqiuwl.cn/,更多免费服务器请 阅读全文

posted @ 2018-07-15 08:59 szllq2000 阅读(1) 评论(0) 推荐(0)

go,gcvis,golang, privoxy,and git proxy
摘要:/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 阅读全文

posted @ 2018-06-23 11:29 szllq2000 阅读(481) 评论(0) 推荐(0)

nslookup dig iptables
摘要:[NSLOOKUPm]http://roclinux.cn/?p=2441 nslookup media.ucampus.unipus.cn [DIG]http://roclinux.cn/?p=2449 dig(domain information gopher,nslookup)http://w 阅读全文

posted @ 2018-04-08 09:35 szllq2000 阅读(180) 评论(0) 推荐(0)

nginx ipv4 ipv6 chrome /firefox remote-address/chrome://net-internals/dns
摘要: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_ 阅读全文

posted @ 2018-03-24 12:50 szllq2000 阅读(261) 评论(0) 推荐(0)

Web终端SSH功能
摘要:http://www.laozuo.org/10703.html CentOS安装配置GateOne实现Web终端SSH功能 阅读全文

posted @ 2018-03-17 17:43 szllq2000 阅读(162) 评论(0) 推荐(0)

https-->http and http-->https bitransfer
摘要: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 阅读全文

posted @ 2018-03-17 17:42 szllq2000 阅读(785) 评论(0) 推荐(0)

socat
摘要:http://blog.csdn.net/koozxcv/article/details/50520057 http://www.oschina.net/p/socat socat端口转发-穿透网络 2016年08月23日 12:13:44 flaming999 阅读数:3910 标签: socat 阅读全文

posted @ 2018-03-17 17:38 szllq2000 阅读(497) 评论(0) 推荐(0)

SS iproute2,nslookup,dig
摘要:从某种意义上说,iproute工具集几乎可以替代掉net-tools工具集,具体的替代方案是这样的:用途 net-tool(被淘汰) iproute2地址和链路配置 ifconfig ip addr, ip link路由表 route ip route邻居 arp ip neighVLAN vcon 阅读全文

posted @ 2018-03-06 15:47 szllq2000 阅读(411) 评论(0) 推荐(0)

1 2 3 4 下一页