会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
苦逼运维
博客园
首页
新随笔
联系
订阅
管理
2026年4月24日
IDEA配置GitLab并提交代码
摘要: 前提条件已有GitLab:CentOS服务器上docker搭建GitLab | CentOS服务器上yum/rpm搭建GitLab CE 两者差异不大,我以其中docker搭建的GitLab作为演示示例。 (1).GitLab网页端设置 从超管账号开始,创建用户和创建群组我这里就直接跳过了,中文环境
阅读全文
posted @ 2026-04-24 17:48 苦逼运维
阅读(10)
评论(0)
推荐(0)
2026年1月28日
CentOS7升级binutils
摘要: 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)
CentOS7升级make
摘要: 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)
2026年1月26日
CentOS服务器上docker搭建GitLab
摘要: (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)
2026年1月23日
CentOS7源码安装Ruby4.0.1
摘要: 官网:Ruby 程序设计语言官方网站 所有镜像站站点:Mirror Sites | Ruby,中国镜像站:pub/ruby/,我们通过中国镜像站进行源码下载。(不知道是我不稳定,还是它不稳定,反正不行就刷新) (1).实验环境 4核8G CentOS7.9.2009 配置了阿里云yum源和阿里云ep
阅读全文
posted @ 2026-01-23 12:51 苦逼运维
阅读(17)
评论(0)
推荐(0)
2026年1月22日
CentOS7升级curl8.18.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)
2026年1月20日
CentOS7升级gcc/gcc-c++
摘要: 升级前需要知道自己需要的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)
2026年1月17日
CentOS服务器上yum/rpm搭建GitLab CE
摘要: (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)
2026年1月16日
CentOS7下源码安装Redis
摘要: (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)
2026年1月14日
CentOS7升级OpenSSL3.5.4
摘要: (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)
下一页
公告