Windows
netstat -ano | findstr "PID: <port>"
Then use taskkill
taskkill /pid <pid> /f
Unix
netstat -vanp tcp | grep <port>
Then use kill
sudo kill -9 <pid>
For further actions, you may consider blocking this person and/or reporting abuse
Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.
ashu-commits -
Vitali Sorenko -
Habil BOZALΔ° -
JetThoughts Dev -
Top comments (0)