lsof -i :7000 | tail -n+1 | awk '{ print $2 }' | lsof -i :7000 | tail -n+2 | awk '{ print $2 }' | uniq | xargs kill -9