2023年2月16日
摘要: 1、Docker、Docker-Compose安装 https://www.cnblogs.com/a120608yby/p/9883175.html https://www.cnblogs.com/a120608yby/p/14582853.html 2、服务Docker-Compose配置 # 阅读全文
posted @ 2023-02-16 12:38 a120608yby 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2023-02-16 11:51 a120608yby 阅读(548) 评论(0) 推荐(0) 编辑