Skip to content

Instantly share code, notes, and snippets.

@kmkmjhyiiiu
Created September 16, 2020 02:38
Show Gist options
  • Save kmkmjhyiiiu/b95ee79623465d74f699754698fecc55 to your computer and use it in GitHub Desktop.
Save kmkmjhyiiiu/b95ee79623465d74f699754698fecc55 to your computer and use it in GitHub Desktop.
kill localhost php
sudo kill -9 $(lsof -t -i:8001 -sTCP:LISTEN)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment