<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>圆梦公社 - RedHat/Centos论坛</title>
    <link>https://bbs.ym.gs/f-111-1</link>
    <description>Latest 20 threads of RedHat/Centos论坛</description>
    <copyright>Copyright(C) 圆梦公社</copyright>
    <generator>Discuz! Board by Discuz! Team</generator>
    <lastBuildDate>Tue, 09 Jun 2026 20:33:39 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://bbs.ym.gs/static/image/common/logo_88_31.gif</url>
      <title>圆梦公社</title>
      <link>https://bbs.ym.gs/</link>
    </image>
    <item>
      <title>centos停服，迁移centos7.3系统到新搭建的openEuler</title>
      <link>https://bbs.ym.gs/t-63004-1-1.html</link>
      <description><![CDATA[背景
最近在做的事，简单来讲，就是一套系统差不多有10多台虚拟机，都是centos系统，版本主要是7.3、7.6、7.9，现在centos停止维护了，转为了centos stream，而centos stream的定位是：Red Hat Enterprise Linux (RHEL) 开发之前持续交付的发行版，作为rhel的上游，更新 ...]]></description>
      <category>RedHat/Centos论坛</category>
      <author>林深只见兔</author>
      <pubDate>Sun, 20 Apr 2025 04:37:00 +0000</pubDate>
    </item>
    <item>
      <title>centos 配置或安装国内yum源</title>
      <link>https://bbs.ym.gs/t-63032-1-1.html</link>
      <description><![CDATA[前言：
本文先讲述配置yum, 再讲述安装yum，因为一般系统会已经安装有yum了的，除非你的系统yum环境已经无效了的话，可以重新安装；可以直接输入指令yum-回车确认（如下述 安装-第6点）。
一、配置yum
1、查看看是否存在yum
[root@localhost ~]# rpm -qa|grep yum

yum- ...]]></description>
      <category>RedHat/Centos论坛</category>
      <author>劝你当个人别当狗</author>
      <pubDate>Tue, 13 Aug 2024 08:20:00 +0000</pubDate>
    </item>
    <item>
      <title>VirtualBox扩容CentOS-7虚拟机磁盘</title>
      <link>https://bbs.ym.gs/t-63025-1-1.html</link>
      <description><![CDATA[1、背景描述

如上图所示，根路径“/”所在的文件系统已没有可用的磁盘空间，需要扩容磁盘。
df -h

2、VirtualBox操作
2.1、查看当前虚拟磁盘的大小

如上图所示，点击打开选中的虚拟机的 Settings 界面。

如上图所示，当前虚拟机的虚拟磁盘大小为 8GB 。
2.2、修改虚 ...]]></description>
      <category>RedHat/Centos论坛</category>
      <author>闲闲逛逛走走看看</author>
      <pubDate>Fri, 02 Aug 2024 12:24:00 +0000</pubDate>
    </item>
    <item>
      <title>centos安装nginx</title>
      <link>https://bbs.ym.gs/t-63020-1-1.html</link>
      <description><![CDATA[一、下载nginx
#下载后的文件，放到以下目录下

cd /usr/local

#联网的情况下，通过命令下载：

curl -O http://nginx.org/download/nginx-1.22.1.tar.gz

#未联网的情况下：http://nginx.org/en/download.html


&amp;nbsp;
二、解压

tar -zxvf nginx-1.22.1.tar.gz


&amp;n ...]]></description>
      <category>RedHat/Centos论坛</category>
      <author>雪傾城</author>
      <pubDate>Mon, 14 Nov 2022 10:06:00 +0000</pubDate>
    </item>
    <item>
      <title>Centos镜像国内最全下载地址</title>
      <link>https://bbs.ym.gs/t-63022-1-1.html</link>
      <description><![CDATA[Centos镜像国内最全下载地址
CentOS 官方下载地址：https://www.centos.org/download/
Centos国内下载源
http://man.linuxde.net/download/CentOS
http://mirrors.btte.net/centos
http://mirrors.cn99.com/centos (希网)
http://mirrors.sohu.com/centos （搜狐）
http ...]]></description>
      <category>RedHat/Centos论坛</category>
      <author>幽默段子小视频</author>
      <pubDate>Sat, 28 Aug 2021 16:24:00 +0000</pubDate>
    </item>
    <item>
      <title>CentOS 30分钟部署 .net core 在线客服系统</title>
      <link>https://bbs.ym.gs/t-63017-1-1.html</link>
      <description><![CDATA[前段时间我发表了一系列文章，开始介绍基于 .net core 的在线客服系统开发过程。期间有一些朋友希望能够给出 Linux 环境的安装部署指导，本文基于 CentOS 8.3 来安装部署。在本文中我详细的记录了：

安装 SQL Server 数据库，创建数据库，执行脚本创建表结构（是否需要 ...]]></description>
      <category>RedHat/Centos论坛</category>
      <author>烟笼寒水月笼纱</author>
      <pubDate>Wed, 16 Jun 2021 08:47:00 +0000</pubDate>
    </item>
    <item>
      <title>CentOS 7.7系统安装Redis 6.0.3</title>
      <link>https://bbs.ym.gs/t-62998-1-1.html</link>
      <description><![CDATA[前提操作
避免出现如下的错误
yum -y install gcc tcl
yum -y install centos-release-scl
yum -y install devtoolset-9-gcc devtoolset-9-gcc-c++ devtoolset-9-binutils
echo \&quot;source /opt/rh/devtoolset-9/enable\&quot; &amp;gt;&amp;gt; /etc/profile

1.下载Redis
下载地址：https://r ...]]></description>
      <category>RedHat/Centos论坛</category>
      <author>飘渺李煜</author>
      <pubDate>Mon, 25 May 2020 01:55:00 +0000</pubDate>
    </item>
    <item>
      <title>最新VMware虚拟机安装Linux系统-CentOS(详细教程)</title>
      <link>https://bbs.ym.gs/t-63009-1-1.html</link>
      <description><![CDATA[一、前言
　　最近有网友反应初学Linx不会安装，找了许多教程不是太全面，总会遇到一些要不是启动不了，要不是连不上网，各种问题，为了让大家能够顺利的安装，小乐写了一个非常详细的教程，让大家少入坑。
二、背景介绍
　　Linux，全称GNU/Linux，是一套免费使用和自 ...]]></description>
      <category>RedHat/Centos论坛</category>
      <author>肖梦妍</author>
      <pubDate>Fri, 24 Apr 2020 17:13:00 +0000</pubDate>
    </item>
    <item>
      <title>Centos安装docker+vulhub搭建</title>
      <link>https://bbs.ym.gs/t-63011-1-1.html</link>
      <description><![CDATA[嫌弃平常因为复现搭建环境所带来的麻烦，所以打算用docker来管理搭建靶机
准备一个纯净的Centos系统虚拟机安装，这里已经安装好了就不演示怎么在虚拟机安装
安装Docker最基本的要求是Linux内核要3.10以上，使用

uname -a

查看系统信息
1.配置yum源
　　备份　　

　cd ...]]></description>
      <category>RedHat/Centos论坛</category>
      <author>医生为你</author>
      <pubDate>Thu, 23 Apr 2020 12:20:00 +0000</pubDate>
    </item>
    <item>
      <title>Minikube安装（CentOS 7.6）</title>
      <link>https://bbs.ym.gs/t-63027-1-1.html</link>
      <description><![CDATA[一、安装Docker-CE


安装包依赖：yum install -y yum-utils device-mapper-persistent-data lvm2 wget


添加原件源：yum-config-manager --add-repo https://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo


更新yum缓存：yum clean all &amp;amp;&amp;amp; yum makecach ...]]></description>
      <category>RedHat/Centos论坛</category>
      <author>顶我肺</author>
      <pubDate>Sun, 19 Apr 2020 04:35:00 +0000</pubDate>
    </item>
    <item>
      <title>Centos 8 安装 Nginx</title>
      <link>https://bbs.ym.gs/t-63033-1-1.html</link>
      <description><![CDATA[安装步骤：
/* 1. 安装编译工具及库文件 */

yum -y install gcc gcc-c++ automake autoconf libtool make

/*&amp;nbsp;
 选定源码目录 可以是任何目录，本文选定的是/usr/local/src  2. 安装PCRE
注意：pcre 必须是最新版的&amp;nbsp;
 PCRE 作用是让 Nginx 支持 Rewrite 功能 ...]]></description>
      <category>RedHat/Centos论坛</category>
      <author>大灣區高新創業香港站</author>
      <pubDate>Tue, 17 Dec 2019 09:26:00 +0000</pubDate>
    </item>
    <item>
      <title>CentOS 7 ETCD集群配置大全</title>
      <link>https://bbs.ym.gs/t-63007-1-1.html</link>
      <description><![CDATA[目录前言环境准备安装静态集群配置node01 配置文件node02 配置文件node03 配置文件启动测试查看集群状态生成TLS证书etcd证书创建安装cfssl工具集生成证书分发证书到各节点上静态TLS集群etcd 配置node01 配置文件node02 配置文件node03 配置文件启动测试检查TLS集群状态E ...]]></description>
      <category>RedHat/Centos论坛</category>
      <author>雪碧可乐</author>
      <pubDate>Thu, 07 Nov 2019 04:48:00 +0000</pubDate>
    </item>
    <item>
      <title>CentOS 8 / CentOS  Stream 换源，设置dnf / yum镜像</title>
      <link>https://bbs.ym.gs/t-63030-1-1.html</link>
      <description><![CDATA[centos 8 默认是会读取centos.org的mirrorlist的，所以一般来说是不需要配置镜像的。
如果你的网络访问mirrorlist有问题，才需要另外配置
相关镜像配置，请参考各镜像站的相关帮助
https://developer.aliyun.com/mirror/centos
https://mirrors.tuna.tsinghua.edu.cn/he ...]]></description>
      <category>RedHat/Centos论坛</category>
      <author>西域高原</author>
      <pubDate>Mon, 28 Oct 2019 05:58:00 +0000</pubDate>
    </item>
    <item>
      <title>Centos 7 安装 erlang</title>
      <link>https://bbs.ym.gs/t-63000-1-1.html</link>
      <description><![CDATA[Centos是最小安装。
erlang官网下载地址：https://www.erlang.org/downloads
erlang solutions 地址：https://www.erlang-solutions.com/resources/download.html
准备工作，安装wget

yum install -y wget

&amp;nbsp;
一、yum方式安装
官方文档地址：https://www.erlang-s ...]]></description>
      <category>RedHat/Centos论坛</category>
      <author>真好笑</author>
      <pubDate>Wed, 25 Sep 2019 05:47:00 +0000</pubDate>
    </item>
    <item>
      <title>CentOS安装Hadoop</title>
      <link>https://bbs.ym.gs/t-62995-1-1.html</link>
      <description><![CDATA[Hadoop的核心由3个部分组成：
&amp;nbsp;&amp;nbsp;&amp;nbsp; HDFS: Hadoop Distributed File System，分布式文件系统，hdfs还可以再细分为NameNode、SecondaryNameNode、DataNode。
&amp;nbsp;&amp;nbsp;&amp;nbsp; YARN: Yet Another Resource Negotiator，资源管理调度系统
&amp;nbsp;&amp;nbsp;&amp;nbs ...]]></description>
      <category>RedHat/Centos论坛</category>
      <author>极致奢华</author>
      <pubDate>Tue, 10 Sep 2019 05:43:00 +0000</pubDate>
    </item>
    <item>
      <title>Centos使用chrony做时间同步</title>
      <link>https://bbs.ym.gs/t-63002-1-1.html</link>
      <description><![CDATA[Chrony是一个开源的自由软件，在RHEL 7操作系统，已经是默认服务，默认配置文件在 /etc/chrony.conf 它能保持系统时间与时间服务器（NTP）同步，让时间始终保持同步。相对NTP时间同步软件，速度更快、配置和依赖都更简单Chrony有两个核心组件，分别是：chronyd：是守护 ...]]></description>
      <category>RedHat/Centos论坛</category>
      <author>脑实人</author>
      <pubDate>Sun, 28 Jul 2019 09:18:00 +0000</pubDate>
    </item>
    <item>
      <title>CentOS 7安装Nginx及配置</title>
      <link>https://bbs.ym.gs/t-63013-1-1.html</link>
      <description><![CDATA[一 nginx简述

 Nginx是一款轻量级的网页服务器、反向代理服务器。相较于Apache、lighttpd具有占有内存少，稳定性高等优势。**它最常的用途是提供反向代理服务。** - 负载均衡 -

&amp;nbsp;
二 安装nginx步骤（建议下述安装过程全程root）
0 概数

在Centos下，yum源不提供 ...]]></description>
      <category>RedHat/Centos论坛</category>
      <author>实头</author>
      <pubDate>Mon, 22 Jul 2019 06:11:00 +0000</pubDate>
    </item>
    <item>
      <title>在CentOS上安装Python3的三种方法</title>
      <link>https://bbs.ym.gs/t-63019-1-1.html</link>
      <description><![CDATA[Centos7默认自带了Python2.7版本,但是因为项目需要使用Python3.x你可以按照此文的三个方法进行安装.
注：本文示例安装版本为Python3.5，
一、Python源代码编译安装
安装必要工具 yum-utils ，它的功能是管理repository及扩展包的工具 (主要是针对repository)
$ sudo yum ...]]></description>
      <category>RedHat/Centos论坛</category>
      <author>光伟</author>
      <pubDate>Tue, 02 Jul 2019 03:29:00 +0000</pubDate>
    </item>
    <item>
      <title>Centos 7搭建Gitlab服务器超详细Centos 7搭建Gitlab服务器超详细（搭建成功）</title>
      <link>https://bbs.ym.gs/t-63015-1-1.html</link>
      <description><![CDATA[一、 安装并配置必要的依赖关系在CentOS系统上安装所需的依赖：ssh，防火墙,postfix(用于邮件通知) ，wget，以下这些命令也会打开系统防火墙中的HTTP和SSH端口访问。
注意：用户不是管理员权限，出现如下警告
用户不在sudoers文件中此事将被报告
可以使用 su root 切换r ...]]></description>
      <category>RedHat/Centos论坛</category>
      <author>我是一匹北方的狼</author>
      <pubDate>Sun, 02 Jun 2019 07:30:00 +0000</pubDate>
    </item>
    <item>
      <title>Linux CentOS上安装 MySQL 8.0.16</title>
      <link>https://bbs.ym.gs/t-63006-1-1.html</link>
      <description><![CDATA[前言：
　　因为我需要在我新安装的Linux CentOS系统服务器中安装和配置MySQL服务器，然而对于我们这种Linux使用小白而言在Linux系统中下载，解压，配置MySQL等一系列的操作还是有些耗时间的。所以小编本次准备使用yum命令在Linux CentOS系统中安装MySQL服务器和使用其 ...]]></description>
      <category>RedHat/Centos论坛</category>
      <author>啦啦啦噜啦啦</author>
      <pubDate>Thu, 16 May 2019 18:13:00 +0000</pubDate>
    </item>
  </channel>
</rss>