摘要: cut 命令从文件的每一行剪切字节、字符和字段并将这些字节、字符和字段写至标准输出。 cut –b 剪切单个字节。 [root@centos7 ~]# cat aa.txt 111 222 333 444 555 [root@centos7 ~]# [root@centos7 ~]# cut -b 阅读全文
posted @ 2020-10-18 22:47 pwcc 阅读(156) 评论(0) 推荐(0)
摘要: ELK7日志分析系统安装准备: ELK6:默认安装它是开放访问的,需要xpack之类的才能启用认证 ELK7默认开启安全认证功能 环境 系统Centos7 关闭防火墙、selinux Centos7阿里yum源 curl -o /etc/yum.repos.d/CentOS-Base.repo ht 阅读全文
posted @ 2020-10-18 21:57 pwcc 阅读(289) 评论(0) 推荐(0)
摘要: 1 网卡的高级命令: 命令mil-tool 用以查看网卡状态: mil-tool eth0 命令ethtool 命令可以查看网卡设置: ethtool etho 查看网卡物理特性 ethtool -I eth0 查看网卡驱动信息 ethtool -S eth0 查看网卡状态 2 多网卡绑定 2-1  阅读全文
posted @ 2020-10-18 16:27 pwcc 阅读(411) 评论(0) 推荐(0)