摘要: 一、系统安装 #系统下载地址(系统不能选择最小Minimal最小化版本,需要CentOS-7-x86_64-DVD-2009.iso版本)https://mirrors.aliyun.com/centos/7.9.2009/isos/x86_64/?spm=a2c6h.25603864.0.0.37 阅读全文
posted @ 2024-09-10 17:26 大司徒 阅读(12) 评论(0) 推荐(0) 编辑
摘要: 环境: 1.Windows环境:Windows11 2.Linux环境:Ubuntu-22.04 3.U盘厂商:Kingston 4.rufus版本:rufus-4.5 5.ventoy版本:ventoy-1.0.99 一、使用rufus制作引导盘1.下载rufus因为我的操作系统是win11,所以 阅读全文
posted @ 2024-09-10 11:55 大司徒 阅读(13) 评论(0) 推荐(0) 编辑
摘要: 1、安装邮箱服务 yum -y install sendmail mailx 2、修改配置 set smtp=smtps://smtp.163.com set from=aaa@aaa.com #发送方 set smtp-auth-user=aaa@aaa.com #发送方用户名 set smtp- 阅读全文
posted @ 2024-07-30 09:20 大司徒 阅读(14) 评论(0) 推荐(0) 编辑
摘要: 一、下载安装包 https://downloads.mysql.com/archives/community/ 使用wget命令下载tar包 wget https://downloads.mysql.com/archives/get/p/23/file/mysql-server_5.7.42-1ub 阅读全文
posted @ 2024-07-26 11:41 大司徒 阅读(9) 评论(0) 推荐(0) 编辑
摘要: nginx-ingress官网 https://github.com/kubernetes/ingress-nginx Ingress里Nginx的代理流程: 1.部署ingress-nginx-controller 下载Ingress-Nginx部署文件确定版本首先确定版本:https://git 阅读全文
posted @ 2024-06-28 17:03 大司徒 阅读(16) 评论(0) 推荐(0) 编辑
摘要: Nessus简介 Nessus是十分强大的漏洞扫描器,内含最新的漏洞数据库,检测速度快,准确性高。 下载地址: https://www.tenable.com/downloads/nessus 一、安装 可以windows,linux,docker 等方式安装 本次采用docker方式安装 dock 阅读全文
posted @ 2024-05-09 15:00 大司徒 阅读(148) 评论(0) 推荐(0) 编辑
摘要: 一、软件介绍 Acunetix Web Vulnerability Scanner(简称AWVS)是一款知名的Web网络漏洞扫描工具,它通过网络爬虫测试你的网站安全,检测流行安全漏洞。AWVS官方网站是:http://www.acunetix.com/ 软件有window版本,linux版本,还可以 阅读全文
posted @ 2024-05-09 14:52 大司徒 阅读(2271) 评论(1) 推荐(0) 编辑
摘要: 官网 https://www.anaconda.com/ 一、下载 https://mirrors.tuna.tsinghua.edu.cn/anaconda/miniconda/?C=M&O=D ubuntu系统下载 Miniconda3-latest-Linux-x86_64.sh 二、安装 执 阅读全文
posted @ 2024-05-07 16:35 大司徒 阅读(102) 评论(0) 推荐(0) 编辑
摘要: 官网 https://waf-ce.chaitin.cn/ 1、安装雷池 在Linux系统上执行如下命令 (需要docker环境,提前把docker、docker-compose 装好) bash -c "$(curl -fsSLk https://waf-ce.chaitin.cn/release 阅读全文
posted @ 2024-03-21 15:53 大司徒 阅读(324) 评论(0) 推荐(0) 编辑
摘要: 先简要介绍下Resin,resin是java的web服务容器,和tomcat同等产品,性能比tomcat优秀。启动服务之后,一般会存在这几个端口:1、WatchDog(监听狗 哈哈)端口, 默认:66002、Server监听端口,默认:68003、应用的Http端口(可自定义),默认:8080说明: 阅读全文
posted @ 2024-03-08 11:28 大司徒 阅读(425) 评论(0) 推荐(0) 编辑