Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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 
Comment

restart ssh mac

sudo systemctl restart ssh
Comment

PREVIOUS NEXT
Code Example
Shell :: find large files linux 
Shell :: redis flushall docker 
Shell :: how to check bluetooth driver version in ubuntu 
Shell :: "python -m venv venv" 
Shell :: git show last commit 
Shell :: brew install virtualbox 
Shell :: find out which procses is using port linux 
Shell :: how to install react router 
Shell :: how to change git remote origin 
Shell :: how to remove heroku from git 
Shell :: install npm ubuntu 
Shell :: heroku download database 
Shell :: clear bash history 
Shell :: linux restart command 
Shell :: compare two folders recursively linux 
Shell :: delete all docker images 
Shell :: check selinux status 
Shell :: bash date yesterday format 
Shell :: how to uninstall composer in ubuntu 
Shell :: bash if substring 
Shell :: check if docker is running 
Shell :: ubuntu open port 
Shell :: vim strip whitespace from beginning of every line 
Shell :: certbot renew 
Shell :: forever command not found 
Shell :: reset branch on local git 
Shell :: install keras anaconda jupyter notebook 
Shell :: ubuntu stop php 
Shell :: linux mesuare request time http 
Shell :: how to install virtualenv in ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
7+2 =