06 2021 档案

摘要:Redhat7.x 优化脚本 操作系统版本IP版本 Redhat 172.21.3.220 7.x Redhat7.x优化脚本 #!/bin/sh . /etc/rc.d/init.d/functions export LANG=zh_CN.UTF-8 #一级菜单 menu1() { clear c 阅读全文
posted @ 2021-06-28 09:38 浒多年以后 阅读(159) 评论(0) 推荐(0)
摘要:Linux Nginx日志切割脚本 操作系统版本IP版本 Centos 172.21.3.220 7.x Nginx日志切割脚本 #!/bin/bash #设置日志文件存放目录 logs_dir="/usr/local/nginx/logs" store_dir="/data/backup/ngin 阅读全文
posted @ 2021-06-23 11:30 浒多年以后 阅读(169) 评论(0) 推荐(0)
摘要:Centos7 frp内网穿透公网 操作系统版本IP版本 Centos 10.10.10.10外网 7.x Centos 172.21.3.220内网 7.x 公网frp服务端安装 tar -xvf frp_0.21.0_linux_amd64.tar.gz cd frp_0.21.0_linux_ 阅读全文
posted @ 2021-06-21 17:40 浒多年以后 阅读(200) 评论(0) 推荐(0)