Gene Zhang
BlogTagsAbout
Published on
Wednesday, October 30, 2024

How to find (and kill) process using port 3000

Authors
  • avatar
    Name
    Gene Zhang
    Twitter
lsof -i tcp:3000
kill -9 <PID>
View on GitHub

Tags

mac

Previous Article

Why Does OAuth v2 Have Both Access and Refresh Tokens?

Next Article

How to navigate back and forward in VSCode
← Back to the blog
mailMailgithubGitHublinkedinLinkedin
Gene Zhang
•
© 2025
•
Gene Zhang's Blog
Tailwind Nextjs Theme