摘要: 拉取镜像 下载地址 https://hub.docker.com/r/sonatype/nexus3 docker pull sonatype/nexus3 创建持久化目录 ` mkdir /data/nexus chmod 777 /data/nexus ` yml version: '3' se 阅读全文
posted @ 2025-01-02 15:39 小小青年 阅读(85) 评论(0) 推荐(0)
摘要: 扫描工具nessus ;扫描类型 Basic Network Scan 1. NFS Exported Share Information Disclosure `Description At least one of the NFS shares exported by the remote se 阅读全文
posted @ 2025-01-02 09:41 小小青年 阅读(112) 评论(0) 推荐(0)
摘要: 查看防火墙状态 [root@localhost ~]# systemctl status firewalld ● firewalld.service - firewalld - dynamic firewall daemon Loaded: loaded (/usr/lib/systemd/syst 阅读全文
posted @ 2025-01-02 09:40 小小青年 阅读(20) 评论(0) 推荐(0)
摘要: 组件概述 Kubernetes API 服务器验证并配置 API 对象的数据, 这些对象包括 pods、services、replicationcontrollers 等。 API 服务器为 REST 操作提供服务,并为集群的共享状态提供前端, 所有其他组件都通过该前端进行交互。 证书准备 创建下载 阅读全文
posted @ 2025-01-02 09:40 小小青年 阅读(115) 评论(0) 推荐(0)