Skip to content

Instantly share code, notes, and snippets.

@tanftw
Created November 27, 2022 07:15
Show Gist options
  • Save tanftw/61eabe6e9ed2ef9900a7ee2320a2b249 to your computer and use it in GitHub Desktop.
Save tanftw/61eabe6e9ed2ef9900a7ee2320a2b249 to your computer and use it in GitHub Desktop.
Kill already run ports
fuser -k 3001/tcp 4000/tcp 3000/tcp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment