Last active
August 10, 2021 15:30
-
-
Save nicolasramy/ea8f5b70abc23f136553 to your computer and use it in GitHub Desktop.
[DRAFT] Useful commands and alias
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
| # Shell | |
| ## Nohup | |
| To run command silently | |
| nohup command-with-options & | |
| ## Kill | |
| To kill a program base on its PROCESS_NAME (don't work perfectly and could be dangerous for some PROCESS_NAME) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment