摘要: seafile升级最新版注意事项(11.05版本为例) 笔者以当前最新版11.05为例,以下内容为亲测 ‍ 1、docker-compose.yml文件不能使用seafileltd/seafile-mc:latest,得用seafileltd/seafile-mc:11.05,具体原因不明,seaf 阅读全文
posted @ 2024-02-20 22:22 index鹦鹉鹉鹦 阅读(90) 评论(0) 推荐(0)
摘要: zabbix客户端一键安装脚本 本环境:centos7.9 简易安装脚本,Server=192.168.2.111​此处需要修改为server的ip地址 #!/bin/bash # 关闭SELinux、暂停防火墙 setenforce 0 systemctl stop firewalld # 安装Z 阅读全文
posted @ 2024-02-20 01:56 index鹦鹉鹉鹦 阅读(83) 评论(0) 推荐(0)