Horje
kill all process at port Code Example
kill port
kill -9 $(sudo lsof -t -i:8080)
kill all process at port
lsof -ti tcp:2525 | xargs kill




Shell

Related
how to give all permission to a directory in linux Code Example how to give all permission to a directory in linux Code Example
uninstall scikit learn anaconda Code Example uninstall scikit learn anaconda Code Example
create a ssh key Code Example create a ssh key Code Example
how to get server ip address centos Code Example how to get server ip address centos Code Example
ubuntu generate ssh key Code Example ubuntu generate ssh key Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
12