To be a better coder
发布时间:2019-11-12 10:53:00
1,查看自启动服务?systemctl list-unit-files --type service |grep enabled 2,查看某服务的开机启动状态?systemctl list-unit-files --type service |grep service_name 3,启动(关闭,重启,查看)某个服务?(centos6系统):service service_name (start|st.........【阅读全文】
发布时间:2019-11-06 15:14:05
设置端口混杂模式:ifconfig eth0 promisc设置混杂ifconfig eth0 -promisc 取消混杂网卡工作模式有4种,分别是:广播(Broadcast)模式多播(Multicast)模式单播模式(Unicast)混杂模式(Promiscuous)。......【阅读全文】