简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
引入pom加密配置Nacos中配置IDEA 配置验证
编写VagrantfileVagrant.configure("2") do |config|(1..3).each do |i|config.vm.define "k8s-node#{i}" do |node|#设置虚拟机boxconfig.vm.box = "centos/7"#设置虚拟机主机名config.vm.hostname = "k8snode#{i}"#设置虚拟IPconfig.vm
sourcetree Error reading SSH_ASKPASS及gitlab配置ssh key在使用 SourceTree 推送到gitlab时一直报:Error reading SSH_ASKPASS output for prompt: git@192.180.xx.xx’s password:fatal: Could not read from remote repositor..
在Sonatype上申请,将自己的maven项目发布到maven中央仓库准备工作Sonatype账号注册注册地址:https://issues.sonatype.org/secure/Signup!default.jspa验证过程注意事项sonatype官方详细教程事项如下如官方文章所述:选择座标,您必须为您拥有的域或您代表所有者指定维护者的域选择一个groupId。使用github作为自己的gr
安装Postfix以发送通知邮件安装policycoreutils-pythongitlab安装配置下载下载地址:https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el7/?C=M&O=D出现该图标表示安装成功修改自带的nginx配置自带Nginx 默认80 端口,如不冲突也可不修改重置并启动GitLab如果开启了防火墙需要开放端口访问 gitl
docker 安装参考配置kubernetes源为阿里的yum源cat > /etc/yum.repos.d/kubernetes.repo << EOF[kubernetes]name=Kubernetesbaseurl=https://mirrors.aliyun.com/kubernetes/yum/repos/kubernetes-el7-x86_64enabled=1g