<?xml version="1.0" encoding="utf-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><title>汇成软件</title><link>https://www.shengmake.net/</link><description>Create the world!!!</description><item><title>openclaw安装教程</title><link>https://www.shengmake.net/post/836.html</link><description>&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;http://127.0.0.1:18789，在设置里填 API。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;重新运行孵化命令：在终端输入 openclaw hatch&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;Windows10 中国大陆环境 从零安装【原版 OpenClaw】+配置Node/npm+国内镜像&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;全程原生Win10、不用WSL、纯原版官方包、解决国内下载慢/脚本拦截/权限报错&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;一、先安装 Node.js（自带npm，必须LTS版）&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;1. 下载国内镜像版Node（避免官网慢）&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;阿里云镜像直达：&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;https://npmmirror.com/mirrors/node/v20.18.3/node-v20.18.3-x64.msi&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;• 选 20.x LTS 兼容性最稳，Win10完美适配&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;2. 安装注意&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;1. 双击msi，安装路径不要中文、不要空格&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;2. 全程默认下一步，自动勾选「Add to PATH」&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;3. 安装完成重启PowerShell&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;3. 校验是否安装成功&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;打开普通PowerShell执行：&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;node -v&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;npm -v&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;能输出版本号 = Node+npm 安装完成&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;二、配置npm国内镜像（大陆必设，解决超时）&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;# 设置淘宝镜像源&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;npm config set registry https://registry.npmmirror.com&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;# 查看是否生效&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;npm config get registry&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;三、解决Win10 PowerShell 禁止运行脚本（关键报错修复）&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;管理员身份打开 PowerShell 执行：&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;Set-ExecutionPolicy RemoteSigned -Scope CurrentUser&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;输入 Y 确认，解除脚本拦截限制&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;四、安装原版 OpenClaw 官方客户端（Windows原版）&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;继续保持管理员PowerShell执行官方原版安装命令：&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;irm https://openclaw.ai/install.ps1 | iex&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;大陆网络如果卡住、超时：用下面国内加速镜像脚本替代&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;iwr -useb https://gitee.com/openclaw/install/raw/main/install.ps1 | iex&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;五、校验 OpenClaw 安装&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;openclaw --version&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;输出版本号 = 原版安装成功&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;六、初始化 + 启动面板&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;# 首次初始化配置&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;openclaw onboard&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;# 启动服务&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;openclaw gateway run&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;浏览器打开：http://localhost:18789 即可使用&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;七、常见Win10必踩坑解决&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;1. 杀毒/防火墙拦截&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;暂时关闭火绒、360、Defender实时防护，安装后再开启&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;2. 路径中文导致启动失败&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;所有软件、项目目录全部纯英文&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;3. npm依赖报错&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;清理缓存重新安装：&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;npm cache clean --force&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;需要我现在给你一份「一键复制逐条执行」的命令清单，你直接照着粘贴就行吗？&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Fri, 24 Apr 2026 12:53:21 +0800</pubDate></item><item><title>Xray VLESS / TLS</title><link>https://www.shengmake.net/post/832.html</link><description>&lt;p data-start=&quot;0&quot; data-end=&quot;56&quot;&gt;&lt;strong data-start=&quot;10&quot; data-end=&quot;52&quot;&gt;&amp;nbsp;Amazon Linux 2 上顺利运行的 Xray 一键安装脚本&lt;/strong&gt;，包含：&lt;/p&gt;&lt;ul data-start=&quot;58&quot; data-end=&quot;184&quot; class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p data-start=&quot;60&quot; data-end=&quot;99&quot;&gt;Xray VLESS / TLS（443 或 8443，建议用 8443）&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p data-start=&quot;102&quot; data-end=&quot;116&quot;&gt;systemd 自动启动&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p data-start=&quot;119&quot; data-end=&quot;133&quot;&gt;BBR + 内核网络优化&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p data-start=&quot;136&quot; data-end=&quot;171&quot;&gt;自动获取 Let’s Encrypt 证书（无需邮箱 / EAB）&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p data-start=&quot;174&quot; data-end=&quot;184&quot;&gt;完整安全权限设置&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p class=&quot;ue-upload&quot; style=&quot;line-height: 16px;&quot;&gt;&lt;img style=&quot;vertical-align: middle; margin-right: 2px;&quot; src=&quot;https://www.shengmake.net/zb_system/image/filetype/_blank.png&quot;/&gt;&lt;a style=&quot;font-size:12px; color:#0066cc;&quot; href=&quot;https://www.shengmake.net/zb_users/upload/2026/01/202601081767859742910333.7z&quot; title=&quot;Desktop.7z&quot;&gt;Desktop.7z&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Thu, 08 Jan 2026 16:08:17 +0800</pubDate></item><item><title>WireGuard 安装脚本</title><link>https://www.shengmake.net/post/831.html</link><description>&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p class=&quot;ue-upload&quot; style=&quot;line-height: 16px;&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;h3 data-start=&quot;2952&quot; data-end=&quot;2998&quot;&gt;&amp;nbsp;执行结束后，会输出一个二维码，可直接用 WireGuard App 扫描导入。&lt;/h3&gt;&lt;h3 data-start=&quot;3000&quot; data-end=&quot;3016&quot;&gt;4. 客户端配置文件路径&lt;/h3&gt;&lt;pre class=&quot;overflow-visible!&quot; data-start=&quot;3017&quot; data-end=&quot;3051&quot;&gt;/etc/wireguard/client.conf&lt;/pre&gt;&lt;p data-start=&quot;3052&quot; data-end=&quot;3081&quot;&gt;可复制到 Windows、Mac、iOS、Android。&lt;/p&gt;&lt;p class=&quot;ue-upload&quot; style=&quot;line-height: 16px;&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p class=&quot;ue-upload&quot; style=&quot;line-height: 16px;&quot;&gt;&lt;img style=&quot;vertical-align: middle; margin-right: 2px;&quot; src=&quot;https://www.shengmake.net/zb_system/image/filetype/_blank.png&quot;/&gt;&lt;a style=&quot;font-size:12px; color:#0066cc;&quot; href=&quot;https://www.shengmake.net/zb_users/upload/2025/12/202512101765346862169474.7z&quot; title=&quot;1002.7z&quot;&gt;1002.7z&lt;/a&gt;&lt;/p&gt;&lt;p class=&quot;ue-upload&quot; style=&quot;line-height: 16px;&quot;&gt;再次显示二维码&lt;br/&gt;&lt;/p&gt;&lt;p&gt;sudo qrencode -t ANSIUTF8 &amp;lt; /etc/wireguard/client&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; .conf&lt;/p&gt;&lt;p class=&quot;ue-upload&quot; style=&quot;line-height: 16px;&quot;&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Wed, 10 Dec 2025 14:01:22 +0800</pubDate></item><item><title>Linux报 “permission denied” 异常的原因以及解决办法</title><link>https://www.shengmake.net/post/830.html</link><description>&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;Linux报 “permission denied” 异常的原因以及解决办法&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;Linux报 permission denied （权限被拒绝）错误通常是由于当前用户缺少执行该文件或文件夹的权限而导致的。这是 Linux 系统的安全机制之一，可以保证系统的安全性和稳定性。下面来详细介绍一下Linux报 permission denied的原因和解决办法。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;原因&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;文件或文件夹的权限不够： Linux系统中，每个文件都有不同的权限，包括读、写、执行权限。如果当前用户没有执行某个文件或文件夹的权限，就会报 permission denied 错误。比如，一个文件的权限是-rw-r–r–，这意味着该文件的所有者可以读写，其他用户只能读取，如果你是其他用户，想要执行该文件，就会提示错误。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;当前用户不是文件或文件夹的所有者：如果一个文件或文件夹没有读、写、执行权限，但是它属于当前用户，那么你就有权执行，但如果你不是该文件或文件夹的所有者，就无权执行。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;文件或文件夹不存在：如果你输入的路径是错误的或该文件已经被删除，就会报permission denied 错误。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;解决&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;修改文件或文件夹的权限：如果你想使用某个文件或文件夹，却因为权限不足而报权限被拒绝的错误，可以使用以下命令修改文件或文件夹的权限：&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;chmod +x filename # 给该文件加上可执行权限chmod +r filename # 给该文件加上可读权限chmod +w filename # 给该文件加上可写权限chmod +rw filename # 给该文件加上可读可写权限chmod -R 777 foldername # 给该文件夹以及其中的所有文件和子文件夹都赋予最高权限（慎用）&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;切换到文件或文件夹的所有者用户：如果你不是文件或文件夹的所有者，但是只有文件或文件夹所有者有权执行该文件，你就必须使用以下命令切换到指定用户身份：&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;sudo -i # 输入管理员权限密码su - username # 切换到文件或文件夹的所有者用户&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;其中，username是文件或文件夹的所有者用户名。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;检查文件或文件夹是否存在：如果系统提示文件或文件夹不存在，就要检查路径是否输对了，或者文件或文件夹是否已经被删除了。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;以上就是Linux报 permission denied的原因和解决办法。需要注意的是，权限被拒绝可能是系统保护机制，不一定是错误，所以不要盲目修改文件或文件夹的权限，否则可能会导致系统出问题&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;————————————————&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;版权声明：本文为CSDN博主「为了前进而后退，为了走直路而走弯路」的原创文章，遵循CC 4.0 BY-SA版权协议，转载请附上原文出处链接及本声明。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;原文链接：https://blog.csdn.net/m0_74795952/article/details/143680314&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Mon, 01 Dec 2025 06:50:37 +0800</pubDate></item><item><title>服务器端安装 Shadowsocks</title><link>https://www.shengmake.net/post/829.html</link><description>&lt;p data-start=&quot;0&quot; data-end=&quot;139&quot;&gt;&lt;strong data-start=&quot;7&quot; data-end=&quot;56&quot;&gt;最简单、能直接用的 Shadowsocks（SS）服务端 + v2rayN 客户端配置教程&lt;/strong&gt;，加密方式 &lt;strong data-start=&quot;62&quot; data-end=&quot;77&quot;&gt;aes-128-gcm&lt;/strong&gt;，端口 &lt;strong data-start=&quot;81&quot; data-end=&quot;91&quot;&gt;255998&lt;/strong&gt;。&lt;br data-start=&quot;92&quot; data-end=&quot;95&quot;/&gt;（假设你是使用 &lt;strong data-start=&quot;103&quot; data-end=&quot;138&quot;&gt;Linux 服务器（Debian/Ubuntu/CentOS）&lt;/strong&gt;）&lt;/p&gt;&lt;hr data-start=&quot;141&quot; data-end=&quot;144&quot;/&gt;&lt;h1 data-start=&quot;146&quot; data-end=&quot;196&quot;&gt;✅ 一、服务器端安装 Shadowsocks（加密：aes-128-gcm，端口：255998）&lt;/h1&gt;&lt;h3 data-start=&quot;198&quot; data-end=&quot;239&quot;&gt;&lt;strong data-start=&quot;202&quot; data-end=&quot;239&quot;&gt;1. 安装 Python 版 Shadowsocks（最稳定通用）&lt;/strong&gt;&lt;/h3&gt;&lt;p data-start=&quot;240&quot; data-end=&quot;254&quot;&gt;Debian/Ubuntu:&lt;/p&gt;&lt;pre class=&quot;overflow-visible!&quot; data-start=&quot;255&quot; data-end=&quot;379&quot;&gt;apt&amp;nbsp;update
apt&amp;nbsp;install&amp;nbsp;python3-pip&amp;nbsp;-y
pip3&amp;nbsp;install&amp;nbsp;https://github.com/shadowsocks/shadowsocks/archive/master.zip&lt;/pre&gt;&lt;p data-start=&quot;381&quot; data-end=&quot;388&quot;&gt;CentOS:&lt;/p&gt;&lt;pre class=&quot;overflow-visible!&quot; data-start=&quot;389&quot; data-end=&quot;502&quot;&gt;yum&amp;nbsp;install&amp;nbsp;python3-pip&amp;nbsp;-y
pip3&amp;nbsp;install&amp;nbsp;https://github.com/shadowsocks/shadowsocks/archive/master.zip&lt;/pre&gt;&lt;hr data-start=&quot;504&quot; data-end=&quot;507&quot;/&gt;&lt;h1 data-start=&quot;509&quot; data-end=&quot;534&quot;&gt;✅ 二、创建 Shadowsocks 配置文件&lt;/h1&gt;&lt;p data-start=&quot;536&quot; data-end=&quot;539&quot;&gt;创建：&lt;/p&gt;&lt;pre class=&quot;overflow-visible!&quot; data-start=&quot;540&quot; data-end=&quot;611&quot;&gt;mkdir&amp;nbsp;-p&amp;nbsp;/etc/shadowsocks
nano&amp;nbsp;/etc/shadowsocks/config.json&lt;/pre&gt;&lt;p data-start=&quot;613&quot; data-end=&quot;625&quot;&gt;填入这一份（按你要求）：&lt;/p&gt;&lt;pre class=&quot;overflow-visible!&quot; data-start=&quot;627&quot; data-end=&quot;830&quot;&gt;{
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;server&amp;quot;:&amp;nbsp;&amp;quot;0.0.0.0&amp;quot;,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;server_port&amp;quot;:&amp;nbsp;255998,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;password&amp;quot;:&amp;nbsp;&amp;quot;your_password_here&amp;quot;,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;method&amp;quot;:&amp;nbsp;&amp;quot;aes-128-gcm&amp;quot;,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;timeout&amp;quot;:&amp;nbsp;300,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;fast_open&amp;quot;:&amp;nbsp;true,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;mode&amp;quot;:&amp;nbsp;&amp;quot;tcp_and_udp&amp;quot;}&lt;/pre&gt;&lt;p data-start=&quot;832&quot; data-end=&quot;837&quot;&gt;保存退出。&lt;/p&gt;&lt;p data-start=&quot;839&quot; data-end=&quot;881&quot;&gt;⚠ &lt;strong data-start=&quot;841&quot; data-end=&quot;881&quot;&gt;记得把 &lt;code data-start=&quot;847&quot; data-end=&quot;867&quot;&gt;your_password_here&lt;/code&gt; 换成你自己设定的密码。&lt;/strong&gt;&lt;/p&gt;&lt;hr data-start=&quot;883&quot; data-end=&quot;886&quot;/&gt;&lt;h1 data-start=&quot;888&quot; data-end=&quot;912&quot;&gt;✅ 三、启动 Shadowsocks 服务端&lt;/h1&gt;&lt;pre class=&quot;overflow-visible!&quot; data-start=&quot;914&quot; data-end=&quot;975&quot;&gt;ssserver&amp;nbsp;-c&amp;nbsp;/etc/shadowsocks/config.json&amp;nbsp;-d&amp;nbsp;start&lt;/pre&gt;&lt;p data-start=&quot;977&quot; data-end=&quot;986&quot;&gt;查看是否运行成功：&lt;/p&gt;&lt;pre class=&quot;overflow-visible!&quot; data-start=&quot;987&quot; data-end=&quot;1021&quot;&gt;ps&amp;nbsp;-ef&amp;nbsp;|&amp;nbsp;grep&amp;nbsp;ssserver&lt;/pre&gt;&lt;hr data-start=&quot;1023&quot; data-end=&quot;1026&quot;/&gt;&lt;h1 data-start=&quot;1028&quot; data-end=&quot;1052&quot;&gt;🔐 四、服务器防火墙放行端口 255998&lt;/h1&gt;&lt;h3 data-start=&quot;1054&quot; data-end=&quot;1078&quot;&gt;Debian/Ubuntu (ufw):&lt;/h3&gt;&lt;pre class=&quot;overflow-visible!&quot; data-start=&quot;1079&quot; data-end=&quot;1132&quot;&gt;ufw&amp;nbsp;allow&amp;nbsp;255998/tcp
ufw&amp;nbsp;allow&amp;nbsp;255998/udp&lt;/pre&gt;&lt;h3 data-start=&quot;1134&quot; data-end=&quot;1156&quot;&gt;CentOS（firewalld）：&lt;/h3&gt;&lt;pre class=&quot;overflow-visible!&quot; data-start=&quot;1157&quot; data-end=&quot;1284&quot;&gt;firewall-cmd&amp;nbsp;--add-port=255998/tcp&amp;nbsp;--permanent
firewall-cmd&amp;nbsp;--add-port=255998/udp&amp;nbsp;--permanent
firewall-cmd&amp;nbsp;--reload&lt;/pre&gt;&lt;p data-start=&quot;1286&quot; data-end=&quot;1346&quot;&gt;如果是云服务器（腾讯云/阿里云/亚马逊），&lt;br data-start=&quot;1307&quot; data-end=&quot;1310&quot;/&gt;你还要到 &lt;strong data-start=&quot;1315&quot; data-end=&quot;1322&quot;&gt;安全组&lt;/strong&gt; 再放行 &lt;strong data-start=&quot;1327&quot; data-end=&quot;1345&quot;&gt;255998 TCP+UDP&lt;/strong&gt;。&lt;/p&gt;&lt;hr data-start=&quot;1348&quot; data-end=&quot;1351&quot;/&gt;&lt;h1 data-start=&quot;1353&quot; data-end=&quot;1386&quot;&gt;🖥 五、客户端 v2rayN 配置（Shadowsocks）&lt;/h1&gt;&lt;p data-start=&quot;1388&quot; data-end=&quot;1425&quot;&gt;打开 &lt;strong data-start=&quot;1391&quot; data-end=&quot;1424&quot;&gt;v2rayN → 添加 [Shadowsocks 服务器]&lt;/strong&gt;：&lt;/p&gt;&lt;div class=&quot;_tableContainer_1rjym_1&quot;&gt;&lt;div tabindex=&quot;-1&quot; class=&quot;group _tableWrapper_1rjym_13 flex w-fit flex-col-reverse&quot;&gt;&lt;table data-start=&quot;1427&quot; data-end=&quot;1567&quot; class=&quot;w-fit min-w-(--thread-content-width)&quot;&gt;&lt;thead data-start=&quot;1427&quot; data-end=&quot;1440&quot;&gt;&lt;tr data-start=&quot;1427&quot; data-end=&quot;1440&quot; class=&quot;firstRow&quot;&gt;&lt;th data-start=&quot;1427&quot; data-end=&quot;1432&quot; data-col-size=&quot;sm&quot;&gt;项目&lt;/th&gt;&lt;th data-start=&quot;1432&quot; data-end=&quot;1440&quot; data-col-size=&quot;sm&quot;&gt;填写内容&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody data-start=&quot;1461&quot; data-end=&quot;1567&quot;&gt;&lt;tr data-start=&quot;1461&quot; data-end=&quot;1477&quot;&gt;&lt;td data-start=&quot;1461&quot; data-end=&quot;1466&quot; data-col-size=&quot;sm&quot;&gt;地址&lt;/td&gt;&lt;td data-col-size=&quot;sm&quot; data-start=&quot;1466&quot; data-end=&quot;1477&quot;&gt;你的服务器IP&lt;/td&gt;&lt;/tr&gt;&lt;tr data-start=&quot;1478&quot; data-end=&quot;1497&quot;&gt;&lt;td data-start=&quot;1478&quot; data-end=&quot;1483&quot; data-col-size=&quot;sm&quot;&gt;端口&lt;/td&gt;&lt;td data-col-size=&quot;sm&quot; data-start=&quot;1483&quot; data-end=&quot;1497&quot;&gt;&lt;strong data-start=&quot;1485&quot; data-end=&quot;1495&quot;&gt;255998&lt;/strong&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr data-start=&quot;1498&quot; data-end=&quot;1527&quot;&gt;&lt;td data-start=&quot;1498&quot; data-end=&quot;1503&quot; data-col-size=&quot;sm&quot;&gt;密码&lt;/td&gt;&lt;td data-start=&quot;1503&quot; data-end=&quot;1527&quot; data-col-size=&quot;sm&quot;&gt;你在 config.json 设置的密码&lt;/td&gt;&lt;/tr&gt;&lt;tr data-start=&quot;1528&quot; data-end=&quot;1554&quot;&gt;&lt;td data-start=&quot;1528&quot; data-end=&quot;1535&quot; data-col-size=&quot;sm&quot;&gt;加密方式&lt;/td&gt;&lt;td data-col-size=&quot;sm&quot; data-start=&quot;1535&quot; data-end=&quot;1554&quot;&gt;&lt;strong data-start=&quot;1537&quot; data-end=&quot;1552&quot;&gt;aes-128-gcm&lt;/strong&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr data-start=&quot;1555&quot; data-end=&quot;1567&quot;&gt;&lt;td data-start=&quot;1555&quot; data-end=&quot;1560&quot; data-col-size=&quot;sm&quot;&gt;备注&lt;/td&gt;&lt;td data-col-size=&quot;sm&quot; data-start=&quot;1560&quot; data-end=&quot;1567&quot;&gt;随便写&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;h3 data-start=&quot;1569&quot; data-end=&quot;1578&quot;&gt;协议选择：&lt;/h3&gt;&lt;pre class=&quot;overflow-visible!&quot; data-start=&quot;1579&quot; data-end=&quot;1598&quot;&gt;Shadowsocks&lt;/pre&gt;&lt;p data-start=&quot;1600&quot; data-end=&quot;1618&quot;&gt;然后 &lt;strong data-start=&quot;1603&quot; data-end=&quot;1614&quot;&gt;保存 → 启动&lt;/strong&gt; 即可。&lt;/p&gt;&lt;hr data-start=&quot;1620&quot; data-end=&quot;1623&quot;/&gt;&lt;h1 data-start=&quot;1625&quot; data-end=&quot;1638&quot; style=&quot;text-wrap-mode: wrap;&quot;&gt;🧪 六、安装&lt;span style=&quot;text-wrap-mode: wrap;&quot;&gt;libsodium&amp;nbsp;&lt;/span&gt;&lt;/h1&gt;&lt;p&gt;----------------------------------------------------------------------------------------&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;yum install epel-release -y&lt;/p&gt;&lt;p&gt;yum install libsodium libsodium-devel -y&lt;/p&gt;&lt;h1 data-start=&quot;1625&quot; data-end=&quot;1638&quot;&gt;&lt;br/&gt;&lt;/h1&gt;&lt;h1 data-start=&quot;1625&quot; data-end=&quot;1638&quot;&gt;&lt;br/&gt;&lt;/h1&gt;&lt;h1 data-start=&quot;1625&quot; data-end=&quot;1638&quot;&gt;-----------------&lt;/h1&gt;&lt;h1 data-start=&quot;1625&quot; data-end=&quot;1638&quot;&gt;🧪 七、验证是否成功&lt;/h1&gt;&lt;p data-start=&quot;1640&quot; data-end=&quot;1683&quot;&gt;在 v2rayN 右下角图标 → 系统代理 → PAC 或 全局&lt;br data-start=&quot;1672&quot; data-end=&quot;1675&quot;/&gt;打开浏览器访问：&lt;/p&gt;&lt;pre class=&quot;overflow-visible!&quot; data-start=&quot;1685&quot; data-end=&quot;1715&quot;&gt;https://www.google.com&lt;/pre&gt;&lt;p data-start=&quot;1717&quot; data-end=&quot;1728&quot;&gt;如果能打开，就成功了。&lt;/p&gt;&lt;hr data-start=&quot;1730&quot; data-end=&quot;1733&quot;/&gt;&lt;h1 data-start=&quot;1735&quot; data-end=&quot;1745&quot;&gt;❗ 常见错误排查&lt;/h1&gt;&lt;h3 data-start=&quot;1747&quot; data-end=&quot;1770&quot;&gt;❌ v2rayN 提示 timeout&lt;/h3&gt;&lt;ul data-start=&quot;1771&quot; data-end=&quot;1871&quot; class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p data-start=&quot;1773&quot; data-end=&quot;1790&quot;&gt;云服务器安全组没开放 255998&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p data-start=&quot;1793&quot; data-end=&quot;1806&quot;&gt;防火墙没开放 255998&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p data-start=&quot;1809&quot; data-end=&quot;1871&quot;&gt;Shadowsocks 服务没启动 → &lt;code data-start=&quot;1829&quot; data-end=&quot;1871&quot;&gt;ssserver -c /etc/shadowsocks/config.json&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h3 data-start=&quot;1873&quot; data-end=&quot;1888&quot;&gt;❌ 可以连但上不了外网&lt;/h3&gt;&lt;ul data-start=&quot;1889&quot; data-end=&quot;1941&quot; class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p data-start=&quot;1891&quot; data-end=&quot;1904&quot;&gt;服务器本身不能访问外网&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p data-start=&quot;1907&quot; data-end=&quot;1941&quot;&gt;ISP 阻断了你的端口（可以尝试换端口 443、8443、8880）&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;h1 data-start=&quot;969&quot; data-end=&quot;991&quot;&gt;✅ &lt;strong data-start=&quot;973&quot; data-end=&quot;991&quot;&gt;四、内核网络优化（强烈推荐）&lt;/strong&gt;&lt;/h1&gt;&lt;p data-start=&quot;993&quot; data-end=&quot;998&quot;&gt;创建文件：&lt;/p&gt;&lt;pre class=&quot;overflow-visible!&quot; data-start=&quot;1000&quot; data-end=&quot;1052&quot;&gt;sudo&amp;nbsp;nano&amp;nbsp;/etc/sysctl.d/99-ss-speed.conf&lt;/pre&gt;&lt;p data-start=&quot;1054&quot; data-end=&quot;1057&quot;&gt;写入：&lt;/p&gt;&lt;pre class=&quot;overflow-visible!&quot; data-start=&quot;1059&quot; data-end=&quot;1292&quot;&gt;fs.file-max&amp;nbsp;=&amp;nbsp;1000000
net.core.rmem_max&amp;nbsp;=&amp;nbsp;67108864
net.core.wmem_max&amp;nbsp;=&amp;nbsp;67108864
net.ipv4.tcp_rmem&amp;nbsp;=&amp;nbsp;4096&amp;nbsp;87380&amp;nbsp;67108864
net.ipv4.tcp_wmem&amp;nbsp;=&amp;nbsp;4096&amp;nbsp;65536&amp;nbsp;67108864
net.ipv4.tcp_congestion_control&amp;nbsp;=&amp;nbsp;bbr
net.core.default_qdisc&amp;nbsp;=&amp;nbsp;fq&lt;/pre&gt;&lt;p data-start=&quot;1294&quot; data-end=&quot;1297&quot;&gt;启用：&lt;/p&gt;&lt;pre class=&quot;overflow-visible!&quot; data-start=&quot;1299&quot; data-end=&quot;1331&quot;&gt;sudo&amp;nbsp;sysctl&amp;nbsp;--system&lt;/pre&gt;&lt;p data-start=&quot;1333&quot; data-end=&quot;1367&quot;&gt;✔ 启用 &lt;strong data-start=&quot;1338&quot; data-end=&quot;1350&quot;&gt;BBR + FQ&lt;/strong&gt; 可大幅提升速度（20–40%）。&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p class=&quot;ue-upload&quot; style=&quot;line-height: 16px;&quot;&gt;&lt;img style=&quot;vertical-align: middle; margin-right: 2px;&quot; src=&quot;https://www.shengmake.net/zb_system/image/filetype/zip.png&quot;/&gt;&lt;a style=&quot;font-size:12px; color:#0066cc;&quot; href=&quot;https://www.shengmake.net/zb_users/upload/2025/12/202512011764545047230630.zip&quot; title=&quot;1001.zip&quot;&gt;1001.zip&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Tue, 18 Nov 2025 14:36:26 +0800</pubDate></item><item><title>shadowsocks_install</title><link>https://www.shengmake.net/post/828.html</link><description>&lt;p&gt;执行命令:&lt;/p&gt;&lt;p&gt;bash &amp;lt;(curl -sL https://raw.githubusercontent.com/teddysun/shadowsocks_install/master/shadowsocks-libev.sh)&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Fri, 07 Nov 2025 11:58:46 +0800</pubDate></item><item><title>FBA 箱规</title><link>https://www.shengmake.net/post/827.html</link><description>&lt;p style=&quot;text-wrap-mode: wrap;&quot;&gt;常规:&lt;/p&gt;&lt;p style=&quot;text-wrap-mode: wrap;&quot;&gt;50磅&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;text-wrap-mode: wrap;&quot;&gt;25x25x25英寸&lt;/p&gt;&lt;p style=&quot;text-wrap-mode: wrap;&quot;&gt;===================&lt;/p&gt;&lt;p style=&quot;text-wrap-mode: wrap;&quot;&gt;&lt;span style=&quot;text-wrap-mode: wrap;&quot;&gt;22.68kg&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-wrap-mode: wrap;&quot;&gt;&lt;span style=&quot;text-wrap-mode: wrap;&quot;&gt;63.5*63.5*63.5cm&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-wrap-mode: wrap;&quot;&gt;&lt;span style=&quot;text-wrap-mode: wrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-wrap-mode: wrap;&quot;&gt;&lt;span style=&quot;text-wrap-mode: wrap;&quot;&gt;-------------------------------------------&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-wrap-mode: wrap;&quot;&gt;&lt;span style=&quot;text-wrap-mode: wrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-wrap-mode: wrap;&quot;&gt;25x25x36英寸&lt;/p&gt;&lt;p style=&quot;text-wrap-mode: wrap;&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;text-wrap-mode: wrap;&quot;&gt;150个&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;ul style=&quot;box-sizing: border-box; margin-bottom: 16px; color: rgb(35, 47, 62); font-family: &amp;quot;Amazon Ember&amp;quot;, Arial, sans-serif; font-size: 16px; letter-spacing: 0.1px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot; class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p&gt;包裹的最长边（长度）必须介于 70 到 96 英寸之间，才能归类为 SIOC。&amp;nbsp;&lt;a href=&quot;https://gs.amazon.cn/zhishi/article-241123&quot; style=&quot;box-sizing: border-box; color: rgb(0, 117, 135); text-decoration-line: none; background-color: transparent;&quot;&gt;[1]&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;如果商品的长度至少为 96 英寸，则无需将其归类为 SIOC。&amp;nbsp;&lt;a href=&quot;https://gs.amazon.cn/zhishi/article-241123&quot; style=&quot;box-sizing: border-box; color: rgb(0, 117, 135); text-decoration-line: none; background-color: transparent;&quot;&gt;[1]&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;包裹的任何一面都不得超过 25.0 英寸，除非箱子中包含一件长度大于 25 英寸的超大物品。&amp;nbsp;&lt;a href=&quot;https://sellercentral.amazon.com/help/hub/reference/G201368410&quot; style=&quot;box-sizing: border-box; color: rgb(0, 117, 135); text-decoration-line: none; background-color: transparent;&quot;&gt;[2]&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;箱子不得超过 50.00 磅的标准重量限制，除非它们包含重量超过 50.00 磅的单件商品。 在这种情况下，包装箱必须贴上 “多人携带/重型包裹” 的标签。&amp;nbsp;&lt;a href=&quot;https://sellercentral.amazon.com/help/hub/reference/G201368410&quot; style=&quot;box-sizing: border-box; color: rgb(0, 117, 135); text-decoration-line: none; background-color: transparent;&quot;&gt;[2]&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;装有珠宝首饰或钟表的箱子不得超过 40.00 磅。&amp;nbsp;&lt;a href=&quot;https://sellercentral.amazon.com/help/hub/reference/G201368410&quot; style=&quot;box-sizing: border-box; color: rgb(0, 117, 135); text-decoration-line: none; background-color: transparent;&quot;&gt;[2]&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;text-wrap-mode: wrap;&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;text-wrap-mode: wrap;&quot;&gt;50磅&lt;/p&gt;&lt;p style=&quot;text-wrap-mode: wrap;&quot;&gt;25x25x36英寸&lt;/p&gt;&lt;p&gt;&lt;br style=&quot;text-wrap-mode: wrap;&quot;/&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Tue, 04 Nov 2025 23:44:43 +0800</pubDate></item><item><title>FBA超长库龄收费标准</title><link>https://www.shengmake.net/post/826.html</link><description>&lt;h2 style=&quot;box-sizing: border-box; font-size: 27px; line-height: 1.2; font-weight: 400; font-family: &amp;quot;Amazon Ember&amp;quot;, Arial, sans-serif; margin: 0px 0px 16px; letter-spacing: -0.1px; padding: 14px 0px 0px; color: rgb(35, 47, 62); text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;br/&gt;&lt;/h2&gt;&lt;div style=&quot;box-sizing: border-box; color: rgb(35, 47, 62); font-family: &amp;quot;Amazon Ember&amp;quot;, Arial, sans-serif; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 24px; font-size: 15px; line-height: 1.5em;&quot;&gt;此附加费每月收取一次，通常在当月的 18 日&lt;sup style=&quot;box-sizing: border-box;&quot;&gt;&lt;/sup&gt;到 22 日&lt;sup style=&quot;box-sizing: border-box;&quot;&gt;&lt;/sup&gt;之间。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 24px; font-size: 15px; line-height: 1.5em;&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;table class=&quot;help-table&quot;&gt;&lt;thead style=&quot;box-sizing: border-box;&quot;&gt;&lt;tr style=&quot;box-sizing: border-box;&quot; class=&quot;firstRow&quot;&gt;&lt;th colspan=&quot;8&quot; id=&quot;N10060&quot; style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204); background: rgb(231, 231, 231); text-align: left;&quot;&gt;2026 年 1 月 15 日之前&lt;/th&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box;&quot;&gt;&lt;th id=&quot;N1006A&quot; style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204); background: rgb(231, 231, 231); text-align: left;&quot;&gt;库存评估日期&lt;/th&gt;&lt;th id=&quot;N1006E&quot; style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204); background: rgb(231, 231, 231); text-align: left;&quot;&gt;库龄介于 181~210 天的商品&lt;/th&gt;&lt;th id=&quot;N10072&quot; style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204); background: rgb(231, 231, 231); text-align: left;&quot;&gt;库龄介于 211~240 天的商品&lt;/th&gt;&lt;th id=&quot;N10076&quot; style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204); background: rgb(231, 231, 231); text-align: left;&quot;&gt;库龄介于 241~270 天的商品&lt;/th&gt;&lt;th id=&quot;N1007A&quot; style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204); background: rgb(231, 231, 231); text-align: left;&quot;&gt;库龄介于 271~300 天的商品&lt;/th&gt;&lt;th id=&quot;N1007E&quot; style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204); background: rgb(231, 231, 231); text-align: left;&quot;&gt;库龄介于 301~330 天的商品&lt;/th&gt;&lt;th id=&quot;N10082&quot; style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204); background: rgb(231, 231, 231); text-align: left;&quot;&gt;库龄介于 331~365 天的商品&lt;/th&gt;&lt;th id=&quot;N10086&quot; style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204); background: rgb(231, 231, 231); text-align: left;&quot;&gt;库龄达到或超过 366 天的商品&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody style=&quot;box-sizing: border-box;&quot;&gt;&lt;tr style=&quot;box-sizing: border-box;&quot;&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;每月（当月的 15 日&lt;sup style=&quot;box-sizing: border-box;&quot;&gt;&lt;/sup&gt;）&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;$0.50/立方英尺（不包括某些商品）*&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;$1.00/立方英尺（不包括某些商品）*&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;$1.50/立方英尺（不包括某些商品）*&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;$5.45/立方英尺&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;$5.70/立方英尺&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;$5.90/立方英尺&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;$6.90/立方英尺或 $0.15/件商品（以较大值为准）&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 24px; font-size: 15px; line-height: 1.5em;&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 24px; font-size: 15px; line-height: 1.5em;&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;table class=&quot;help-table&quot;&gt;&lt;thead style=&quot;box-sizing: border-box;&quot;&gt;&lt;tr style=&quot;box-sizing: border-box;&quot; class=&quot;firstRow&quot;&gt;&lt;th colspan=&quot;8&quot; id=&quot;N10101&quot; style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204); background: rgb(231, 231, 231); text-align: left;&quot;&gt;自 2026 年 1 月 15 日起&lt;/th&gt;&lt;th colspan=&quot;1&quot; id=&quot;N10101&quot; style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204); background: rgb(231, 231, 231); text-align: left;&quot;&gt;&lt;br/&gt;&lt;/th&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box;&quot;&gt;&lt;th id=&quot;N1010B&quot; style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204); background: rgb(231, 231, 231); text-align: left;&quot;&gt;库存评估日期&lt;/th&gt;&lt;th id=&quot;N1010F&quot; style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204); background: rgb(231, 231, 231); text-align: left;&quot;&gt;库龄介于 181~210 天的商品&lt;/th&gt;&lt;th id=&quot;N10113&quot; style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204); background: rgb(231, 231, 231); text-align: left;&quot;&gt;库龄介于 211~240 天的商品&lt;/th&gt;&lt;th id=&quot;N10117&quot; style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204); background: rgb(231, 231, 231); text-align: left;&quot;&gt;库龄介于 241~270 天的商品&lt;/th&gt;&lt;th id=&quot;N1011B&quot; style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204); background: rgb(231, 231, 231); text-align: left;&quot;&gt;库龄介于 271~300 天的商品&lt;/th&gt;&lt;th id=&quot;N1011F&quot; style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204); background: rgb(231, 231, 231); text-align: left;&quot;&gt;库龄介于 301~330 天的商品&lt;/th&gt;&lt;th id=&quot;N10123&quot; style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204); background: rgb(231, 231, 231); text-align: left;&quot;&gt;库龄介于 331~365 天的商品&lt;/th&gt;&lt;th id=&quot;N10127&quot; style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204); background: rgb(231, 231, 231); text-align: left;&quot;&gt;库龄为 366 至 455 天的商品&lt;/th&gt;&lt;th id=&quot;N1012B&quot; style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204); background: rgb(231, 231, 231); text-align: left;&quot;&gt;库龄达到或超过 456 天的商品&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody style=&quot;box-sizing: border-box;&quot;&gt;&lt;tr style=&quot;box-sizing: border-box;&quot;&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;每月（当月的 15 日&lt;sup style=&quot;box-sizing: border-box;&quot;&gt;&lt;/sup&gt;）&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;$0.50/立方英尺（不包括某些商品）*&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;$1.00/立方英尺（不包括某些商品）*&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;$1.50/立方英尺（不包括某些商品）*&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;$5.45/立方英尺&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;$5.70/立方英尺&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;$5.90/立方英尺&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;$6.90/立方英尺或 $0.30/件商品（以较大值为准）&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;$7.9/立方英尺或 $0.35/件商品（以较大值为准）&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 24px; font-size: 15px; line-height: 1.5em;&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 24px; font-size: 15px; line-height: 1.5em;&quot;&gt;&lt;em style=&quot;box-sizing: border-box;&quot;&gt;*不包括在服装、鞋靴、箱包、珠宝首饰和钟表分类下发布的商品&lt;/em&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 24px; font-size: 15px; line-height: 1.5em;&quot;&gt;&lt;em style=&quot;box-sizing: border-box;&quot;&gt;&lt;/em&gt;&lt;/p&gt;&lt;div class=&quot;help-content&quot; style=&quot;box-sizing: border-box; color: rgb(35, 47, 62); font-family: &amp;quot;Amazon Ember&amp;quot;, Arial, sans-serif; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;h2 style=&quot;box-sizing: border-box; font-size: 27px; line-height: 1.2; font-weight: 400; margin: 0px 0px 16px; letter-spacing: -0.1px; padding: 14px 0px 0px;&quot;&gt;如何确定需要支付费用的库存&lt;/h2&gt;&lt;div style=&quot;box-sizing: border-box;&quot;&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 24px; font-size: 15px; line-height: 1.5em;&quot;&gt;使用&lt;a class=&quot;same_window&quot; href=&quot;https://sellercentral.amazon.com/inventoryplanning/manageinventoryhealth&quot; target=&quot;_self&quot; style=&quot;box-sizing: border-box; color: rgb(0, 117, 135); text-decoration-line: none; background-color: transparent;&quot;&gt;亚马逊物流库存&lt;/a&gt;工具确定哪些 ASIN 当前需支付超龄库存附加费，或者在 60 天内就会需要支付超龄库存附加费。在【亚马逊物流库存】中，您可以找到并按库存存放在亚马逊运营中心的时间来筛选您的库存。此信息可帮助您评估在下一个库存清点日之前已在运营中心存放超过 181 天的商品数量。&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;help-content&quot; style=&quot;box-sizing: border-box; color: rgb(35, 47, 62); font-family: &amp;quot;Amazon Ember&amp;quot;, Arial, sans-serif; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;a name=&quot;mnd_2jc_jcb&quot; style=&quot;box-sizing: border-box; color: rgb(0, 117, 135); background-color: transparent;&quot;&gt;&lt;/a&gt;&lt;h2 style=&quot;box-sizing: border-box; font-size: 27px; line-height: 1.2; font-weight: 400; margin: 0px 0px 16px; letter-spacing: -0.1px; padding: 14px 0px 0px;&quot;&gt;超龄库存附加费的计算方式&lt;/h2&gt;&lt;div style=&quot;box-sizing: border-box;&quot;&gt;&lt;a name=&quot;mnd_2jc_jcb__section_g31_mbb_jxb&quot; style=&quot;box-sizing: border-box; color: rgb(0, 117, 135); background-color: transparent;&quot;&gt;&lt;/a&gt;&lt;table class=&quot;help-table&quot;&gt;&lt;thead style=&quot;box-sizing: border-box;&quot;&gt;&lt;tr style=&quot;box-sizing: border-box;&quot; class=&quot;firstRow&quot;&gt;&lt;th id=&quot;N1005A&quot; style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204); background: rgb(231, 231, 231); text-align: left;&quot;&gt;玩具： 11 x 8 x 2 英寸&lt;/th&gt;&lt;th id=&quot;N1005E&quot; style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204); background: rgb(231, 231, 231); text-align: left;&quot;&gt;立方英尺&lt;/th&gt;&lt;th id=&quot;N10062&quot; style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204); background: rgb(231, 231, 231); text-align: left;&quot;&gt;储存期限&lt;/th&gt;&lt;th id=&quot;N10066&quot; style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204); background: rgb(231, 231, 231); text-align: left;&quot;&gt;每立方英尺费用&lt;/th&gt;&lt;th id=&quot;N1006A&quot; style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204); background: rgb(231, 231, 231); text-align: left;&quot;&gt;所适用的按立方英尺费用&lt;/th&gt;&lt;th id=&quot;N1006E&quot; style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204); background: rgb(231, 231, 231); text-align: left;&quot;&gt;每件商品费用&lt;/th&gt;&lt;th id=&quot;N10072&quot; style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204); background: rgb(231, 231, 231); text-align: left;&quot;&gt;所适用的按件商品费用&lt;/th&gt;&lt;th id=&quot;N10076&quot; style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204); background: rgb(231, 231, 231); text-align: left;&quot;&gt;计入的超龄库存附加费（两项费用中的较大值）&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody style=&quot;box-sizing: border-box;&quot;&gt;&lt;tr style=&quot;box-sizing: border-box;&quot;&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;1 件商品&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;0.102&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;181 天&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;$0.50&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;$0.05&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;不适用&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;不适用&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;$0.05&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box;&quot;&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;1 件商品&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;0.102&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;300 天&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;$5.45&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;$0.56&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;不适用&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;不适用&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;$0.56&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box;&quot;&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;1 件商品&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;0.102&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;330 天&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;$5.70&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;$0.58&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;不适用&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;不适用&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;$0.58&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box;&quot;&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;10 件商品&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;0.102&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;366 至 455 天&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;$6.90&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;$7.04&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;$0.30&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;$3.00&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;$7.04&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box;&quot;&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;20 件商品&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;0.102&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;超过 456 天&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;$7.90&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;$16.12&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;$0.35&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;$7.00&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;$16.12&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;table class=&quot;help-table&quot;&gt;&lt;thead style=&quot;box-sizing: border-box;&quot;&gt;&lt;tr style=&quot;box-sizing: border-box;&quot; class=&quot;firstRow&quot;&gt;&lt;th id=&quot;N1017A&quot; style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204); background: rgb(231, 231, 231); text-align: left;&quot;&gt;T 恤（服装）： 8 x 6 x 0.5 英寸&lt;/th&gt;&lt;th id=&quot;N1017E&quot; style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204); background: rgb(231, 231, 231); text-align: left;&quot;&gt;立方英尺&lt;/th&gt;&lt;th id=&quot;N10182&quot; style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204); background: rgb(231, 231, 231); text-align: left;&quot;&gt;储存期限&lt;/th&gt;&lt;th id=&quot;N10186&quot; style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204); background: rgb(231, 231, 231); text-align: left;&quot;&gt;每立方英尺费用&lt;/th&gt;&lt;th id=&quot;N1018A&quot; style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204); background: rgb(231, 231, 231); text-align: left;&quot;&gt;所适用的按立方英尺费用&lt;/th&gt;&lt;th id=&quot;N1018E&quot; style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204); background: rgb(231, 231, 231); text-align: left;&quot;&gt;每件商品费用&lt;/th&gt;&lt;th id=&quot;N10192&quot; style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204); background: rgb(231, 231, 231); text-align: left;&quot;&gt;所适用的按件商品费用&lt;/th&gt;&lt;th id=&quot;N10196&quot; style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204); background: rgb(231, 231, 231); text-align: left;&quot;&gt;计入的超龄库存附加费（两项费用中的较大值）&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody style=&quot;box-sizing: border-box;&quot;&gt;&lt;tr style=&quot;box-sizing: border-box;&quot;&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;1 件商品&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;0.014&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;181 天&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;$0.00&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;$0.00&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;不适用&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;不适用&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;$0.00&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box;&quot;&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;1 件商品&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;0.014&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;300 天&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;$5.45&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;$0.08&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;不适用&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;不适用&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;$5.45&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box;&quot;&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;1 件商品&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;0.014&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;330 天&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;$5.70&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;$0.08&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;不适用&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;不适用&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;$5.70&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box;&quot;&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;10 件商品&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;0.014&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;366 至 456 天&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;$6.90&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;$0.97&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;$0.30&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;$3.00&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;$3.00&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background: none 0% 0% / auto repeat scroll padding-box border-box rgb(235, 236, 237);&quot;&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;20 件商品&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;0.014&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;超过 457 天&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;$7.90&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;$2.21&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;$0.35&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;$7.00&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;$7.00&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;a name=&quot;wjz_cjc_jcb&quot; style=&quot;box-sizing: border-box; color: rgb(0, 117, 135); background-color: transparent;&quot;&gt;&lt;/a&gt;&lt;div class=&quot;help-content&quot; style=&quot;box-sizing: border-box; color: rgb(35, 47, 62); font-family: &amp;quot;Amazon Ember&amp;quot;, Arial, sans-serif; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;h2 style=&quot;box-sizing: border-box; font-size: 27px; line-height: 1.2; font-weight: 400; margin: 0px 0px 16px; letter-spacing: -0.1px; padding: 14px 0px 0px;&quot;&gt;费用示例&lt;/h2&gt;&lt;div style=&quot;box-sizing: border-box;&quot;&gt;&lt;a name=&quot;wjz_cjc_jcb__section_sl1_hg4_xgc&quot; style=&quot;box-sizing: border-box; color: rgb(0, 117, 135); background-color: transparent;&quot;&gt;&lt;/a&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 24px; font-size: 15px; line-height: 1.5em;&quot;&gt;超龄库存附加费按两种方式计算（按立方英尺收费和按件收费），我们按二者中费用较高者收费。按立方英尺收费时，我们会将商品的立方英尺（长 × 宽 × 高，以英寸为单位，然后除以 1,728）乘以适用的每立方英尺费率（例如 $7.90）。第二种方法是直接按件收费，用商品数量乘以每件商品费用（例如 $0.35）。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 24px; font-size: 15px; line-height: 1.5em;&quot;&gt;示例： 20 件已在库房存放 457 天的玩具：&lt;/p&gt;&lt;ul class=&quot;a-vertical list-paddingleft-2&quot; style=&quot;box-sizing: border-box; margin-bottom: 1rem; color: rgb(17, 17, 17);&quot;&gt;&lt;li&gt;&lt;p&gt;&lt;span class=&quot;a-list-item&quot; style=&quot;box-sizing: border-box; outline: 0px; font-weight: inherit; font-style: inherit; margin: 0px;&quot;&gt;尺寸： 11&amp;quot; × 8&amp;quot; × 2&amp;quot;&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;span class=&quot;a-list-item&quot; style=&quot;box-sizing: border-box; outline: 0px; font-weight: inherit; font-style: inherit; margin: 0px;&quot;&gt;计算立方英尺： (11 × 8 × 2) ÷ 1,728 = 0.102 立方英尺&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 24px; font-size: 15px; line-height: 1.5em;&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 24px; font-size: 15px; line-height: 1.5em;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box; color: rgb(71, 74, 79);&quot;&gt;方法 1&lt;/strong&gt;（按立方英尺收费）：&lt;/p&gt;&lt;ul class=&quot;a-vertical list-paddingleft-2&quot; style=&quot;box-sizing: border-box; margin-bottom: 1rem; color: rgb(17, 17, 17);&quot;&gt;&lt;li&gt;&lt;p&gt;&lt;span class=&quot;a-list-item&quot; style=&quot;box-sizing: border-box; outline: 0px; font-weight: inherit; font-style: inherit; margin: 0px;&quot;&gt;0.102 立方英尺 × $7.90 × 20 件商品 = $16.12&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 24px; font-size: 15px; line-height: 1.5em;&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 24px; font-size: 15px; line-height: 1.5em;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box; color: rgb(71, 74, 79);&quot;&gt;方法 2&lt;/strong&gt;（按件收费）：&lt;/p&gt;&lt;ul class=&quot;a-vertical list-paddingleft-2&quot; style=&quot;box-sizing: border-box; margin-bottom: 1rem; color: rgb(17, 17, 17);&quot;&gt;&lt;li&gt;&lt;p&gt;&lt;span class=&quot;a-list-item&quot; style=&quot;box-sizing: border-box; outline: 0px; font-weight: inherit; font-style: inherit; margin: 0px;&quot;&gt;20 件商品 × $0.35 = $7.00&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 24px; font-size: 15px; line-height: 1.5em;&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 24px; font-size: 15px; line-height: 1.5em;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box; color: rgb(71, 74, 79);&quot;&gt;最终附加费&lt;/strong&gt;：$16.12（按二者中金额较高者收费）&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;help-content&quot; style=&quot;box-sizing: border-box; color: rgb(35, 47, 62); font-family: &amp;quot;Amazon Ember&amp;quot;, Arial, sans-serif; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;a name=&quot;wjz_cjc_jcb&quot; style=&quot;box-sizing: border-box; color: rgb(0, 117, 135); background-color: transparent;&quot;&gt;&lt;/a&gt;&lt;h2 style=&quot;box-sizing: border-box; font-size: 27px; line-height: 1.2; font-weight: 400; margin: 0px 0px 16px; letter-spacing: -0.1px; padding: 14px 0px 0px;&quot;&gt;工具&lt;/h2&gt;&lt;div style=&quot;box-sizing: border-box;&quot;&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 24px; font-size: 15px; line-height: 1.5em;&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;table class=&quot;help-table&quot;&gt;&lt;thead style=&quot;box-sizing: border-box;&quot;&gt;&lt;tr style=&quot;box-sizing: border-box;&quot; class=&quot;firstRow&quot;&gt;&lt;th colspan=&quot;2&quot; id=&quot;N10035&quot; style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204); background: rgb(231, 231, 231); text-align: left;&quot;&gt;估价工具&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody style=&quot;box-sizing: border-box;&quot;&gt;&lt;tr style=&quot;box-sizing: border-box;&quot;&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;&lt;strong style=&quot;box-sizing: border-box; color: rgb(71, 74, 79);&quot;&gt;&lt;a class=&quot;same_window&quot; href=&quot;https://sellercentral.amazon.com/inventoryplanning/manageinventoryhealth&quot; target=&quot;_self&quot; style=&quot;box-sizing: border-box; color: rgb(0, 117, 135); text-decoration-line: none; background-color: transparent;&quot;&gt;亚马逊物流库存&lt;/a&gt;&lt;/strong&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;&lt;a class=&quot;same_window&quot; href=&quot;https://sellercentral.amazon.com/reportcentral/MANAGE_INVENTORY_HEALTH/1&quot; target=&quot;_self&quot; style=&quot;box-sizing: border-box; color: rgb(0, 117, 135); text-decoration-line: none; background-color: transparent;&quot;&gt;亚马逊物流库存报告&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box;&quot;&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;利润分析&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;&lt;a href=&quot;https://sellercentral.amazon.com/economics&quot; target=&quot;_blank&quot; style=&quot;box-sizing: border-box; color: rgb(0, 117, 135); text-decoration-line: none; background-color: transparent;&quot;&gt;利润分析工具&lt;/a&gt;可用于分析亚马逊目录中商品的费用、成本和盈利能力。&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 24px; font-size: 15px; line-height: 1.5em;&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 24px; font-size: 15px; line-height: 1.5em;&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;table class=&quot;help-table&quot;&gt;&lt;thead style=&quot;box-sizing: border-box;&quot;&gt;&lt;tr style=&quot;box-sizing: border-box;&quot; class=&quot;firstRow&quot;&gt;&lt;th colspan=&quot;2&quot; id=&quot;N10096&quot; style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204); background: rgb(231, 231, 231); text-align: left;&quot;&gt;报告工具&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody style=&quot;box-sizing: border-box;&quot;&gt;&lt;tr style=&quot;box-sizing: border-box;&quot;&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;&lt;strong style=&quot;box-sizing: border-box; color: rgb(71, 74, 79);&quot;&gt;超龄库存附加费&lt;/strong&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;&lt;a class=&quot;same_window&quot; href=&quot;https://sellercentral.amazon.com/reportcentral/LONGTERM_STORAGE_FEE_CHARGES/0&quot; target=&quot;_self&quot; style=&quot;box-sizing: border-box; color: rgb(0, 117, 135); text-decoration-line: none; background-color: transparent;&quot;&gt;超龄库存附加费报告&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box;&quot;&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;&lt;strong style=&quot;box-sizing: border-box; color: rgb(71, 74, 79);&quot;&gt;付款&lt;/strong&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 0.5em; border-color: rgb(204, 204, 204);&quot;&gt;&lt;a class=&quot;same_window&quot; href=&quot;https://sellercentral.amazon.com/gp/payments-account/view-transactions.html&quot; target=&quot;_self&quot; style=&quot;box-sizing: border-box; color: rgb(0, 117, 135); text-decoration-line: none; background-color: transparent;&quot;&gt;交易一览&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 24px; font-size: 15px; line-height: 1.5em;&quot;&gt;&lt;em style=&quot;box-sizing: border-box;&quot;&gt;&lt;br/&gt;&lt;/em&gt;&lt;br/&gt;&lt;/p&gt;&lt;/div&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Tue, 04 Nov 2025 23:28:53 +0800</pubDate></item><item><title>windows 10清除系统盘,增加系统盘空间的方法</title><link>https://www.shengmake.net/post/825.html</link><description>&lt;ol class=&quot; list-paddingleft-2&quot; style=&quot;list-style-type: decimal;&quot;&gt;&lt;li&gt;&lt;p&gt;管理员模式cmd&amp;nbsp; 执行&amp;nbsp;&lt;span style=&quot;color: #161616; font-family: SFMono-Regular, Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace; font-size: 13.6px; background-color: #E6E6E6;&quot;&gt;powercfg.exe /hibernate off&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;虚拟内存大小设置为100-120MB&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;ol class=&quot; list-paddingleft-2&quot; style=&quot;width: 1352.8px;&quot;&gt;&lt;ol class=&quot; list-paddingleft-2&quot; style=&quot;list-style-type: lower-alpha;&quot;&gt;&lt;ol class=&quot; list-paddingleft-2&quot; style=&quot;list-style-type: lower-roman;&quot;&gt;&lt;ol class=&quot; list-paddingleft-2&quot; style=&quot;list-style-type: upper-alpha;&quot;&gt;&lt;ol class=&quot; list-paddingleft-2&quot; style=&quot;list-style-type: upper-roman;&quot;&gt;&lt;ol class=&quot;custom_num list-paddingleft-1&quot; style=&quot;list-style-type: num;&quot;&gt;&lt;li class=&quot;list-num-1-1 list-num-paddingleft-1&quot;&gt;&lt;p data-start=&quot;133&quot; data-end=&quot;159&quot;&gt;在桌面上右键&amp;nbsp;&lt;strong data-start=&quot;140&quot; data-end=&quot;147&quot;&gt;此电脑&lt;/strong&gt;&amp;nbsp;→&amp;nbsp;&lt;strong data-start=&quot;150&quot; data-end=&quot;156&quot;&gt;属性&lt;/strong&gt;。&lt;/p&gt;&lt;/li&gt;&lt;li class=&quot;list-num-1-2 list-num-paddingleft-1&quot;&gt;&lt;p data-start=&quot;163&quot; data-end=&quot;182&quot;&gt;点击左侧的&amp;nbsp;&lt;strong data-start=&quot;169&quot; data-end=&quot;179&quot;&gt;高级系统设置&lt;/strong&gt;。&lt;/p&gt;&lt;/li&gt;&lt;li class=&quot;list-num-1-3 list-num-paddingleft-1&quot;&gt;&lt;p data-start=&quot;186&quot; data-end=&quot;213&quot;&gt;在“高级”选项卡 → “性能” →&amp;nbsp;&lt;strong data-start=&quot;204&quot; data-end=&quot;210&quot;&gt;设置&lt;/strong&gt;。&lt;/p&gt;&lt;/li&gt;&lt;li class=&quot;list-num-1-4 list-num-paddingleft-1&quot;&gt;&lt;p data-start=&quot;217&quot; data-end=&quot;253&quot;&gt;打开后再进入“高级”选项卡 →&amp;nbsp;&lt;strong data-start=&quot;233&quot; data-end=&quot;241&quot;&gt;虚拟内存&lt;/strong&gt;&amp;nbsp;→&amp;nbsp;&lt;strong data-start=&quot;244&quot; data-end=&quot;250&quot;&gt;更改&lt;/strong&gt;。&lt;/p&gt;&lt;/li&gt;&lt;li class=&quot;list-num-1-5 list-num-paddingleft-1&quot;&gt;&lt;p data-start=&quot;257&quot; data-end=&quot;285&quot;&gt;取消勾选&amp;nbsp;&lt;strong data-start=&quot;262&quot; data-end=&quot;282&quot;&gt;自动管理所有驱动器的分页文件大小&lt;/strong&gt;。&lt;/p&gt;&lt;/li&gt;&lt;li class=&quot;list-num-1-6 list-num-paddingleft-1&quot;&gt;&lt;p data-start=&quot;289&quot; data-end=&quot;304&quot;&gt;选择你要调整的盘符，设置：&lt;/p&gt;&lt;/li&gt;&lt;li class=&quot;list-num-1-7 list-num-paddingleft-1&quot;&gt;&lt;p data-start=&quot;310&quot; data-end=&quot;324&quot;&gt;&lt;strong data-start=&quot;310&quot; data-end=&quot;322&quot;&gt;初始大小（MB）&lt;/strong&gt;&lt;/p&gt;&lt;/li&gt;&lt;li class=&quot;list-num-1-8 list-num-paddingleft-1&quot;&gt;&lt;p data-start=&quot;330&quot; data-end=&quot;344&quot;&gt;&lt;strong data-start=&quot;330&quot; data-end=&quot;342&quot;&gt;最大大小（MB）&lt;/strong&gt;&lt;/p&gt;&lt;/li&gt;&lt;li class=&quot;list-num-1-9 list-num-paddingleft-1&quot;&gt;&lt;p data-start=&quot;350&quot; data-end=&quot;383&quot;&gt;也可以选择&amp;nbsp;&lt;strong data-start=&quot;356&quot; data-end=&quot;365&quot;&gt;无分页文件&lt;/strong&gt;（不推荐，可能导致系统不稳定）。&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/ol&gt;&lt;/ol&gt;&lt;/ol&gt;&lt;/ol&gt;&lt;/ol&gt;&lt;p&gt;&lt;br style=&quot;text-wrap-mode: wrap;&quot;/&gt;&lt;/p&gt;&lt;h2 id=&quot;how-to-make-hibernation-unavailable&quot; class=&quot;heading-anchor&quot; style=&quot;box-sizing: inherit; outline-color: inherit; margin: 32px 0px 12px; padding: 0px; font-size: clamp(1.59375rem, 18.7895px + 1.39803vw, 2.125rem); line-height: 1.3; margin-inline-start: -1.875rem; padding-inline-start: 1.875rem;&quot;&gt;&lt;br/&gt;&lt;/h2&gt;&lt;h2 id=&quot;how-to-make-hibernation-unavailable&quot; class=&quot;heading-anchor&quot; style=&quot;box-sizing: inherit; outline-color: inherit; margin: 32px 0px 12px; padding: 0px; font-size: clamp(1.59375rem, 18.7895px + 1.39803vw, 2.125rem); line-height: 1.3; margin-inline-start: -1.875rem; padding-inline-start: 1.875rem;&quot;&gt;如何使休眠不可用&lt;/h2&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;ol class=&quot; list-paddingleft-2&quot; style=&quot;list-style-type: decimal;&quot;&gt;&lt;li&gt;&lt;p&gt;按下键盘上的 Windows 按钮，打开开始菜单或开始屏幕。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;搜索“cmd”&lt;span style=&quot;box-sizing: inherit; outline-color: inherit; font-weight: 600;&quot;&gt;&lt;/span&gt;。 在搜索结果中，右键单击“命令提示符”&lt;span style=&quot;box-sizing: inherit; outline-color: inherit; font-weight: 600;&quot;&gt;&lt;/span&gt;，然后选择“以管理员身份运行”&lt;span style=&quot;box-sizing: inherit; outline-color: inherit; font-weight: 600;&quot;&gt;&lt;/span&gt;。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;当用户帐户控制提示时，选择“继续”&lt;span style=&quot;box-sizing: inherit; outline-color: inherit; font-weight: 600;&quot;&gt;&lt;/span&gt;。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;在命令提示符处，键入&amp;nbsp;&lt;code style=&quot;box-sizing: inherit; outline-color: inherit; font-family: SFMono-Regular, Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace; font-size: 13.6px; direction: ltr; background-color: rgb(230, 230, 230); overflow-wrap: break-word; border-radius: 3px; padding: 0.1em 0.2em;&quot;&gt;powercfg.exe /hibernate off&lt;/code&gt;，然后按 Enter。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;键入“exit”&lt;em style=&quot;box-sizing: inherit; outline-color: inherit;&quot;&gt;&lt;/em&gt;，然后按 Enter 关闭“命令提示符”&lt;span style=&quot;box-sizing: inherit; outline-color: inherit; font-weight: 600;&quot;&gt;&lt;/span&gt;窗口。&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;div class=&quot;heading-wrapper&quot; data-heading-level=&quot;h2&quot; style=&quot;box-sizing: inherit; outline-color: inherit; position: relative; color: rgb(22, 22, 22); font-family: &amp;quot;Segoe UI&amp;quot;, &amp;quot;Segoe UI Variable Text&amp;quot;, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;a class=&quot;anchor-link docon docon-link&quot; href=&quot;https://learn.microsoft.com/zh-cn/troubleshoot/windows-client/setup-upgrade-and-drivers/disable-and-re-enable-hibernation#how-to-make-hibernation-available&quot; aria-label=&quot;节标题：如何使休眠可用&quot; style=&quot;box-sizing: inherit; outline-color: inherit; color: rgb(0, 101, 179); cursor: pointer; overflow-wrap: normal; text-decoration-line: none; background-color: rgba(0, 0, 0, 0); outline-style: initial; outline-width: 0px; font-family: docons; font-size: 1rem; speak: none; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; font-variant-emoji: normal; text-align: center; direction: ltr; -webkit-font-smoothing: antialiased; line-height: 16px; display: inline-block; width: 1px; transition: opacity 0.1s linear; position: absolute; inset-inline-start: -1.875rem; transform: translateY(-50%) scale(1); inset-block-start: 1.38125rem; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; opacity: 0; border: 0px; margin: -1px; padding: 0px; overflow: hidden;&quot;&gt;&lt;/a&gt;&lt;h2 id=&quot;how-to-make-hibernation-available&quot; class=&quot;heading-anchor&quot; style=&quot;box-sizing: inherit; outline-color: inherit; margin: 32px 0px 12px; padding: 0px; font-size: clamp(1.59375rem, 18.7895px + 1.39803vw, 2.125rem); line-height: 1.3; margin-inline-start: -1.875rem; padding-inline-start: 1.875rem;&quot;&gt;如何使休眠可用&lt;/h2&gt;&lt;/div&gt;&lt;ol style=&quot;box-sizing: inherit; outline-color: inherit; margin-top: 16px; margin-bottom: 16px; margin-left: 38px; padding: 0px; overflow-wrap: break-word; color: rgb(22, 22, 22); font-family: &amp;quot;Segoe UI&amp;quot;, &amp;quot;Segoe UI Variable Text&amp;quot;, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot; class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p&gt;按下键盘上的 Windows 按钮，打开开始菜单或开始屏幕。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;搜索“cmd”&lt;span style=&quot;box-sizing: inherit; outline-color: inherit; font-weight: 600;&quot;&gt;&lt;/span&gt;。 在搜索结果中，右键单击“命令提示符”&lt;span style=&quot;box-sizing: inherit; outline-color: inherit; font-weight: 600;&quot;&gt;&lt;/span&gt;，然后选择“以管理员身份运行”&lt;span style=&quot;box-sizing: inherit; outline-color: inherit; font-weight: 600;&quot;&gt;&lt;/span&gt;。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;当用户帐户控制提示时，选择“继续”&lt;span style=&quot;box-sizing: inherit; outline-color: inherit; font-weight: 600;&quot;&gt;&lt;/span&gt;。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;在命令提示符处，键入&amp;nbsp;&lt;code style=&quot;box-sizing: inherit; outline-color: inherit; font-family: SFMono-Regular, Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace; font-size: 13.6px; direction: ltr; background-color: rgb(230, 230, 230); overflow-wrap: break-word; border-radius: 3px; padding: 0.1em 0.2em;&quot;&gt;powercfg.exe /hibernate on&lt;/code&gt;，然后按 Enter。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;键入“exit”&lt;em style=&quot;box-sizing: inherit; outline-color: inherit;&quot;&gt;&lt;/em&gt;，然后按 Enter 关闭命令提示符窗口。&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;div class=&quot;heading-wrapper&quot; data-heading-level=&quot;h2&quot; style=&quot;box-sizing: inherit; outline-color: inherit; position: relative; color: rgb(22, 22, 22); font-family: &amp;quot;Segoe UI&amp;quot;, &amp;quot;Segoe UI Variable Text&amp;quot;, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;a class=&quot;anchor-link docon docon-link&quot; href=&quot;https://learn.microsoft.com/zh-cn/troubleshoot/windows-client/setup-upgrade-and-drivers/disable-and-re-enable-hibernation#more-information&quot; aria-label=&quot;节标题：详细信息&quot; style=&quot;box-sizing: inherit; outline-color: inherit; color: rgb(0, 101, 179); cursor: pointer; overflow-wrap: normal; text-decoration-line: none; background-color: rgba(0, 0, 0, 0); outline-style: initial; outline-width: 0px; font-family: docons; font-size: 1rem; speak: none; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; font-variant-emoji: normal; text-align: center; direction: ltr; -webkit-font-smoothing: antialiased; line-height: 16px; display: inline-block; width: 1px; transition: opacity 0.1s linear; position: absolute; inset-inline-start: -1.875rem; transform: translateY(-50%) scale(1); inset-block-start: 1.38125rem; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; opacity: 0; border: 0px; margin: -1px; padding: 0px; overflow: hidden;&quot;&gt;&lt;/a&gt;&lt;h2 id=&quot;more-information&quot; class=&quot;heading-anchor&quot; style=&quot;box-sizing: inherit; outline-color: inherit; margin: 32px 0px 12px; padding: 0px; font-size: clamp(1.59375rem, 18.7895px + 1.39803vw, 2.125rem); line-height: 1.3; margin-inline-start: -1.875rem; padding-inline-start: 1.875rem;&quot;&gt;详细信息&lt;/h2&gt;&lt;/div&gt;&lt;p style=&quot;box-sizing: inherit; outline-color: inherit; margin-top: 1rem; margin-bottom: 0px; padding: 0px; overflow-wrap: break-word; color: rgb(22, 22, 22); font-family: &amp;quot;Segoe UI&amp;quot;, &amp;quot;Segoe UI Variable Text&amp;quot;, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;Hiberfil.sys 隐藏系统文件位于操作系统安装所在驱动器的根文件夹中。 Windows 内核电源管理器在安装 Windows 时保留此文件。 此文件的大小与计算机上安装的随机存取内存 (RAM) 大致相等。&lt;/p&gt;&lt;p style=&quot;box-sizing: inherit; outline-color: inherit; margin-top: 1rem; margin-bottom: 0px; padding: 0px; overflow-wrap: break-word; color: rgb(22, 22, 22); font-family: &amp;quot;Segoe UI&amp;quot;, &amp;quot;Segoe UI Variable Text&amp;quot;, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;当混合睡眠设置打开时，计算机使用 Hiberfil.sys 文件在硬盘上存储系统内存的副本。 如果此文件不存在，则计算机无法休眠。&lt;/p&gt;&lt;p style=&quot;box-sizing: inherit; outline-color: inherit; margin-top: 1rem; margin-bottom: 0px; padding: 0px; overflow-wrap: break-word; color: rgb(22, 22, 22); font-family: &amp;quot;Segoe UI&amp;quot;, &amp;quot;Segoe UI Variable Text&amp;quot;, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: inherit; outline-color: inherit; margin-top: 1rem; margin-bottom: 0px; padding: 0px; overflow-wrap: break-word; color: rgb(22, 22, 22); font-family: &amp;quot;Segoe UI&amp;quot;, &amp;quot;Segoe UI Variable Text&amp;quot;, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;============================================================================================================================&lt;/p&gt;&lt;p data-start=&quot;0&quot; data-end=&quot;95&quot;&gt;&lt;strong data-start=&quot;9&quot; data-end=&quot;25&quot;&gt;pagefile.sys&lt;/strong&gt; 是 Windows 的虚拟内存（分页文件），当物理内存（RAM）不够用时，系统会把部分数据临时写入这个文件。它的大小是可以手动控制的。&lt;/p&gt;&lt;hr data-start=&quot;97&quot; data-end=&quot;100&quot;/&gt;&lt;h3 data-start=&quot;102&quot; data-end=&quot;129&quot;&gt;修改 pagefile.sys 大小的方法&lt;/h3&gt;&lt;ol data-start=&quot;130&quot; data-end=&quot;411&quot; class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p data-start=&quot;133&quot; data-end=&quot;159&quot;&gt;在桌面上右键 &lt;strong data-start=&quot;140&quot; data-end=&quot;147&quot;&gt;此电脑&lt;/strong&gt; → &lt;strong data-start=&quot;150&quot; data-end=&quot;156&quot;&gt;属性&lt;/strong&gt;。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p data-start=&quot;163&quot; data-end=&quot;182&quot;&gt;点击左侧的 &lt;strong data-start=&quot;169&quot; data-end=&quot;179&quot;&gt;高级系统设置&lt;/strong&gt;。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p data-start=&quot;186&quot; data-end=&quot;213&quot;&gt;在“高级”选项卡 → “性能” → &lt;strong data-start=&quot;204&quot; data-end=&quot;210&quot;&gt;设置&lt;/strong&gt;。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p data-start=&quot;217&quot; data-end=&quot;253&quot;&gt;打开后再进入“高级”选项卡 → &lt;strong data-start=&quot;233&quot; data-end=&quot;241&quot;&gt;虚拟内存&lt;/strong&gt; → &lt;strong data-start=&quot;244&quot; data-end=&quot;250&quot;&gt;更改&lt;/strong&gt;。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p data-start=&quot;257&quot; data-end=&quot;285&quot;&gt;取消勾选 &lt;strong data-start=&quot;262&quot; data-end=&quot;282&quot;&gt;自动管理所有驱动器的分页文件大小&lt;/strong&gt;。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p data-start=&quot;289&quot; data-end=&quot;304&quot;&gt;选择你要调整的盘符，设置：&lt;/p&gt;&lt;/li&gt;&lt;ul data-start=&quot;308&quot; data-end=&quot;383&quot; class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p data-start=&quot;310&quot; data-end=&quot;324&quot;&gt;&lt;strong data-start=&quot;310&quot; data-end=&quot;322&quot;&gt;初始大小（MB）&lt;/strong&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p data-start=&quot;330&quot; data-end=&quot;344&quot;&gt;&lt;strong data-start=&quot;330&quot; data-end=&quot;342&quot;&gt;最大大小（MB）&lt;/strong&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p data-start=&quot;350&quot; data-end=&quot;383&quot;&gt;也可以选择 &lt;strong data-start=&quot;356&quot; data-end=&quot;365&quot;&gt;无分页文件&lt;/strong&gt;（不推荐，可能导致系统不稳定）。&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;&lt;p data-start=&quot;387&quot; data-end=&quot;411&quot;&gt;点击 &lt;strong data-start=&quot;390&quot; data-end=&quot;396&quot;&gt;设置&lt;/strong&gt; → 确定 → 重启生效。&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;hr data-start=&quot;413&quot; data-end=&quot;416&quot;/&gt;&lt;h3 data-start=&quot;418&quot; data-end=&quot;429&quot;&gt;建议的设置&lt;/h3&gt;&lt;ul data-start=&quot;430&quot; data-end=&quot;563&quot; class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p data-start=&quot;432&quot; data-end=&quot;472&quot;&gt;一般建议设置为 &lt;strong data-start=&quot;440&quot; data-end=&quot;453&quot;&gt;与物理内存相同大小&lt;/strong&gt; 或 &lt;strong data-start=&quot;456&quot; data-end=&quot;469&quot;&gt;1.5 倍内存大小&lt;/strong&gt;。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p data-start=&quot;475&quot; data-end=&quot;525&quot;&gt;如果你的内存足够大（比如 16GB+），可以手动设小一点，甚至只留 1~2GB 以保证系统稳定。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p data-start=&quot;528&quot; data-end=&quot;563&quot;&gt;如果磁盘空间紧张，可以把 pagefile.sys 移到别的硬盘。&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Tue, 30 Sep 2025 13:37:16 +0800</pubDate></item><item><title>centos7创建ikev2</title><link>https://www.shengmake.net/post/822.html</link><description>&lt;p style=&quot;margin-top: 0px; margin-bottom: 20px; padding: 0px; font-size: 16px; border: 0px; vertical-align: baseline; text-align: justify; color: rgb(51, 51, 51); font-family: Penrose, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, Tahoma, Arial, &amp;quot;Lantinghei SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, simsun, sans-serif; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;sh文件下载&lt;/p&gt;&lt;p class=&quot;ue-upload&quot; style=&quot;margin-top: 0px; margin-bottom: 20px; padding: 0px; font-size: 16px; border: 0px; vertical-align: baseline; text-align: justify; color: rgb(51, 51, 51); font-family: Penrose, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, Tahoma, Arial, &amp;quot;Lantinghei SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, simsun, sans-serif; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); line-height: 16px;&quot;&gt;&lt;img src=&quot;https://www.shengmake.net/zb_system/image/filetype/zip.png&quot; style=&quot;-webkit-tap-highlight-color: rgba(255, 255, 255, 0); margin: 0px 2px 0px auto; padding: 0px; border: 0px; vertical-align: middle; max-width: 100%; height: auto; transform: translateZ(0px); transition: transform 0.2s; display: block;&quot;/&gt;&lt;a href=&quot;https://www.shengmake.net/zb_users/upload/2025/09/202509211758444925393807.zip&quot; title=&quot;install-ikev2.zip&quot; style=&quot;-webkit-tap-highlight-color: rgba(255, 255, 255, 0); margin: 0px; padding: 0px; font-size: 12px; border: 0px; vertical-align: baseline; color: rgb(0, 102, 204); text-decoration-line: none; transition: background-color 0.15s linear, color 0.15s linear;&quot;&gt;install-ikev2.zip&lt;/a&gt;---需要2个内核转发命令&lt;/p&gt;&lt;p class=&quot;ue-upload&quot; style=&quot;margin-top: 0px; margin-bottom: 20px; padding: 0px; font-size: 16px; border: 0px; vertical-align: baseline; text-align: justify; color: rgb(51, 51, 51); font-family: Penrose, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, Tahoma, Arial, &amp;quot;Lantinghei SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, simsun, sans-serif; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); line-height: 16px;&quot;&gt;&lt;img src=&quot;https://www.shengmake.net/zb_system/image/filetype/zip.png&quot; style=&quot;-webkit-tap-highlight-color: rgba(255, 255, 255, 0); margin: 0px 2px 0px auto; padding: 0px; border: 0px; vertical-align: middle; max-width: 100%; height: auto; transform: translateZ(0px); transition: transform 0.2s; display: block;&quot;/&gt;&lt;a href=&quot;https://www.shengmake.net/zb_users/upload/2025/09/202509211758449169579024.zip&quot; title=&quot;2install-ikev2.zip&quot; style=&quot;-webkit-tap-highlight-color: rgba(255, 255, 255, 0); margin: 0px; padding: 0px; font-size: 12px; border: 0px; vertical-align: baseline; color: rgb(0, 102, 204); text-decoration-line: none; transition: background-color 0.15s linear, color 0.15s linear;&quot;&gt;2install-ikev2.zip&lt;/a&gt;&lt;/p&gt;&lt;p class=&quot;ue-upload&quot; style=&quot;margin-top: 0px; margin-bottom: 20px; padding: 0px; font-size: 16px; border: 0px; vertical-align: baseline; text-align: justify; color: rgb(51, 51, 51); font-family: Penrose, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, Tahoma, Arial, &amp;quot;Lantinghei SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, simsun, sans-serif; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); line-height: 16px;&quot;&gt;chmod +x&amp;nbsp; ./mine.sh&lt;/p&gt;&lt;h2 data-start=&quot;104&quot; data-end=&quot;118&quot; style=&quot;margin: 0px 0px 20px; padding: 0px; font-size: 28px; border-width: 0px 0px 1px; border-top-style: initial; border-right-style: initial; border-bottom-style: solid; border-left-style: initial; border-top-color: initial; border-right-color: initial; border-bottom-color: rgb(228, 232, 235); border-left-color: initial; border-image: initial; vertical-align: baseline; line-height: 36px; position: relative; color: rgb(51, 51, 51); font-family: Penrose, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, Tahoma, Arial, &amp;quot;Lantinghei SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, simsun, sans-serif; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; font-size: 12px; border: 0px; vertical-align: baseline;&quot;&gt;导入 CA 证书&lt;/span&gt;&lt;/h2&gt;&lt;ol data-start=&quot;119&quot; data-end=&quot;358&quot; class=&quot; list-paddingleft-2&quot; style=&quot;list-style-type: none;&quot;&gt;&lt;li&gt;&lt;p data-start=&quot;122&quot; data-end=&quot;216&quot; style=&quot;margin-top: 0px; margin-bottom: 20px; padding: 0px; border: 0px; vertical-align: baseline; text-align: justify;&quot;&gt;把服务器上的 CA 文件&amp;nbsp;&lt;code data-start=&quot;135&quot; data-end=&quot;180&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline;&quot;&gt;/etc/strongswan/ipsec.d/cacerts/ca-cert.pem&lt;/code&gt;&amp;nbsp;下载到 Windows（改个名字&amp;nbsp;&lt;code data-start=&quot;198&quot; data-end=&quot;211&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline;&quot;&gt;ca-cert.cer&lt;/code&gt;&amp;nbsp;也行）。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p data-start=&quot;220&quot; data-end=&quot;241&quot; style=&quot;margin-top: 0px; margin-bottom: 20px; padding: 0px; border: 0px; vertical-align: baseline; text-align: justify;&quot;&gt;双击证书文件 → 点击&amp;nbsp;&lt;strong data-start=&quot;232&quot; data-end=&quot;240&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline;&quot;&gt;安装证书&lt;/strong&gt;。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p data-start=&quot;245&quot; data-end=&quot;267&quot; style=&quot;margin-top: 0px; margin-bottom: 20px; padding: 0px; border: 0px; vertical-align: baseline; text-align: justify;&quot;&gt;选择&amp;nbsp;&lt;strong data-start=&quot;248&quot; data-end=&quot;257&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline;&quot;&gt;本地计算机&lt;/strong&gt;（需要管理员权限）。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p data-start=&quot;271&quot; data-end=&quot;294&quot; style=&quot;margin-top: 0px; margin-bottom: 20px; padding: 0px; border: 0px; vertical-align: baseline; text-align: justify;&quot;&gt;存储位置选择&amp;nbsp;&lt;strong data-start=&quot;278&quot; data-end=&quot;293&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline;&quot;&gt;受信任的根证书颁发机构&lt;/strong&gt;。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p data-start=&quot;298&quot; data-end=&quot;358&quot; style=&quot;margin-top: 0px; margin-bottom: 20px; padding: 0px; border: 0px; vertical-align: baseline; text-align: justify;&quot;&gt;完成后，可以在&amp;nbsp;&lt;code data-start=&quot;306&quot; data-end=&quot;319&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline;&quot;&gt;certmgr.msc&lt;/code&gt;&amp;nbsp;→ 「受信任的根证书颁发机构 → 证书」里看到&amp;nbsp;&lt;code data-start=&quot;344&quot; data-end=&quot;357&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline;&quot;&gt;VPN Root CA&lt;/code&gt;。&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 20px; padding: 0px; font-size: 16px; border: 0px; vertical-align: baseline; text-align: justify; color: rgb(51, 51, 51); font-family: Penrose, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, Tahoma, Arial, &amp;quot;Lantinghei SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, simsun, sans-serif; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; text-wrap-mode: nowrap;&quot;&gt;现象：提示策略匹配错误&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 20px; padding: 0px; font-size: 16px; border: 0px; vertical-align: baseline; text-align: justify; color: rgb(51, 51, 51); font-family: Penrose, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, Tahoma, Arial, &amp;quot;Lantinghei SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, simsun, sans-serif; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; text-wrap-mode: nowrap;&quot;&gt;解决办法：添加注册表项，不需要重启生效&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 20px; padding: 0px; font-size: 16px; border: 0px; vertical-align: baseline; text-align: justify; color: rgb(51, 51, 51); font-family: Penrose, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, Tahoma, Arial, &amp;quot;Lantinghei SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, simsun, sans-serif; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; text-wrap-mode: nowrap;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;ue-upload&quot; style=&quot;margin-top: 0px; margin-bottom: 20px; padding: 0px; font-size: 16px; border: 0px; vertical-align: baseline; text-align: justify; color: rgb(51, 51, 51); font-family: Penrose, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, Tahoma, Arial, &amp;quot;Lantinghei SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, simsun, sans-serif; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); line-height: 16px;&quot;&gt;&lt;img src=&quot;https://www.shengmake.net/zb_system/image/filetype/zip.png&quot; style=&quot;-webkit-tap-highlight-color: rgba(255, 255, 255, 0); margin: 0px 2px 0px auto; padding: 0px; border: 0px; vertical-align: middle; max-width: 100%; height: auto; transform: translateZ(0px); transition: transform 0.2s; display: block;&quot;/&gt;&lt;a href=&quot;https://www.shengmake.net/zb_users/upload/2025/09/202509211758452998737385.zip&quot; title=&quot;ikev2.zip&quot; style=&quot;-webkit-tap-highlight-color: rgba(255, 255, 255, 0); margin: 0px; padding: 0px; font-size: 12px; border: 0px; vertical-align: baseline; color: rgb(0, 102, 204); text-decoration-line: none; transition: background-color 0.15s linear, color 0.15s linear;&quot;&gt;ikev2.zip&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 20px; padding: 0px; font-size: 16px; border: 0px; vertical-align: baseline; text-align: justify; color: rgb(51, 51, 51); font-family: Penrose, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, Tahoma, Arial, &amp;quot;Lantinghei SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, simsun, sans-serif; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; text-wrap-mode: nowrap;&quot;&gt;&lt;/span&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 20px; padding: 0px; font-size: 16px; border: 0px; vertical-align: baseline; text-align: justify; color: rgb(51, 51, 51); font-family: Penrose, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, Tahoma, Arial, &amp;quot;Lantinghei SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, simsun, sans-serif; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; text-wrap-mode: nowrap;&quot;&gt;HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Rasman\Parameters里&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 20px; padding: 0px; font-size: 16px; border: 0px; vertical-align: baseline; text-align: justify; color: rgb(51, 51, 51); font-family: Penrose, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, Tahoma, Arial, &amp;quot;Lantinghei SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, simsun, sans-serif; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; text-wrap-mode: nowrap;&quot;&gt;新建类型为DWORD的NegotiateDH2048_AES256 键，值设置为1&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 20px; padding: 0px; font-size: 16px; border: 0px; vertical-align: baseline; text-align: justify; color: rgb(51, 51, 51); font-family: Penrose, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, Tahoma, Arial, &amp;quot;Lantinghei SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, simsun, sans-serif; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 20px; padding: 0px; font-size: 16px; border: 0px; vertical-align: baseline; text-align: justify; color: rgb(51, 51, 51); font-family: Penrose, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, Tahoma, Arial, &amp;quot;Lantinghei SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, simsun, sans-serif; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; text-wrap-mode: nowrap;&quot;&gt;0 禁用AES-256-CBC和MODP-2048&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 20px; padding: 0px; font-size: 16px; border: 0px; vertical-align: baseline; text-align: justify; color: rgb(51, 51, 51); font-family: Penrose, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, Tahoma, Arial, &amp;quot;Lantinghei SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, simsun, sans-serif; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; text-wrap-mode: nowrap;&quot;&gt;1 启用AES-256-CBC和MODP-2048&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 20px; padding: 0px; font-size: 16px; border: 0px; vertical-align: baseline; text-align: justify; color: rgb(51, 51, 51); font-family: Penrose, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, Tahoma, Arial, &amp;quot;Lantinghei SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, simsun, sans-serif; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; text-wrap-mode: nowrap;&quot;&gt;2 强制使用AES-256-CBC和MODP-2048&lt;/span&gt;&lt;/p&gt;&lt;h2 data-start=&quot;1160&quot; data-end=&quot;1172&quot; style=&quot;margin: 0px 0px 20px; padding: 0px; font-size: 28px; border-width: 0px 0px 1px; border-top-style: initial; border-right-style: initial; border-bottom-style: solid; border-left-style: initial; border-top-color: initial; border-right-color: initial; border-bottom-color: rgb(228, 232, 235); border-left-color: initial; border-image: initial; vertical-align: baseline; line-height: 36px; position: relative; color: rgb(51, 51, 51); font-family: Penrose, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, Tahoma, Arial, &amp;quot;Lantinghei SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, simsun, sans-serif; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;br/&gt;&lt;/h2&gt;&lt;h2 data-start=&quot;1160&quot; data-end=&quot;1172&quot; style=&quot;margin: 0px 0px 20px; padding: 0px; font-size: 28px; border-width: 0px 0px 1px; border-top-style: initial; border-right-style: initial; border-bottom-style: solid; border-left-style: initial; border-top-color: initial; border-right-color: initial; border-bottom-color: rgb(228, 232, 235); border-left-color: initial; border-image: initial; vertical-align: baseline; line-height: 36px; position: relative; color: rgb(51, 51, 51); font-family: Penrose, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, Tahoma, Arial, &amp;quot;Lantinghei SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, simsun, sans-serif; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;br/&gt;&lt;/h2&gt;&lt;h2 data-start=&quot;1160&quot; data-end=&quot;1172&quot; style=&quot;margin: 0px 0px 20px; padding: 0px; font-size: 28px; border-width: 0px 0px 1px; border-top-style: initial; border-right-style: initial; border-bottom-style: solid; border-left-style: initial; border-top-color: initial; border-right-color: initial; border-bottom-color: rgb(228, 232, 235); border-left-color: initial; border-image: initial; vertical-align: baseline; line-height: 36px; position: relative; color: rgb(51, 51, 51); font-family: Penrose, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, Tahoma, Arial, &amp;quot;Lantinghei SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, simsun, sans-serif; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; font-size: 12px; border: 0px; vertical-align: baseline;&quot;&gt;问题解决&lt;/span&gt;&lt;/h2&gt;&lt;h2 data-start=&quot;1160&quot; data-end=&quot;1172&quot; style=&quot;margin: 0px 0px 20px; padding: 0px; font-size: 28px; border-width: 0px 0px 1px; border-top-style: initial; border-right-style: initial; border-bottom-style: solid; border-left-style: initial; border-top-color: initial; border-right-color: initial; border-bottom-color: rgb(228, 232, 235); border-left-color: initial; border-image: initial; vertical-align: baseline; line-height: 36px; position: relative; color: rgb(51, 51, 51); font-family: Penrose, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, Tahoma, Arial, &amp;quot;Lantinghei SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, simsun, sans-serif; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; font-size: 12px; border: 0px; vertical-align: baseline;&quot;&gt;检查日志&lt;/span&gt;&lt;/h2&gt;&lt;p data-start=&quot;1173&quot; data-end=&quot;1181&quot; style=&quot;margin-top: 0px; margin-bottom: 20px; padding: 0px; font-size: 16px; border: 0px; vertical-align: baseline; text-align: justify; color: rgb(51, 51, 51); font-family: Penrose, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, Tahoma, Arial, &amp;quot;Lantinghei SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, simsun, sans-serif; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;在服务器上执行：&lt;/p&gt;&lt;pre class=&quot;overflow-visible!&quot; data-start=&quot;1182&quot; data-end=&quot;1221&quot; style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; font-size: 16px; border: 0px; vertical-align: baseline; color: rgb(51, 51, 51); background-color: rgb(255, 255, 255);&quot;&gt;journalctl&amp;nbsp;-u&amp;nbsp;strongswan&amp;nbsp;-f&lt;/pre&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 20px; padding: 0px; font-size: 16px; border: 0px; vertical-align: baseline; text-align: justify; color: rgb(51, 51, 51); font-family: Penrose, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, Tahoma, Arial, &amp;quot;Lantinghei SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, simsun, sans-serif; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;提交chat 查看问题&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 20px; padding: 0px; font-size: 16px; border: 0px; vertical-align: baseline; text-align: justify; color: rgb(51, 51, 51); font-family: Penrose, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, Tahoma, Arial, &amp;quot;Lantinghei SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, simsun, sans-serif; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;设置转发&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 20px; padding: 0px; font-size: 16px; border: 0px; vertical-align: baseline; text-align: justify; color: rgb(51, 51, 51); font-family: Penrose, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, Tahoma, Arial, &amp;quot;Lantinghei SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, simsun, sans-serif; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;sysctl -w net.ipv4.ip_forward=1&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 20px; padding: 0px; font-size: 16px; border: 0px; vertical-align: baseline; text-align: justify; color: rgb(51, 51, 51); font-family: Penrose, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, Tahoma, Arial, &amp;quot;Lantinghei SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, simsun, sans-serif; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;iptables -t nat -A POSTROUTING -s 10.10.10.0/24 -o eth0 -j MASQUERADE&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 20px; padding: 0px; font-size: 16px; border: 0px; vertical-align: baseline; text-align: justify; color: rgb(51, 51, 51); font-family: Penrose, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, Tahoma, Arial, &amp;quot;Lantinghei SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, simsun, sans-serif; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;确认客户端认证方式选的是&amp;nbsp;&lt;strong data-start=&quot;1016&quot; data-end=&quot;1040&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline;&quot;&gt;EAP-MSCHAPv2（用户名/密码）&lt;/strong&gt;，而不是“证书”&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 20px; padding: 0px; font-size: 16px; border: 0px; vertical-align: baseline; text-align: justify; color: rgb(51, 51, 51); font-family: Penrose, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, Tahoma, Arial, &amp;quot;Lantinghei SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, simsun, sans-serif; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;+++++++++++++++++++++++++++++++++++++++++++++++++++++++&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 20px; padding: 0px; font-size: 16px; border: 0px; vertical-align: baseline; text-align: justify; color: rgb(51, 51, 51); font-family: Penrose, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, Tahoma, Arial, &amp;quot;Lantinghei SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, simsun, sans-serif; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; font-size: 20px; border: 0px; vertical-align: baseline;&quot;&gt;第二种方法:&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 20px; padding: 0px; font-size: 16px; border: 0px; vertical-align: baseline; text-align: justify; color: rgb(51, 51, 51); font-family: Penrose, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, Tahoma, Arial, &amp;quot;Lantinghei SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, simsun, sans-serif; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; font-size: 20px; border: 0px; vertical-align: baseline;&quot;&gt;CentOS 7.6 + strongSwan + Let’s Encrypt + iptables&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 20px; padding: 0px; font-size: 16px; border: 0px; vertical-align: baseline; text-align: justify; color: rgb(51, 51, 51); font-family: Penrose, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, Tahoma, Arial, &amp;quot;Lantinghei SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, simsun, sans-serif; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;+++++++++++++++++++++++++++++++++++++++++++++++++++++++&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 20px; padding: 0px; font-size: 16px; border: 0px; vertical-align: baseline; text-align: justify; color: rgb(51, 51, 51); font-family: Penrose, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, Tahoma, Arial, &amp;quot;Lantinghei SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, simsun, sans-serif; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;下载sh脚本&lt;/p&gt;&lt;p class=&quot;ue-upload&quot; style=&quot;margin-top: 0px; margin-bottom: 20px; padding: 0px; font-size: 16px; border: 0px; vertical-align: baseline; text-align: justify; color: rgb(51, 51, 51); font-family: Penrose, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, Tahoma, Arial, &amp;quot;Lantinghei SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, simsun, sans-serif; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); line-height: 16px;&quot;&gt;&lt;img src=&quot;https://www.shengmake.net/zb_system/image/filetype/zip.png&quot; style=&quot;-webkit-tap-highlight-color: rgba(255, 255, 255, 0); margin: 0px 2px 0px auto; padding: 0px; border: 0px; vertical-align: middle; max-width: 100%; height: auto; transform: translateZ(0px); transition: transform 0.2s; display: block;&quot;/&gt;&lt;a href=&quot;https://www.shengmake.net/zb_users/upload/2025/09/202509221758519761727273.zip&quot; title=&quot;install-ikev2-letsencrypt.zip&quot; style=&quot;-webkit-tap-highlight-color: rgba(255, 255, 255, 0); margin: 0px; padding: 0px; font-size: 12px; border: 0px; vertical-align: baseline; color: rgb(0, 102, 204); text-decoration-line: none; transition: background-color 0.15s linear, color 0.15s linear;&quot;&gt;install-ikev2-letsencrypt.zip&lt;/a&gt;&lt;/p&gt;&lt;p class=&quot;ue-upload&quot; style=&quot;margin-top: 0px; margin-bottom: 20px; padding: 0px; font-size: 16px; border: 0px; vertical-align: baseline; text-align: justify; color: rgb(51, 51, 51); font-family: Penrose, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, Tahoma, Arial, &amp;quot;Lantinghei SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, simsun, sans-serif; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); line-height: 16px;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline;&quot;&gt;chmod +x ./########&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;ue-upload&quot; style=&quot;margin-top: 0px; margin-bottom: 20px; padding: 0px; font-size: 16px; border: 0px; vertical-align: baseline; text-align: justify; color: rgb(51, 51, 51); font-family: Penrose, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, Tahoma, Arial, &amp;quot;Lantinghei SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, simsun, sans-serif; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); line-height: 16px;&quot;&gt;ca文件下载,同时改后缀为.cer&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 20px; padding: 0px; font-size: 16px; border: 0px; vertical-align: baseline; text-align: justify; color: rgb(51, 51, 51); font-family: Penrose, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, Tahoma, Arial, &amp;quot;Lantinghei SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, simsun, sans-serif; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;地址:/etc/letsencrypt/archive/域名/&lt;/p&gt;&lt;h2 data-start=&quot;104&quot; data-end=&quot;118&quot; style=&quot;margin: 0px 0px 20px; padding: 0px; font-size: 28px; border-width: 0px 0px 1px; border-top-style: initial; border-right-style: initial; border-bottom-style: solid; border-left-style: initial; border-top-color: initial; border-right-color: initial; border-bottom-color: rgb(228, 232, 235); border-left-color: initial; border-image: initial; vertical-align: baseline; line-height: 36px; position: relative; color: rgb(51, 51, 51); font-family: Penrose, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, Tahoma, Arial, &amp;quot;Lantinghei SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, simsun, sans-serif; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; font-size: 12px; border: 0px; vertical-align: baseline;&quot;&gt;导入 CA 证书&lt;/span&gt;&lt;/h2&gt;&lt;ol data-start=&quot;119&quot; data-end=&quot;358&quot; class=&quot; list-paddingleft-2&quot; style=&quot;list-style-type: none;&quot;&gt;&lt;li&gt;&lt;p data-start=&quot;122&quot; data-end=&quot;216&quot; style=&quot;margin-top: 0px; margin-bottom: 20px; padding: 0px; border: 0px; vertical-align: baseline; text-align: justify;&quot;&gt;把服务器上的 CA 文件&amp;nbsp;&lt;code data-start=&quot;135&quot; data-end=&quot;180&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline;&quot;&gt;/etc/strongswan/ipsec.d/cacerts/ca-cert.pem&lt;/code&gt;&amp;nbsp;下载到 Windows（改个名字&amp;nbsp;&lt;code data-start=&quot;198&quot; data-end=&quot;211&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline;&quot;&gt;ca-cert.cer&lt;/code&gt;&amp;nbsp;也行）。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p data-start=&quot;220&quot; data-end=&quot;241&quot; style=&quot;margin-top: 0px; margin-bottom: 20px; padding: 0px; border: 0px; vertical-align: baseline; text-align: justify;&quot;&gt;双击证书文件 → 点击&amp;nbsp;&lt;strong data-start=&quot;232&quot; data-end=&quot;240&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline;&quot;&gt;安装证书&lt;/strong&gt;。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p data-start=&quot;245&quot; data-end=&quot;267&quot; style=&quot;margin-top: 0px; margin-bottom: 20px; padding: 0px; border: 0px; vertical-align: baseline; text-align: justify;&quot;&gt;选择&amp;nbsp;&lt;strong data-start=&quot;248&quot; data-end=&quot;257&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline;&quot;&gt;本地计算机&lt;/strong&gt;（需要管理员权限）。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p data-start=&quot;271&quot; data-end=&quot;294&quot; style=&quot;margin-top: 0px; margin-bottom: 20px; padding: 0px; border: 0px; vertical-align: baseline; text-align: justify;&quot;&gt;存储位置选择&amp;nbsp;&lt;strong data-start=&quot;278&quot; data-end=&quot;293&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline;&quot;&gt;受信任的根证书颁发机构&lt;/strong&gt;。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p data-start=&quot;298&quot; data-end=&quot;358&quot; style=&quot;margin-top: 0px; margin-bottom: 20px; padding: 0px; border: 0px; vertical-align: baseline; text-align: justify;&quot;&gt;完成后，可以在&amp;nbsp;&lt;code data-start=&quot;306&quot; data-end=&quot;319&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline;&quot;&gt;certmgr.msc&lt;/code&gt;&amp;nbsp;→ 「受信任的根证书颁发机构 → 证书」里看到&amp;nbsp;&lt;code data-start=&quot;344&quot; data-end=&quot;357&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline;&quot;&gt;VPN Root CA&lt;/code&gt;。&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 20px; padding: 0px; font-size: 16px; border: 0px; vertical-align: baseline; text-align: justify; color: rgb(51, 51, 51); font-family: Penrose, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, Tahoma, Arial, &amp;quot;Lantinghei SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, simsun, sans-serif; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; text-wrap-mode: nowrap;&quot;&gt;现象：提示策略匹配错误&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 20px; padding: 0px; font-size: 16px; border: 0px; vertical-align: baseline; text-align: justify; color: rgb(51, 51, 51); font-family: Penrose, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, Tahoma, Arial, &amp;quot;Lantinghei SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, simsun, sans-serif; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; text-wrap-mode: nowrap;&quot;&gt;解决办法：添加注册表项，不需要重启生效&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 20px; padding: 0px; font-size: 16px; border: 0px; vertical-align: baseline; text-align: justify; color: rgb(51, 51, 51); font-family: Penrose, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, Tahoma, Arial, &amp;quot;Lantinghei SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, simsun, sans-serif; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; text-wrap-mode: nowrap;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;ue-upload&quot; style=&quot;margin-top: 0px; margin-bottom: 20px; padding: 0px; font-size: 16px; border: 0px; vertical-align: baseline; text-align: justify; color: rgb(51, 51, 51); font-family: Penrose, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, Tahoma, Arial, &amp;quot;Lantinghei SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, simsun, sans-serif; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); line-height: 16px;&quot;&gt;&lt;img src=&quot;https://www.shengmake.net/zb_system/image/filetype/zip.png&quot; style=&quot;-webkit-tap-highlight-color: rgba(255, 255, 255, 0); margin: 0px 2px 0px auto; padding: 0px; border: 0px; vertical-align: middle; max-width: 100%; height: auto; transform: translateZ(0px); transition: transform 0.2s; display: block;&quot;/&gt;&lt;a href=&quot;https://www.shengmake.net/zb_users/upload/2025/09/202509211758452998737385.zip&quot; title=&quot;ikev2.zip&quot; style=&quot;-webkit-tap-highlight-color: rgba(255, 255, 255, 0); margin: 0px; padding: 0px; font-size: 12px; border: 0px; vertical-align: baseline; color: rgb(0, 102, 204); text-decoration-line: none; transition: background-color 0.15s linear, color 0.15s linear;&quot;&gt;ikev2.zip&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;=============端口控制=================&lt;/p&gt;&lt;p&gt;UDP500&lt;br/&gt;&lt;/p&gt;&lt;p&gt;UDP 4500&lt;/p&gt;</description><pubDate>Sun, 21 Sep 2025 16:53:50 +0800</pubDate></item></channel></rss>