摘要: Cannot find module (*****************): At line 1 in (none) 出现此错误即net-snmp在MIB search path中找不到对应的mib模块,这时需要先确定当前系统的mib文件路径,一般为/root/.snmp/mibs:/usr/sh 阅读全文
posted @ 2022-10-31 17:06 小阿里 阅读(380) 评论(0) 推荐(0)
摘要: 1、安装源文件所使用的python版本 2、安装pyinstxtractor.py文件,使用python pyinstxtractor.py ”二进制文件“,将编译后的文件解包成“二进制文件__extracted”文件夹 3、pip install uncompyle6 安装uncompyle6工具 阅读全文
posted @ 2022-05-27 11:44 小阿里 阅读(306) 评论(0) 推荐(0)
摘要: 1、使用firefox --marionette 打开一个带有marionette远程协议连接的浏览器窗口 2、使用geckodriver --connect-existing 连接第一步打开的浏览器实例,并生成一个http api的webdriver协议服务 3、在selenium里面使用webd 阅读全文
posted @ 2022-05-17 15:26 小阿里 阅读(1545) 评论(0) 推荐(0)
摘要: 在正常电脑win10上使用 certutil -generateSSTFromWU e:\roots.sst 导出证书为microsoft系统证书存储区文件; 在windows xp 上运行certmgr.msc打开证书管理器,在受信任的根证书右键——>所有任务——>导入证书选择上述文件,不停点击确 阅读全文
posted @ 2022-05-02 10:48 小阿里 阅读(1140) 评论(0) 推荐(0)
摘要: 由于php7.2在zabbix 6.0中无法导入xml的模板,需要安装7.4版本的 ./configure --prefix=/usr/local/php --enable-gd --enable-fpm --enable-mysqlnd --with-zlib --with-bz2 --with- 阅读全文
posted @ 2022-03-07 17:14 小阿里 阅读(77) 评论(0) 推荐(0)
摘要: 准备两台主机:10.10.1.221, 10.10.1.222 。并且关掉防火墙和selinux。 Weave安装: 下载weave安装脚本,按照Installing Weave Net 下载地址:https://cloud.189.cn/web/share?code=IvY7vyUFvQJr cu 阅读全文
posted @ 2021-12-31 00:50 小阿里 阅读(499) 评论(0) 推荐(0)
摘要: 1.23.0所需镜像安装地址:redcatdocker's Profile | Docker Hub,下载后打tag 安装 kubeadm 1准备工作 禁用交换分区:/etc/fstab注释swap行,并swapoff -a 2确保mac和product_uuid的唯一性: 3允许iptables检 阅读全文
posted @ 2021-12-21 13:56 小阿里 阅读(65) 评论(0) 推荐(0)
摘要: Minikube 是单节点的k8s部署工具。 指导文档:https://minikube.sigs.k8s.io/docs/start/ 此次是在linux上docker in docker的安装方式,即minikube start --driver=docker 预前准备:1、2核CPU及以上 2 阅读全文
posted @ 2021-11-09 13:43 小阿里 阅读(2032) 评论(0) 推荐(0)
摘要: 指导文档:Harbor docs | Harbor Installation and Configuration (goharbor.io) 1、 安装前的需求:安装前的需求: CPU 最少2核 建议4核 内存 最少4G 建议8G 硬盘 最少40G 建议160G Docker引擎 17.06.0-c 阅读全文
posted @ 2021-10-27 12:01 小阿里 阅读(516) 评论(0) 推荐(0)
摘要: 1、使用systemctl edit docker编辑docker的systemd文件新加一监听端口,如下所示 [Service]ExecStart=ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd 阅读全文
posted @ 2021-10-19 14:52 小阿里 阅读(744) 评论(0) 推荐(0)