摘要: 1 可以让Windows支持 flv等格式的扩展包 https://codecguide.com/ 阅读全文
posted @ 2020-03-01 23:05 雨点点 阅读(106) 评论(0) 推荐(0) 编辑
摘要: 1 联网环境 yum -y install gcc gcc-c++ kernel-devel 2 检测 gcc -v [root@localhost libpcap]# gcc -v使用内建 specs。COLLECT_GCC=gccCOLLECT_LTO_WRAPPER=/usr/libexec/ 阅读全文
posted @ 2020-03-01 22:05 雨点点 阅读(508) 评论(0) 推荐(0) 编辑
摘要: 1 联网环境 yum install libpcap yum install libpcap-devel 2 测试 vi test.c #include <pcap.h>#include <stdio.h>int main(){ char errBuf[PCAP_ERRBUF_SIZE], * de 阅读全文
posted @ 2020-03-01 21:55 雨点点 阅读(3096) 评论(0) 推荐(0) 编辑
摘要: :w 保存文件但不退出vi:w file 将修改另外保存到file中,不退出vi:w! 强制保存,不推出vi:wq 保存文件并退出vi:wq! 强制保存文件,并退出viq: 不保存文件,退出vi:q! 不保存文件,强制退出vi:e! 放弃所有修改,从上次保存文件开始再编辑 阅读全文
posted @ 2020-02-28 17:07 雨点点 阅读(89) 评论(0) 推荐(0) 编辑
摘要: 参考: https://blog.csdn.net/qq_29350467/article/details/46663953?depth_1-utm_source=distribute.pc_relevant.none-task&utm_source=distribute.pc_relevant.n 阅读全文
posted @ 2020-02-26 23:01 雨点点 阅读(233) 评论(0) 推荐(0) 编辑
摘要: 官方下载地址: https://www.wireshark.org/download.html 阅读全文
posted @ 2020-02-26 22:24 雨点点 阅读(723) 评论(0) 推荐(0) 编辑
摘要: WireShark过滤语法 1. 过滤IP,如来源IP或者目标IP等于某个IP例子:ip.src eq 192.168.1.107 or ip.dst eq 192.168.1.107或者ip.addr eq 192.168.1.107 // 都能显示来源IP和目标IP 2. 过滤端口例子:tcp. 阅读全文
posted @ 2020-02-25 17:30 雨点点 阅读(2632) 评论(0) 推荐(1) 编辑
摘要: 1 yum update kernel -y yum install kernel-headers kernel-devel gcc make -y init 6 2 菜单栏--设备--安装增强工具--桌面显示光驱-- 桌面新建 文件夹1--双击光驱 --将光驱内容复制到 1 -- 切换 1 -- 阅读全文
posted @ 2020-02-22 12:37 雨点点 阅读(1175) 评论(0) 推荐(0) 编辑
摘要: 1 Surface没有右键的Ctrl。 2 VirtualBox 版本 6.1.2 r135662 (Qt5.6.2)。 2 管理-->全局设定-->热键-->主机组合键-->选中在键盘上同时按住 Ctrl+Alt ,或自己定义的按键。 参考:https://www.cnblogs.com/blue 阅读全文
posted @ 2020-02-22 12:19 雨点点 阅读(328) 评论(0) 推荐(0) 编辑
摘要: 参考: 文章一:https://blog.csdn.net/dust_hk/article/details/103299136?depth_1-utm_source=distribute.pc_relevant.none-task&utm_source=distribute.pc_relevant. 阅读全文
posted @ 2020-02-22 01:22 雨点点 阅读(156) 评论(0) 推荐(0) 编辑