摘要:
第一步:查看系统的版本!如果是centos6的版本,yum源是也是安装6的源!!要不然容易出错!源的官网地址:http://repo.zabbix.com/zabbix/ wget http://repo.zabbix.com/zabbix/3.4/rhel/6/x86_64/zabbix agen 阅读全文
posted @ 2018-11-27 17:44
yeyu1314
阅读(120)
评论(0)
推荐(0)
摘要:
cat /etc/redhat release rpm q centos release 两条命令都可以 阅读全文
posted @ 2018-11-27 17:25
yeyu1314
阅读(99)
评论(0)
推荐(0)
摘要:
http://repo.zabbix.com/zabbix/ 阅读全文
posted @ 2018-11-27 16:59
yeyu1314
阅读(96)
评论(0)
推荐(0)
摘要:
在开始添加的配置文件里添加以下内容 define("FS_METHOD","direct"); define("FS_CHMOD_DIR", 0777); define("FS_CHMOD_FILE", 0777); 修改权限 chmod R 777 ./wordpress 阅读全文
posted @ 2018-11-27 15:06
yeyu1314
阅读(249)
评论(0)
推荐(0)
摘要:
官方yum源地址:https://repo.mongodb.org 添加6.0源vim /etc/yum.repos.d/mongodb-org-6.0.repo [mongodb-org-6.0]name=MongoDB Repositorybaseurl=https://repo.mongodb 阅读全文
posted @ 2018-11-27 10:54
yeyu1314
阅读(179)
评论(0)
推荐(0)