先贴一下官方文档https://www.elastic.co/guide/en/beats/filebeat/6.6/filebeat-installation.html 我本次使用rpm的方式安装,与官方文档略有差异,记录如下: 配置input 安装成功之后,配置文件的路经在/etc/filebe ...
分类:
其他好文 时间:
2019-03-07 15:49:17
阅读次数:
333
基本过程如下:1、创建文本格式的用户名/密码列表文本中奇数行为用户名,偶数行为上一行中用户所对应的密码。如:执行以下操作添加两个用户mike、john,密码分别为123,456新建一个文本:输入用户名和密码:2、创建BerkeleyDB格式的数据库文件有了文本格式的用户名/密码列表文件后,以此文件作为数据源通过db_load工具创建BerkeleyDB格式的数据库文件:在db_load命令中,-f
分类:
其他好文 时间:
2019-03-01 15:29:43
阅读次数:
200
首先网络、防火墙方面的基本要求要满足,比如静态ip、防火墙是否可以通过ftp的流量。就可以开始搭建ftp服务器了,我们使用vsftpd这款ftp服务软件。(文中包含匿名访问及用户验证的相关配置,基于虚拟用户的配置将会在下一篇写)-----安装vsftpd并匿名访问:1、准备好vsftpd软件的安装包(系统盘里也有),安装vsftpd服务。安装以后执行systemctlstartvsftpd启动vs
分类:
其他好文 时间:
2019-03-01 12:59:43
阅读次数:
442
安装前准备 主机和系统 Host OS Memory IP bigdata001-dev Cent OS 7.4 x64 32G 192.168.1.1 bigdata002-dev Cent OS 7.4 x64 32G 192.168.1.2 bigdata003-dev Cent OS 7.4 ...
分类:
其他好文 时间:
2019-02-19 13:41:04
阅读次数:
231
Suppose there are 5 types of coins: 50-cent, 25-cent, 10-cent, 5-cent, and 1-cent. We want to make changes with these coins for a given amount of mone ...
分类:
其他好文 时间:
2019-02-08 10:25:11
阅读次数:
207
一.软件: jdk1.8 : jdk-8u181-linux-x64.tar.gz hadoop3.1.1:hadoop-3.1.1.tar.gz 二、工具: VMVare Fusion 10系列 一台cent os 6.5 x64 主机 三、安装步骤: 1.准备linux环境 1.1.修改主机名 ...
分类:
其他好文 时间:
2019-01-28 19:19:15
阅读次数:
181
Given a number of different denominations of coins (e.g., 1 cent, 5 cents, 10 cents, 25 cents), get all the possible ways to pay a target number of ce ...
分类:
其他好文 时间:
2019-01-19 11:27:05
阅读次数:
111
安装一台服务器:CentOS-7.4-x86_64-DVD-1708.iso root 密码:1 admin 密码:1 安装VMware Tools 制作镜像、挂载镜像、配置yum源: 1、dd if=/dev/cdrom of=/root/centos7.iso 2、mkdir /mnt/cent ...
分类:
其他好文 时间:
2019-01-11 11:33:48
阅读次数:
230
环境Cent OS 6.8 无外网 下载jdk: 1 在linux里执行curl下载 curl -O http://download.Oracle.com/otn-pub/java/jdk/7u79-b15/jdk-7u79-linux-x64.tar.gz 2 自己下进官网下jdk https:/ ...
分类:
系统相关 时间:
2019-01-11 11:33:39
阅读次数:
170
系统:cent os 第一个错误如图: 【ERROR KubeletVersion】:the kubelet version is higher than the control plane version. This is not a supportted version skew and may ...
分类:
其他好文 时间:
2019-01-03 00:01:19
阅读次数:
5211