Last active
June 7, 2022 13:15
-
-
Save chege-kimaru/ae97fb991004030c5013bfc5986766d2 to your computer and use it in GitHub Desktop.
kill process running a port command
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
kill process on port - sudo kill -9 $(lsof -t -i:4200 -sTCP:LISTEN) | |
fix partition - ntfsfix /dev/sda8 | |
mount partition - sudo mount -t ntfs-3g -o rw /dev/sda8 /media/kevin | |
shorten cmd path - PROMPT_DIRTRIM=1 | |
docker system df | |
docker system prune --volumes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment