上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 34 下一页
摘要: 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 阅读(38) 评论(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 阅读(143) 评论(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 阅读(1562) 评论(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 阅读(788) 评论(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 阅读(3586) 评论(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 阅读(3880) 评论(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 阅读(86) 评论(0) 推荐(0) 编辑
摘要: SecureCRT的proxy的网络代理,可以跳出局域网,具体步骤如下: 1. 打开SecureCRT的软件界面,点击Options-->Global Options-->Firewall-->Add,如下图所示。 支持多种类型的代理,包括http / socks 等 2. 打开Session 连接 阅读全文
posted @ 2022-12-27 18:22 walkersss 阅读(1277) 评论(0) 推荐(0) 编辑
摘要: 1. 准备工作1.1. 数据库名称xxx项目1.2. 操作系统Win Server 2008 - R21.3. 数据库类型MS-SqlServer2008 R2 (RTM) - 10.50.1600.1 (X64)1.4. 恢复介质文件数据库备份模式:增量备份备份文件:4.17 (全量-周日 )-- 阅读全文
posted @ 2022-12-24 14:38 walkersss 阅读(899) 评论(0) 推荐(0) 编辑
摘要: show processlist; kill pid show OPEN TABLES WHERE in_use>0; 异常描述:Caused by: com.mysql.cj.jdbc.exceptions.MySQLTransactionRollbackException: Lock wait 阅读全文
posted @ 2022-12-21 10:40 walkersss 阅读(2292) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 34 下一页