hello.py
#!/usr/bin/env python # -*- coding: utf-8 -*- import socket import time def get_time(): return ti
...Read more...
数人世相逢,百年欢笑.
#!/usr/bin/env python # -*- coding: utf-8 -*- import socket import time def get_time(): return ti
...Read more...
apt install net-tools # ifconfig apt install iputils-ping # ping yum install iproute iproute-doc
...Read more...
#访问次数最多的IP netstat -ntu | tail -n +3 | awk '{ print $5}' | cut -d : -f 1 | sort | uniq -c| sort -
...Read more...
arp绑定IP arp -g 或 -a 查看 详细信息 arp -s 192.168.1.7&nbs
...Read more...