Common Errors
Docker
-
ERROR: Couldn't connect to Docker daemon at http+docker://localunixsocket - is it running?Add your current user to docker group then activates new permissions for docker group
sudo usermod -a -G docker $USER newgrp docker
Virtual machine
-
can't do
sshorscpto CentOS remote vmChange
PasswordAuthenticationin/etc/ssh/sshd_config'PasswordAuthentication no' # to 'PasswordAuthentication yes'then restart the service
sudo systemctl restart sshd