摘要:
1、Docker、Docker-Compose安装 https://www.cnblogs.com/a120608yby/p/9883175.html https://www.cnblogs.com/a120608yby/p/14582853.html 2、服务Docker-Compose配置 # 阅读全文
摘要:
1、nc命令安装 dnf install nc -y 2、通过socks 5代理连接服务器(10.10.10.30为代理服务器) ssh -o ProxyCommand="nc -X 5 -x 10.10.10.30:1080 %h %p" root@100.100.100.30 3、通过https 阅读全文