Loading

摘要: edit config && add Port 2222 vi /etc/ssh/sshd_config 重启ssh服务 systemctl restart sshd.service 查看端口 sudo netstat -atlunp | grep sshd 阅读全文
posted @ 2021-01-11 13:39 ZJH_BLOGS 阅读(116) 评论(0) 推荐(0)
摘要: 设置当前代理 git config http.proxy http://127.0.0.1:2334 取消当前代理 git config --unset http.proxy 取消全局代理 git config --global --unset http.proxy 设置socks5代理 git c 阅读全文
posted @ 2021-01-11 13:38 ZJH_BLOGS 阅读(158) 评论(0) 推荐(0)