07 2022 档案
摘要:gitlab部署 # 1.下载镜像 docker pull gitlab/gitlab-ee:14.2.1-ee.0 # 2.创建挂载目录 mkdir -p /home/gitlab/config /home/gitlab/logs /home/gitlab/data # 3.启动 docker r
阅读全文
摘要:更新阿里epel源 curl -o /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo 扩展源信息 yum makecache --更新yum源信息 安装inoutfy-tools yum install -y
阅读全文
摘要:brew官网:https://brew.sh 具体操作: # 先安装git https://sourceforge.net/projects/git-osx-installer/files/latest/download # 安装brew ##官网 /bin/bash -c "$(curl -fsS
阅读全文