上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 35 下一页
摘要: cd toolsyum install gitgit clone https://github.com/apache/rocketmq-docker.gitcd rocketmq-docker/sh build-image.sh RMQ-VERSION BASE-IMAGEcd image-buil 阅读全文
posted @ 2023-04-14 16:08 walkersss 阅读(122) 评论(0) 推荐(0) 编辑
摘要: https://github.com/docker/compose/releases/download/v2.17.2/docker-compose-linux-x86_64 1.下载安装包根据机器的架构选择具体的版本,更多的请参考官网 https://github.com/docker/compo 阅读全文
posted @ 2023-04-14 12:31 walkersss 阅读(2240) 评论(0) 推荐(0) 编辑
摘要: useradd ec2-userpasswd ec2-userusermod -G docker ec2-user vi /usr/share/polkit-1/actions/org.freedesktop.systemd1.policy <defaults> 60 <allow_any>yes< 阅读全文
posted @ 2023-04-11 12:19 walkersss 阅读(40) 评论(0) 推荐(0) 编辑
摘要: 环境要求 nodejs(7.6+)mongodb(2.6+)git 准备工作 清除yum命令缓存 sudo yum clean all 卸载低版本nodejs yum remove nodejs npm -y 安装nodejs,获取资源,安装高版本nodejs curl -sL https://rp 阅读全文
posted @ 2023-03-29 18:31 walkersss 阅读(159) 评论(0) 推荐(0) 编辑
摘要: 进入容器报错: operation not permitted : unknown nist@zq-node2:~$ docker exec -it 88 /bin/shOCI runtime exec failed: exec failed: unable to start container p 阅读全文
posted @ 2023-02-15 14:24 walkersss 阅读(1816) 评论(0) 推荐(0) 编辑
摘要: upstream timed out (110: Connection timed out) while reading response header from upstream, 在http下面加: proxy_http_version 1.1; proxy_set_header Connect 阅读全文
posted @ 2023-02-07 12:00 walkersss 阅读(909) 评论(0) 推荐(0) 编辑
摘要: 全部常用邮件端口25、109、110、143、465、995、993、994 全部常用邮件端口有:25、109、110、143、465、995、993等,常见各大邮箱协议和端口见下方 1)发邮件协议和端口: A.非加密端口: 25端口(SMTP):25端口为SMTP(Simple Mail Tran 阅读全文
posted @ 2023-01-29 22:07 walkersss 阅读(4312) 评论(0) 推荐(0) 编辑
摘要: mysql 8 安装好连接数据库遇到错误:ERROR 2026 (HY000): SSL connection error: protocol version mismatch。 错误2026(hy000):SSL连接错误:协议版本不匹配查询ssl配置mysql> show variables li 阅读全文
posted @ 2023-01-09 14:56 walkersss 阅读(4266) 评论(0) 推荐(0) 编辑
摘要: vi /etc/my.cnf #目标库[mysql] host=172.16.1.10user=rootpassword=xxxxxxxx #源数据库 [mysqldump]host=127.0.0.1user=rootpassword=xxxxxxxx ssl-mode=DISABLED #!/b 阅读全文
posted @ 2023-01-09 14:52 walkersss 阅读(89) 评论(0) 推荐(0) 编辑
摘要: SecureCRT的proxy的网络代理,可以跳出局域网,具体步骤如下: 1. 打开SecureCRT的软件界面,点击Options-->Global Options-->Firewall-->Add,如下图所示。 支持多种类型的代理,包括http / socks 等 2. 打开Session 连接 阅读全文
posted @ 2022-12-27 18:22 walkersss 阅读(1549) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 35 下一页