kill app at port
#To list any process listening to the port 8080:
lsof -i:8080
#To kill any process listening to the port 8080:
kill $(lsof -t -i:8080)
#or more violently:
kill -9 $(lsof -t -i:8080)
kill app at port
#To list any process listening to the port 8080:
lsof -i:8080
#To kill any process listening to the port 8080:
kill $(lsof -t -i:8080)
#or more violently:
kill -9 $(lsof -t -i:8080)
killing a port mac
kill -9 <PID>
cli kill what is listening on port
kill $(lsof -t -i:53) #Kill the process listening on port 53
include script in html
<script type="text/javascript" src="/path/to/script.js"></script>
how to link your js file to html
<script src="index.js"></script>
how to link javascript to html
<script src="PathToYourFile.js"> </script>
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