进城务工人员小梅

大道至简,知易行难
广阔天地,大有作为

最新文章 第6页

杂项

Kubernetes中的几个port

mlkui阅读(4280)评论(0)

Kubernetes中有几个port容易混淆。 一、Deployment的containerPort 首先是最常见containerPort,以官网文档https://kubernetes.io/docs/concepts/services...

杂项

Docker端口映射

mlkui阅读(3368)评论(0)

Command Function EXPOSE Document where a service is available, but not create any mapping to the host. The EXPOSE instru...

移动安全

Ubuntu18.04下gmssl编译

mlkui阅读(6012)评论(0)

按照官网http://gmssl.org/docs/install.html的提示直接编译: [crayon-6a0f024d3db18101849602/] 然后尝试执行gmssl,报错: [crayon-6a0f024d3db1c885...

杂项

使用Wireshark抓USB包

mlkui阅读(7233)评论(1)

以下以Wireshark 3.3.0,Win10 64位为例。 如果看不到USBPcap接口的话,那么可能是因为在安装Wireshark的过程中都是一路默认下去而没有安装USBcap(Linux下不用安装),需要注意选择安装USBpcap:...

杂项

Centos7.7编译Wireshark

mlkui阅读(3378)评论(0)

源码版本:3.3.0国密 首先安装依赖: [crayon-6a0f024d3dd76476458897/] 然后使用cmake生成Makefile: [crayon-6a0f024d3dd7a218524123/] 之后直接在build目录...

杂项

Ubuntu 18.04 LTS编译Wireshark

mlkui阅读(4227)评论(0)

源码版本:3.3.0国密 首先安装依赖: [crayon-6a0f024d3decd823252536/] 然后使用cmake生成Makefile: [crayon-6a0f024d3decf230394691/] 这样编译是没有问题的,不...