04 2020 档案

摘要:Dcoker-compose一键部署Nexus 创建配置文件 mkdir -p /opt/nexus/data chown 200:200 -R /opt/nexus/data cat > /opt/nexus/docker-compose.yml<<'EOF' version: '3.7' ser 阅读全文
posted @ 2020-04-21 16:31 LeoShi2020 阅读(354) 评论(0) 推荐(0) 编辑
摘要:Docker compose一键部署gitlab 创建配置文件 ` END 阅读全文
posted @ 2020-04-21 14:18 LeoShi2020 阅读(1212) 评论(0) 推荐(0) 编辑
摘要:"pip 安装参考本文" https://www.cnblogs.com/leoshi/p/12742195.html 一键安装脚本 查看安装后的版本 END 阅读全文
posted @ 2020-04-21 09:02 LeoShi2020 阅读(2209) 评论(0) 推荐(0) 编辑
摘要:END 阅读全文
posted @ 2020-04-21 08:44 LeoShi2020 阅读(214) 评论(0) 推荐(0) 编辑
摘要:COPY COPY ADD ADD 同COPY带解压缩功能,不推荐使用 CMD 启动脚本 只允许使用一次 CMD ./startup.sh 只允许使用一次,多个CMD只执行最后一条 CMD ./startup.sh CMD systemctl start mysql ENTRYPOINT \ "\" 阅读全文
posted @ 2020-04-20 22:03 LeoShi2020 阅读(221) 评论(0) 推荐(0) 编辑
摘要:需要部署的网页 查看镜像 运行自定义的容器 Dockerfile上下文 在当前目录下打包给docker进程,需要将所有待打包文件放置在此路径下 修改配置文件 END 阅读全文
posted @ 2020-04-20 19:51 LeoShi2020 阅读(231) 评论(0) 推荐(0) 编辑
摘要:END 阅读全文
posted @ 2020-04-20 06:29 LeoShi2020 阅读(167) 评论(0) 推荐(0) 编辑
摘要:后台启动tomcat p 主机端口:容器端口 查看容器 删除容器 停止容器 容器的启动和重启 进入容器 删除所有已停止的容器 END 阅读全文
posted @ 2020-04-20 06:27 LeoShi2020 阅读(150) 评论(0) 推荐(0) 编辑
摘要:获取镜像 [root@Proxy ~]# docker pull tomcat Using default tag: latest latest: Pulling from library/tomcat 7e2b2a5af8f6: Pull complete 09b6f03ffac4: Pull c 阅读全文
posted @ 2020-04-20 05:55 LeoShi2020 阅读(206) 评论(0) 推荐(0) 编辑
摘要:安装源 yum install -y yum-utils yum-config-manager --add-repo http://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo 安装程序包 yum -y install docker 阅读全文
posted @ 2020-04-19 22:34 LeoShi2020 阅读(722) 评论(0) 推荐(0) 编辑
摘要:END 阅读全文
posted @ 2020-04-19 10:01 LeoShi2020 阅读(478) 评论(0) 推荐(0) 编辑
摘要:Oracle默认用户 sys 相当于linux root账户权限最大的用户 用来维护系统信息和管理实例 动态视图 system 默认系统管理员,管理数据库用户、权限、存储等 SCOTT 示范账户 END 阅读全文
posted @ 2020-04-16 14:19 LeoShi2020 阅读(546) 评论(0) 推荐(0) 编辑
摘要:请安装无线特性包 END 阅读全文
posted @ 2020-04-16 13:20 LeoShi2020 阅读(670) 评论(0) 推荐(0) 编辑
摘要:END 阅读全文
posted @ 2020-04-14 15:52 LeoShi2020 阅读(839) 评论(0) 推荐(0) 编辑
摘要:END 阅读全文
posted @ 2020-04-14 15:03 LeoShi2020 阅读(1136) 评论(0) 推荐(0) 编辑
摘要:移动硬盘弹出时报错 在此推出移动硬盘正常 END 阅读全文
posted @ 2020-04-13 06:56 LeoShi2020 阅读(12263) 评论(0) 推荐(0) 编辑
摘要:Logitech Master 有的时候连不上Mac重置蓝牙模块 shift+option 点击蓝牙logo END 阅读全文
posted @ 2020-04-12 07:59 LeoShi2020 阅读(897) 评论(0) 推荐(0) 编辑
摘要:swap空间不足需要扩充 END 阅读全文
posted @ 2020-04-11 15:28 LeoShi2020 阅读(1713) 评论(0) 推荐(0) 编辑
摘要:华为 5500 V5开启snmp v2 密码规则 Suggestion: Password does not conform to the rules. A password must meet the following requirements: 1. Length is from 6 to 3 阅读全文
posted @ 2020-04-10 11:19 LeoShi2020 阅读(621) 评论(0) 推荐(0) 编辑
摘要:Cisco MDS 9148S 开启SNMP END 阅读全文
posted @ 2020-04-10 10:26 LeoShi2020 阅读(540) 评论(0) 推荐(0) 编辑
摘要:安装组件 UDP端口测试 阅读全文
posted @ 2020-04-10 06:32 LeoShi2020 阅读(5082) 评论(0) 推荐(0) 编辑
摘要:NginxStatus详解 active connections – 活跃的连接数量 server accepts handled requests — 总共处理了43个连接 , 成功创建43次握手, 总共处理了72个请求 reading — 读取客户端的连接数. writing — 响应数据到客户 阅读全文
posted @ 2020-04-08 16:00 LeoShi2020 阅读(299) 评论(0) 推荐(0) 编辑
摘要:Zabbix警告 END 阅读全文
posted @ 2020-04-08 15:53 LeoShi2020 阅读(774) 评论(0) 推荐(0) 编辑
摘要:END 阅读全文
posted @ 2020-04-08 13:30 LeoShi2020 阅读(876) 评论(0) 推荐(0) 编辑
摘要:1. 行首行位去除空格 [root@Proxy ~]# echo " A BC " | awk '$1=$1' A BC 2. 指定分割符 输入为FS 输出为OFS awk -F '/' 或 awk -v FS awk -v FS='/' -v OFS=':' '{print $1,$2}' 将输入 阅读全文
posted @ 2020-04-08 13:13 LeoShi2020 阅读(1021) 评论(0) 推荐(0) 编辑
摘要:查看内存插槽使用情况 内存最大支持 内存频率 阅读全文
posted @ 2020-04-08 12:52 LeoShi2020 阅读(168) 评论(0) 推荐(0) 编辑
摘要:END 阅读全文
posted @ 2020-04-07 08:14 LeoShi2020 阅读(501) 评论(0) 推荐(0) 编辑
摘要:查看当前版本 下载源码包并安装 备份原始文件 升级后版本 END 阅读全文
posted @ 2020-04-04 11:31 LeoShi2020 阅读(3432) 评论(1) 推荐(2) 编辑

点击右上角即可分享
微信分享提示