摘要: # 将 SELinux 设置为宽容模式 sudo setenforce Permissive sudo vi /etc/selinux/config SELINUX=permissive # 关闭系统防火墙服务 sudo systemctl stop firewalld.service sudo s 阅读全文
posted @ 2024-06-07 16:21 f0rsaken 阅读(5) 评论(0) 推荐(0) 编辑
摘要: ```bash sudo yum -y install yum-utils sudo yum-builddep -y python3 sudo yum -y install epel-release sudo yum -y install openssl11 openssl11-devel curl 阅读全文
posted @ 2023-01-11 12:50 f0rsaken 阅读(66) 评论(0) 推荐(0) 编辑
摘要: ```bash sudo setenforce Permissive sudo vi /etc/selinux/config SELINUX=permissive sudo systemctl stop firewalld.service sudo systemctl disable firewal 阅读全文
posted @ 2022-10-21 17:38 f0rsaken 阅读(63) 评论(0) 推荐(0) 编辑
摘要: ```bash Usage: sslciphercheck.exe -h -p -u -c -i -t -m -s -n 选项: -h, --host=VALUE 主机 -p, --port=VALUE 端口 -u, --url=VALUE URL -s, --supported 仅显示支持的密码 阅读全文
posted @ 2022-02-08 16:43 f0rsaken 阅读(353) 评论(0) 推荐(0) 编辑
摘要: 在基于 Intel 的 Mac 上,您可以在启动时使用 Command-R 来重新安装最新安装的 macOS 的当前版本。 Command Line Tools (CLT) for Xcode xcode-select --install VMware Player & CentOS 7.9 Gue 阅读全文
posted @ 2021-04-02 17:49 f0rsaken 阅读(149) 评论(0) 推荐(0) 编辑
摘要: Acunetix Web Vulnerability Scanner - Test websites http://www.vulnweb.com/ AlmaLinux https://almalinux.org/zh-hans/ Altoro Mutual https://demo.testfir 阅读全文
posted @ 2021-04-02 17:46 f0rsaken 阅读(666) 评论(0) 推荐(0) 编辑
摘要: 检查 General Log 输出目标 SHOW GLOBAL VARIABLES LIKE 'log_output'; # Type: Set # Default Value: FILE # Valid Values: TABLE, FILE, NONE # 值 TABLE 将输出目标设置为 my 阅读全文
posted @ 2021-04-02 17:45 f0rsaken 阅读(232) 评论(0) 推荐(0) 编辑
摘要: # 以root权限执行以下操作 # 添加用户 useradd vbird # 为用户设置密码 passwd vbird # Changing password for user vbird. # New password: ****** # Retype new password: ****** # 阅读全文
posted @ 2021-04-02 17:42 f0rsaken 阅读(160) 评论(0) 推荐(0) 编辑
摘要: sudo setenforce Permissive sudo vi /etc/selinux/config SELINUX=permissive sudo systemctl stop firewalld.service sudo systemctl disable firewalld.servi 阅读全文
posted @ 2021-04-02 17:41 f0rsaken 阅读(121) 评论(0) 推荐(0) 编辑
摘要: ```bash sudo setenforce Permissive sudo vi /etc/selinux/config SELINUX=permissive sudo systemctl stop firewalld.service sudo systemctl disable firewal 阅读全文
posted @ 2021-04-02 17:39 f0rsaken 阅读(102) 评论(0) 推荐(0) 编辑