08 2019 档案

解决zabbix中文乱码问题
摘要:进入Windows系统控制面板-->外观和个性化-->字体(选择一个字体文件simsun.ttc复制)进入zabbix的web服务器[root@test-zabbix]# cd ~/zabbix/assets/fonts/上传文件simsun.ttc至该目录[root@test-zabbix]# m 阅读全文

posted @ 2019-08-31 11:44 鑫春 阅读(237) 评论(0) 推荐(0)

Windows安装zabbix-agent4.0
摘要:1.在Windows系统中的C盘,新建一个zabbix目录C:/zabbix2.先下载zabbix-agent的安装包https://assets.zabbix.com/downloads/4.0.10/zabbix_agents-4.0.10-win-amd64.zip3.解压zabbix_age 阅读全文

posted @ 2019-08-31 11:33 鑫春 阅读(1457) 评论(0) 推荐(0)

ERROR 2002 (HY000): Can 't connect to local MySQL server through socket '/tmp/mysql.sock '(2) "
摘要:找不到mysql.sock这个文件 如果在你操作安装提示创建该文件,重启服务器还是提示这个错误可以试一下 mysql -uroot -h 127.0.0.1 -p 应该是可以直接进入 具体处理方法 重新创建并指定一个新的mysql.sock vim /etc/my.cnf 分别添加,将原先的/tmp 阅读全文

posted @ 2019-08-22 16:08 鑫春 阅读(267) 评论(0) 推荐(0)

解决pycharm问题:module 'pip' has no attribute 'main'
摘要:找到安装目录下 helpers/packaging_tool.py文件,找到如下代码: def do_install(pkgs): try: import pip except ImportError: error_no_pip() return pip.main(['install'] + pkgs) def do_uninstall... 阅读全文

posted @ 2019-08-01 11:53 鑫春 阅读(198) 评论(0) 推荐(0)

Centos7搭建主从DNS服务器
摘要:1、准备 例:两台192.168.11.10(主),192.168.11.11(从),域名www.test1.com # 主从DNS服务器均需要安装bind、bind-chroot、bind-utils yum -y install bind bind-utils bind-chroot# 如果防火 阅读全文

posted @ 2019-08-01 07:51 鑫春 阅读(1262) 评论(1) 推荐(0)

导航