Linux小tricks

2年前 #学习笔记
1.修改本地dns服务器:/etc/resolv.conf 2.ssh证书连接简易操作: ssh-keygen -t rsa -b 2048 | 生成密钥对 ssh-copy-id username@......