Skip to content

Instantly share code, notes, and snippets.

@123Daoxyz
Last active August 15, 2016 15:31
Show Gist options
  • Save 123Daoxyz/e6fc8edc6f329d60878f25c043f6557a to your computer and use it in GitHub Desktop.
Save 123Daoxyz/e6fc8edc6f329d60878f25c043f6557a to your computer and use it in GitHub Desktop.
shell snippets
# handy dirty funcs used frequently
```
- ps aux | grep mysqld | grep -v grep | awk '{print $2}' | xargs kill -9 ; #kill the programe by name
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment