FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
Free stuck TCP ports in one command — without memorizing `lsof`, `fuser`, and `kill` pipelines
How-ToWeb Development

Free stuck TCP ports in one command — without memorizing `lsof`, `fuser`, and `kill` pipelines

via Dev.to WebdevBurak Boduroğlu3h ago

.portkill Free stuck TCP ports in one command — without memorizing lsof , fuser , and kill pipelines. The name reads like .portkill — a small, local dev utility (think .env -style prefix). The CLI binary is still portkill . Published on npm: @burakboduroglu/portkill — install with npm i -g @burakboduroglu/portkill or npx @burakboduroglu/portkill (see Install). When Node or another stack prints EADDRINUSE , .portkill shows who owns the port, lets you preview ( --dry-run ), then stops only what you intend — or opens a calm local web UI on loopback. Why .portkill Instead of… You get… Copy-pasting lsof / xargs / kill -9 One tool, clear output, safe defaults Guessing PIDs Process name + PID per port Accidentally nuking the wrong thing --dry-run first; --gui with browser confirm Another Electron app Node only; --gui is a tiny HTTP server on 127.0.0.1 / ::1 Install Registry page: npmjs.com/package/@burakboduroglu/portkill . npm i -g @burakboduroglu/portkill portkill --version No global instal

Continue reading on Dev.to Webdev

Opens in a new tab

Read Full Article
7 views

Related Articles

How to Back Up Your Android Phone (2026)
How-To

How to Back Up Your Android Phone (2026)

Wired • 3h ago

Mining the deep ocean
How-To

Mining the deep ocean

Ars Technica • 3h ago

CA 08 - Sort 0s, 1s, and 2s
How-To

CA 08 - Sort 0s, 1s, and 2s

Dev.to • 4h ago

PDF to LaTeX Conversion: Why It's Hard and What Actually Works
How-To

PDF to LaTeX Conversion: Why It's Hard and What Actually Works

Dev.to Tutorial • 5h ago

The Art of Motivation and Inspiration ✨
How-To

The Art of Motivation and Inspiration ✨

Medium Programming • 6h ago

Discover More Articles