文章分类 -  linux

摘要:Linux 防火墙、SELinux 的开启和关闭 防火墙( firewalld) 临时关闭防火墙 systemctl stop firewalld 临时打开防火墙 systemctl start firewalld 永久关闭防火墙开机自关闭 systemctl disable firewalld 防 阅读全文
posted @ 2020-09-24 11:48 linlf 阅读(67) 评论(0) 推荐(0)
摘要:原创:https://www.cnblogs.com/architectforest/p/12911721.html 一,zabbix不能配置中文界面的问题: 1, zabbix5.0 系统安装后,web界面不能选择使用中文 系统提示: You are not able to choose some 阅读全文
posted @ 2020-09-18 13:27 linlf 阅读(1252) 评论(0) 推荐(0)
摘要:文章来自:https://blog.csdn.net/Xiao_Xiao_Niao_/article/details/107958008 选择版本及运行的环境: zabbix分为两种版本:LTS支持时间长达5年左右 标准版支持7个月左右 选择自己适合自己的版本: 1.安装zabbix源 rpm -U 阅读全文
posted @ 2020-09-14 08:49 linlf 阅读(37) 评论(0) 推荐(0)