08 2017 档案

摘要:系统环境: CentOS-6.8-X86_64 解决方法:在服务端上更改配置文件/etc/ssh/sshd_config为如下内容: UseDNS no GSSAPIAuthentication no 然后,执行/etc/init.d/sshd restart重启ssh服务,再次连接就不慢了 也可以 阅读全文
posted @ 2017-08-10 19:25 orclcast 阅读(169) 评论(0) 推荐(0)
摘要:系统环境: CentOS-6.8-X86_64 使用vmware的克隆功能后,使用新克隆的虚拟机会报Device eth0 does not seem to be present, delaying initialization这样一个错误,这是由于网卡MAC地址错误导致的问题。 解决方法: 1、删 阅读全文
posted @ 2017-08-10 11:51 orclcast 阅读(217) 评论(0) 推荐(0)
摘要:上次的博文写了ZABBIX服务端的安装,但它仅仅是一个服务端没有任何监控数据,今天来学习一下客户端的安装部署。ZABBIX服务端安装传送门http://www.cnblogs.com/orclcast/p/7117260.html 安装环境: CentOS-6.8-X86_64 zabbix-age 阅读全文
posted @ 2017-08-01 19:03 orclcast 阅读(258) 评论(0) 推荐(0)