GCC编译器,TDM-GCC,4位MinGW,v10.3.0-tdm64-2,tdm64-gcc-10.3.0-2.exe
2022-04-15 16:03:45 76.75MB 开发工具
1
基于gcc-9.3.0的arm交叉编译工具链,可运行于ubuntu-x86系统下交叉编译arm程序
2022-04-15 15:00:32 247.16MB arm ubuntu 嵌入式硬件 linux
1
用Nginx向http request请求的http header中添加字段
2022-04-15 13:00:10 23KB nginx http 运维 网络协议
vc2019 pcre-8.45 openssl-1.1.1n 编译环境
2022-04-15 12:01:05 1.89MB http-flv nginx rtmp
1
#shell脚本处理nginx日志自动生成ip黑名单 ##统计访问量前10名的ip并写入文件 #!/bin/bash data=`date +%Y-%m-%d` #统计访问量最高的前10ip awk '{print $1}' '/PATH/'$data'.log' | sort -n |uniq -c | sort -rn | head -n 10 >>/PATH/ip10-$data.txt ##blackip.sh 判断ip访问次数是否超过限定值,是就加入黑名单中 #!/bin/bash #获取当前日期 data=`date +%Y-%m-%d` #blacklist目录要自己生成,
2022-04-14 20:46:48 27KB data gi gin
1
自动离线安装centos7,mysql,redis,nginx
2022-04-14 18:02:39 796.56MB nginx redis mysql 运维
1
内网环境安装nginx的所需所有rpm依赖和tar包,安装方式直接见这篇博客:https://cuichongxin.blog.csdn.net/article/details/123629078 先看博客,确定需要再下载。
2022-04-14 16:30:40 49.91MB gcc-c++ pcre-tar包 libtool-tar包 nginx-tar包
1
* Dr. Evil Incorporated (the PERPETRATOR) hereby grants you (the * VICTIM) explicit permission to use this bomb (the BOMB). This is a * time limited license, which expires on the death of the VICTIM. * The PERPETRATOR takes no responsibility for damage, frustration, * insanity, bug-eyes, carpal-tunnel syndrome, loss of sleep, or other * harm to the VICTIM. Unless the PERPETRATOR wants to take credit, * that is. The VICTIM may not distribute this bomb source code to * any enemies of the PERPETRATOR. No VICTIM may debug, * reverse-engineer, run "strings" on, decompile, decrypt, or use any * other technique to gain knowledge of and defuse the BOMB. BOMB * proof clothing may not be worn when handling this program. The * PERPETRATOR will not apologize for the PERPETRATOR's poor sense of * humor. This license is null and void where the BOMB is prohibited * by law.
2022-04-13 21:16:06 1023KB bomblab ubuntu gcc
1
使用openresty实现nginx+lua安装部署,并且使用dyups模块实现根据不同客户端请求跳转到不同服务集群。
2022-04-13 18:27:43 654KB nginx lua 自定义服务调度
1
如果服务器中nginx挂掉,我们如何第一时间启动它?人工重启?no。 该脚本定时检测nginx状态,挂机自动重启nginx。 如果服务器中nginx挂掉,我们如何第一时间启动它?人工重启?no。 该脚本定时检测nginx状态,挂机自动重启nginx。
2022-04-13 16:41:21 1KB 监测nginx自动重启
1