Skip to content

Instantly share code, notes, and snippets.

@stablexbt
Created February 12, 2026 12:39
Show Gist options
  • Select an option

  • Save stablexbt/3e17490d7683ac76d712338b4d3a5edd to your computer and use it in GitHub Desktop.

Select an option

Save stablexbt/3e17490d7683ac76d712338b4d3a5edd to your computer and use it in GitHub Desktop.
process manager

Processes

top

lsof -i:PORT

kill -9 PSID

nohup cmd &> output &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment