<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>华盟游戏社区 - 运行维护</title>
    <link>https://hommon.cn/forum-73-1.html</link>
    <description>Latest 20 threads of 运行维护</description>
    <copyright>Copyright(C) 华盟游戏社区</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Fri, 03 Apr 2026 20:58:56 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://hommon.cn/static/image/common/logo_88_31.gif</url>
      <title>华盟游戏社区</title>
      <link>https://hommon.cn/</link>
    </image>
    <item>
      <title>【Centos 7】非编译升级gcc</title>
      <link>https://hommon.cn/thread-449-1-1.html</link>
      <description><![CDATA[第一步：安装centos-release-scl
[mw_shl_code=shell,true]yum install centos-release-scl[/mw_shl_code]

第二步：安装devtoolset（安装debtoolset / gcc），注意，如果想安装7.版本的，就改成devtoolset-7-gcc，以此类推，默认安装的devtoolset是在 /opt/rh 目录下的 ...]]></description>
      <category>运行维护</category>
      <author>落叶</author>
      <pubDate>Tue, 26 Sep 2023 04:38:44 +0000</pubDate>
    </item>
    <item>
      <title>【gitlab】修改Admin全局设置时，保存提示500</title>
      <link>https://hommon.cn/thread-422-1-1.html</link>
      <description><![CDATA[1.修改Admin全局管理设置时，任意保存错误都提示500.
在报错后，输入查看日志命令:
[mw_shl_code=bash,true]tail -f /var/log/gitlab/gitlab-rails/production.log[/mw_shl_code]
可以看到\&quot;OpenSSL::Cipher::CipherError\&quot;的错误, 注意开头是\&quot;aes256_gcm_decrypt\&quot;：

首 ...]]></description>
      <category>运行维护</category>
      <author>落叶</author>
      <pubDate>Wed, 07 Sep 2022 06:10:31 +0000</pubDate>
    </item>
    <item>
      <title>【CentOS 7】Mysql 修改最大连接数</title>
      <link>https://hommon.cn/thread-421-1-1.html</link>
      <description><![CDATA[1、连接MYSQL,查看当前最大链接
[mw_shl_code=bash,true]show variables like \'max_connections\'; [/mw_shl_code]



2、Linux编辑My.cnf,设置最大链接数
[mw_shl_code=bash,true]vim /etc/my.cnf[/mw_shl_code]
[mw_shl_code=bash,true]max_connections =60000[/mw_shl ...]]></description>
      <category>运行维护</category>
      <author>落叶</author>
      <pubDate>Thu, 18 Aug 2022 01:36:18 +0000</pubDate>
    </item>
    <item>
      <title>【Centos 7】yum安装mysql5.7</title>
      <link>https://hommon.cn/thread-420-1-1.html</link>
      <description><![CDATA[1.获取yum的repo

2.使用yum的localinstall安装repo

3.检查是否成功

4.查看可安装的版本

5.设置repo enable版本

6.启用mysql57配置

7.查看5.7版本是否启用成功


8.最后确认5.7是否被启用


9.安装MYSQL 5.7


10.设置MYSQL 5.7自启动

11.启动MYSQL 5.7

12.查看M ...]]></description>
      <category>运行维护</category>
      <author>落叶</author>
      <pubDate>Thu, 11 Aug 2022 04:07:09 +0000</pubDate>
    </item>
    <item>
      <title>【编译安装】Nginx linux编译安装</title>
      <link>https://hommon.cn/thread-418-1-1.html</link>
      <description><![CDATA[1.首先进入官网下载最新的稳定分支。


2.下载后上传到服务器并解压，进入解压的文件夹。

这里对解压完成后的部分目录和文件做个简单的介绍：

[*]src 该目录存放了Nginx的所有源码；
[*]man 该目录存放了Nginx的帮助文档；
[*]html 该目录存放了两个html文件。这两个 ...]]></description>
      <category>运行维护</category>
      <author>落叶</author>
      <pubDate>Wed, 10 Aug 2022 09:25:29 +0000</pubDate>
    </item>
    <item>
      <title>【编译安装】OpenSSL linux编译安装</title>
      <link>https://hommon.cn/thread-419-1-1.html</link>
      <description><![CDATA[1.首先去官网下载最新稳定分支的压缩包，然后上传到服务器解压。



2.编译配置，安装。
[mw_shl_code=Bash,true]./config --prefix=/usr/local/openssl/
make &amp;&amp; make install[/mw_shl_code]


3.把需要的库文件，加入到系统的库目录.
[mw_shl_code=bash,true]echo \'/u ...]]></description>
      <category>运行维护</category>
      <author>落叶</author>
      <pubDate>Wed, 10 Aug 2022 08:58:55 +0000</pubDate>
    </item>
    <item>
      <title>【编译安装】Redis linux编译安装</title>
      <link>https://hommon.cn/thread-417-1-1.html</link>
      <description><![CDATA[1.首先点这里下载最新的稳定分支。


2.把下载下来的压缩包上传到linux服务器。



3.输入指令解压压缩包：


4.编译并安装redis，然后等待完成。

完成后会提示


5.将目录下的redis.conf复制到usr/local/bin目录下

6.编辑redis.conf，关闭protected-mode，允许redis ...]]></description>
      <category>运行维护</category>
      <author>落叶</author>
      <pubDate>Wed, 10 Aug 2022 08:17:55 +0000</pubDate>
    </item>
    <item>
      <title>【Yum源】CentOS 更换清华大学镜像Yum仓库</title>
      <link>https://hommon.cn/thread-416-1-1.html</link>
      <description><![CDATA[请注意，CentOS 8 （非 Stream 版）已提前进入 EOL 停止服务阶段，因此镜像已被官方移动。如果您正在寻找关于这些系统的镜像，请参考 centos-vault 的帮助。该文件夹只提供 CentOS 7 与 8，架构仅为 x86_64 ，如果需要较早版本的 CentOS，请参考 centos-vault 的帮助， ...]]></description>
      <category>运行维护</category>
      <author>落叶</author>
      <pubDate>Wed, 10 Aug 2022 06:27:45 +0000</pubDate>
    </item>
  </channel>
</rss>