Sun Nov 27 2022 11:34:43 GMT+0000 (UTC)
Saved by @eneki
#First run this, to get port information (with the port you want to kill) sudo lsof -i :3000. #Then run this, with <PID> replaced by the value in the column returned by previous command. kill -9 <PID>
Copy this HTML code:
Preview:
open_in_newInstructions on embedding in Medium
Comments