会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
疯子7314
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
···
18
下一页
2022年11月25日
安装php7.2
摘要: # 方法一: rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm rpm -Uvh https://mirror.webtatic.com/yum/el7/webtatic-release.r
阅读全文
posted @ 2022-11-25 10:22 力王7314
阅读(241)
评论(0)
推荐(0)
2022年11月24日
lua脚本
摘要: #centos6 #安装cjson报错的话检查lua-cjson-2.1.0编译后的cjson库文件,/usr/lib64/lua/5.1里要有cjson#centos7 #yum install luarocks #luarocks install lua-cjson #以下路径要有cjson.s
阅读全文
posted @ 2022-11-24 22:36 力王7314
阅读(463)
评论(0)
推荐(0)
编译安装nginx支持lua
摘要: 1、下载lua模块 wget https://github.com/openresty/lua-nginx-module/archive/v0.10.9rc7.tar.gz 解压到/usr/local/目录下 tar xvf v0.10.9rc7.tar.gz -C /usr/local 2、下载n
阅读全文
posted @ 2022-11-24 16:52 力王7314
阅读(154)
评论(0)
推荐(0)
2022年11月11日
k8s cicd
摘要: 环境 centos7 + jenkins2.361.3(裸机安装) + gitlab(裸机安装) + harbor(k8s安装) 注意 在裸机安装jenkins高版本的时候需要安装java11 在实现cicd的时候git版本需要高一点的,我的是2.31.1 安装完jenkins,需要的配置 1.需要
阅读全文
posted @ 2022-11-11 10:59 力王7314
阅读(347)
评论(0)
推荐(0)
2022年9月30日
https证书过期时间查询脚本
摘要: file=$1 expire=$2 domain_list="list.txt" expire_result="info.log" function start() { rm -rf ./$expire_result ./$domain_list ./res_${file} } function g
阅读全文
posted @ 2022-09-30 14:12 力王7314
阅读(116)
评论(0)
推荐(0)
2022年9月23日
nginx转发配置
摘要: 案例1需求: 业务需要一个临时的访问地址 不可以暴露真是的url 暴露的地址:http://xxx.xxx.xxx.xxx/voice/texttospeech?user=xxxxx7asx&pswd=xxxxxxxxxdsa0sd9 需要隐藏的地址:http://xxx.xxx.xxx.xxx/v
阅读全文
posted @ 2022-09-23 18:02 力王7314
阅读(1095)
评论(0)
推荐(0)
2022年9月14日
Linux运维必备的13款实用工具
摘要: 1、查看进程占用带宽情况-Nethogs Nethogs 是一个终端下的网络流量监控工具可以直观的显示每个进程占用的带宽。 下载:http://sourceforge.net/projects/nethogs/files/nethogs/0.8/nethogs-0.8.0.tar.gz/downlo
阅读全文
posted @ 2022-09-14 10:12 力王7314
阅读(270)
评论(0)
推荐(0)
2022年8月24日
mysql优化
摘要: #给students表做表分区 alter table students partition by range(id)( partition p0 values less than(100), partition p1 values less than(200), partition p2 valu
阅读全文
posted @ 2022-08-24 18:05 力王7314
阅读(46)
评论(0)
推荐(0)
2022年8月1日
nginx限速
摘要: 第一步,先创建限制的规则,我这里直接在nginx默认的配置文件目录下配置,如果想自定义,需要在主配置文件添加include xx/xxx/xxx/*.conf配置 [root@node5 nginx]# cat conf.d/limit_zone.conf geo $white_ip { defau
阅读全文
posted @ 2022-08-01 18:38 力王7314
阅读(234)
评论(0)
推荐(0)
2022年6月20日
python 调用 oss sdk
摘要: #cython: language_level=3 import sys import oss2 import logging from itertools import islice OSS_BUCKEET_NAME = "xxxxx" OSS_AK_ID = "xxxxxxxxxx" OSS_A
阅读全文
posted @ 2022-06-20 18:34 力王7314
阅读(331)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
···
18
下一页
公告