2018年6月19日

CentOS7 关闭防火墙

摘要: https://blog.csdn.net/Post_Yuan/article/details/78603212 CentOS6关闭防火墙使用以下命令, CentOS7中若使用同样的命令会报错, 这是因为CentOS7版本后防火墙默认使用firewalld,因此在CentOS7中关闭防火墙使用以下命 阅读全文

posted @ 2018-06-19 17:48 不知道起啥名字 阅读(95) 评论(0) 推荐(0)

centos7 安装 wireshark

摘要: https://blog.csdn.net/brightming/article/details/49174663 1、安装 root安装: yum install wireshark yum install wireshark-gnome 2、启动 以普通用户启动wireshark:在Applic 阅读全文

posted @ 2018-06-19 17:30 不知道起啥名字 阅读(487) 评论(0) 推荐(0)

怎样查询局域网内其他电脑的IP地址?

摘要: 打开CMD 输入:for /L %i in (1,1,254) do ping -n 1 192.168.0.%i 其中192.168.0.改为你所在的网段 等待ping完成后 arp -a 既可显示所有在线的电脑加mac地址 或是在CMD输入:for /L %i in (1,1,254) do p 阅读全文

posted @ 2018-06-19 15:03 不知道起啥名字 阅读(1775) 评论(0) 推荐(0)

导航