上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 48 下一页
摘要: 1、键盘没进水出现乱码 按住 fn + NumLoclk 就可以解决 2、键盘进水出现乱码解决 用吹风机吹干或者放太阳下晒干,第二天使用键盘即可 阅读全文
posted @ 2018-12-06 09:52 effortsing 阅读(2874) 评论(0) 推荐(0) 编辑
摘要: 使用宝塔面板后,无法安装zabbix客户端的依赖包,总是提示mariadb冲突,其实mariadb早就卸载完了,所以要安装zabbix客户端就不好使用宝塔面板 阅读全文
posted @ 2018-12-06 09:15 effortsing 阅读(161) 评论(0) 推荐(0) 编辑
摘要: Mysql主主同步环境部署: centos 7.4 三台云主机: mysql1 :10.1.1.142 mysql2 :10.1.1.106 nginx: 10.1.1.152 外网地址:114.115.174.210 两台都安装mysql 1 . 安装新版mysql前,需将系统自带的mariadb-lib卸载 [root@slave mytmp]# rpm -qa|gre... 阅读全文
posted @ 2018-12-05 20:53 effortsing 阅读(1053) 评论(0) 推荐(0) 编辑
摘要: 1、安装说明: 找一台测试机,然后还用zabbix_server 的安装包来安装 [root@192 local]# tar -xf zabbix-4.0.1.tar.gz [root@192 local]# cd zabbix-4.0.1[root@192 zabbix-4.0.1]# usera 阅读全文
posted @ 2018-12-05 17:20 effortsing 阅读(265) 评论(0) 推荐(0) 编辑
摘要: 1、安装ipython [root@www ~]# pip install ipython [root@www ~]# ipythonPython 3.6.5 (default, Nov 22 2018, 03:13:09) Type 'copyright', 'credits' or 'licen 阅读全文
posted @ 2018-12-05 15:53 effortsing 阅读(136) 评论(0) 推荐(0) 编辑
摘要: 1、设置文件权限: 注意:设置权限之前要导入下面三个模块,否则报错, import os, sys, stat os.chmod("/home/a.txt", stat.S_IXGRP) 更改path的权限。mode可以是以下值(使用or)的组合: os.S_ISUID os.S_ISGIDos.S 阅读全文
posted @ 2018-12-05 15:28 effortsing 阅读(370) 评论(0) 推荐(0) 编辑
摘要: ntp配置完成后时间仍然不准有下面两种情况: ntp服务端配置完ntp服务器后,查看时间和百度的时间不一样按照下面解决 ntp客户端同步完ntp服务器后,查看客户端的时间和百度不一致,按照下面解决 1、配置ntp服务器,设置时区同步,请参照ntp篇 https://www.cnblogs.com/e 阅读全文
posted @ 2018-12-05 14:17 effortsing 阅读(8980) 评论(0) 推荐(0) 编辑
摘要: 首先查看时间发现和百度的时间不一样 [root@www ~]# dateWed Dec 5 14:00:32 CST 2018 1、配置ntp服务器,设置时区同步,请参照ntp篇 https://www.cnblogs.com/effortsing/p/10011459.html 上面操作完后时间仍 阅读全文
posted @ 2018-12-05 14:14 effortsing 阅读(13049) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/xiaofeng3011/article/details/82797614 # cat /etc/yum.conf [main]cachedir=/var/cache/yum/$basearch/$releasever #下载包的缓存地址,可以设置keep 阅读全文
posted @ 2018-12-05 13:29 effortsing 阅读(765) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/fy573060627/article/details/52872740 1.linux 访问 https 证书问题 [root@kube-node2 ~]# curl https://192.168.0.200:8443 curl: (60) Peer's Certificate issuer is not recognized. More de... 阅读全文
posted @ 2018-12-05 13:28 effortsing 阅读(17342) 评论(0) 推荐(0) 编辑
上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 48 下一页