会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
༺༽King༼༻
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
13
14
15
16
17
18
19
下一页
2020年3月17日
MySQL-MHA高可用技术
摘要: https://blog.csdn.net/wzy0623/article/details/81304654 https://www.cnblogs.com/keerya/p/7883766.html https://www.jianshu.com/p/be335429ce47 http://www
阅读全文
posted @ 2020-03-17 14:22 hanwei666
阅读(109)
评论(0)
推荐(0)
2020年3月16日
k8s网络之Calico网络
摘要: https://www.cnblogs.com/goldsunshine/p/10701242.html
阅读全文
posted @ 2020-03-16 16:30 hanwei666
阅读(107)
评论(0)
推荐(0)
2020年1月17日
批量免密码
摘要: ansible批量免秘登录 https://www.cnblogs.com/qiangyuzhou/p/10552016.html sshpass #!/bin/bash rpm -q sshpass &> /dev/null || yum install sshpass -y sed -i "s/
阅读全文
posted @ 2020-01-17 10:05 hanwei666
阅读(129)
评论(0)
推荐(0)
2019年12月18日
k8s 证书过期解决
摘要: 下载kubernetest 源码 apt -get install git git clone https://github.com/kubernetes/kubernetes.git 切换分支 cd kubernetes && git checkout -b remotes/origin/rele
阅读全文
posted @ 2019-12-18 11:29 hanwei666
阅读(2074)
评论(0)
推荐(0)
2019年12月4日
nginx 代理mysql
摘要: nginx 代理mysql https://www.cnblogs.com/heruiguo/p/8962243.html user root; worker_processes 8; worker_rlimit_nofile 40960; events { use epoll; worker_co
阅读全文
posted @ 2019-12-04 10:53 hanwei666
阅读(182)
评论(0)
推荐(0)
2019年11月26日
ELK API
摘要: 统计elasticsearch总数据条数 http://192.168.188.69:9200/logstash-*/_count 其中count就是制定索引的总数据条数 统计总存储空间占用 http://192.168.188.69:9200/_cat/shards?v logstash-API
阅读全文
posted @ 2019-11-26 11:29 hanwei666
阅读(264)
评论(0)
推荐(0)
2019年11月14日
ssh编译安装
摘要: ssh #!/bin/bash cat >/etc/apt/sources.list<<EOF deb http://mirrors.aliyun.com/ubuntu/ xenial main restricted deb http://mirrors.aliyun.com/ubuntu/ xen
阅读全文
posted @ 2019-11-14 11:47 hanwei666
阅读(508)
评论(0)
推荐(0)
2019年11月13日
整理了100篇Linux技术精华
摘要: https://mp.weixin.qq.com/s/vJ0VwcBmHlrNGoeMuP9ATg
阅读全文
posted @ 2019-11-13 18:25 hanwei666
阅读(76)
评论(0)
推荐(0)
2019年11月4日
使用Prometheus+Grafana监控MySQL实践
摘要: https://www.cnblogs.com/DataArt/p/10184053.html
阅读全文
posted @ 2019-11-04 13:29 hanwei666
阅读(106)
评论(0)
推荐(0)
2019年11月3日
mysqldiff
摘要: mysqldiff 安装 wget -c http://dev.mysql.com/get/Downloads/MySQLGUITools/mysql-utilities-1.5.3.zip unzip mysql-utilities-1.5.3.zip cd mysql-utilities-1.5
阅读全文
posted @ 2019-11-03 13:23 hanwei666
阅读(281)
评论(0)
推荐(0)
上一页
1
···
13
14
15
16
17
18
19
下一页
公告
……