随笔 - 209  文章 - 0 评论 - 11 阅读 - 30万
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

04 2021 档案
npm+webpack搭建
摘要:Npm install vue-cli -g:安装vue-cli Vue init webpack test(项目名称) 安装css插件 npm install stylus stylus-loader --save 前端框架的搭建(vue+webpack)_choucha5981的博客-CSDN博 阅读全文
posted @ 2021-04-28 14:10 博客园197 阅读(61) 评论(0) 推荐(0) 编辑
gitlib 离线搭建
摘要:gitlab/gitlab-ce - Packages · packages.gitlab.com rpm -ivh gitlab-ce-13.11.1-ce.0.el7.x86_64.rpm vi /etc/gitlab/gitlab.rb 配置访问ip external_url 'http:// 阅读全文
posted @ 2021-04-25 10:14 博客园197 阅读(120) 评论(0) 推荐(0) 编辑
centos7 docker 安装
摘要:1.卸载docker旧版本(我的centos7是新的,所以运行后不删除任何软件包)yum remove docker \ docker-client \ docker-client-latest \ docker-common \ docker-latest \ docker-latest-logr 阅读全文
posted @ 2021-04-25 09:05 博客园197 阅读(41) 评论(0) 推荐(0) 编辑
git基本命令
摘要:添加用户组 groupadd -g:指定新建工作组的id; -r:创建系统工作组,系统工作组的组ID小于500; -K:覆盖配置文件“/ect/login.defs”; -o:允许添加组ID号不唯一的工作组。 例如添加git组 groupadd git 添加用户 useradd -c comment 阅读全文
posted @ 2021-04-22 14:37 博客园197 阅读(84) 评论(0) 推荐(0) 编辑
git本地仓库搭建
摘要:使用Git搭建自己的私有/个人Git仓库 准备一下 安装Git 添加Git管理账户/账户和密码 配置Git的SSH访问 配置SSH访问 客户端生成ssh私钥上传服务器 服务器将上传的私钥添加到服务器的秘钥验证文件中 客户端验证连接 服务器端创建git仓库 现在git的代码仓库有很多,如:github 阅读全文
posted @ 2021-04-22 11:56 博客园197 阅读(683) 评论(1) 推荐(0) 编辑
zookeeper伪集群搭建
摘要:1. 下载zookeeper https://mirrors.cnnic.cn/apache/zookeeper/ 选择带bin的 2. 解压 3.创建配置文件 cp ${path}/conf/zoo_sample.cfg ${path}/conf/zoo.cfg 4.修改配置文件 zk1配置 # 阅读全文
posted @ 2021-04-12 23:28 博客园197 阅读(67) 评论(0) 推荐(0) 编辑
docker宿主机通讯
摘要:配置路由 方法一: (1)配置windows机器到docker两个网桥(docker0和br-378f232294ea)的路由,下面的网关即为步骤2里的192.168.66.2网关对应的接口地址 1 2 3 4 5 #windows到docker0网桥(ip 172.17.0.1)的路由 route 阅读全文
posted @ 2021-04-09 09:51 博客园197 阅读(95) 评论(0) 推荐(0) 编辑
docker zookeeper伪集群部署
摘要:docker zookeeper伪集群部署 阅读全文
posted @ 2021-04-09 00:20 博客园197 阅读(193) 评论(0) 推荐(0) 编辑
docker内安装应用
摘要:docker安装ping 更新源: apt-get update -y 安装应用: apt-get install 应用名称 -y 例如: 安装ping: apt-get update -y && apt-get install -y iputils-ping 安装ip: apt-get updat 阅读全文
posted @ 2021-04-02 16:31 博客园197 阅读(69) 评论(0) 推荐(0) 编辑
docker网络创建
摘要:Docker使用Linux桥接(参考《Linux虚拟网络技术》),在宿主机虚拟一个Docker容器网桥(docker0),Docker启动一个容器时会根据Docker网桥的网段分配给容器一个IP地址,称为Container-IP,同时Docker网桥是每个容器的默认网关。因为在同一宿主机内的容器都接 阅读全文
posted @ 2021-04-02 16:24 博客园197 阅读(326) 评论(0) 推荐(0) 编辑

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