网络扫描nmap
sudo apt-get install nmap
$nmap -v -sT 192.168.1.0/24 --open
$nmap -v -sT 10.10.0.0/16 -p 6379 --open 扫某个端口