how to stop a website running on port 8000 or any other port
$ lsof -i TCP:8000 | grep LISTEN #take the number on the second column ex. 794, replace the port number if needed
kill -9 PID_TO_KILL # replace PID_TO_KILL with the number from above
how to stop a website running on port 8000 or any other port
$ lsof -i TCP:8000 | grep LISTEN #take the number on the second column ex. 794, replace the port number if needed
kill -9 PID_TO_KILL # replace PID_TO_KILL with the number from above
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us