上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 34 下一页
摘要: 通过docker logs命令可以查看容器的日志 命令格式:$ docker logs [OPTIONS] CONTAINER Options: --details 显示更多的信息 -f, --follow 跟踪实时日志 --since string 显示自某个timestamp之后的日志,或相对时 阅读全文
posted @ 2021-03-04 19:41 walkersss 阅读(1732) 评论(0) 推荐(0) 编辑
摘要: wenbo.conf upstream wenbo-risk-80 { ip_hash; server 172.23.10.100:4500 max_fails=3 fail_timeout=15s; server 172.23.10.101:4500 max_fails=3 fail_timeou 阅读全文
posted @ 2021-03-04 19:38 walkersss 阅读(54) 评论(0) 推荐(0) 编辑
摘要: docker swarm 删除节点 (解散集群) 排空节点上的集群容器 。docker node update --availability drain g36lvv23ypjd8v7ovlst2n3yt 主动离开集群,让节点处于down状态,才能删除docker swarm leave 删除指定节 阅读全文
posted @ 2021-02-26 15:22 walkersss 阅读(4285) 评论(0) 推荐(1) 编辑
摘要: Docker swarm 初始化swarm manager并制定网卡地址docker swarm init --advertise-addr 192.168.10.117 强制删除集群,如果是manager,需要加–forcedocker swarm leave --forcedocker node 阅读全文
posted @ 2021-02-26 14:59 walkersss 阅读(129) 评论(0) 推荐(0) 编辑
摘要: URL:https://git-scm.com/download/win 在工程目录里 右键 git bash here git config --global user.name "xinghuarong"git config --global user.email "it@szhuarong.c 阅读全文
posted @ 2021-02-25 12:21 walkersss 阅读(50) 评论(0) 推荐(0) 编辑
摘要: URL:https://git-scm.com/download/win 在代码工程目录里 右键 git bash here git config --global user.name "xinghuarong"git config --global user.email "it@szhuarong 阅读全文
posted @ 2021-02-25 10:39 walkersss 阅读(2069) 评论(0) 推荐(0) 编辑
摘要: 相信很多使用sql2000,mssql的朋友都对日志文件过大严重影响数据库运行,数据文件只有1G,但长期的数据库日志文件却有10G了,因为数据比较重要,有些手段又不好使用. 因为使用收缩数据库并不好使用.收缩日志文件也没有多大效果.笔者这里介绍一个最安全的减小mssql数据库日志文件的方法: 1.首 阅读全文
posted @ 2021-02-02 16:08 walkersss 阅读(1239) 评论(0) 推荐(0) 编辑
摘要: 下载安装包mysql-8.0.23-1.el7.x86_64.rpm-bundle.tar。wget https://dev.mysql.com/get/Downloads/MySQL-8.0/mysql-8.0.23-1.el7.x86_64.rpm-bundle.tar 解压安装包tar -xv 阅读全文
posted @ 2021-01-28 14:30 walkersss 阅读(2980) 评论(0) 推荐(0) 编辑
摘要: 戴尔 DELL R720 LED指示灯错误代称含义: 特定的系统组件 name组件号 number位置 bay AMP0302> The system board <name> current is greater than the upper warning threshold.> 系统板 <na 阅读全文
posted @ 2021-01-26 11:31 walkersss 阅读(2890) 评论(0) 推荐(0) 编辑
摘要: 直接clone工程使用简单、方便更新,不过要安装有git。 git clone git://github.com/oldratlee/useful-scripts.git cd useful-scripts # 使用Release分支的内容git checkout release # 更新脚本git 阅读全文
posted @ 2021-01-25 11:59 walkersss 阅读(785) 评论(0) 推荐(0) 编辑
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 34 下一页