祝各位道友念头通达
GitHub Gitee 语雀 打赏
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 23 下一页
摘要: win10 ssh 在 win10 系统下 生成这两个文件, 都给删掉即可 阅读全文
posted @ 2021-04-15 18:42 韩若明瞳 阅读(347) 评论(0) 推荐(0)
摘要: suricata 源码安装: [查看] https://gitee.com/dsafasdf/my_notes/blob/master/Network/suricata/%E5%AE%89%E8%A3%85%E8%B8%A9%E5%9D%91.md gdb 通过命令行和vscode 源码调试suri 阅读全文
posted @ 2021-04-15 11:34 韩若明瞳 阅读(421) 评论(0) 推荐(0)
摘要: ln 命令, l 是小写 lCentOS8 的全局命令都是放在 /usr/sbin/ 路径下面平时编译程序命令可能在其他地方 比如 /usr/local/bin/suricata可以使用 ln 命令 ln -s /usr/local/bin/suricata /usr/sbin/suricata 全 阅读全文
posted @ 2021-04-15 11:12 韩若明瞳 阅读(492) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-04-08 18:04 韩若明瞳 阅读(8401) 评论(0) 推荐(0)
摘要: http://bugmenot.com/view/oracle.com 阅读全文
posted @ 2021-04-08 11:06 韩若明瞳 阅读(183) 评论(0) 推荐(0)
摘要: 1. 如何快速得出一个整数 n, 判断 n % 4 == 0 是否成立? b&3 == 0 #经过推算 4 的整数倍的值转化二进制后, 后两位都为0, 则编程中可以使用以下公式设X对Y求余,Y等于2^N,公式为:X & (2^N - 1) printf("\n 位移取余 \n"); printf(" 阅读全文
posted @ 2021-03-31 16:40 韩若明瞳 阅读(59) 评论(0) 推荐(0)
摘要: 1. 客户端请求连接,该数据包会带着 scoket 版本号 2. 服务端响应连接 3. 客户端提交要创建连接的目标服务器, 比如连接百度 www.baidu.com 第三个数据白会将这个包拿到服务端,代理服务会将这个请求和百度建立连接 4. 剩下的客户端和正常请求的数据包相差不大, 所有的数据包会把 阅读全文
posted @ 2021-03-11 10:49 韩若明瞳 阅读(155) 评论(0) 推荐(0)
摘要: linux 代理服务器测试配置 环境配置 #!/bin/bash export https_proxy=http://127.0.0.1:1087; export http_proxy=http://127.0.0.1:1087; export all_proxy=socks5://127.0.0. 阅读全文
posted @ 2021-03-11 09:58 韩若明瞳 阅读(177) 评论(0) 推荐(0)
摘要: 首先安装 wget //下载rpm文件,上传服务器,然后使用 rpm 安装http://mirrors.163.com/centos/7/os/x86_64/Packages/wget-1.14-18.el7_6.1.x86_64.rpm rpm -ivh wget-1.14-18.el7_6.1. 阅读全文
posted @ 2021-03-09 17:32 韩若明瞳 阅读(387) 评论(0) 推荐(0)
摘要: liunx 双网卡添加路由 #1. 首先将 enp8s0 的默认网关删除 route del default enp8s0 #2. 在将 需要访问的目标主机 host=111.229.248.28 添加到网卡 enp8s0 中 route add -net 111.229.248.28 netmas 阅读全文
posted @ 2021-03-08 17:21 韩若明瞳 阅读(202) 评论(0) 推荐(0)
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 23 下一页