上一页 1 2 3 4 5 6 7 8 9 ··· 13 下一页
摘要: 1. 基础环境规划: 主机名 IP地址 节点说明 k8s-node01 192.168.1.154 node1节点 k8s-node02 192.168.1.155 node2节点 master01 192.168.1.151 master1节点 master02 192.168.1.152 mas 阅读全文
posted @ 2021-04-19 15:15 陈雷雷 阅读(6258) 评论(9) 推荐(0)
摘要: #命令行优化: echo "export PS1='\[\033[01;31m\]\u\[\033[00m\]@\[\033[01;32m\]\h\[\033[00m\][\[\033[01;33m\]\t\[\033[00m\]]:\[\033[01;34m\]\w\[\033[00m\]$ '" 阅读全文
posted @ 2021-04-19 15:07 陈雷雷 阅读(163) 评论(0) 推荐(0)
摘要: mkdir -p ~/.vim_runtime/my_configs.vim cd ~/.vim_runtime git clone git://github.com/tpope/vim-rails.git my_plugins/vim-rails 阅读全文
posted @ 2021-03-31 19:40 陈雷雷 阅读(79) 评论(0) 推荐(0)
摘要: 一. 蓝鲸6.02部署文档 1. 服务器与物料准备 准备物料: 蓝鲸6.02部署包: https://bkopen-1252002024.file.myqcloud.com/ce/bkce_src-6.0.2.tgz #前提条件: #服务器3台: 192.168.1.161 192.168.1.16 阅读全文
posted @ 2021-03-08 15:33 陈雷雷 阅读(1401) 评论(0) 推荐(0)
摘要: 第一题: 演练二 物理备份(5分) 答: 第二题:2. 演练一 请根据给定的演练方案,进行相关演练,并按如下要求提交截图 主备切换(5分) 答: 第三题:3. 演练一 请根据给定的演练方案,进行相关演练,并按如下要求提交截图 通过赤兔管理台修改参数(5分) 答题: 修改前: 修改后: 查询: 第四题 阅读全文
posted @ 2021-02-26 11:56 陈雷雷 阅读(2461) 评论(0) 推荐(0)
摘要: 环境 IP 备注 192.168.1.66 node1 前置机 192.168.1.110 node2 192.168.1.202 node3 架构图 组件介绍 组件 监听端口 access 12000/120001 pushserver 50012 nameserver 80 broker 110 阅读全文
posted @ 2021-02-26 11:39 陈雷雷 阅读(539) 评论(1) 推荐(0)
摘要: 环境准备 | 主机 | IP | 配置(最低要求配置) | | : | | | | node-1 | 192.168.1.81 | 8核16G | | node-2 | 192.168.1.160 | 8核16G | | node-3 | 192.168.1.202 | 8核16G | 自己整理的文 阅读全文
posted @ 2021-02-26 11:19 陈雷雷 阅读(3807) 评论(5) 推荐(1)
摘要: 啥也别问,点进去就知道了 淘票票 https://render.alipay.com/p/c/17yq18lq3slc?source=PIAO_PIAO 手机天猫 https://render.alipay.com/p/c/17yq18lq3slc?source=TIAN_MAO 考拉 https: 阅读全文
posted @ 2021-02-03 10:18 陈雷雷 阅读(899) 评论(0) 推荐(0)
摘要: CMQ-1.0.2-软件包.tar安装包放在家目录,脚本也放在家目录,然后执行:sh -x cmq_install.sh [ip1] [ip2] [ip3] 即可 下列脚本代码保存为:cmq_install.sh sh -x cmq_install.sh 10.0.0.101 10.0.0.102 阅读全文
posted @ 2021-01-22 13:07 陈雷雷 阅读(380) 评论(0) 推荐(0)
摘要: 环境 IP 备注 192.168.1.66 node1 前置机 192.168.1.110 node2 192.168.1.202 node3 架构图 组件介绍 组件 监听端口 access 12000/120001 pushserver 50012 nameserver 80 broker 110 阅读全文
posted @ 2021-01-09 18:02 陈雷雷 阅读(1283) 评论(0) 推荐(0)
摘要: 实验环境 系统版本 配置 主机名 CentOS Linux release 7.4.1708 4核4g40G磁盘 node1 CentOS Linux release 7.4.1708 4核4g40G磁盘 node2 CentOS Linux release 7.4.1708 4核4g40G磁盘 n 阅读全文
posted @ 2020-12-17 17:41 陈雷雷 阅读(834) 评论(0) 推荐(0)
摘要: 1. yum安装 #源添加 wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo wget -P /etc/yum.repos.d/ http://mirrors.aliyun.c 阅读全文
posted @ 2020-12-01 19:06 陈雷雷 阅读(302) 评论(0) 推荐(0)
摘要: #第一步: vi /data/bkce/etc/supervisor-consul.conf 修改参数: command=/usr/bin/consul agent -config-file=/data/bkce/etc/consul.conf -config-dir=/data/bkce/etc/ 阅读全文
posted @ 2020-11-23 11:56 陈雷雷 阅读(715) 评论(0) 推荐(0)
摘要: cd / && wget https://files.cnblogs.com/files/superlinux/install_lnmp.sh && bash install_lnmp.sh 帮助: mysql数据库: dede mysql数据库用户:root mysql密码: 网站数据目录: /v 阅读全文
posted @ 2020-11-09 11:18 陈雷雷 阅读(397) 评论(0) 推荐(0)
摘要: 每次从国外下代码非常慢,阿里云提供了镜像服务,镜像上传到案例与怒再拉到本地会快很多 上传镜像到阿里云 [root@nana php7.1]# docker images REPOSITORY TAG IMAGE ID CREATED SIZE mysql5.7 latest 1b12f2e9257b 阅读全文
posted @ 2020-11-02 21:44 陈雷雷 阅读(318) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 ··· 13 下一页