摘要: CentOS7 FTP安装与配置 1、FTP的安装 #安装 yum install -y vsftpd #设置开机启动 systemctl enable vsftpd.service #启动 systemctl start vsftpd.service #停止 systemctl stop vsft 阅读全文
posted @ 2021-12-13 21:46 罗斯大人 阅读(263) 评论(0) 推荐(0)
摘要: Linux病毒扫描工具ClamAV(Clam AntiVirus)安装使用 一、简介 ClamAV(Clam AntiVirus)是Linux平台上的开源病毒扫描程序,主要应用于邮件服务器,采用多线程后台操作,可以自动升级病毒库。 二、安装 安装epel软件源 # 安装 [root@localhos 阅读全文
posted @ 2021-12-13 21:40 罗斯大人 阅读(856) 评论(0) 推荐(0)
摘要: CentOS 7 下安装 Elasticsearch集群 vim /etc/yum.repos.d/elasticsearch.repo [elasticsearch] name=Elasticsearch repository for 7.x packages baseurl=https://ar 阅读全文
posted @ 2021-12-06 09:31 罗斯大人 阅读(240) 评论(0) 推荐(0)