Last active
July 14, 2020 22:00
-
-
Save danielestevez/ec07abf6485aa04ac2b59d2b9eee2a27 to your computer and use it in GitHub Desktop.
Linux cool commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* 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