how to kill a process with linux
ps ux # list the running Process with PID
kill xxxx # hear xxxx is the process idsudo kill <PID>ps ux #list the running proccess
kill -9 <PID>
Also in C++:
- git undo comflicted merge
- terminal show running processes tree mac os
- Please install paramiko on your system. (sudo pip3 install paramiko)
- how to check laptop serial number in ubuntu
- npm run serve in background
- git add all except one file
- check if docker is installed ubuntu
- how to install jupyter in excel
- update composer on windows
- linux alias bashrc
- git go back to previous commit
- github actions cache apt packages
- gitflow atlassian
- cordova plugin install specific branch
- conda install keras gpu
- jupyter digits
- uniinstall nginx
- update node version debian
- ubuntu 20.04 install telegram
- laravel installer version
- how to access postgres CLI
- gitignore for django project
- github add image to readme
- Bash add pause prompt in a shell script with bash pause command