上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 22 下一页
摘要: https://www.dns-oarc.net/index.php/oarc/services/tldmon 阅读全文
posted @ 2022-04-15 21:15 明天OoO你好 阅读(49) 评论(0) 推荐(0) 编辑
摘要: 1. 安装dsc yum install -y libpcap-devel wget https://www.dns-oarc.net/files/dsc/dsc-2.13.0.tar.gztar -xf dsc-2.13.0.tar.gz cd dsc-2.13.0 ./configure --p 阅读全文
posted @ 2022-04-09 23:13 明天OoO你好 阅读(810) 评论(0) 推荐(0) 编辑
摘要: import yaml # pip ibstall pyyaml import requests import urllib3 urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning) def download(url): 阅读全文
posted @ 2022-04-06 21:32 明天OoO你好 阅读(41) 评论(0) 推荐(0) 编辑
摘要: 1. 定义进度条 from tqdm import tqdm def tqdmWrapViewBar(*args, **kwargs): pbar = tqdm(*args, **kwargs) # make a progressbar last = [0] # last known iterati 阅读全文
posted @ 2022-03-15 10:02 明天OoO你好 阅读(151) 评论(0) 推荐(0) 编辑
摘要: 1. 使用示例 https://www.cnblogs.com/rsapaper/p/15493262.html http://timd.cn/go/gopacket/ 2. 使用gopacket发送dns数据包 package main import ( "net" "github.com/goo 阅读全文
posted @ 2022-03-01 23:02 明天OoO你好 阅读(757) 评论(0) 推荐(0) 编辑
摘要: 1. 打开vmware,选择centos7.6镜像,开始安装操作系统 2. 安装完毕后,关机,点击“编辑虚拟机设置”按钮,点击“处理器”,在右侧勾选第三个“虚拟化IOMMU”。由于我的宿主机是win11,已经支持了Intel VT-x,所以第一个选项就不必勾选了,win7和win10可能需要勾选。 阅读全文
posted @ 2022-02-25 14:43 明天OoO你好 阅读(1169) 评论(0) 推荐(0) 编辑
摘要: 需要分别配置logrotate和supervisor 1. 配置logrotate [root@node1 logrotate.d]# cat /etc/logrotate.d/netqps /root/netqps/files/*log { #指定要切割日志的路径,并指定日志结尾,便于匹配 rot 阅读全文
posted @ 2022-02-23 10:47 明天OoO你好 阅读(949) 评论(0) 推荐(0) 编辑
摘要: 1. ansible通过通配符从多个远端服务器fetch日志文件[root@localhost data]# cat ../playbook/fetch.yml - hosts: all tasks: - name: find_file find: paths: /root/netqps/files 阅读全文
posted @ 2022-02-23 10:10 明天OoO你好 阅读(2545) 评论(1) 推荐(0) 编辑
摘要: Proc 文件系统 通过proc文件系统,可查看和修改内核参数 # CPU信息cat /proc/cpuinfo# 内存信息:cat /proc/meminfo# 详细的内存映射信息cat /proc/zoneinfo# 磁盘映射信息cat /proc/mounts# 系统平均负载cat /proc 阅读全文
posted @ 2022-02-23 08:39 明天OoO你好 阅读(471) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/1f3f62ce3ea9 阅读全文
posted @ 2022-02-21 23:00 明天OoO你好 阅读(98) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 22 下一页