Typer

Install Docker

For Docker : https://docs.docker.com/engine/install/ For Docter-Compose https://docs.docker.com/compose/install/linux/ Apply executable permissions to the binary: install Compose for all users:

SSH-ADD

0.Introduction ssh-add命令是把专用密钥添加到ssh-agent的高速缓存中,从而提高ssh的认证速度。该命令位置在/usr/bin/ssh-add。 1. Command Usage 2.Parameters 3.Open ssh-agent 4.Add RSA file to ssh-agent 5. Show Rsa files stored in ssh-agent […]

Scroll to Top