会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
暗里着迷
博客园
首页
新随笔
联系
订阅
管理
1
2
3
4
5
···
10
下一页
[置顶]
0. Java虚拟机系列备忘预览图
摘要: 打算把Java虚拟机这块单独弄一个主题出来,做做备忘,结构如图所示: 后面还有一部分待更新...
阅读全文
posted @ 2018-11-07 17:11 君哥~
阅读(163)
评论(0)
推荐(0)
2021年5月12日
Docker安装-Centos7.6x64 1810
摘要: 阿里 Docker CE 镜像源站安装说明:https://developer.aliyun.com/article/110806 1.检查内核版本, Docker 要求 CentOS 系统的内核版本高于 3.10 ,查看本页面的前提条件来验证你的CentOS 版本是否支持 Docke $ sudo
阅读全文
posted @ 2021-05-12 20:41 君哥~
阅读(636)
评论(1)
推荐(0)
Docker推送镜像到官方私人仓库
摘要: 一、上传镜像到Docker Hub仓库 Docker Hub账号 仓库名 wangfajun self 1.给源镜像打个新标签 命令:docker tag 镜像ID DockerHub账号/仓库名:新的标签 例子:docker tag wangfajun/self:v1 2.上传镜像 命令:dock
阅读全文
posted @ 2021-05-12 18:03 君哥~
阅读(566)
评论(0)
推荐(0)
Docker命令笔记
摘要: 1. 从仓库中搜索指定的镜像 docker serarch -s 10 tomcat --no-trunc:显示完整的镜像描述 -s:列出收藏数不小于指定值的镜像 --automated:只列出 automated build类型的镜像 2. 拉取镜像 docker pull 镜像名例: docke
阅读全文
posted @ 2021-05-12 14:18 君哥~
阅读(89)
评论(0)
推荐(0)
2021年5月11日
0. IDC机房和架构中硬件设备选购
摘要: 1. 生产环境负载均衡集群系统架构设备选购方案 LVS1 DELL R610 1U CPU E5*2 8G *2(4) 硬盘SAS 146G *2 RAID 1 LVS2 DELL R610 1U CPU E5*2 8G *2(4) 硬盘SAS 146G *2 RAID 1 2. Web层硬件选择和
阅读全文
posted @ 2021-05-11 16:31 君哥~
阅读(313)
评论(0)
推荐(0)
5. Redis集群搭建
摘要: 懒得写了,原文链接: https://www.cnblogs.com/mafly/p/redis_cluster.html#!comments
阅读全文
posted @ 2021-05-11 16:23 君哥~
阅读(23)
评论(0)
推荐(0)
4. ES单机搭建
摘要: 1.安装JDK,Java JDK1.8.0 以上的版本 2. 导入GPG-KEY-elasticsearch rpm --import https://artifacts.elastic.co/GPG-KEY-elasticsearch 3. 配置清华源 vim /etc/yum.repos.d/e
阅读全文
posted @ 2021-05-11 16:20 君哥~
阅读(195)
评论(0)
推荐(0)
3. Etcd集群搭建
摘要: 1. 主机规划 主机名称 角色 数量 主机内网IP规划 主机外网IP 主机配置 基础软件 系统 etcd-Master Node01 1 10.0.0.30 xxx 2C 4G wget &&yum install -y etcd CentOS7x64 1810 etcd-Slave Node02
阅读全文
posted @ 2021-05-11 16:07 君哥~
阅读(584)
评论(0)
推荐(0)
2. Jenkins安装
摘要: 1. JDK安装: https://www.cnblogs.com/wangfajun/p/5257899.html 2. 使用清华源安装Jenkins yum install -y https://mirrors.tuna.tsinghua.edu.cn/jenkins/redhat/jenkin
阅读全文
posted @ 2021-05-11 15:52 君哥~
阅读(61)
评论(0)
推荐(0)
1. GitLab搭建
摘要: 1. 主机规划: 主机名称 hostname 主机规划 (内) 主机规划 (外) 安装基础软件 系统版本 服务 器推 荐配 置 GitLab 10.0.0.10 xxxxx yum install -y vim net-tools lrzsz tree CentOS7x64 1810 7.6 4C
阅读全文
posted @ 2021-05-11 15:39 君哥~
阅读(68)
评论(0)
推荐(0)
Git公钥配置、Maven安装
摘要: 1.安装git 执行: yum install -y git 2.安装maven执行:cd /usr/local wget https://mirrors.bfsu.edu.cn/apache/maven/maven-3/3.8.1/binaries/apache-maven-3.8.1-bin.t
阅读全文
posted @ 2021-05-11 14:35 君哥~
阅读(162)
评论(0)
推荐(0)
1
2
3
4
5
···
10
下一页
公告
点击右上角即可分享