2024年1月28日

centos7 设置网络代理

摘要: 设置代理 这样设置后默认请求都会走代理,比如 curl和wget,但是 yum 和 docker 依旧不会走代理,他们的代理需要单独设置 export http_proxy=http://192.168.2.102:15732 export https_proxy=https://192.168.2 阅读全文

posted @ 2024-01-28 18:07 zhangyukun 阅读(1431) 评论(0) 推荐(0) 编辑

centos7安装gitlab

摘要: yum 安装 安装openssh sudo yum install -y curl policycoreutils-python openssh-server perl sudo systemctl enable sshd sudo systemctl start sshd 安装gitLab #配置 阅读全文

posted @ 2024-01-28 18:05 zhangyukun 阅读(43) 评论(0) 推荐(0) 编辑

导航