Horje
how to kill a service based on port number on mac Code Example
how to kill a service based on port number on mac
lsof -P | grep ':PortNumber' | awk '{print $2}' | xargs kill -9




Shell

Related
uninstall appx Code Example uninstall appx Code Example
powershell password encryption in script Code Example powershell password encryption in script Code Example
how to deploy to netlify using git bash Code Example how to deploy to netlify using git bash Code Example
make only one digit input box Code Example make only one digit input box Code Example
Make a backup of the database with SSH Code Example Make a backup of the database with SSH Code Example

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