摘要: 部署环境: [zabbix6 root ~] #cat deploy_zabbix6.sh #!/bin/bash # Author: demoduan # Blog: https://www.cnblogs.com/demoduan IP=$(ip -4 a show ens160 |grep i 阅读全文
posted @ 2022-02-16 17:47 demoduan 阅读(4115) 评论(0) 推荐(0)
摘要: NFS:Network File System(网络文件系统),是由 SUN 公司研制的 UNIX 表示层协议 (presentation layer protocol),能让使用者访问网络上别处的文件就像在使用自己的计算机一样 部署环境如下:(nfs v4 版本之前需要 rpcbind 服务支持, 阅读全文
posted @ 2022-02-16 14:04 demoduan 阅读(272) 评论(0) 推荐(0)