04 2021 档案

摘要:一 awk主要是用来对指定对文本或者命令的输出逐行处理和分析的,下面来简单的看一下awk用法,方便以后需要使用的时候在回头看 1.1 基础的用法 [root@wxm ~]# cat test 1 zs 38 2 ls 39 3 ww 40 [root@wxm ~]# awk 'BEGIN {prin 阅读全文
posted @ 2021-04-15 14:10 伊铭(netease) 阅读(706) 评论(0) 推荐(0)
摘要:常用的tcp抓包命令如下所示 tcpdump tcp -i eth1 -t -s 0 -c 100 and dst port ! 22 and src net 192.168.1.0/24 -w ./target.cap (1)tcp: ip icmp arp rarp 和 tcp、udp、icmp 阅读全文
posted @ 2021-04-13 17:34 伊铭(netease) 阅读(106) 评论(0) 推荐(0)
摘要:一 centos如何安装kvm https://blog.csdn.net/yulsh/article/details/91790804 阅读全文
posted @ 2021-04-01 22:51 伊铭(netease) 阅读(44) 评论(0) 推荐(0)