摘要:# -*- coding: utf-8 -*- #+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ #@auhor by ruiy # # # #pip install pa
阅读全文
开源、架构、Linux C/C++/python AI BI 运维开发自动化运维。 春风桃李花 秋雨梧桐叶。“力尽不知热 但惜夏日长”。夏不惜,秋不获。@ruiY--秦瑞python爬虫,C编程,嵌入式开发.hadoop大数据,桉树,onenebula云计算架构.linux运维及驱动开发. |
12 2022 档案
摘要:# -*- coding: utf-8 -*- #+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ #@auhor by ruiy # # # #pip install pa
阅读全文
摘要:bash-4.4# find . -name context.xml./webapps/host-manager/META-INF/context.xml./webapps/manager/META-INF/context.xml./conf/context.xmlbash-4.4# vim ./c
阅读全文
摘要:Powershell.exe -Command " (Get-Date).DateTime ; Get-Process | select *,@{N='CPUPC';E={[float]$_.cpu}}|sort CPUPC -desc|select Id,name,CPU -first 10" P
阅读全文
摘要:{ "exec-opts": ["native.cgroupdriver=systemd"], "registry-mirrors": [ "https://sk4yuue7.mirror.aliyuncs.com" ] } 加入 k8s work节点 docker cgroup driver
阅读全文
摘要:
阅读全文
摘要:https://kubernetes.io/docs/tutorials/configuration/configure-redis-using-configmap/
阅读全文
摘要:kubeadm init --image-repository registry.aliyuncs.com/google_containers --apiserver-advertise-address=192.168.106.130 --service-cidr=192.168.200.0/21
阅读全文
摘要:# -- coding: utf-8 --** #+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ #pip install pandas #pip install openpyxl # # # #http://1
阅读全文
摘要:'gbk' codec can't decode byte 0x89 in position 310: illegal multibyte sequence #+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ #p
阅读全文
摘要:kubeadm init --image-repository registry.aliyuncs.com/google_containers --apiserver-advertise-address=192.168.106.130 --service-cidr=192.168.200.0/21
阅读全文
摘要:[preflight] Pulling images required for setting up a Kubernetes cluster[preflight] This might take a minute or two, depending on the speed of your int
阅读全文
摘要:Unfortunately, an error has occurred: timed out waiting for the condition This error is likely caused by: - The kubelet is not running - The kubelet i
阅读全文
摘要:apt-mark hold 阻止软件自动更新 变化是 Kubernetes 生命周期不可或缺的一部分:随着 Kubernetes 的成长和成熟,功能可能会被弃用、删除或替换为项目健康的改进。对于 Kubernetes v1.26,有几个计划:本文根据 v1.26 发布过程中这个周期中期点可用的信息确
阅读全文
摘要:k8s初始化报错[kubelet-check] Initial timeout of 40s passed. k8s.gcr.io/pause:3.6 The kubelet is unhealthy due to a misconfiguration of the node in some way
阅读全文
摘要:
阅读全文
摘要:前言为什么要集成ceph???ceph官网:https://docs.ceph.com/en/latest/关于ceph:https://blog.csdn.net/mingongge/article/details/100788388参考连接:https://blog.csdn.net/jmilk
阅读全文
摘要:OpenStack集成ceph详细过程可以查看ceph官方文档:ceph document OpenStack Queens版本,1台控制节点controller,1台计算节点compute; 1. 创建存储池 Glance:Glance可以把镜像存储在Ceph上; Cinder:Cinder负责管
阅读全文
摘要:redis:client listinfo clients info statsinfo memorykeys select config get maxmemory
阅读全文
摘要:1 查看客户端连接信息通过执行client list命令来查看客户端连接信息,每行都代表一个客户端127.0.0.1:6379> client listid=3 addr=127.0.0.1:58752 fd=7 name= age=19951 idle=0 flags=N db=0 sub=0 p
阅读全文
摘要:redis如何查看当前是哪个数据库 用docker tag 将某个image 归档到某个 仓库, eg docker tag image_name docker_hub_name/image:v? 即可push推送img到docker hub 或是其他你的 docker img Could not
阅读全文
摘要:docker search docker images --no-trunc --no-stream denied: requested access to the resource is denied docker 上传镜像 命名tag时需要匹配 仓库名 docker search --no-tr
阅读全文
摘要:docker stats nginx --no-stream --format "{{ json . }}" [root@localhost 12-7]# docker image inspect new_img:v1 | grep "qinrui" "while true;do echo qinr
阅读全文
摘要:前言 由于测试工作的需要,对于某些场景,总是需要进行一些重复的操作,比如测试一个股票交易下单的功能,需要覆盖不同的种类代码(主板、创业板、科创板、场内基金等),这个时候使用人工的方式去测试,枯燥乏味,且效率不高,所以就想寻求一种解决方案,通过UI自动化的方式来完成重复工作。目前支持Windows平台
阅读全文
摘要:pip install uiautomation ui spy 下载 1.下载UI SPY 2.CMD指令导入uiautomation库 pip install uiautomation -i xxx3.打开计算器,然后打开UISpy 如图ControlType为”ControlType.Windo
阅读全文
摘要:poller.events 处理轮巡事件时出现无效的空套接字通道 nio endpoint poller.events 处理轮巡事件时出现无效的空套接字通道
阅读全文
摘要:容器日志及标准输出 docker attach --sig-proxy=false container-id or contain-name; docker logs containter-id; for i in `docker ps |grep Up|awk '{print $1}'`;do e
阅读全文
摘要:解决方法如下: 一、查看和修改oracle数据库字符集: select userenv('language') from dual; 二、修改pl/sql developer 的编码格式: 在windows中创建一个名为“NLS_LANG”的系统环境变量,设置其值为“SIMPLIFIED CHINE
阅读全文
摘要:#+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ #pip install pandas #pip install openpyxl # # # #http://192.168.145.37:8090/natio
阅读全文
摘要:yum remove dockererror: rpmdb: BDB0113 Thread/process 14536/140712790841152 failed: BDB1507 Thread died in Berkeley DB libraryerror: db5 error(-30973)
阅读全文
摘要:正在处理83763行insert into huainan_datas values('2021-01-05 14:01:35','202003026A',2,'艾美汉信',654654,'3404220350032021010501','正阳关镇中心卫生院建设分院','批号:201904104的生
阅读全文
摘要:修改nginx反向代理请求的Header 需要使用到proxy_set_header和add_header指令。其中: proxy_set_header 来自内置模块ngx_http_proxy_module, 用来重定义发往代理服务器服务器的请求头。参考:https://blog.csdn.net
阅读全文
|