04 2022 档案
摘要:# 阿里云帮助文档参考: # https://yq.aliyun.com/articles/110806?spm=a2c1q.8351553.0.0.11b720beQRyGTx # 官网安装参考:https://docs.docker.com/install/linux/docker-ce/cen
阅读全文
摘要:kafka安装部署 #kafka安装部署 # 注意:Apache Kafka2.8版本之后可以不需要使用ZooKeeper,内测中,文章末尾有体验的安装方式。 #下载 https://kafka.apache.org/downloads wget https://archive.apache.org
阅读全文
摘要:域名证书有效期检测 ssl_test.sh: #!/bin/bash # 检测https证书有效期 source /etc/profile cd $(dirname $0) echo "域名 解析IP 剩余到期时间" > expire_list echo "10.3.229.14 访问不可达域名"
阅读全文