摘要: 一.安装httpd服务 实验环境: 1.虚拟机上网 2.安装国内yum源 CentOS 7wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo或者curl -o /etc/yum. 阅读全文
posted @ 2020-06-17 16:52 c易烊千玺 阅读(60) 评论(0) 推荐(0)
摘要: 一:账号安全控制 1.1:基本安全设置 [root@localhost ~]# cat /etc/passwd ##查看用户账号 [root@localhost ~]# grep "/sbin/nologin$" /etc/passwd [root@localhost ~]# useradd zha 阅读全文
posted @ 2020-06-16 22:26 c易烊千玺 阅读(100) 评论(0) 推荐(0)