摘要:
windows 查看当前pip源 pip config list #更换pip源 #】pip install pqi #】pqi ls #查看支持的源 pypi https://pypi.python.org/simple/ tuna https://pypi.tuna.tsinghua.edu.c 阅读全文
摘要:
平台暂定为单节点,如有需要,可扩展为高可用集群 环境准备 cat /etc/redhat-release CentOS Linux release 7.6.1810 (Core) cat >> /etc/security/limits.conf <<EOF #增大环境描述符 root soft no 阅读全文
摘要:
一、Dubbo介绍 1.Dubbo是什么? Dubbo是阿里巴巴SOA服务化治理方案的核心框架,每天为2000+个服务提供30亿+次访问支持,并被广泛应用于阿里巴巴集团的各成员站点。 Dubbo是一个分布式服务框架,致力于提供高性能和透明化的PRC远程服务调用方案,以及SOA服务治理方案 简单的说, 阅读全文
摘要:
只是用来记录一些简单的报警脚本 看看就行 ]# cat es_index_count.sh PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin #dhger的2台服务器 for i in {2008,2008-2}; do 阅读全文
摘要:
目前有好几种办法可以用来同步yum仓库,但是都有其弊端,下面是我整理的几种yum仓库创建办法 1.使用rsync从清华源同步(缺点:平台有限制,想同步很难) #同步c6和c7 rsync -zaP --exclude-from /usr/share/nginx/html/rsync_exclude2 阅读全文
摘要:
本文将一些语法简单的用列子展示出来 1.json input { kafka{ bootstrap_servers => ["10.0.0.11:9092,10.0.0.12:9092,10.0.0.13:9092"] group_id => "es" topics => ["dhc"] codec 阅读全文
摘要:
当服务器夯住,我们没有办法远程ssh的时候,提升sshd的nice权限为最大,这样就可以直接ssh连接了 nice 值越大,权限越小,-20最大,19最小 1.查看sshd的详细信息(nice值,pid等) ~]# ps -aeo cmd,pid,nice |grep ssh[d] sshd: ro 阅读全文
摘要:
安装k8s过程中,coredns无法解析,下面为详细过程 1.dig -t A nginx-test.kube-public.svc.cluster.local. @192.168.0.2 +short #解析失败 2.dig -t A www.baidu.com @192.168.0.2 +sho 阅读全文
摘要:
grafana数据库默认为sqlite3,因为需求,更改为mysql,忘记密码,下面为处理方法 mysql -uroot -p #进入数据库 > use grafana > update user set password = '59acf18b94d7eb0694c61e60ce44c110c7a 阅读全文
摘要:
docker login harbor.xx.com Error response from daemon: Get http://harbor.phc-dow.com/v2/: Get http://harbor.phc-dow.com:180/service/token?account=admi 阅读全文