首页
Chatgpt
电子书
语言
GO
Python
Shell
分类
MYSQL
Kubernetes
云原生
运维工具
自动分装opensshRPM包
友链
文章归档
Zabbix
Nextcloud私有云盘
1
chatgpt 对接 企业微信个人号
2
Harbor部署
3
gpt
4
kubernetes部署elk集群服务
5
chatgpt对接知识库
皓
累计撰写
94
篇文章
累计创建
69
个标签
累计收到
26
条评论
导航
首页
Chatgpt
电子书
语言
GO
Python
Shell
分类
MYSQL
Kubernetes
云原生
运维工具
自动分装opensshRPM包
友链
文章归档
Zabbix
Nextcloud私有云盘
目录
搜索
标签搜索
harbor
平滑升级
db
缓存数据库
redis
kubernetes
discord
gpt
pipeline
prometheus监控k8s
普罗米修斯监控k8s
监控k8s
监控
代码扫描
扫描
sonarqube
sonar
CD
CI
j监控
prometheus
普罗米修斯
持续集成
cicd
gitlab
git
jenk
持续继承
jenkins
kibana
logstash
elasticsearch
elk
kube
qq
chatGPT
openai
docker
centos
rpmbuild
openssh
nginx
golang
gin
client-go
K8S
GO
SED
vpn
前端
Web
python
爬虫
pxe
confluence
MYSQL
frp
错误记录
ftp
服务
命令
Linux
加密
shell
博客
zabbix
病毒查杀
私有云盘
笔记
分类
Shell脚本
Sed 高阶用法
sed之G、H、g、h使用什么是sed?sed是面向流的行编辑器,所谓面向流,是指接受标准输入的输入,输出内容到标准输出上。sed如何处理数据?sed在正常情况下,将处理的行读入模式空间(pattern space),脚本中的“sed-command(sed命令)”就一条接着一条进行处理,知道脚本执
1 年前
2250
0
1699
3,647℃
Shell脚本
自动部署sendmail
1 年前
2559
0
1685
3,649.9℃
Shell脚本
#!/bin/bash#auth: ZhangHaocheck(){ clear echo -e "\e[5;34m检测 部署 环境中...\e[0m" hostname | grep '\.' [ $? != 0 ] && echo -e "
一键部署k8s集群
2 年前
2786
0
1677
3,656.6℃
Shell脚本
kubernetes
#!/bin/bash#check md5summd5_clmg=ab25fc92d9156e8c28119b0d66d44f3amd5_cy=88180a7a7abcef317a8e5a99ad4962d6md5_cordns=53834f3808a1a90c8895c15ded5fcdcdmd5
脚本查看仓库镜像
2 年前
2323
0
1671
3,598.3℃
Shell脚本
需要安装jq,在epel源中#!/bin/bashfile=$(mktemp)curl -s $1:5000/v2/_catalog | jq | egrep -v '\{|\}|\[|]' | awk -F\" '{print $2}' > $filewhile read aa ;
Docker自动上传镜像到私有仓库
2 年前
2536
0
1674
3,625.6℃
Shell脚本
#!/bin/bash #author=ZhangHaoimages=$(docker images | awk '{if(NR > 1) print $1":"$2}')read -p "请输入仓库地址: " regaddfor i in $image
一键部署Halo博客系统
2 年前
3178
0
1686
3,713.8℃
Shell脚本
Centos7部署Halo博客系统快速部署wget http://1.116.86.11/deploy_halo.sh && chmod +x deploy_halo.sh &&./deploy_halo.sh演示
自动部署frp
2 年前
2809
0
1682
3,668.9℃
Shell脚本
快速部署wget http://1.116.86.11/frp/deploy_frp.sh && chmod +x install_nextcloud.sh &&./install_nextcloud.sh服务端和客户端运行此脚本就行,此脚本穿透的为80端口,和
Nextcloud部署脚本
2 年前
2504
0
1680
3,634.4℃
Shell脚本
一级标题Nextcloud快速部署支持Centox 7.x如果你想在一台新的centox7中部署nextcloud可以执行以下命令(需要能上网)应为需要安装php74 nextcloud 等所以需要一定的时间(取决于你机器的配置和网速)wget http://1.116.86.11/instal