Just Notes
Kill all process by username
ps aux | grep <USERNAME> | tr -s ' ' | cut -d ' ' -f 2 | xargs sudo kill -9 {}
Older Post
Home