<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>乐荐网论坛 - 服务器技术</title>
    <link>https://bbs.lesrec.cn/forum.php?mod=forumdisplay&amp;fid=38</link>
    <description>Latest 20 threads of 服务器技术</description>
    <copyright>Copyright(C) 乐荐网论坛</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Thu, 25 Jun 2026 19:22:21 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://bbs.lesrec.cn/static/image/common/logo_88_31.gif</url>
      <title>乐荐网论坛</title>
      <link>https://bbs.lesrec.cn/</link>
    </image>
    <item>
      <title>PbootCMS用户密码重置工具</title>
      <link>https://bbs.lesrec.cn/forum.php?mod=viewthread&amp;tid=226</link>
      <description><![CDATA[1、工具作用:此工具用于忘记PbootCMS后台用户账号密码时进行重置。


2、下载地址：PB密码重置工具V20190509.rar

3、使用方法：
1）下载重置工具解压包，解压后将resetpw.php文件直接上传到网站根目录下；2）在浏览器直接访问访问该文件地址，然后按照页面提示输入相关 ...]]></description>
      <category>服务器技术</category>
      <author>edupxl</author>
      <pubDate>Mon, 09 Jun 2025 01:04:34 +0000</pubDate>
    </item>
    <item>
      <title>在 Windows Server 2022 环境下将物理磁盘转hyper-v虚拟机</title>
      <link>https://bbs.lesrec.cn/forum.php?mod=viewthread&amp;tid=224</link>
      <description><![CDATA[在 Windows Server 2022 环境下，你可以使用以下方法将 挂载的 1TB 硬盘（含 Ubuntu 14.04 系统）转换为 Hyper-V 使用的 VHDX 文件：
[hr]🧰 环境说明
[*]物理硬盘：Ubuntu 系统已安装，作为第二块硬盘接入 Windows Server；

[*]目标：将整块磁盘转为 .vhdx 虚拟磁盘格 ...]]></description>
      <category>服务器技术</category>
      <author>edupxl</author>
      <pubDate>Fri, 23 May 2025 08:11:43 +0000</pubDate>
    </item>
    <item>
      <title>discuz论坛头像无法上传，出现access……怎么办</title>
      <link>https://bbs.lesrec.cn/forum.php?mod=viewthread&amp;tid=221</link>
      <description><![CDATA[从事过相关工作的人都知道，discuz是个非常复杂的系统，各种问题都可能出现，因为这是一个千头万绪的大系统。有时候我们可能会发现dicuz里的头像无法上传了，并且上传时出现了Access denied for agent changed字样， 即 ...]]></description>
      <category>服务器技术</category>
      <author>admin</author>
<enclosure url="https://bbs.lesrec.cn/data/attachment/forum/202505/06/111654n5dvaddak2qltv65.webp" length="12050" type="image/jpeg" />      <pubDate>Tue, 06 May 2025 03:07:41 +0000</pubDate>
    </item>
    <item>
      <title>macos访问windows共享路径含中文</title>
      <link>https://bbs.lesrec.cn/forum.php?mod=viewthread&amp;tid=202</link>
      <description><![CDATA[✅ 中文名“市场部”的 URL 编码

python3 -c \&quot;import urllib.parse; print(urllib.parse.quote(\'市场部\'))\&quot;

输出结果是：

%E5%B8%82%E5%9C%BA%E9%83%A8

✅ 最终命令

假设你已经创建了本地挂载点：

mkdir -p ~/Desktop/winshare

然后运行挂载命令（不含特殊字符） ...]]></description>
      <category>服务器技术</category>
      <author>edupxl</author>
      <pubDate>Tue, 08 Apr 2025 07:31:42 +0000</pubDate>
    </item>
    <item>
      <title>Windows 11 右下角的任务栏时间显示秒</title>
      <link>https://bbs.lesrec.cn/forum.php?mod=viewthread&amp;tid=200</link>
      <description><![CDATA[在 Windows 11 右下角的任务栏时间默认只显示 时 和 分，如果你想要让其 显示秒数，可以按照以下方法操作：
方法 1：使用注册表编辑器开启秒显示

    按 Win + R，输入 regedit，按 回车 打开 注册表编辑器。
    在左侧导航栏找到：

HKEY_CURRENT_USER\\Software\\Micr ...]]></description>
      <category>服务器技术</category>
      <author>edupxl</author>
      <pubDate>Wed, 19 Mar 2025 01:35:34 +0000</pubDate>
    </item>
    <item>
      <title>windows server 2022用命令行为raid5磁盘联机并分区格式化</title>
      <link>https://bbs.lesrec.cn/forum.php?mod=viewthread&amp;tid=199</link>
      <description><![CDATA[打开cmd。输入命令：
diskpart
list disk
select disk 
online disk

PowerShell命令：
配置为GPT：Initialize-Disk -Number 0 -PartitionStyle GPT
分区：New-Partition -DiskNumber 0 -UseMaximumSize -AssignDriveLetter
格式化：Format-Volume -DriveLetter F -File ...]]></description>
      <category>服务器技术</category>
      <author>edupxl</author>
      <pubDate>Sat, 15 Mar 2025 03:09:06 +0000</pubDate>
    </item>
    <item>
      <title>Windows Installer 服务无法访问 解决方法</title>
      <link>https://bbs.lesrec.cn/forum.php?mod=viewthread&amp;tid=198</link>
      <description><![CDATA[Windows Installer 服务无法访问。这只在如果您在安全模式中运行Windows，或者是如果 Windows Installer 未正确安装才发生。请联系您的支持人员获取援助。 如果排查是否中病毒或系统故障导致
ChatGPT 说：

Windows Installer 服务无法访问的错误，通常由以下几种原因 ...]]></description>
      <category>服务器技术</category>
      <author>edupxl</author>
      <pubDate>Mon, 03 Mar 2025 02:11:27 +0000</pubDate>
    </item>
    <item>
      <title>Dell R730XD 服务器上通过 PCIe 扩展卡插入 NVIDIA RTX 3090 显卡后导致网卡失效</title>
      <link>https://bbs.lesrec.cn/forum.php?mod=viewthread&amp;tid=196</link>
      <description><![CDATA[在 Dell R730XD 服务器上通过 PCIe 扩展卡插入 NVIDIA RTX 3090 显卡后导致网卡失效，而拔掉显卡后网卡恢复正常，可能的原因如下：1. PCIe 资源分配冲突
[*]服务器的 PCIe 资源（包括总线编号、中断 IRQ、内存地址空间等）是有限的，插入 RTX 3090 后，可能会导致某些设 ...]]></description>
      <category>服务器技术</category>
      <author>edupxl</author>
      <pubDate>Sat, 01 Mar 2025 02:24:28 +0000</pubDate>
    </item>
    <item>
      <title>额外域控服务器，更新补丁后，启动时卡在 请等候 Group Policy Client ChatGPT 说： C</title>
      <link>https://bbs.lesrec.cn/forum.php?mod=viewthread&amp;tid=178</link>
      <description><![CDATA[额外域控服务器，更新补丁后，启动时卡在 请等候 Group Policy Client
ChatGPT 说：
ChatGPT

在额外域控制器上更新补丁后，如果系统启动时卡在“请等候 Group Policy Client”，通常是由于组策略客户端服务 (gpsvc) 出现问题，或者某些更新引发了服务冲突。以下是一些 ...]]></description>
      <category>服务器技术</category>
      <author>admin</author>
      <pubDate>Thu, 24 Oct 2024 06:21:30 +0000</pubDate>
    </item>
    <item>
      <title>win server 2019 更新补丁被要求重启，如果防止自动重启</title>
      <link>https://bbs.lesrec.cn/forum.php?mod=viewthread&amp;tid=177</link>
      <description><![CDATA[要防止 Windows Server 2019 在更新补丁后自动重启，你可以通过修改组策略或设置注册表来实现控制。以下是几种防止系统自动重启的方法：
方法 1：通过组策略设置防止自动重启

    打开组策略编辑器：
        按 Win + R 打开运行窗口，输入 gpedit.msc，然后按回车。
 ...]]></description>
      <category>服务器技术</category>
      <author>admin</author>
      <pubDate>Thu, 24 Oct 2024 03:40:03 +0000</pubDate>
    </item>
    <item>
      <title>win server 2019 更新补丁被要求重启，在重启前如何卸载补丁</title>
      <link>https://bbs.lesrec.cn/forum.php?mod=viewthread&amp;tid=176</link>
      <description><![CDATA[在 Windows Server 2019 上，如果系统提示更新补丁后需要重启，但你希望在重启前卸载该补丁，可以通过以下方法进行操作：
方法 1：使用命令行卸载更新补丁

    查看已安装的更新补丁列表
    打开命令提示符（以管理员身份运行），然后输入以下命令查看最近安装的补丁 ...]]></description>
      <category>服务器技术</category>
      <author>admin</author>
      <pubDate>Thu, 24 Oct 2024 03:38:12 +0000</pubDate>
    </item>
    <item>
      <title>Windows更新失败，错误代码0x80070643</title>
      <link>https://bbs.lesrec.cn/forum.php?mod=viewthread&amp;tid=138</link>
      <description><![CDATA[Windows更新失败，错误代码0x80070643，手把手教你解决升级难题
笔点酷玩2024-03-29 23:55辽宁




本文介绍了如何解决Windows更新时出现的错误代码0x80070643，原因是WinRE恢复环境空间不足。通过进入命令提示符，禁用WinRE，调整磁盘管理工具DiskPart，扩展C盘空间并 ...]]></description>
      <category>服务器技术</category>
      <author>edupxl</author>
      <pubDate>Tue, 25 Jun 2024 09:22:38 +0000</pubDate>
    </item>
    <item>
      <title>批量重启含“veeam”关键字的所有服务的命令</title>
      <link>https://bbs.lesrec.cn/forum.php?mod=viewthread&amp;tid=131</link>
      <description><![CDATA[在 Windows Server 操作系统上，你可以使用 PowerShell 来批量重启包含特定关键字的服务。假设你要重启所有包含 \&quot;veeam\&quot; 关键字的服务，你可以执行以下命令



Get-Service | Where-Object { $_.DisplayName -like \&quot;*veeam*\&quot; } | Restart-Service -Force


要关闭包含特 ...]]></description>
      <category>服务器技术</category>
      <author>edupxl</author>
      <pubDate>Sun, 28 Apr 2024 01:08:30 +0000</pubDate>
    </item>
    <item>
      <title>如何使用免费的ZeroSSL证书保护您的网站</title>
      <link>https://bbs.lesrec.cn/forum.php?mod=viewthread&amp;tid=124</link>
      <description><![CDATA[如今，保护您的网站不仅是一种建议，而且是一种必需品。这就是SSL证书发挥作用的地方。它们对用户浏览器和网站之间传输的数据进行加密，确保隐私和安全。

在可用于获取SSL证书的各种选项中，在Let’s Encrypt之后的受欢迎程度排名中，ZeroSSL是首选之一，特别是对于那 ...]]></description>
      <category>服务器技术</category>
      <author>edupxl</author>
      <pubDate>Tue, 16 Apr 2024 02:14:25 +0000</pubDate>
    </item>
    <item>
      <title>真正有效压缩虚拟磁盘文件VHDX</title>
      <link>https://bbs.lesrec.cn/forum.php?mod=viewthread&amp;tid=120</link>
      <description><![CDATA[首先明确：hyper-v管理器里面“设置-硬盘驱动器-编辑-选择操作-压缩”并没有明显的效果。
然后区分几个关键词：
hyper-v里面的“压缩（compact）”：虚机里磁盘的可用空间不变，虚拟磁盘文件大小变小（因为是回收虚机因删除文件释放出来的磁盘空间，所以不可能压缩到比 ...]]></description>
      <category>服务器技术</category>
      <author>edupxl</author>
      <pubDate>Fri, 16 Feb 2024 02:26:50 +0000</pubDate>
    </item>
    <item>
      <title>hyper-v迁移前开启winrm service</title>
      <link>https://bbs.lesrec.cn/forum.php?mod=viewthread&amp;tid=119</link>
      <description><![CDATA[为windows开启winrm service, 以便进行远程管理
播报文章


[*]原创
[*]|
[*]浏览：18056
[*]|
[*]更新：2014-07-10 17:26


[*]1

[*]2

[*]3

[*]4

分步阅读
winrm service: 是windows 一种方便远程管理的服务；开启winrm service,便于在日常工作中，远程管理服务器 ...]]></description>
      <category>服务器技术</category>
      <author>edupxl</author>
      <pubDate>Mon, 13 Nov 2023 01:17:49 +0000</pubDate>
    </item>
    <item>
      <title>zabbix如何与钉钉集成</title>
      <link>https://bbs.lesrec.cn/forum.php?mod=viewthread&amp;tid=112</link>
      <description><![CDATA[要将Zabbix与钉钉集成，您可以使用Zabbix的\&quot;媒体类型\&quot;功能以及钉钉机器人（DingTalk Robot）的Webhook来实现。以下是实施此集成的一般步骤：
[*]创建钉钉机器人：

[*]打开钉钉工作台。
[*]在左侧导航栏中，点击 \&quot;机器人管理\&quot;。
[*]点击 \&quot;自定义\&quot; 类型的机器人，然后按 ...]]></description>
      <category>服务器技术</category>
      <author>edupxl</author>
      <pubDate>Thu, 28 Sep 2023 02:45:33 +0000</pubDate>
    </item>
    <item>
      <title>什么是微服务</title>
      <link>https://bbs.lesrec.cn/forum.php?mod=viewthread&amp;tid=107</link>
      <description><![CDATA[微服务（或称微服务架构）是一种云原生架构方法，在单个应用中包含众多松散耦合且可单独部署的小型组件或服务。 这些服务通常拥有自己的技术栈，包括数据库和数据管理模型；通过一个REST API、事件流和消息代理组合彼此通信；以及按照业务能力进行组织，具有通常称为有 ...]]></description>
      <category>服务器技术</category>
      <author>edupxl</author>
      <pubDate>Thu, 21 Sep 2023 05:59:18 +0000</pubDate>
    </item>
    <item>
      <title>服务器的常见攻击类型介绍</title>
      <link>https://bbs.lesrec.cn/forum.php?mod=viewthread&amp;tid=86</link>
      <description><![CDATA[服务器的攻击分为四类，DDoS cc攻击、syn攻击、udp攻击、tcp洪水攻击。那么当被攻击时会出现哪些症状呢，我们是如何来判断服务器是否被攻击，属于哪种攻击类型？第一种类型：DDoS CC类攻击A.网站出现service unavailable提示B.CPU占用率很高C.网络连接状态：netstat  ...]]></description>
      <category>服务器技术</category>
      <author>edupxl</author>
      <pubDate>Sat, 12 Aug 2023 02:15:11 +0000</pubDate>
    </item>
    <item>
      <title>阿里云lamp平台配置https</title>
      <link>https://bbs.lesrec.cn/forum.php?mod=viewthread&amp;tid=84</link>
      <description><![CDATA[系统环境：
CentOS Linux release 7.9.2009 (Core)
Apache/2.4.53 (httpd)
PHP 7.3.33
Mysql 5.7.38
OpenSSL 1.0.2k-fips

vim /usr/local/apache/conf/httpd.conf

LoadModule socache_shmcb_module modules/mod_socache_shmcb.so
LoadModule ssl_module modules/mod_]]></description>
      <category>服务器技术</category>
      <author>admin</author>
      <pubDate>Fri, 11 Aug 2023 00:09:52 +0000</pubDate>
    </item>
  </channel>
</rss>