07 2021 档案
摘要:在linux下监听socket的连接状态 /************************************************* Function: // Net::getTcpState Description: // TCP监听状态 @ips ip @timeout 超时时间 **
阅读全文
摘要:1.下载到本地 git clone https://github.com/sknown/libghttp.gt 2.修改Makefile all: arm-linux-gnueabihf-gcc -DGHTTP_MAJOR_VERSION=1 -DGHTTP_MINOR_VERSION=0 -DGH
阅读全文
摘要:1.下载openssl wget https://www.openssl.org/source/old/1.1.1/openssl-1.1.1.tar.gz 解压到当前目录 tar xvf openssl-1.1.1.tar.gz 二.配置openssl 1.配置编译的参数 export PATH=
阅读全文
摘要:1.配置 /etc/profile vi /etc/profile 2.在里面增加以下代码 ifconfig eth0 192.168.1.139 netmask 255.255.255.0 route add default gw 192.168.1.1 echo nameserver 114.1
阅读全文
摘要:1.下载ftfp tftp-hpa源码下载地址:https://mirrors.edge.kernel.org/pub/software/network/tftp/ 我们选用的是0.4的版本 wget https://mirrors.edge.kernel.org/pub/software/netw
阅读全文
浙公网安备 33010602011771号