Killing multiple processes through word matching
I needed to kill something running in ubuntu. saw many processes. the key programs used is ps, grep, and kill. kill -9 `ps -ef|grep -v […]
I needed to kill something running in ubuntu. saw many processes. the key programs used is ps, grep, and kill. kill -9 `ps -ef|grep -v […]
Working on a new USB device. basically instead of a usb memory card reader/writer, it’s a usb RAM reader/writer. Why on earth would you want […]
Copyright © 2024 | WordPress Theme by MH Themes