<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>乐盟网络技术 - Linux</title>
    <link>https://www.63wm.cn/forum-5-1.html</link>
    <description>Latest 20 threads of Linux</description>
    <copyright>Copyright(C) 乐盟网络技术</copyright>
    <generator>Discuz! Board by Discuz! Team</generator>
    <lastBuildDate>Sun, 13 Sep 2026 08:04:33 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://www.63wm.cn/static/image/common/logo_88_31.gif</url>
      <title>乐盟网络技术</title>
      <link>https://www.63wm.cn/</link>
    </image>
    <item>
      <title>Ubuntu 26.04 启用 amdv3 软件包</title>
      <link>https://www.63wm.cn/thread-111-1-1.html</link>
      <description><![CDATA[运行以下命令检查是否支持 amdv3

如显示 supported，可以使用以下命令启用：然后运行
即可刷新现有软件包到 amdv3]]></description>
      <category>Linux</category>
      <author>admin</author>
      <pubDate>Sun, 06 Sep 2026 12:10:06 +0000</pubDate>
    </item>
    <item>
      <title>Linux一键搭建KMS服务器脚本及激活Windows和Office</title>
      <link>https://www.63wm.cn/thread-105-1-1.html</link>
      <description><![CDATA[CentOS，Redhat，Fedora等请选择CentOS脚本

Debian，Ubuntu，Mint等请选择Debian脚本

启动KMS

./kms.sh start

激活 Windows系统需要是 VL 版本的，然后使用管理员权限运行 cmd，运行以下命令：
cd /d \&quot;%SystemRoot%\\system32\&quot;slmgr /skms ip  #ip为你KMS的IP地址或 ...]]></description>
      <category>Linux</category>
      <author>admin</author>
      <pubDate>Sun, 30 Aug 2026 16:17:47 +0000</pubDate>
    </item>
    <item>
      <title>CENTOS7配多IP出口socks5和http代理</title>
      <link>https://www.63wm.cn/thread-75-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>Linux</category>
      <author>admin</author>
      <pubDate>Fri, 28 Aug 2026 14:29:15 +0000</pubDate>
    </item>
    <item>
      <title>宝塔BT面板如何单独给一个网站设置nginx缓存目录，延长和持久化图床缓存</title>
      <link>https://www.63wm.cn/thread-42-1-1.html</link>
      <description><![CDATA[因为我的图床的请求和流量费用比较高，且有安全风险，所以我一般是服务器反代了我的图床。但是我发现即使我反代了我的图床，我的图床请求量和流量每天还是挺高。一开始我以为是有一些没有缓存，比较冷门的图还被第一次访问，但是用了好几个月还是每天几万请求。后来我意 ...]]></description>
      <category>Linux</category>
      <author>admin</author>
      <pubDate>Thu, 20 Aug 2026 13:46:09 +0000</pubDate>
    </item>
    <item>
      <title>RustDesk 快速部署，搭建自己的“向日葵”</title>
      <link>https://www.63wm.cn/thread-32-1-1.html</link>
      <description><![CDATA[一、RustDesk 简单介绍：        官网地址：https://rustdesk.com/zh/
        简单而言RustDesk是一套开源的中继远程控制解决方案，你可以自己搭建中继服务器，其他的免费的如同向日葵的控制方案，都是走的公共的控制服务器。我们是用远程中继服务器来做远程控制，往往 ...]]></description>
      <category>Linux</category>
      <author>admin</author>
      <pubDate>Thu, 20 Aug 2026 13:28:43 +0000</pubDate>
    </item>
    <item>
      <title>国内外linux服务器一键换源脚本，centos,debian,ubuntu通用脚本</title>
      <link>https://www.63wm.cn/thread-26-1-1.html</link>
      <description><![CDATA[先更新系统

国内使用Debian系统


国外使用Debian系统


centos系统国内外通用]]></description>
      <category>Linux</category>
      <author>admin</author>
      <pubDate>Tue, 11 Aug 2026 07:45:24 +0000</pubDate>
    </item>
    <item>
      <title>BT宝塔面板开启目录访问</title>
      <link>https://www.63wm.cn/thread-25-1-1.html</link>
      <description><![CDATA[自定义目录浏览页面
默认情况下，Apache使用一个简单的HTML页面来显示目录列表。您可以自定义此页面以匹配您的网站风格。要自定义目录浏览页面，您需要创建一个名为.htaccess的文件，并将其放置在要显示目录列表的目录中。
在.htaccess文件中，您可以使用以下指令来自定 ...]]></description>
      <category>Linux</category>
      <author>admin</author>
      <pubDate>Tue, 11 Aug 2026 07:42:29 +0000</pubDate>
    </item>
    <item>
      <title>Centos7解压安装文件</title>
      <link>https://www.63wm.cn/thread-21-1-1.html</link>
      <description><![CDATA[解压文件
解压tar.bz2命令：
解压zip命令：
Linux安装文件的3个步骤
1：软件解压后进入解压后的文件夹执行预编译命令：./configure --prefix=/想要的文件夹路径/文件夹名/文件夹名
2：执行编译命令：make
3：执行安装命令：make install

 ...]]></description>
      <category>Linux</category>
      <author>admin</author>
      <pubDate>Tue, 11 Aug 2026 07:08:02 +0000</pubDate>
    </item>
    <item>
      <title>Centos7安装图形化界面</title>
      <link>https://www.63wm.cn/thread-20-1-1.html</link>
      <description><![CDATA[CentOS 7 默认使用 GNOME 作为图形界面。如果你需要在 CentOS 7 上安装图形界面，可以通过以下命令来进行安装：
首先，打开终端。
使用 yum 命令来安装 GNOME 桌面。
安装完成后，设置系统默认启动到图形界面。
重启系统以进入图形界面。
安装完成后，你应该能够看到图 ...]]></description>
      <category>Linux</category>
      <author>admin</author>
      <pubDate>Tue, 11 Aug 2026 07:06:23 +0000</pubDate>
    </item>
    <item>
      <title>Centos7永久关闭防火墙命令</title>
      <link>https://www.63wm.cn/thread-19-1-1.html</link>
      <description><![CDATA[输入以下命令来停止Firewalld服务：
输入以下命令来禁用Firewalld服务，确保其在系统重新启动后不会自动启动：]]></description>
      <category>Linux</category>
      <author>admin</author>
      <pubDate>Tue, 11 Aug 2026 07:04:18 +0000</pubDate>
    </item>
    <item>
      <title>宝塔面板Linux系统导入大文件数据库方法</title>
      <link>https://www.63wm.cn/thread-14-1-1.html</link>
      <description><![CDATA[1. 连接服务器​
使用宝塔面板的“终端”或SSH工具（如PuTTY）登录。需使用有足够权限的账户（如root）。
2. 导入数据库​
方法一（推荐·非交互式）:
执行后，终端会提示输入 数据库用户对应的数据库密码。输入正确密码后，系统会自动开始导入。
方法二（交互式）:
适 ...]]></description>
      <category>Linux</category>
      <author>admin</author>
      <pubDate>Tue, 11 Aug 2026 04:26:08 +0000</pubDate>
    </item>
    <item>
      <title>Centos7一键挂载硬盘脚本</title>
      <link>https://www.63wm.cn/thread-12-1-1.html</link>
      <description><![CDATA[运行一键脚本挂载硬盘命令]]></description>
      <category>Linux</category>
      <author>admin</author>
      <pubDate>Tue, 11 Aug 2026 04:17:10 +0000</pubDate>
    </item>
    <item>
      <title>Radius Manager 4.2.0 一键安装脚本 适用于 CentOS 7.X 系统</title>
      <link>https://www.63wm.cn/thread-11-1-1.html</link>
      <description><![CDATA[lic.txt 许可证文件需要自己官方去购买
服务状态检查]]></description>
      <category>Linux</category>
      <author>admin</author>
      <pubDate>Mon, 10 Aug 2026 14:42:19 +0000</pubDate>
    </item>
  </channel>
</rss>