Horje
how to close sockets ubuntu Code Example
how to close sockets ubuntu
sudo netstat -ap | grep :<port_number> 
  
#The second line will contain the process id. e.g: 7838/python3 (7838 is the pid)
kill <pid>




Shell

Related
address already in use flask ubuntu Code Example address already in use flask ubuntu Code Example
pipenv an error occurred while installing psycopg2==2.8.4 Code Example pipenv an error occurred while installing psycopg2==2.8.4 Code Example
vestacp wordpress permissions Code Example vestacp wordpress permissions Code Example
how to install gatsby with typescript Code Example how to install gatsby with typescript Code Example
how to open appimage on arch Code Example how to open appimage on arch Code Example

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