Skip to content

Instantly share code, notes, and snippets.

@danielestevez
Last active July 14, 2020 22:00
Show Gist options
  • Save danielestevez/ec07abf6485aa04ac2b59d2b9eee2a27 to your computer and use it in GitHub Desktop.
Save danielestevez/ec07abf6485aa04ac2b59d2b9eee2a27 to your computer and use it in GitHub Desktop.
Linux cool commands
* Kills all process by name
```sudo kill -9 $(pidof middleman)```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment