随笔分类 -  网络

摘要:1. ASIX vlan disable 2. 查看Class Guid 3.查看Location infomation 4. 新建registry key Adapter Driver Registry Key e1g, e1e, e1y MonitorModeEnabled e1c, e1d, 阅读全文
posted @ 2020-09-30 15:18 Claire_xu 阅读(1258) 评论(0) 推荐(0)
摘要:【dos2unix】命令用来将dos格式的文本文件转换成unix格式的文件。 DOS下的文本文件是以\r\n作为断行标志的,表示成十六进制就是0D 0A。 Unix下的文本文件是以\n作为断行标志的,表示成十六进制就是0A。 dBm是度量wifi强度的,值为负数,-84比-90的信号好,-113就没 阅读全文
posted @ 2018-11-05 14:22 Claire_xu 阅读(143) 评论(0) 推荐(0)
摘要:1、安装 将下载得到的“iperf-3.1.3-win64.zip”文件解压缩,得到“iperf3.exe”和“cygwin1.dll”两个文件。将这两个文件复制到“%systemroot%”(大多数Windows版本都是“Windows”这个文件夹的“System32”文件夹里) 1、安装 将下载 阅读全文
posted @ 2018-10-29 20:55 Claire_xu 阅读(1683) 评论(0) 推荐(0)
摘要:iptables -P INPUT ACCEPT iptables -P OUTPUT ACCEPT sudo iptables -I INPUT 1 -s 192.168.1.124 -j ACCEPT sudo service iptables save 阅读全文
posted @ 2018-10-11 19:37 Claire_xu 阅读(131) 评论(0) 推荐(0)
摘要:ARP(Address Resolution Protocol),或称地址解析协议。是“IP 到物理”地址转换表 本地机向"某个IP地址 -- 目标机IP地址"发送数据时,先查找本地的ARP表,如果在ARP表中找到"目标机IP地址"的ARP表项,(网络协议)将把"目标机IP地址"对应的"MAC地址" 阅读全文
posted @ 2018-10-11 17:57 Claire_xu 阅读(208) 评论(0) 推荐(0)