79183671

Date: 2024-11-13 06:46:03
Score: 1.5
Natty:
Report link

You can kill a running port using:

npx kill-port 8080 for windows if you have npm. or taskkill /PID 2660 /F

for linux you can just run kill -9 $(lsof -t -i:8000)

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Infected