CentOS7如果启动失败或者其他问题需要进入单用户模式 重启主机按e键,进入以下界面修改 修改某些配置文件 ...
分类:
其他好文 时间:
2020-09-17 21:54:48
阅读次数:
22
1.安装 为防止掉线等情况,建议使用screen,可以先执行:screen -S lnmp 命令后 wget http://soft.vpser.net/lnmp/lnmp1.7.tar.gz -cO lnmp1.7.tar.gz && tar zxf lnmp1.7.tar.gz && cd ln ...
分类:
其他好文 时间:
2020-09-17 21:44:05
阅读次数:
40
拉取镜像 docker pull gitlab/gitlab-ce 容器搭建 docker run -d -p 8000:80 -p 4430:443 -p 222:22 --name gitlab --restart always -v /home/gitlab/config:/etc/gitla ...
分类:
其他好文 时间:
2020-09-17 21:36:18
阅读次数:
33
一.安装要求1.2台以上同属于一个内网的机器,操作系统需要高于centos7以上2.硬件配置内存需要大于2G3.可以访问外网,需要拉取镜像4.禁止swap分区二.学习目标1.在所有节点安装Docker和kubeadm2.部署kubernetesMaster3.部署容器网络插件fannel4.部署kubernetesNode,将节点加入到Kubernetes集群中5.部署Dashboardweb页面
分类:
其他好文 时间:
2020-09-17 20:21:34
阅读次数:
26
Ubuntu18.04 安装配置 Cadence Virtuoso617 之前的Centos7为了使用spectre提供的matlab toolbox,结果不小心删除了/usr/lib64中的某些动态库(XXXX.so文件),导致重启之后内核崩溃。 这里送上忠告:尽量不要使用rm命令,使用mv命令改 ...
分类:
系统相关 时间:
2020-09-17 19:36:16
阅读次数:
119
部署gitlab 部署drone # ip:xxxxxxxx ci-build ### docker-compose.yml #测试成功,附带mysql version: "2.1" services: drone-server: image: drone/drone:1 ports: - 443: ...
分类:
其他好文 时间:
2020-09-17 19:26:43
阅读次数:
26
1、下载安装wkhtmltox系统环境 https://wkhtmltopdf.org/downloads.html 根据系统类型选择下载wkhtmltox: 这里我的系统环境是CentOS 7-64bit 所以选择:Linux CentOS 7 - x86_64 安装wkhtmltox: >rpm ...
分类:
Web程序 时间:
2020-09-17 19:16:36
阅读次数:
40
5.在Jenkins中集成SourQube服务端 点击Jenkins Manage jenkins ConfigureSystem配置 5.1添加一个SonarQube servers 5.2勾选 Enable injection of SonarQube server configuration ...
分类:
其他好文 时间:
2020-09-17 18:50:36
阅读次数:
34
搭建gitlab清华的软件库下载:https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el7/安装依赖软件yum-yinstallpolicycoreutilsopenssh-serveropenssh-clientspostfix2.设置postfix开机自启,并启动,postfix支持gitlab发信功能systemctlenablepostf
分类:
其他好文 时间:
2020-09-17 18:00:29
阅读次数:
29
微服务系统架构实践 开发语言Java 8 框架使用Spring boot 服务治理框架Dubbo 容器部署Docker 持续集成Gitlab CI 持续部署Piplin 注册中心Zookeeper 服务管理Dubbo-admin 日志采集及分析ELK 链路追踪Zipkin/Tracing Analy ...
分类:
编程语言 时间:
2020-09-17 17:50:16
阅读次数:
37