Skip to content

Instantly share code, notes, and snippets.

@albertogalca
Created April 15, 2019 13:25
Show Gist options
  • Save albertogalca/4ff9bda6d4710581499628c2d09e58a9 to your computer and use it in GitHub Desktop.
Save albertogalca/4ff9bda6d4710581499628c2d09e58a9 to your computer and use it in GitHub Desktop.
sudo lsof -P | grep ':80' | awk '{print $2}' | xargs kill -9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment