Horje
find which service is using port Code Example
find which service is using port
 netstat -aon | findstr<port_number>  

 tasklist | findstr 9260 




Shell

Related
pm2 describe process Code Example pm2 describe process Code Example
generate py file from ui Code Example generate py file from ui Code Example
git config gpg sign program Code Example git config gpg sign program Code Example
close all localhost connections Code Example close all localhost connections Code Example
how to check cpu temperature ubuntu Code Example how to check cpu temperature ubuntu Code Example

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