摘要: 1 虚拟机配置 如果选择最小安装,会没有ifconfig和vim,需要安装 # ifconfig yum provides ifconfig yum install net-tools ​ # vim yum -y install vim* # wget yum -y install wget #  阅读全文
posted @ 2021-12-14 19:36 看见小行星 阅读(88) 评论(0) 推荐(0) 编辑
摘要: flume配置 Flume source 的四种type # 1. spooldir a1.sources.r1.type = spooldir al.sources.r1.spoolDir = PATH #d:/home/soft # 2. NetCat Source a1.sources.r1. 阅读全文
posted @ 2021-12-14 19:22 看见小行星 阅读(169) 评论(0) 推荐(0) 编辑
摘要: 基本准备 关闭防火墙 systemctl stop firewalld.service systemctl disable firewalld.service 关闭selinux vim /etc/selinux/config # SELIUNX改为 disabled SELIUNX=disable 阅读全文
posted @ 2021-12-14 19:17 看见小行星 阅读(95) 评论(0) 推荐(0) 编辑