Linux基于LDAP进行用户认证 https://blog.csdn.net/weixin_34109408/article/details/92310844 yum install -y openldap-clients nss-pam-l…
Linux的服务、程序
## 查看当前运行的服务: 1. **查看所有服务的状态**: 使用 `systemctl` 命令查看所有服务的状态: ```bash systemctl list-units --type=service ``` …
Linux script(录制) 命令
Linux script(录制) 命令 linux下有一个script工具,专门录制终端会话中所有输入输出结果,并存放到指定文件中。 创建日志存放目录 `mkdir /opt/operation_log` 设置用户登陆后自动录…
使用iptables设置端口敲门(port knocking)后转发
## 使用iptables设置端口敲门(port knocking)后转发 操作系统:CentOS7.6 ### 配置阿里YUM源: ``` curl -o /etc/yum.repos.d/CentOS-Base.repo https://mirr…