Horje
stop port Code Example
windows kill port
netstat -ano | findstr :3001
taskkill /PID <yourid> /F
close all localhost connections
netstat -ano | findstr :yourPortNumber

taskkill /PID typeyourPIDhere /F
stop port
kill -9 $(sudo lsof -t -i:'portName')
//Ex. if portname is 3000
//then we will execute "kill -9 $(sudo lsof -t -i:3000)"




Shell

Related
set alias in ubuntu Code Example set alias in ubuntu Code Example
install magento 2 command line composer Code Example install magento 2 command line composer Code Example
install twilio Code Example install twilio Code Example
download nextcloud Code Example download nextcloud Code Example
get size of file linux Code Example get size of file linux Code Example

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