一、mac 查看指定端口被谁占用并杀死该进程
1、 查看占用某个端口的进程(如8080)
lsof -i:8080
2、查看node的进程
ps aux | grep node
3、根据进程id杀进程(如PID为1412)
kill 1412
修改hosts
sudo vim /etc/hosts
centos查看公网ip
curl ifconfig.me
lsof -i:8080
ps aux | grep node
kill 1412
修改hosts
sudo vim /etc/hosts
curl ifconfig.me