Horje
restart ssh service mac Code Example
restart ssh service mac
# stop it
sudo launchctl unload  /System/Library/LaunchDaemons/ssh.plist 
# start it
sudo launchctl load -w /System/Library/LaunchDaemons/ssh.plist 
restart ssh mac
sudo systemctl restart ssh




Shell

Related
zip command colab Code Example zip command colab Code Example
check services running on port linux Code Example check services running on port linux Code Example
clear ram cache ubuntu Code Example clear ram cache ubuntu Code Example
gh-pages Code Example gh-pages Code Example
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun Code Example xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun Code Example

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