摘要:
yum安装时出现 The program yum-complete-transaction is found in the yum-utils package yum之后,会显示上信息,并且最终执行结果失败 yum update时提示如下错误 Error: initscripts conflicts 阅读全文
摘要:
zabbix监控搭建 一、搭建LNMP环境(MySQL) 创建数据库以及授权zabbix账户 mysql> create database zabbix character set utf8; mysql> grant all on zabbix.* to zabbix@'%' identified 阅读全文