发布时间:2021-01-21 18:21:40
setup01准备一台系统为 CentOS7.X 的虚拟机或物理机,并安装完成 mysql、redis、nginx软件,简单 yum 安装即可,生产环境可寻求运维或DBA同学帮忙部署。curl -o/etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repocurl -o/etc/yum.repos.d/epel.repo http://mirrors.aliyun.c.........【阅读全文】
发布时间:2019-10-17 15:45:08
1、Openvas安装文档#系统版本为cat /etc/redhat-releaseCentOS Linux release 7.3.1611 (Core)#关闭SelinuxSELINUX=disabled#更新yum源yum -y update#安装Openvas依赖包wget -q -O - https://www.atomicorp.com/installers/atomic | sh#安装Openvas软件:systemctl enable redis && systemctl start&nbs.........【阅读全文】