上一页 1 2 3 4 5 6 7 ··· 14 下一页
摘要: 搜索引擎🔍🌵🐡 中文搜索引擎 qwant.com(被墙) fsoufsou.com ecosia.org(重定向至bing) swisscows.com backdata.net 🪬 https://swisscows.com/ 🐡https://www.qwant.com/ 🌵http 阅读全文
posted @ 2023-06-25 12:03 Noleaf 阅读(228) 评论(0) 推荐(0) 编辑
摘要: 巡检小shell🐡 无外网情况下,输出蓝色为正常,输出红色为告警 #!/bin/bash #echo -e "\033[32m 输出蓝色为正常信息,输出红色为告警信息 \033[0m" #echo -e "\033[33m 输出蓝色为正常信息,输出红色为告警信息 \033[0m" #echo -e 阅读全文
posted @ 2023-06-09 14:31 Noleaf 阅读(38) 评论(0) 推荐(0) 编辑
摘要: expect批量免密登录🐝🐝🐾 一、准备工作 安装expect [root@k8s-node02 ~]# yum -y install expect 生成密钥对 [root@k8s-node02 ~]# ssh-keygen -t rsa -P '' -f ~/.ssh/id_rsa 二、批量 阅读全文
posted @ 2023-06-07 14:52 Noleaf 阅读(149) 评论(0) 推荐(0) 编辑
摘要: RockyLinux9.2升级内核🧣 elrepo官网:http://elrepo.org/tiki/HomePage ElRepo 是一个社区驱动的软件仓库,提供了一些额外的软件包和内核模块,特别是针对 Red Hat Enterprise Linux (RHEL) 和其基于衍生的发行版,如 C 阅读全文
posted @ 2023-05-30 18:18 Noleaf 阅读(1101) 评论(0) 推荐(0) 编辑
摘要: 检测CPU,内存,磁盘使用率shell 1.检测CPU,内存,磁盘使用率超过80%,则发送邮件告警 #!/bin/bash #当前主机ip HOST=$(ip a show eth0 | grep '\inet\b' | awk '{print $2}' | sed 's/\/.*//') #告警邮 阅读全文
posted @ 2023-05-30 09:33 Noleaf 阅读(197) 评论(0) 推荐(0) 编辑
摘要: CentOS 6 EOL如何切换源 原文链接:https://help.aliyun.com/document_detail/193569.htm?spm=a2c4g.151226.0.0.231356b5095MIf CentOS 6操作系统版本结束了生命周期(EOL),Linux社区已不再维护该 阅读全文
posted @ 2023-05-12 09:52 Noleaf 阅读(65) 评论(0) 推荐(0) 编辑
摘要: CentOS7编译安装OpenSSL3.1 1.下载Openssl源码包 官网:https://www.openssl.org/ [root@localhost ~]# wget https://www.openssl.org/source/openssl-3.1.0.tar.gz 2.解压安装 [ 阅读全文
posted @ 2023-05-11 16:52 Noleaf 阅读(2916) 评论(4) 推荐(1) 编辑
摘要: Windows漏洞更新地址 https://www.catalog.update.microsoft.com/ 例如修复编号:KB5025285 输入编号进行搜索 阅读全文
posted @ 2023-05-05 13:31 Noleaf 阅读(56) 评论(0) 推荐(0) 编辑
摘要: nmap 扫描目标网段主机操作系统 一、使用ping方式获取存活主机 [root@localhost ~]# vim pingos.sh #!/bin/bash #探测目标主机操作系统 addr="10.0.0."linfile="linuxos.list" winfile="windows.lis 阅读全文
posted @ 2023-04-20 13:01 Noleaf 阅读(321) 评论(0) 推荐(0) 编辑
摘要: Zabbix编译安装systemctl 启动文件 一.zabbix_server 1.修改zabbix_server.conf [root@localhost ~]# egrep -v "^#|^$" /usr/local/zabbix/etc/zabbix_server.conf LogFile= 阅读全文
posted @ 2023-04-18 09:56 Noleaf 阅读(898) 评论(0) 推荐(1) 编辑
上一页 1 2 3 4 5 6 7 ··· 14 下一页