Horje
how to close serveice on perticular port number Code Example
how to close serveice on perticular port number
# It  gives PID of the service
netstat -ano | findstr :<Port>

# Kill the process using PID
taskkill /PID <PID> /F




Shell

Related
pull changes from dev to remote ranch without merging branch Code Example pull changes from dev to remote ranch without merging branch Code Example
almofire  pod install Code Example almofire pod install Code Example
mdi 5.6.55 Code Example mdi 5.6.55 Code Example
bash command substitution Code Example bash command substitution Code Example
bash use cat in sed command Code Example bash use cat in sed command Code Example

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