摘要: 1。The first is the mangle table which is responsible for the alteration of quality of service bits in the TCP header.2。The second table is the filter 阅读全文
posted @ 2020-09-28 20:43 ascertain 阅读(107) 评论(0) 推荐(0) 编辑
摘要: #!/bin/env sh account_list=('chenwk' 'chenw' 'sales' 'data' 'personnel' 'operation' 'tech' 'dinghh') mail_list=('chenwk@qq.com.com' 'chenw@qq.com.com' 阅读全文
posted @ 2020-09-28 16:27 ascertain 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 字节序不是由操作系统决定的,而是由cpu架构决定的,比如 x86 的是 little endian,而 PPC (PowerPC) 是big endian。 所以跑在 x86 上的 linux/windows 都是小端,而跑在 PPC 上的linux则是大端。 (PS: 实际上 PowerPC 是即 阅读全文
posted @ 2020-09-28 15:42 ascertain 阅读(1297) 评论(0) 推荐(0) 编辑
摘要: 用getopts命令获取到脚本选项后,getopts会将获取到的选项所对应的参数(选项对应的参数,并不是选项本身,有的命令选项后面是需要跟一个参数的,例如tcpdump 的-w选项,后面需要指定一个文件来保存抓包数据)自动保存到OPTARG这个变量中。 getopts命令格式:getopts OPT 阅读全文
posted @ 2020-09-28 14:24 ascertain 阅读(165) 评论(0) 推荐(0) 编辑
摘要: Web应用防火墙使用特定的回源IP段将经过防护引擎检测后的正常流量转发回网站域名的源站服务器。网站接入Web应用防火墙进行防护时,您需要设置源站服务器的安全软件或访问控制策略,放行Web应用防火墙回源IP段的入方向流量。 背景信息 如果您的源站服务器上使用了安全狗、云锁等安全软件,您必须在源站安全软 阅读全文
posted @ 2020-09-28 12:03 ascertain 阅读(974) 评论(0) 推荐(0) 编辑