摘要: 前提条件已有GitLab:CentOS服务器上docker搭建GitLab | CentOS服务器上yum/rpm搭建GitLab CE 两者差异不大,我以其中docker搭建的GitLab作为演示示例。 (1).GitLab网页端设置 从超管账号开始,创建用户和创建群组我这里就直接跳过了,中文环境 阅读全文
posted @ 2026-04-24 17:48 苦逼运维 阅读(10) 评论(0) 推荐(0)
摘要: binutils官网:https://www.gnu.org/software/binutils/ binutils源码下载地址:https://ftp.gnu.org/gnu/binutils/ (1).实验环境 4核8G CentOS7.9.2009 配置了阿里云yum源和阿里云epel源,关闭 阅读全文
posted @ 2026-01-28 17:37 苦逼运维 阅读(46) 评论(0) 推荐(0)
摘要: make官网:Make - GNU Project - Free Software Foundation make源码下载地址:Index of /gnu/make (1).实验环境 4核8G CentOS7.9.2009 配置了阿里云yum源和阿里云epel源,关闭防火墙,关闭SELinux。 ( 阅读全文
posted @ 2026-01-28 16:51 苦逼运维 阅读(38) 评论(0) 推荐(0)
摘要: (1).参考文献 GitLab英文官方网站安装方法:Install GitLab in a Docker container | GitLab Docs (2).实验环境 4核8G CentOS7.9.2009 已设置阿里云yum源,并且yum -y install epel-release,关闭S 阅读全文
posted @ 2026-01-26 10:33 苦逼运维 阅读(25) 评论(0) 推荐(0)
摘要: 官网:Ruby 程序设计语言官方网站 所有镜像站站点:Mirror Sites | Ruby,中国镜像站:pub/ruby/,我们通过中国镜像站进行源码下载。(不知道是我不稳定,还是它不稳定,反正不行就刷新) (1).实验环境 4核8G CentOS7.9.2009 配置了阿里云yum源和阿里云ep 阅读全文
posted @ 2026-01-23 12:51 苦逼运维 阅读(17) 评论(0) 推荐(0)
摘要: (1).实验环境 4核8G CentOS7.9.2009 配置阿里云yum源和阿里云epel源,关闭防火墙和SELinux。 (2).源码编译安装curl8.18.0 CentOS7官方支持的版本只到curl 7.29.0 ,所以需要进行源码编译安装,包下载地址:https://curl.se/do 阅读全文
posted @ 2026-01-22 11:29 苦逼运维 阅读(87) 评论(0) 推荐(0)
摘要: 升级前需要知道自己需要的gcc版本,根据自己的需要进行升级。 gcc版本和C++的对应关系可以参看gcc官网提供的对照表:https://gcc.gnu.org/projects/cxx-status.html gcc官网地址:GCC, the GNU Compiler Collection - G 阅读全文
posted @ 2026-01-20 17:35 苦逼运维 阅读(104) 评论(0) 推荐(0)
摘要: (1).参考文献 GitLab英文官方网站安装方法:https://docs.gitlab.com/install/install_methods/ (2).实验环境 4核8G CentOS7.9.2009 已设置阿里云yum源,并且yum -y install epel-release,关闭SEL 阅读全文
posted @ 2026-01-17 12:38 苦逼运维 阅读(95) 评论(0) 推荐(0)
摘要: (1).实验环境 2核2G CentOS7.9.2009 安装了阿里云yum源,并且yum -y install epel-release。 (2).源码安装Redis 下载地址:https://download.redis.io/releases/ 安装依赖环境 [root@localhost ~ 阅读全文
posted @ 2026-01-16 17:43 苦逼运维 阅读(53) 评论(0) 推荐(0)
摘要: (1).实验环境 4核8G CentOS7.9.2009 配置阿里云yum源和阿里云epel源 (2).源码安装OpenSSL3.5.4 下载地址:https://openssl-library.org/source/ 1、安装依赖 [root@localhost ~]# yum -y groupi 阅读全文
posted @ 2026-01-14 15:58 苦逼运维 阅读(52) 评论(0) 推荐(0)