<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
        <title>嘻咦啊呀</title>
        <link>https://zhcn.xyz/</link>
        <description>折腾笔记，记录技术问题及解决方法</description>
        <lastBuildDate>Wed, 11 Feb 2026 02:56:41 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>zh-CN</language>
        <copyright>All rights reserved 2026, 嘻咦啊呀</copyright>
        <item>
            <title><![CDATA[用 Cloudflare WARP Connector 零成本打通两个私有网络互联教程（2026最新）]]></title>
            <link>https://zhcn.xyz/article/Zero-Cost Site-to-Site: Link Cloud Servers with WARP Connector</link>
            <guid>https://zhcn.xyz/article/Zero-Cost Site-to-Site: Link Cloud Servers with WARP Connector</guid>
            <pubDate>Sun, 01 Feb 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[让两台（甚至多台）云服务器通过Cloudflare的全球网络双向互通，用私有IP直接通信]]></description>
            <content:encoded><![CDATA[<div id="notion-article" class="mx-auto overflow-hidden "><main class="notion light-mode notion-page notion-block-2fafd8c3dc4a8038bc01dc9e11ba5b7a"><div class="notion-viewport"></div><div class="notion-collection-page-properties"></div><div class="notion-callout notion-gray_background_co notion-block-2fafd8c3dc4a80bf804bddc633bf21cd"><div class="notion-page-icon-inline notion-page-icon-span"><span class="notion-page-icon" role="img" aria-label="😀">😀</span></div><div class="notion-callout-text">大家好，最近在折腾多云环境时，发现两台不同厂商的VPS（比如一台阿里云、一台AWS）之间想互相SSH、传文件、跑数据库连接，但又不想开公网端口暴露风险，也不想花钱买专线或用付费VPN。这时，<b>Cloudflare WARP Connector</b> 成了我的救星。</div></div><hr class="notion-hr notion-block-2fafd8c3dc4a80dba24adb3914d35489"/><div class="notion-blank notion-block-2fafd8c3dc4a8071b943d3b84233b082"> </div><div class="notion-text notion-block-2fafd8c3dc4a8014aebcfb4885622778">它本质上是把WARP客户端改造成一个“虚拟路由器”，安装在Linux服务器上，就能让两台（甚至多台）云服务器通过Cloudflare的全球网络<b>双向互通</b>，用私有IP直接通信。免费Zero Trust账号就能玩，延迟往往比直连还低（Anycast魔法）。</div><div class="notion-text notion-block-2fafd8c3dc4a808aa041cc5989f950d6"><b>适用场景</b>：</div><ul class="notion-list notion-list-disc notion-block-2fafd8c3dc4a80ef8300f5b38a360ab2"><li>多云VPS互联（阿里云 ↔ AWS ↔ Vultr 等）</li></ul><ul class="notion-list notion-list-disc notion-block-2fafd8c3dc4a804bb3fed7fc96e0cc2e"><li>开发机 ↔ 生产机私网访问</li></ul><ul class="notion-list notion-list-disc notion-block-2fafd8c3dc4a804a9349da0ccc5ae686"><li>避免公网暴露端口，提高安全性</li></ul><ul class="notion-list notion-list-disc notion-block-2fafd8c3dc4a804fb107ecdd011e73be"><li>比Tailscale/ZeroTier更集成Zero Trust策略（身份验证、日志、DDoS防护）</li></ul><div class="notion-text notion-block-2fafd8c3dc4a801b9153c7720a6f26fb"><b>注意</b>：WARP Connector目前仍处于beta阶段（官方文档2025-2026更新确认），但Linux支持稳定，我自己跑了几个月没出大问题。只支持Linux主机。</div><h3 class="notion-h notion-h2 notion-h-indent-0 notion-block-2fafd8c3dc4a80678f8fe3061c3c394a" data-id="2fafd8c3dc4a80678f8fe3061c3c394a"><span><div id="2fafd8c3dc4a80678f8fe3061c3c394a" class="notion-header-anchor"></div><a class="notion-hash-link" href="#2fafd8c3dc4a80678f8fe3061c3c394a" title="准备工作"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">准备工作</span></span></h3><ul class="notion-list notion-list-disc notion-block-2fafd8c3dc4a8088bb56c831470713a0"><li>一个Cloudflare账号（免费Zero Trust也行）</li></ul><ul class="notion-list notion-list-disc notion-block-2fafd8c3dc4a800b9075d72f909df608"><li>两台Linux云服务器（推荐Ubuntu 22.04/24.04，Debian也OK）</li><ul class="notion-list notion-list-disc notion-block-2fafd8c3dc4a800b9075d72f909df608"><li>Server A：内网IP示例 10.88.0.5（阿里云私有网段）</li><li>Server B：内网IP示例 172.31.10.20（AWS VPC）</li></ul></ul><ul class="notion-list notion-list-disc notion-block-2fafd8c3dc4a807394c3caa2e5fc942a"><li>两台服务器都有出站互联网能力（99%的VPS都满足）</li></ul><ul class="notion-list notion-list-disc notion-block-2fafd8c3dc4a8037bca4db7e5f55aa99"><li>登录 <a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://one.dash.cloudflare.com/">https://one.dash.cloudflare.com</a> 开启Zero Trust</li></ul><h3 class="notion-h notion-h2 notion-h-indent-0 notion-block-2fafd8c3dc4a804890b0c534c64936a4" data-id="2fafd8c3dc4a804890b0c534c64936a4"><span><div id="2fafd8c3dc4a804890b0c534c64936a4" class="notion-header-anchor"></div><a class="notion-hash-link" href="#2fafd8c3dc4a804890b0c534c64936a4" title="步骤详解"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">步骤详解</span></span></h3><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-2fafd8c3dc4a8047a9f5c1fd5a84ea71" data-id="2fafd8c3dc4a8047a9f5c1fd5a84ea71"><span><div id="2fafd8c3dc4a8047a9f5c1fd5a84ea71" class="notion-header-anchor"></div><a class="notion-hash-link" href="#2fafd8c3dc4a8047a9f5c1fd5a84ea71" title="1. 在仪表板创建两个独立的WARP Connector Tunnel"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">1. 在仪表板创建两个独立的WARP Connector Tunnel</span></span></h4><ol start="1" class="notion-list notion-list-numbered notion-block-2fafd8c3dc4a80ceba84c00366d53070" style="list-style-type:decimal"><li>去 <b>Networks → Connectors → Cloudflare Tunnels</b>（或直接搜索Tunnels）</li></ol><ol start="2" class="notion-list notion-list-numbered notion-block-2fafd8c3dc4a8057ba2bef69df4e361d" style="list-style-type:decimal"><li>点击 <b>Create a tunnel</b></li></ol><ol start="3" class="notion-list notion-list-numbered notion-block-2fafd8c3dc4a80dbbccac6b9280334c4" style="list-style-type:decimal"><li>Tunnel type 选 <b>WARP Connector</b></li></ol><ol start="4" class="notion-list notion-list-numbered notion-block-2fafd8c3dc4a8002a317e66bef3c2c3d" style="list-style-type:decimal"><li>名字随便起：</li><ol class="notion-list notion-list-numbered notion-block-2fafd8c3dc4a8002a317e66bef3c2c3d" style="list-style-type:lower-alpha"><ul class="notion-list notion-list-disc notion-block-2fafd8c3dc4a806ebe62ee3b55e711e9"><li>Tunnel 1: <code class="notion-inline-code">server-a-vps</code></li></ul><ul class="notion-list notion-list-disc notion-block-2fafd8c3dc4a80e38106f20d3489f546"><li>Tunnel 2: <code class="notion-inline-code">server-b-vps</code></li></ul></ol></ol><ol start="5" class="notion-list notion-list-numbered notion-block-2fafd8c3dc4a8018b6e4c54692328d8a" style="list-style-type:decimal"><li>创建后，仪表板会提示开启两个全局设置（如果没开）：</li><ol class="notion-list notion-list-numbered notion-block-2fafd8c3dc4a8018b6e4c54692328d8a" style="list-style-type:lower-alpha"><ul class="notion-list notion-list-disc notion-block-2fafd8c3dc4a8038bed4f8fc72bb7e60"><li><b>Allow all Cloudflare One traffic to reach enrolled devices</b></li></ul><ul class="notion-list notion-list-disc notion-block-2fafd8c3dc4a80768c8bfb328900526e"><li><b>Assign a unique IP address to each device</b>
这两个是必须的，不然WARP间无法互相路由。</li></ul></ol></ol><ol start="6" class="notion-list notion-list-numbered notion-block-2fafd8c3dc4a80608812c54e284858e3" style="list-style-type:decimal"><li>复制仪表板给的<b>安装命令</b>（后面会用）</li></ol><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-2fafd8c3dc4a80cf9a65e9c85df3c693" data-id="2fafd8c3dc4a80cf9a65e9c85df3c693"><span><div id="2fafd8c3dc4a80cf9a65e9c85df3c693" class="notion-header-anchor"></div><a class="notion-hash-link" href="#2fafd8c3dc4a80cf9a65e9c85df3c693" title="2. 在每台服务器上安装并注册WARP Connector"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">2. 在每台服务器上安装并注册WARP Connector</span></span></h4><div class="notion-text notion-block-2fafd8c3dc4a80589909ed12b837f4de">在<b>Server A</b>和<b>Server B</b>分别执行（用Ubuntu/Debian为例）：</div><div class="notion-text notion-block-2fafd8c3dc4a805883abcd887d6e3b2a">然后注册并连接（用仪表板复制的token方式最稳）：</div><div class="notion-text notion-block-2fafd8c3dc4a80ea811df891c6915e1c">两台服务器都跑完后，仪表板上两个Connector应该显示<b>Connected / Healthy</b>。</div><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-2fafd8c3dc4a805c8f2cc3ef712ce3c7" data-id="2fafd8c3dc4a805c8f2cc3ef712ce3c7"><span><div id="2fafd8c3dc4a805c8f2cc3ef712ce3c7" class="notion-header-anchor"></div><a class="notion-hash-link" href="#2fafd8c3dc4a805c8f2cc3ef712ce3c7" title="3. 添加私有网络路由（最关键！）"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">3. 添加私有网络路由（最关键！）</span></span></h4><div class="notion-text notion-block-2fafd8c3dc4a80b18b93cf09cffd37a1">去 <b>Networks → Routes</b>（或 Private Networks）</div><div class="notion-text notion-block-2fafd8c3dc4a807aa361f612bf1f6dd7">添加两条Route：</div><ul class="notion-list notion-list-disc notion-block-2fafd8c3dc4a8046ae54c540ca04115e"><li>CIDR: <code class="notion-inline-code">10.88.0.0/16</code>（或你Server A的实际网段，甚至只加 /32 如 10.88.0.5/32）</li><ul class="notion-list notion-list-disc notion-block-2fafd8c3dc4a8046ae54c540ca04115e"><div class="notion-text notion-block-2fafd8c3dc4a8081bfc2d1b7a39d996c">→ 关联 Tunnel: server-a-vps</div></ul></ul><ul class="notion-list notion-list-disc notion-block-2fafd8c3dc4a8069b418de4a5d38d035"><li>CIDR: <code class="notion-inline-code">172.31.0.0/16</code>（或Server B的网段）</li><ul class="notion-list notion-list-disc notion-block-2fafd8c3dc4a8069b418de4a5d38d035"><div class="notion-text notion-block-2fafd8c3dc4a8053a1add4b891922cb3">→ 关联 Tunnel: server-b-vps</div></ul></ul><div class="notion-text notion-block-2fafd8c3dc4a80308a33ce7e0e89a411">保存后，Cloudflare就会知道怎么路由这两个网段的流量。</div><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-2fafd8c3dc4a807e9c0cf511bc8b9a1e" data-id="2fafd8c3dc4a807e9c0cf511bc8b9a1e"><span><div id="2fafd8c3dc4a807e9c0cf511bc8b9a1e" class="notion-header-anchor"></div><a class="notion-hash-link" href="#2fafd8c3dc4a807e9c0cf511bc8b9a1e" title="4. 云服务器特有配置：启用IP转发 + 添加本地路由"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">4. 云服务器特有配置：启用IP转发 + 添加本地路由</span></span></h4><div class="notion-text notion-block-2fafd8c3dc4a807eb71bc6765f6c0657"><b>两台服务器都要执行</b>：</div><div class="notion-text notion-block-2fafd8c3dc4a8047b5a2c57600b6c69b"><b>添加路由</b>（让对方网段走warp虚拟接口）：</div><ul class="notion-list notion-list-disc notion-block-2fafd8c3dc4a806696a8f6f5531ac906"><li>Server A 上：</li><ul class="notion-list notion-list-disc notion-block-2fafd8c3dc4a806696a8f6f5531ac906"></ul></ul><ul class="notion-list notion-list-disc notion-block-2fafd8c3dc4a80ad9058cf45d10db278"><li>Server B 上：</li><ul class="notion-list notion-list-disc notion-block-2fafd8c3dc4a80ad9058cf45d10db278"></ul></ul><div class="notion-text notion-block-2fafd8c3dc4a8060ab07d65e7b9fba9e"><b>云厂商额外坑</b>：</div><ul class="notion-list notion-list-disc notion-block-2fafd8c3dc4a803e9494fb24ce87fe9b"><li><b>AWS EC2</b>：必须在控制台关闭 <b>Source/Destination Check</b>（Networking tab → Edit → 关闭）</li></ul><ul class="notion-list notion-list-disc notion-block-2fafd8c3dc4a8001b329e4639c5fc5d0"><li><b>GCP</b>：创建实例时勾选 <b>IP forwarding</b>，或用gcloud启用</li></ul><ul class="notion-list notion-list-disc notion-block-2fafd8c3dc4a80b6b710e766182ae832"><li><b>阿里云/腾讯云</b>：通常不用额外设置，但确认安全组允许出站</li></ul><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-2fafd8c3dc4a80179a74d00ce15bd599" data-id="2fafd8c3dc4a80179a74d00ce15bd599"><span><div id="2fafd8c3dc4a80179a74d00ce15bd599" class="notion-header-anchor"></div><a class="notion-hash-link" href="#2fafd8c3dc4a80179a74d00ce15bd599" title="5. 测试连通性"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">5. 测试连通性</span></span></h4><ul class="notion-list notion-list-disc notion-block-2fafd8c3dc4a80939375c201ad105e93"><li>Server A：<code class="notion-inline-code">ping 172.31.10.20</code>（Server B私有IP）</li></ul><ul class="notion-list notion-list-disc notion-block-2fafd8c3dc4a80da8583fea89a846bf4"><li>Server B：<code class="notion-inline-code">ping 10.88.0.5</code></li></ul><ul class="notion-list notion-list-disc notion-block-2fafd8c3dc4a800eb128da421b5d4274"><li>SSH测试：<code class="notion-inline-code">ssh user@172.31.10.20</code>（直接用私有IP）</li></ul><div class="notion-text notion-block-2fafd8c3dc4a80769e3cef1c057ffac7">如果ping通，基本就成功了！流量走Cloudflare的100.64.0.0/10 CGNAT范围。</div><h3 class="notion-h notion-h2 notion-h-indent-0 notion-block-2fafd8c3dc4a80dea1e6f84319346101" data-id="2fafd8c3dc4a80dea1e6f84319346101"><span><div id="2fafd8c3dc4a80dea1e6f84319346101" class="notion-header-anchor"></div><a class="notion-hash-link" href="#2fafd8c3dc4a80dea1e6f84319346101" title="常见问题 &amp; 注意事项"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">常见问题 &amp; 注意事项</span></span></h3><ul class="notion-list notion-list-disc notion-block-2fafd8c3dc4a802bb5dcf7c3548150cb"><li><b>防火墙</b>：ufw/firewalld要放行warp接口流量。Cloudflare源IP范围：100.64.0.0/10</li></ul><ul class="notion-list notion-list-disc notion-block-2fafd8c3dc4a809e9e0bcb0f98d677c5"><li><b>性能</b>：有额外hop，但Cloudflare全球Anycast通常延迟低。测速看实际。</li></ul><ul class="notion-list notion-list-disc notion-block-2fafd8c3dc4a80ab9ccbe68feac62e46"><li><b>如果只连单机</b>：网段用 /32 就够（比如只暴露服务器自身IP）</li></ul><ul class="notion-list notion-list-disc notion-block-2fafd8c3dc4a80888db2f74ea85b6470"><li><b>替代品对比</b>：</li><ul class="notion-list notion-list-disc notion-block-2fafd8c3dc4a80888db2f74ea85b6470"><li>Tailscale/Netbird：更傻瓜，但免费额度有限</li><li>VPC Peering：同云厂商更快，但跨云不行</li><li>WARP Connector：免费、无限流量、集成Zero Trust策略</li></ul></ul><ul class="notion-list notion-list-disc notion-block-2fafd8c3dc4a805782a4f75f24e7c32a"><li><b>升级维护</b>：定期 <code class="notion-inline-code">sudo apt update &amp;&amp; sudo apt upgrade cloudflare-warp</code></li></ul><h3 class="notion-h notion-h2 notion-h-indent-0 notion-block-2fafd8c3dc4a80448037ca648fa3c743" data-id="2fafd8c3dc4a80448037ca648fa3c743"><span><div id="2fafd8c3dc4a80448037ca648fa3c743" class="notion-header-anchor"></div><a class="notion-hash-link" href="#2fafd8c3dc4a80448037ca648fa3c743" title="结语"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">结语</span></span></h3><div class="notion-text notion-block-2fafd8c3dc4a80beab89c5ea508b82cc">用WARP Connector，我现在两台VPS像在同一个局域网一样，SSH、rsync、MySQL直连私有IP，端口全关公网，安全感拉满。整个过程30分钟搞定，零成本。</div><div class="notion-text notion-block-2fafd8c3dc4a807cb500e56ca4297ff8">有兴趣的同学可以直接去官方文档深挖：</div><div class="notion-text notion-block-2fafd8c3dc4a80548776f5cf2318ec84"><a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://developers.cloudflare.com/cloudflare-one/networks/connectors/cloudflare-tunnel/private-net/warp-connector/site-to-site/">https://developers.cloudflare.com/cloudflare-one/networks/connectors/cloudflare-tunnel/private-net/warp-connector/site-to-site/</a></div><div class="notion-blank notion-block-2fafd8c3dc4a801c9e7df69f9311373c"> </div><div class="notion-blank notion-block-2fafd8c3dc4a80b2b9c1c2306928dd8a"> </div><div class="notion-callout notion-gray_background_co notion-block-2fafd8c3dc4a8078aabbc013ab98d6ca"><div class="notion-page-icon-inline notion-page-icon-span"><span class="notion-page-icon" role="img" aria-label="💡">💡</span></div><div class="notion-callout-text">欢迎评论区交流你的部署经验～</div></div></main></div>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[【转载】openclaw（Moltbot）(openclaw)折腾记完整喂饭教程]]></title>
            <link>https://zhcn.xyz/article/clawdbot-moltbot-openclaw-googlecloud</link>
            <guid>https://zhcn.xyz/article/clawdbot-moltbot-openclaw-googlecloud</guid>
            <pubDate>Mon, 02 Feb 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[无论是国内还是国外，到处都在推 Moltbot ，别人有我也要有，开始吧。]]></description>
            <content:encoded><![CDATA[<div id="notion-article" class="mx-auto overflow-hidden "><main class="notion light-mode notion-page notion-block-2fafd8c3dc4a80eabbddef23d53e723e"><div class="notion-viewport"></div><div class="notion-collection-page-properties"></div><div class="notion-callout notion-gray_background_co notion-block-2fafd8c3dc4a800a8f46e53158b78e8a"><div class="notion-page-icon-inline notion-page-icon-span"><span class="notion-page-icon" role="img" aria-label="😀">😀</span></div><div class="notion-callout-text">说实话，没忍住，无论是国内还是国外，到处都在推 Moltbot ，别人有我也要有，开始吧。</div></div><div class="notion-blank notion-block-2fafd8c3dc4a80aabaf0d11fe36401ee"> </div><blockquote class="notion-quote notion-block-2fafd8c3dc4a80b7a256f94dee901c1f"><div>声明：文章的最终目的是部署 Moltbot ，所以关于新用户赠送金的问题，我不太懂，一般来说新用户都能拿到，老号不确定，我有一个老号领到了，一个老号领到了但是要预付 10 美刀没验证第二天登录入口就不见了，究竟是为什么还得需要佬友们解释，好了，跑题了，继续。<b>没有赠金的谨慎使用谷歌云！没有赠金的谨慎使用谷歌云！没有赠金的谨慎使用谷歌云！</b></div></blockquote><h3 class="notion-h notion-h2 notion-h-indent-0 notion-block-2fafd8c3dc4a809b9c91f6ef647ddde5" data-id="2fafd8c3dc4a809b9c91f6ef647ddde5"><span><div id="2fafd8c3dc4a809b9c91f6ef647ddde5" class="notion-header-anchor"></div><a class="notion-hash-link" href="#2fafd8c3dc4a809b9c91f6ef647ddde5" title="谷歌云账号登录"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">谷歌云账号登录</span></span></h3><div class="notion-text notion-block-2fafd8c3dc4a80ce983be844ce952e97">进入<a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://cloud.google.com/?authuser=3&amp;pageId=none">谷歌云官网</a>登录：</div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-2fafd8c3dc4a80218310e0b0acb06750"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column;height:100%"><img style="object-fit:cover" src="https://www.notion.so/image/attachment%3Abbd04cdf-5227-46e1-86dd-d4f7383d99d2%3AFirefox_%E9%A1%B5%E9%9D%A2_01_%E5%9B%BE%E5%83%8F_0001.jpg?table=block&amp;id=2fafd8c3-dc4a-8021-8310-e0b0acb06750&amp;t=2fafd8c3-dc4a-8021-8310-e0b0acb06750" alt="image" loading="lazy" decoding="async"/></div></figure><blockquote class="notion-quote notion-block-2fafd8c3dc4a8082b0d1d22d34daed31"><div>右上角进入免费试用页面后进行谷歌资料设置</div></blockquote><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-2fafd8c3dc4a8048ba0ef9b86af65706" data-id="2fafd8c3dc4a8048ba0ef9b86af65706"><span><div id="2fafd8c3dc4a8048ba0ef9b86af65706" class="notion-header-anchor"></div><a class="notion-hash-link" href="#2fafd8c3dc4a8048ba0ef9b86af65706" title="第一步"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">第一步</span></span></h4><div class="notion-text notion-block-2fafd8c3dc4a807cac30fa11286af583">这里的默认值是根据你的节点填充，推荐美国节点进行，看一些博主说这里会涉及到扣费的税费，免费的机器都是在美国，所以推荐使用美国节点美国地址</div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-2fafd8c3dc4a8055896fd08a537debff"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column;height:100%"><img style="object-fit:cover" src="https://www.notion.so/image/attachment%3A5ded1a93-cfcb-4ab6-be1e-76e6316ed76e%3AFirefox_%E9%A1%B5%E9%9D%A2_02_%E5%9B%BE%E5%83%8F_0001.jpg?table=block&amp;id=2fafd8c3-dc4a-8055-896f-d08a537debff&amp;t=2fafd8c3-dc4a-8055-896f-d08a537debff" alt="image" loading="lazy" decoding="async"/></div></figure><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-2fafd8c3dc4a8054933fed9851de7331" data-id="2fafd8c3dc4a8054933fed9851de7331"><span><div id="2fafd8c3dc4a8054933fed9851de7331" class="notion-header-anchor"></div><a class="notion-hash-link" href="#2fafd8c3dc4a8054933fed9851de7331" title="第二步"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">第二步</span></span></h4><div class="notion-text notion-block-2fafd8c3dc4a8059bc4ace32ad83c937">2.1 地址填写，使用美国地址</div><div class="notion-text notion-block-2fafd8c3dc4a80478d9cf6fad6e7bf3f">2.2 绑定支付方式，为了避免被反薅，大家一定要注意不要绑定很多钱的卡</div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-2fafd8c3dc4a803fb8d1d8790fd2d533"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column;height:100%"><img style="object-fit:cover" src="https://www.notion.so/image/attachment%3A9c049bc6-41b6-4a6d-96f2-994f278745a6%3AFirefox_%E9%A1%B5%E9%9D%A2_02_%E5%9B%BE%E5%83%8F_0002.jpg?table=block&amp;id=2fafd8c3-dc4a-803f-b8d1-d8790fd2d533&amp;t=2fafd8c3-dc4a-803f-b8d1-d8790fd2d533" alt="image" loading="lazy" decoding="async"/></div></figure><div class="notion-text notion-block-2fafd8c3dc4a808ea4b7d784dd5e4a66">完善资料后应该就能进入到控制台看到你的300刀赠金了，这里我就不进行演示下去了，我换个账号继续 vps 的创建。</div><h3 class="notion-h notion-h2 notion-h-indent-0 notion-block-2fafd8c3dc4a808190e4dd932a7c1b93" data-id="2fafd8c3dc4a808190e4dd932a7c1b93"><span><div id="2fafd8c3dc4a808190e4dd932a7c1b93" class="notion-header-anchor"></div><a class="notion-hash-link" href="#2fafd8c3dc4a808190e4dd932a7c1b93" title="创建 vps 实例"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">创建 vps 实例</span></span></h3><div class="notion-text notion-block-2fafd8c3dc4a80909f2dcee9c806a9b1">进入控制台左上角点击展开抽屉，进入虚拟机实例</div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-2fafd8c3dc4a805e9c60cb89a4584c11"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column;height:100%"><img style="object-fit:cover" src="https://www.notion.so/image/attachment%3A3a13bee1-096f-4ec2-85d2-ca90cda503e5%3AFirefox_%E9%A1%B5%E9%9D%A2_03_%E5%9B%BE%E5%83%8F_0001.jpg?table=block&amp;id=2fafd8c3-dc4a-805e-9c60-cb89a4584c11&amp;t=2fafd8c3-dc4a-805e-9c60-cb89a4584c11" alt="image" loading="lazy" decoding="async"/></div></figure><blockquote class="notion-quote notion-block-2fafd8c3dc4a806d8d6ccfe3da63aeb7"><div>在创建实例之前，非常建议大家先阅读一下谷歌云免费计划文档</div></blockquote><div class="notion-text notion-block-2fafd8c3dc4a805abe49e5a5a67d1e30">进入虚拟机实例页面后，点击创建实例：</div><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-2fafd8c3dc4a80b28510eb21ad11f259" data-id="2fafd8c3dc4a80b28510eb21ad11f259"><span><div id="2fafd8c3dc4a80b28510eb21ad11f259" class="notion-header-anchor"></div><a class="notion-hash-link" href="#2fafd8c3dc4a80b28510eb21ad11f259" title="1.机器配置"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">1.机器配置</span></span></h4><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-2fafd8c3dc4a8070bc35db13ee53dce8"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column;height:100%"><img style="object-fit:cover" src="https://www.notion.so/image/attachment%3A5d963437-c40f-4e59-ad54-51372b48af72%3AFirefox_%E9%A1%B5%E9%9D%A2_03_%E5%9B%BE%E5%83%8F_0002.jpg?table=block&amp;id=2fafd8c3-dc4a-8070-bc35-db13ee53dce8&amp;t=2fafd8c3-dc4a-8070-bc35-db13ee53dce8" alt="image" loading="lazy" decoding="async"/></div></figure><div class="notion-text notion-block-2fafd8c3dc4a807086c8c4c2ff898934">选择三个免费地区中的三个之一，推荐俄勒冈，原因离我们稍微近一点，按照上面的图选择就行。</div><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-2fafd8c3dc4a80fdab55dfcc224a8b14" data-id="2fafd8c3dc4a80fdab55dfcc224a8b14"><span><div id="2fafd8c3dc4a80fdab55dfcc224a8b14" class="notion-header-anchor"></div><a class="notion-hash-link" href="#2fafd8c3dc4a80fdab55dfcc224a8b14" title="操作系统配置"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">操作系统配置</span></span></h4><div class="notion-text notion-block-2fafd8c3dc4a80c0b62fea02297c1e27">点击更改，根据你的喜欢选择系统，磁盘选标准，大小改成 30G：</div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-2fafd8c3dc4a80279a29d1e001b9ad47"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column;height:100%"><img style="object-fit:cover" src="https://www.notion.so/image/attachment%3Ad5843772-ab6f-48d5-837a-86b521311306%3AFirefox_%E9%A1%B5%E9%9D%A2_04_%E5%9B%BE%E5%83%8F_0001.jpg?table=block&amp;id=2fafd8c3-dc4a-8027-9a29-d1e001b9ad47&amp;t=2fafd8c3-dc4a-8027-9a29-d1e001b9ad47" alt="image" loading="lazy" decoding="async"/></div></figure><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-2fafd8c3dc4a80028ffac1caa749615e" data-id="2fafd8c3dc4a80028ffac1caa749615e"><span><div id="2fafd8c3dc4a80028ffac1caa749615e" class="notion-header-anchor"></div><a class="notion-hash-link" href="#2fafd8c3dc4a80028ffac1caa749615e" title="数据保护"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">数据保护</span></span></h4><div class="notion-text notion-block-2fafd8c3dc4a8012b90df0b9545ca8f8">关闭备份，这个根据你的预算来抉择：</div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-2fafd8c3dc4a80eaaa3ad0595aa45354"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column;height:100%"><img style="object-fit:cover" src="https://www.notion.so/image/attachment%3A6c8317ff-bd97-447e-91c1-6b0205605355%3AFirefox_%E9%A1%B5%E9%9D%A2_04_%E5%9B%BE%E5%83%8F_0002.jpg?table=block&amp;id=2fafd8c3-dc4a-80ea-aa3a-d0595aa45354&amp;t=2fafd8c3-dc4a-80ea-aa3a-d0595aa45354" alt="image" loading="lazy" decoding="async"/></div></figure><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-2fafd8c3dc4a8009be67e0b10b8bedb0" data-id="2fafd8c3dc4a8009be67e0b10b8bedb0"><span><div id="2fafd8c3dc4a8009be67e0b10b8bedb0" class="notion-header-anchor"></div><a class="notion-hash-link" href="#2fafd8c3dc4a8009be67e0b10b8bedb0" title="网络"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">网络</span></span></h4><div class="notion-text notion-block-2fafd8c3dc4a80949b40df854783f04d">开启 Htpp、Htpps,修改网络接口服务层级，选择标准</div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-2fafd8c3dc4a80e0b5aadec2800f457d"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column;height:100%"><img style="object-fit:cover" src="https://www.notion.so/image/attachment%3Abcc39be4-0237-4ead-aea9-084bec493d75%3AFirefox_%E9%A1%B5%E9%9D%A2_05_%E5%9B%BE%E5%83%8F_0001.jpg?table=block&amp;id=2fafd8c3-dc4a-80e0-b5aa-dec2800f457d&amp;t=2fafd8c3-dc4a-80e0-b5aa-dec2800f457d" alt="image" loading="lazy" decoding="async"/></div></figure><div class="notion-text notion-block-2fafd8c3dc4a80629632eb03dd4b86e9">配置走到这里就行了，点击创建， 回到列表就看到刚刚创建好的实例了</div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-2fafd8c3dc4a807fa310f5bc6e45d932"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column;height:100%"><img style="object-fit:cover" src="https://www.notion.so/image/attachment%3A66434944-2025-43a4-8534-178651a3c86d%3AFirefox_%E9%A1%B5%E9%9D%A2_06_%E5%9B%BE%E5%83%8F_0001.jpg?table=block&amp;id=2fafd8c3-dc4a-807f-a310-f5bc6e45d932&amp;t=2fafd8c3-dc4a-807f-a310-f5bc6e45d932" alt="image" loading="lazy" decoding="async"/></div></figure><h3 class="notion-h notion-h2 notion-h-indent-0 notion-block-2fafd8c3dc4a8024a990db85b5712c3a" data-id="2fafd8c3dc4a8024a990db85b5712c3a"><span><div id="2fafd8c3dc4a8024a990db85b5712c3a" class="notion-header-anchor"></div><a class="notion-hash-link" href="#2fafd8c3dc4a8024a990db85b5712c3a" title="防火墙配置"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">防火墙配置</span></span></h3><div class="notion-text notion-block-2fafd8c3dc4a80cc9287c1a3f00401f3">左上角唤醒侧边栏，进入防火墙页面：</div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-2fafd8c3dc4a80918636d7bdc6386206"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column;height:100%"><img style="object-fit:cover" src="https://www.notion.so/image/attachment%3A136ae7f1-22ed-4dfb-9768-3ab843af57f7%3AFirefox_%E9%A1%B5%E9%9D%A2_06_%E5%9B%BE%E5%83%8F_0002.jpg?table=block&amp;id=2fafd8c3-dc4a-8091-8636-d7bdc6386206&amp;t=2fafd8c3-dc4a-8091-8636-d7bdc6386206" alt="image" loading="lazy" decoding="async"/></div></figure><div class="notion-text notion-block-2fafd8c3dc4a806682ecd2ba7f2c93f8">点击上面的常见防火墙：</div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-2fafd8c3dc4a80c4b27df8c84cc8bb18"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column;height:100%"><img style="object-fit:cover" src="https://www.notion.so/image/attachment%3Ae7438366-b83f-41b6-9f13-f3a2edc4cd67%3AFirefox_%E9%A1%B5%E9%9D%A2_07_%E5%9B%BE%E5%83%8F_0001.jpg?table=block&amp;id=2fafd8c3-dc4a-80c4-b27d-f8c84cc8bb18&amp;t=2fafd8c3-dc4a-80c4-b27d-f8c84cc8bb18" alt="image" loading="lazy" decoding="async"/></div></figure><div class="notion-text notion-block-2fafd8c3dc4a802fbcc1c67c2d2516ec">进入表单进行填写，完成点击创建：</div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-2fafd8c3dc4a80f49c23f720fa68ecf5"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column;height:100%"><img style="object-fit:cover" src="https://www.notion.so/image/attachment%3Afd3289e8-8c9d-4f8a-8798-687b67eb229d%3AFirefox_%E9%A1%B5%E9%9D%A2_07_%E5%9B%BE%E5%83%8F_0002.jpg?table=block&amp;id=2fafd8c3-dc4a-80f4-9c23-f720fa68ecf5&amp;t=2fafd8c3-dc4a-80f4-9c23-f720fa68ecf5" alt="image" loading="lazy" decoding="async"/></div></figure><div class="notion-text notion-block-2fafd8c3dc4a8020a731f2d1b30f2675">回到已经创建好的虚拟机中点击修改：</div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-2fafd8c3dc4a80f08dd6f255e3019e0f"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column;height:100%"><img style="object-fit:cover" src="https://www.notion.so/image/attachment%3Ada6971bf-b6cf-48be-8290-fb014a100a62%3AFirefox_%E9%A1%B5%E9%9D%A2_08_%E5%9B%BE%E5%83%8F_0001.jpg?table=block&amp;id=2fafd8c3-dc4a-80f0-8dd6-f255e3019e0f&amp;t=2fafd8c3-dc4a-80f0-8dd6-f255e3019e0f" alt="image" loading="lazy" decoding="async"/></div></figure><div class="notion-text notion-block-2fafd8c3dc4a80a49195c19e397cf90e">找到网络标记输入框，输入刚刚我们创建的防火墙名称，按回车点击保存：</div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-2fafd8c3dc4a8092826efc1bc0a6ee57"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column;height:100%"><img style="object-fit:cover" src="https://www.notion.so/image/attachment%3Aca0a8f5b-7979-409f-a6eb-9e8661c62306%3AFirefox_%E9%A1%B5%E9%9D%A2_08_%E5%9B%BE%E5%83%8F_0002.jpg?table=block&amp;id=2fafd8c3-dc4a-8092-826e-fc1bc0a6ee57&amp;t=2fafd8c3-dc4a-8092-826e-fc1bc0a6ee57" alt="image" loading="lazy" decoding="async"/></div></figure><div class="notion-text notion-block-2fafd8c3dc4a80429766d702b6b5c3bd">到这里 vm 就全部创建好了。</div><blockquote class="notion-quote notion-block-2fafd8c3dc4a80f98b16e828aa756fba"><div>上面的创建流程手动创建还是有点复杂并且容易出错导致计费， 所以强烈推荐F 佬的一键脚本！！！</div><div class="notion-text notion-block-2fafd8c3dc4a8039a04dc9f0e6db0ec4">原文：<a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://linux.do/t/topic/1465426">https://linux.do/t/topic/1465426</a></div><div class="notion-text notion-block-2fafd8c3dc4a804fbeced2db1f835c7f">F 佬的脚本功能多多，好用！！！</div></blockquote><h3 class="notion-h notion-h2 notion-h-indent-0 notion-block-2fafd8c3dc4a8099b372e24b0fba82bb" data-id="2fafd8c3dc4a8099b372e24b0fba82bb"><span><div id="2fafd8c3dc4a8099b372e24b0fba82bb" class="notion-header-anchor"></div><a class="notion-hash-link" href="#2fafd8c3dc4a8099b372e24b0fba82bb" title="部署 Moltbot"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">部署 Moltbot</span></span></h3><div class="notion-text notion-block-2fafd8c3dc4a80148ba3c1d6c98206bd">实例创建好以后，点击 ssh 连接机器，这里使用官方提供的网页版，想自己使用终端通过 ssh 连接的佬友自行谷歌，这里不再赘述：</div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-2fafd8c3dc4a80beaef0fa342fd3561e"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column;height:100%"><img style="object-fit:cover" src="https://www.notion.so/image/attachment%3A9903c8c0-0d63-4044-8513-55129734a91c%3AFirefox_%E9%A1%B5%E9%9D%A2_09_%E5%9B%BE%E5%83%8F_0001.jpg?table=block&amp;id=2fafd8c3-dc4a-80be-aef0-fa342fd3561e&amp;t=2fafd8c3-dc4a-80be-aef0-fa342fd3561e" alt="image" loading="lazy" decoding="async"/></div></figure><div class="notion-text notion-block-2fafd8c3dc4a80158c72c943e7f32f88">如果你是根据上述步骤创建了e2-micro，那么下面</div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-2fafd8c3dc4a809fa77dd33c529746be"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:20px;max-width:100%;flex-direction:column"><img style="object-fit:cover" src="https://linux.do/images/emoji/twemoji/backhand_index_pointing_down.png?v=15&amp;spaceId=948e141d-5b07-488c-a073-2a7536f4e61c&amp;t=2fafd8c3-dc4a-809f-a77d-d33c529746be" alt=":backhand_index_pointing_down:" loading="lazy" decoding="async"/></div></figure><div class="notion-text notion-block-2fafd8c3dc4a80fc897ad603565b3158">的步骤一定要做，否则，执行安装脚本会卡住进行不下去！！！</div><div class="notion-text notion-block-2fafd8c3dc4a80ab8682f91b7bfcdad1">由于我们刚刚创建的机器不能够支撑接下来的部署，有两种方案可以解决：</div><ol start="1" class="notion-list notion-list-numbered notion-block-2fafd8c3dc4a80f0bb7fd97e4d951f6c" style="list-style-type:decimal"><li>重新创建一个 2核 2G 的 vm</li></ol><ol start="2" class="notion-list notion-list-numbered notion-block-2fafd8c3dc4a8037993ed44ea78e318e" style="list-style-type:decimal"><li>配置交换内存 (Swap Memory)</li></ol><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-2fafd8c3dc4a80488598d1b48bf58e72" data-id="2fafd8c3dc4a80488598d1b48bf58e72"><span><div id="2fafd8c3dc4a80488598d1b48bf58e72" class="notion-header-anchor"></div><a class="notion-hash-link" href="#2fafd8c3dc4a80488598d1b48bf58e72" title="配置交换内存 (Swap Memory)"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">配置交换内存 (Swap Memory)</span></span></h4><div class="notion-text notion-block-2fafd8c3dc4a80a99107ede8f26ab28d">这里通过创建交换文件 (Swap File)达到目的，因为这种方式更灵活，不需要重新分区磁盘。</div><div class="notion-text notion-block-2fafd8c3dc4a80b18d63fdd19dc3cd36"><b>以下步骤可选：</b></div><div class="notion-text notion-block-2fafd8c3dc4a80b7a19cf93265d27198">为了在虚拟机重启后依然生效，您需要编辑 /etc/fstab 文件。</div><div class="notion-text notion-block-2fafd8c3dc4a808e98c7f17febbbd53a">最后确认配置成功：</div><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-2fafd8c3dc4a8054a649cb6526af9b7f" data-id="2fafd8c3dc4a8054a649cb6526af9b7f"><span><div id="2fafd8c3dc4a8054a649cb6526af9b7f" class="notion-header-anchor"></div><a class="notion-hash-link" href="#2fafd8c3dc4a8054a649cb6526af9b7f" title="安装 Moltbot(openclaw)"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">安装 Moltbot(openclaw)</span></span></h4><div class="notion-text notion-block-2fafd8c3dc4a80f9bf7fcbce65242f1a">官方提供了一键安装脚本，加 verbose 看详细日志：</div><div class="notion-text notion-block-2fafd8c3dc4a80ab82a9de13a5057706">跑完脚本以后，确认安装是否成功：</div><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-2fafd8c3dc4a802c8af9e2ef0c1d7346" data-id="2fafd8c3dc4a802c8af9e2ef0c1d7346"><span><div id="2fafd8c3dc4a802c8af9e2ef0c1d7346" class="notion-header-anchor"></div><a class="notion-hash-link" href="#2fafd8c3dc4a802c8af9e2ef0c1d7346" title="创建 Telegram Bot"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">创建 Telegram Bot</span></span></h4><div class="notion-text notion-block-2fafd8c3dc4a80b6aef2d263e9a8cc6f">利用脚本安装的时间，我们先去 telegram 创建 bot，顶部搜索栏搜索 <a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://linux.do/u/botfather">@BotFather</a> 进入对话点击开始后左下角点击 open 进入小程序创建 bot</div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-2fafd8c3dc4a8089af89fac37070bbf2"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:411.984375px;max-width:100%;flex-direction:column"><img style="object-fit:cover" src="https://www.notion.so/image/attachment%3Ad3d0cf8b-9593-4871-85b3-d106833d5374%3AFirefox_%E9%A1%B5%E9%9D%A2_10_%E5%9B%BE%E5%83%8F_0001.jpg?table=block&amp;id=2fafd8c3-dc4a-8089-af89-fac37070bbf2&amp;t=2fafd8c3-dc4a-8089-af89-fac37070bbf2" alt="8a8b628b7e36c4aee733179b83f30832" loading="lazy" decoding="async"/></div></figure><div class="notion-text notion-block-2fafd8c3dc4a8051ad75d36f84a7f35c">创建好以后你会得到一个 Token， 保留好备用</div><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-2fafd8c3dc4a80499b77f22602d8d796" data-id="2fafd8c3dc4a80499b77f22602d8d796"><span><div id="2fafd8c3dc4a80499b77f22602d8d796" class="notion-header-anchor"></div><a class="notion-hash-link" href="#2fafd8c3dc4a80499b77f22602d8d796" title="完成 Moltbot (openclaw)向导"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">完成 Moltbot (openclaw)向导</span></span></h4><div class="notion-text notion-block-2fafd8c3dc4a80b99bdae45005b9e8d8">如果在配置 telegram 的时候出现 node OOM 崩溃，手动增加 Node heap 限制</div><div class="notion-text notion-block-2fafd8c3dc4a80749e19e178564a731a">向导到 telegram 记得把刚刚的 bot token 粘贴，</div><div class="notion-text notion-block-2fafd8c3dc4a80aab38fd164990bf268">模型的配置lynn 佬是通过 codex 授权的，当然你也可以通过配置文件使用中转站的模型，</div><div class="notion-text notion-block-2fafd8c3dc4a80e4a171e440648a1fc5">我推荐坤佬的帖子 <a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://linux.do/t/topic/1521459">没忍住,还是试了下clawdbot,还挺好玩!</a></div><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-2fafd8c3dc4a80fe98aecb77f1cf9b6c" data-id="2fafd8c3dc4a80fe98aecb77f1cf9b6c"><span><div id="2fafd8c3dc4a80fe98aecb77f1cf9b6c" class="notion-header-anchor"></div><a class="notion-hash-link" href="#2fafd8c3dc4a80fe98aecb77f1cf9b6c" title="启动测试"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">启动测试</span></span></h4><div class="notion-text notion-block-2fafd8c3dc4a8045aed6e1cfd194d3f3">能够启动起来并且看到你的模型和 bot ，恭喜你，离成功只差最后一步了</div><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-2fafd8c3dc4a8085a865c14326bccb94" data-id="2fafd8c3dc4a8085a865c14326bccb94"><span><div id="2fafd8c3dc4a8085a865c14326bccb94" class="notion-header-anchor"></div><a class="notion-hash-link" href="#2fafd8c3dc4a8085a865c14326bccb94" title="telegram bot 配对"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">telegram bot 配对</span></span></h4><div class="notion-text notion-block-2fafd8c3dc4a8092bc89f0a4fe78f832">第一发送消息，需要进行配对，telegram 进入机器人对话会获取到一条信息，拿到 code 后，去虚拟机执行命令(如果你还是通过测试启动，这时候另外打开终端输入</div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-2fafd8c3dc4a8032ad25ec944665bf2d"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:20px;max-width:100%;flex-direction:column"><img style="object-fit:cover" src="https://linux.do/images/emoji/twemoji/backhand_index_pointing_down.png?v=15&amp;spaceId=948e141d-5b07-488c-a073-2a7536f4e61c&amp;t=2fafd8c3-dc4a-8032-ad25-ec944665bf2d" alt=":backhand_index_pointing_down:" loading="lazy" decoding="async"/></div></figure><div class="notion-text notion-block-2fafd8c3dc4a8053b477ce635d7ec33e">命令)：</div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-2fafd8c3dc4a802390f4c78c2a41ccdf"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:411.984375px;max-width:100%;flex-direction:column"><img style="object-fit:cover" src="https://www.notion.so/image/attachment%3A23e57464-db97-4710-bce6-a735bd5fca4c%3AFirefox_%E9%A1%B5%E9%9D%A2_12_%E5%9B%BE%E5%83%8F_0001.jpg?table=block&amp;id=2fafd8c3-dc4a-8023-90f4-c78c2a41ccdf&amp;t=2fafd8c3-dc4a-8023-90f4-c78c2a41ccdf" alt="5901ab7676bf1f27f746b37c776da35e" loading="lazy" decoding="async"/></div></figure><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-2fafd8c3dc4a80c99916d861a34904d1" data-id="2fafd8c3dc4a80c99916d861a34904d1"><span><div id="2fafd8c3dc4a80c99916d861a34904d1" class="notion-header-anchor"></div><a class="notion-hash-link" href="#2fafd8c3dc4a80c99916d861a34904d1" title="系统级后台服务"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">系统级后台服务</span></span></h4><div class="notion-text notion-block-2fafd8c3dc4a80c6a712cb403f6e85ec">前面我们是通过 <code class="notion-inline-code">openclaw onboard</code> 进行向导的，其实 Moltbot <code class="notion-inline-code">(openclaw)</code>支持参数 <code class="notion-inline-code">--install-daemon</code> ，我们没有加是考虑到 ssh 会在一段时间断连，如果在向导过程中断开了连接，那么我们再次进入vm执行初始化命令的时候就需要先关闭 Moltbot <code class="notion-inline-code">(openclaw)</code>服务，否则会出现端口占用的报错。</div><div class="notion-text notion-block-2fafd8c3dc4a80338644f28d244d37ed">也就是说：</div><div class="notion-text notion-block-2fafd8c3dc4a80cebac4ff11959140ef">不加 <code class="notion-inline-code">--install-daemon</code> → 只配置，不持久（适合测试、临时用）。</div><div class="notion-text notion-block-2fafd8c3dc4a8079bface5de75e89859">加 <code class="notion-inline-code">--install-daemon</code> → 一键全搞定：配置 + 后台 daemon 安装（推荐生产/日常用，尤其是 VPS 如你的 GCP VM）。</div><div class="notion-text notion-block-2fafd8c3dc4a80c8ad4ed75bec73b126">那现在我们没有加，后面是通过 <code class="notion-inline-code">openclaw gateway --verbose</code> 进行启动测试的，当退出终端服务也停了，不是我们想要的。</div><div class="notion-text notion-block-2fafd8c3dc4a8004aee9e4a472e4dd0a">Moltbot <code class="notion-inline-code">(openclaw)</code>提供了命令：</div><div class="notion-text notion-block-2fafd8c3dc4a8072ad3ee35254b387e3">最后，展示下成果：</div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-2fafd8c3dc4a80c39d98f4f9ee84a3fa"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:411.984375px;max-width:100%;flex-direction:column"><img style="object-fit:cover" src="https://www.notion.so/image/attachment%3A6bbca28b-f9c7-4e88-8e50-a1ab1cec982c%3AFirefox_%E9%A1%B5%E9%9D%A2_13_%E5%9B%BE%E5%83%8F_0001.jpg?table=block&amp;id=2fafd8c3-dc4a-80c3-9d98-f4f9ee84a3fa&amp;t=2fafd8c3-dc4a-80c3-9d98-f4f9ee84a3fa" alt="image" loading="lazy" decoding="async"/></div></figure><hr class="notion-hr notion-block-2fafd8c3dc4a80478319c52b14894299"/><div class="notion-text notion-block-2fafd8c3dc4a80b4b540fc7e3ce81544">慢讯： 写帖子期间发现 Moltbot 好像又改名了 ，吉祥物看上去也改了</div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-2fafd8c3dc4a804e82ccc39c590acef0"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column;height:100%"><img style="object-fit:cover" src="https://www.notion.so/image/attachment%3A9d1cad64-857d-4498-90b0-74c99f861039%3AFirefox(1)_%E9%A1%B5%E9%9D%A2_13_%E5%9B%BE%E5%83%8F_0001.jpg?table=block&amp;id=2fafd8c3-dc4a-804e-82cc-c39c590acef0&amp;t=2fafd8c3-dc4a-804e-82cc-c39c590acef0" alt="image" loading="lazy" decoding="async"/></div></figure><hr class="notion-hr notion-block-2fafd8c3dc4a807e893ffd7e75810d68"/><div class="notion-text notion-block-2fafd8c3dc4a800a9eaed522a665bb72">逛推发现已经有<a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://github.com/m1heng/clawdbot-feishu?tab=readme-ov-file#%E4%B8%AD%E6%96%87">飞书通道</a>的插件了，立马接入！！！</div><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-2fafd8c3dc4a8081984ec732451b8fd1" data-id="2fafd8c3dc4a8081984ec732451b8fd1"><span><div id="2fafd8c3dc4a8081984ec732451b8fd1" class="notion-header-anchor"></div><a class="notion-hash-link" href="#2fafd8c3dc4a8081984ec732451b8fd1" title="安装飞书通道插件"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">安装飞书通道插件</span></span></h4><div class="notion-text notion-block-2fafd8c3dc4a8013b165c5cd15580256">创建企业自建应用，获取 <b>AppID</b> 和 <b>AppSecret</b>： <a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://open.feishu.cn/app">开发者后台 - 飞书开放平台</a></div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-2fafd8c3dc4a80c486f0f66c767f6d5d"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column;height:100%"><img style="object-fit:cover" src="https://www.notion.so/image/attachment%3Aee28c956-1ce2-44eb-a14c-7b270baccbc6%3AFirefox(1)_%E9%A1%B5%E9%9D%A2_13_%E5%9B%BE%E5%83%8F_0002.jpg?table=block&amp;id=2fafd8c3-dc4a-80c4-86f0-f66c767f6d5d&amp;t=2fafd8c3-dc4a-80c4-86f0-f66c767f6d5d" alt="33a6572c702055d8c3f6321634f50ffb" loading="lazy" decoding="async"/></div></figure><div class="notion-text notion-block-2fafd8c3dc4a80eebce3e362f94774ce">点击创建应用，然后侧边栏导航到凭证：</div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-2fafd8c3dc4a80a7b648fdcfe1a01dc7"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column;height:100%"><img style="object-fit:cover" src="https://www.notion.so/image/attachment%3A3f3267e9-df02-46df-b4e7-33c01bd4e5ca%3AFirefox(1)_%E9%A1%B5%E9%9D%A2_14_%E5%9B%BE%E5%83%8F_0001.jpg?table=block&amp;id=2fafd8c3-dc4a-80a7-b648-fdcfe1a01dc7&amp;t=2fafd8c3-dc4a-80a7-b648-fdcfe1a01dc7" alt="120cee00fd9b8217578ffa8ae77ffcc5" loading="lazy" decoding="async"/></div></figure><div class="notion-text notion-block-2fafd8c3dc4a80df9863f52e0aa7c640">复制 appid 和 secret 备用。</div><div class="notion-text notion-block-2fafd8c3dc4a8047809dc55d747cd7b3">登录谷歌云进行插件安装：</div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-2fafd8c3dc4a80cfb43bee580c2d298e"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column;height:100%"><img style="object-fit:cover" src="https://www.notion.so/image/attachment%3A252f7264-b0b4-45ff-bb19-cdf06622601f%3AFirefox(1)_%E9%A1%B5%E9%9D%A2_14_%E5%9B%BE%E5%83%8F_0002.jpg?table=block&amp;id=2fafd8c3-dc4a-80cf-b43b-ee580c2d298e&amp;t=2fafd8c3-dc4a-80cf-b43b-ee580c2d298e" alt="8597b0c03de6913506f577cbcc490196" loading="lazy" decoding="async"/></div></figure><div class="notion-text notion-block-2fafd8c3dc4a800ba0f2f36e11cefad1">配置飞书插件：</div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-2fafd8c3dc4a80dbbee9c711a4f4c733"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column;height:100%"><img style="object-fit:cover" src="https://www.notion.so/image/attachment%3Ac80543e1-1761-4662-acca-36218e7de021%3AFirefox(1)_%E9%A1%B5%E9%9D%A2_15_%E5%9B%BE%E5%83%8F_0001.jpg?table=block&amp;id=2fafd8c3-dc4a-80db-bee9-c711a4f4c733&amp;t=2fafd8c3-dc4a-80db-bee9-c711a4f4c733" alt="e7a88acd4dc04c6a0036f33d2a084f81" loading="lazy" decoding="async"/></div></figure><div class="notion-text notion-block-2fafd8c3dc4a80088e5cd723a8a54954">验证是否成功：</div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-2fafd8c3dc4a8022bdb9f0914517ca61"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column;height:100%"><img style="object-fit:cover" src="https://www.notion.so/image/attachment%3A7422b616-d038-492a-b1de-4c54a863a4a2%3AFirefox(1)_%E9%A1%B5%E9%9D%A2_16_%E5%9B%BE%E5%83%8F_0001.jpg?table=block&amp;id=2fafd8c3-dc4a-8022-bdb9-f0914517ca61&amp;t=2fafd8c3-dc4a-8022-bdb9-f0914517ca61" alt="d456ff0176493eb9ae6e901b3d715825" loading="lazy" decoding="async"/></div></figure><div class="notion-text notion-block-2fafd8c3dc4a8034bb85cb4d15196a80">至此，虚拟机的操作完成了。</div><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-2fafd8c3dc4a802da53fe589d2402dc5" data-id="2fafd8c3dc4a802da53fe589d2402dc5"><span><div id="2fafd8c3dc4a802da53fe589d2402dc5" class="notion-header-anchor"></div><a class="notion-hash-link" href="#2fafd8c3dc4a802da53fe589d2402dc5" title="配置飞书机器人"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">配置飞书机器人</span></span></h4><div class="notion-text notion-block-2fafd8c3dc4a806e9739ee384b073e87">侧边栏导航到权限管理，点击批量导入：</div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-2fafd8c3dc4a80b5ba6ae4488aa953b0"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column;height:100%"><img style="object-fit:cover" src="https://www.notion.so/image/attachment%3Af5e722c5-fcbf-4840-800c-f0aa0aaa8199%3AFirefox(1)_%E9%A1%B5%E9%9D%A2_16_%E5%9B%BE%E5%83%8F_0002.jpg?table=block&amp;id=2fafd8c3-dc4a-80b5-ba6a-e4488aa953b0&amp;t=2fafd8c3-dc4a-80b5-ba6a-e4488aa953b0" alt="08ebcf6e1ccaccc7825028b7a3869ad8" loading="lazy" decoding="async"/></div></figure><div class="notion-text notion-block-2fafd8c3dc4a809f9870d1e3cc95ceb3">复制JSON：</div><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-2fafd8c3dc4a80ed817dc368ac568398" data-id="2fafd8c3dc4a80ed817dc368ac568398"><span><div id="2fafd8c3dc4a80ed817dc368ac568398" class="notion-header-anchor"></div><a class="notion-hash-link" href="#2fafd8c3dc4a80ed817dc368ac568398" title="配置事件接受"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">配置事件接受</span></span></h4><div class="notion-text notion-block-2fafd8c3dc4a8073bb2dff6d8a71271d">导航到侧边栏事件与回调</div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-2fafd8c3dc4a80f88d11e90261169511"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column;height:100%"><img style="object-fit:cover" src="https://www.notion.so/image/attachment%3Aa06aa1c2-653c-4a63-a353-d6ee8a69cc79%3AFirefox(1)_%E9%A1%B5%E9%9D%A2_17_%E5%9B%BE%E5%83%8F_0001.jpg?table=block&amp;id=2fafd8c3-dc4a-80f8-8d11-e90261169511&amp;t=2fafd8c3-dc4a-80f8-8d11-e90261169511" alt="5d7a529aa321922a0205ecd9ea3d309f" loading="lazy" decoding="async"/></div></figure><div class="notion-text notion-block-2fafd8c3dc4a802d9825d38cbf2bf74c">选择长连接接受事件，并添加<code class="notion-inline-code">接收消息</code>事件：</div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-2fafd8c3dc4a809d84a1cb91620f59c0"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column;height:100%"><img style="object-fit:cover" src="https://www.notion.so/image/attachment%3Abbd44b54-8eef-4e01-9584-edb5b1c352d0%3AFirefox(1)_%E9%A1%B5%E9%9D%A2_18_%E5%9B%BE%E5%83%8F_0001.jpg?table=block&amp;id=2fafd8c3-dc4a-809d-84a1-cb91620f59c0&amp;t=2fafd8c3-dc4a-809d-84a1-cb91620f59c0" alt="b1f18a7da9e7a180ebe769abee77ed0e" loading="lazy" decoding="async"/></div></figure><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-2fafd8c3dc4a80ea843be008aba9e9b8"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column;height:100%"><img style="object-fit:cover" src="https://www.notion.so/image/attachment%3A96156478-c7cf-447f-a988-042796c521bc%3AFirefox(1)_%E9%A1%B5%E9%9D%A2_18_%E5%9B%BE%E5%83%8F_0002.jpg?table=block&amp;id=2fafd8c3-dc4a-80ea-843b-e008aba9e9b8&amp;t=2fafd8c3-dc4a-80ea-843b-e008aba9e9b8" alt="8dc07c45673d9ef162c76ba7116113f5" loading="lazy" decoding="async"/></div></figure><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-2fafd8c3dc4a804e8280c35ccc643169" data-id="2fafd8c3dc4a804e8280c35ccc643169"><span><div id="2fafd8c3dc4a804e8280c35ccc643169" class="notion-header-anchor"></div><a class="notion-hash-link" href="#2fafd8c3dc4a804e8280c35ccc643169" title="发布应用"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">发布应用</span></span></h4><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-2fafd8c3dc4a808595caf93338c8302f"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column;height:100%"><img style="object-fit:cover" src="https://www.notion.so/image/attachment%3A8498edca-86b1-42b6-b7ec-ac5c9eba4271%3AFirefox(1)_%E9%A1%B5%E9%9D%A2_19_%E5%9B%BE%E5%83%8F_0001.jpg?table=block&amp;id=2fafd8c3-dc4a-8085-95ca-f93338c8302f&amp;t=2fafd8c3-dc4a-8085-95ca-f93338c8302f" alt="311789d259e720a356559e3a9e8662e0" loading="lazy" decoding="async"/></div></figure><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-2fafd8c3dc4a8096be10d0ff88516808" data-id="2fafd8c3dc4a8096be10d0ff88516808"><span><div id="2fafd8c3dc4a8096be10d0ff88516808" class="notion-header-anchor"></div><a class="notion-hash-link" href="#2fafd8c3dc4a8096be10d0ff88516808" title="测试成果"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">测试成果</span></span></h4><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-2fafd8c3dc4a80a39bebe1e4485d1d9a"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column;height:100%"><img style="object-fit:cover" src="https://www.notion.so/image/attachment%3Ad10e9c01-1e2e-414f-8014-5b1cfcff8524%3AFirefox(1)_%E9%A1%B5%E9%9D%A2_19_%E5%9B%BE%E5%83%8F_0002.jpg?table=block&amp;id=2fafd8c3-dc4a-80a3-9beb-e1e4485d1d9a&amp;t=2fafd8c3-dc4a-80a3-9beb-e1e4485d1d9a" alt="14fb964366974980485d996c59f12a9c" loading="lazy" decoding="async"/></div></figure><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-2fafd8c3dc4a8070aac9e3ec624f4496" data-id="2fafd8c3dc4a8070aac9e3ec624f4496"><span><div id="2fafd8c3dc4a8070aac9e3ec624f4496" class="notion-header-anchor"></div><a class="notion-hash-link" href="#2fafd8c3dc4a8070aac9e3ec624f4496" title="📎 参考文章"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">📎 参考文章</span></span></h2><ul class="notion-list notion-list-disc notion-block-2fafd8c3dc4a80539991c6b662599bf4"><li><a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://linux.do/t/topic/1544136">https://linux.do/t/topic/1544136</a></li></ul><div class="notion-blank notion-block-2fafd8c3dc4a80619f7ee386799edf4a"> </div><div class="notion-blank notion-block-2fafd8c3dc4a80269553f452f0292fdf"> </div><div class="notion-callout notion-gray_background_co notion-block-2fafd8c3dc4a80d0b058ce6c0fa9a1c0"><div class="notion-page-icon-inline notion-page-icon-span"><span class="notion-page-icon" role="img" aria-label="💡">💡</span></div><div class="notion-callout-text">有关使用上的问题，欢迎您在底部评论区留言，一起交流~</div></div></main></div>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[解决 LobeChat 在 Vercel 上部署失败：maxDuration 错误与 Fluid Compute 解决方案]]></title>
            <link>https://zhcn.xyz/article/vercel-lobechat-maxduration-deployment-failure-solution</link>
            <guid>https://zhcn.xyz/article/vercel-lobechat-maxduration-deployment-failure-solution</guid>
            <pubDate>Wed, 29 Oct 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[报错信息“Error: Builder returned invalid maxDuration value for Serverless Function "webapi/create-image/comfyui". Serverless Functions must have a maxDuration between 1 and 60 for plan hobby. : https://vercel.com/docs/concepts/limits/overview#serverless-function-execution-timeout”]]></description>
            <content:encoded><![CDATA[<div id="notion-article" class="mx-auto overflow-hidden "><main class="notion light-mode notion-page notion-block-29bfd8c3dc4a8001aa05e24d8fa1c6ca"><div class="notion-viewport"></div><div class="notion-collection-page-properties"></div><div class="notion-text notion-block-29bfd8c3dc4a80adbcacf542ce36e15e">好的，我已经为您将博文内容重新排版。</div><hr class="notion-hr notion-block-29bfd8c3dc4a8080bb52e750ccdb08a5"/><h3 class="notion-h notion-h2 notion-h-indent-0 notion-block-29bfd8c3dc4a80498ba7e4cc8bb5517c" data-id="29bfd8c3dc4a80498ba7e4cc8bb5517c"><span><div id="29bfd8c3dc4a80498ba7e4cc8bb5517c" class="notion-header-anchor"></div><a class="notion-hash-link" href="#29bfd8c3dc4a80498ba7e4cc8bb5517c" title="背景"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">背景</span></span></h3><div class="notion-text notion-block-29bfd8c3dc4a80c0ac1ae3c361b88e91">本文旨在解决LobeChat用户在Vercel平台部署时遇到的常见<code class="notion-inline-code">maxDuration</code>错误，特别是针对使用Hobby（免费）计划的用户。当LobeChat项目因Serverless Function的执行时间超出Vercel Hobby计划的限制而导致部署失败时，Vercel的Fluid Compute功能提供了一个有效的解决方案。</div><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-29bfd8c3dc4a8097a592d7183d895f79" data-id="29bfd8c3dc4a8097a592d7183d895f79"><span><div id="29bfd8c3dc4a8097a592d7183d895f79" class="notion-header-anchor"></div><a class="notion-hash-link" href="#29bfd8c3dc4a8097a592d7183d895f79" title="当前遇到的问题"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">当前遇到的问题</span></span></h4><div class="notion-text notion-block-29bfd8c3dc4a80759a02c60f5c2aa58c">在使用LobeChat v1.114.0版本进行部署时，用户可能会持续遇到升级失败的问题。即使尝试参考GitHub Issues中的相关讨论（例如 <a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://github.com/lobehub/lobe-chat/issues/9153">issue #9153</a>），并将Serverless Function的<code class="notion-inline-code">maxDuration</code>值修改为60秒或更低，部署仍然会失败，并显示以下错误信息：</div><blockquote class="notion-quote notion-block-29bfd8c3dc4a808eb923cd76959b8dea"><div>Error: Builder returned invalid maxDuration value for Serverless Function &quot;webapi/create-image/comfyui&quot;. Serverless Functions must have a maxDuration between 1 and 60 for plan hobby. : https://vercel.com/docs/concepts/limits/overview#serverless-function-execution-timeout</div></blockquote><div class="notion-text notion-block-29bfd8c3dc4a8044bc96d319666d6700">这个错误明确指出，Vercel Hobby计划的Serverless Functions的<code class="notion-inline-code">maxDuration</code>必须在1到60秒之间。LobeChat中某些功能，特别是涉及到图像生成（如<code class="notion-inline-code">webapi/create-image/comfyui</code>）的API，可能需要较长的执行时间，从而超出了这个限制。</div><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-29bfd8c3dc4a80b683d6c3257a805111" data-id="29bfd8c3dc4a80b683d6c3257a805111"><span><div id="29bfd8c3dc4a80b683d6c3257a805111" class="notion-header-anchor"></div><a class="notion-hash-link" href="#29bfd8c3dc4a80b683d6c3257a805111" title="解决方案：启用 Vercel 的 Fluid Compute 功能"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">解决方案：启用 Vercel 的 Fluid Compute 功能</span></span></h4><div class="notion-text notion-block-29bfd8c3dc4a809cb967f98e7e8f9ebc">针对上述<code class="notion-inline-code">maxDuration</code>限制导致的部署失败，<b>启用 Vercel 的 Fluid Compute 功能</b> 是一个推荐且高效的解决方案。</div><div class="notion-text notion-block-29bfd8c3dc4a8087a2decf867d664b33">Fluid Compute 功能能够显著延长 Serverless Functions 的执行时间。即使是 Vercel 的 Hobby 计划，在启用 Fluid Compute 后，Serverless Functions 的最长执行时间也可以达到 300 秒（即 5 分钟）。这对于像图像生成这样可能需要较长时间完成的任务来说，提供了足够的执行窗口。</div><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-29bfd8c3dc4a809782dbf95aabb578c6" data-id="29bfd8c3dc4a809782dbf95aabb578c6"><span><div id="29bfd8c3dc4a809782dbf95aabb578c6" class="notion-header-anchor"></div><a class="notion-hash-link" href="#29bfd8c3dc4a809782dbf95aabb578c6" title="如何启用 Fluid Compute"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">如何启用 Fluid Compute</span></span></h4><div class="notion-text notion-block-29bfd8c3dc4a80739187d52c2db2fc91">请按照以下步骤在您的 Vercel 项目中启用 Fluid Compute：</div><ol start="1" class="notion-list notion-list-numbered notion-block-29bfd8c3dc4a80908a3dfa5317ed637c" style="list-style-type:decimal"><li><b>登录 Vercel Dashboard</b>：首先，使用您的Vercel账户登录到 <a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://vercel.com/dashboard">Vercel Dashboard</a>。</li></ol><ol start="2" class="notion-list notion-list-numbered notion-block-29bfd8c3dc4a8049b323e0627ac725e5" style="list-style-type:decimal"><li><b>选择 LobeChat 项目</b>：在仪表盘中，找到并点击您正在部署的 LobeChat 项目。</li></ol><ol start="3" class="notion-list notion-list-numbered notion-block-29bfd8c3dc4a80be9826cd12f288ad9f" style="list-style-type:decimal"><li><b>进入 Settings（设置）选项卡</b>：在项目页面中，点击顶部的“Settings”（设置）选项卡。</li></ol><ol start="4" class="notion-list notion-list-numbered notion-block-29bfd8c3dc4a8082b95cdf3e07c0d1a4" style="list-style-type:decimal"><li><b>选择 Functions（函数）</b>：在左侧的菜单栏中，向下滚动并选择“Functions”（函数）选项。</li></ol><ol start="5" class="notion-list notion-list-numbered notion-block-29bfd8c3dc4a800f80bedc7de2c03864" style="list-style-type:decimal"><li><b>启用 Fluid Compute</b>：在 Functions 设置页面中，向下滚动至“Fluid Compute”部分。您会看到一个开关或者选项，请将其启用。</li></ol><ol start="6" class="notion-list notion-list-numbered notion-block-29bfd8c3dc4a8065992dd3bb1f7de2da" style="list-style-type:decimal"><li><b>重新部署项目</b>：保存设置后，请务必重新部署您的 LobeChat 项目，以使 Fluid Compute 的更改生效。</li></ol><div class="notion-text notion-block-29bfd8c3dc4a80eda184d315327a35af">完成上述步骤后，您的LobeChat项目应该能够成功部署，并且<code class="notion-inline-code">webapi/create-image/comfyui</code>等需要较长执行时间的Serverless Function将不再因<code class="notion-inline-code">maxDuration</code>限制而失败。</div><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-29bfd8c3dc4a80049f91f17638f79be7" data-id="29bfd8c3dc4a80049f91f17638f79be7"><span><div id="29bfd8c3dc4a80049f91f17638f79be7" class="notion-header-anchor"></div><a class="notion-hash-link" href="#29bfd8c3dc4a80049f91f17638f79be7" title="📎 参考文章"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">📎 参考文章</span></span></h4><ul class="notion-list notion-list-disc notion-block-29bfd8c3dc4a80b8ac50c380f0451283"><li>GitHub Issue: <a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://github.com/lobehub/lobe-chat/issues/9153">lobehub/lobe-chat/issues/9153</a></li></ul><ul class="notion-list notion-list-disc notion-block-29bfd8c3dc4a8056be78fa0ca60d5743"><li>Vercel Docs: <a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://vercel.com/docs/concepts/limits/overview#serverless-function-execution-timeout">Serverless Function Execution Timeout</a></li></ul><ul class="notion-list notion-list-disc notion-block-29bfd8c3dc4a8047b385d3f694ce1457"><li>Vercel Docs: <a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://vercel.com/docs/fluid-compute">Fluid Compute</a></li></ul><hr class="notion-hr notion-block-29bfd8c3dc4a8028b620d72281963ac7"/><div class="notion-callout notion-gray_background_co notion-block-29bfd8c3dc4a80f79c50eba37fa9cccd"><div class="notion-page-icon-inline notion-page-icon-span"><span class="notion-page-icon" role="img" aria-label="💡">💡</span></div><div class="notion-callout-text">有关使用上的问题，欢迎您在底部评论区留言，一起交流~</div></div></main></div>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[分析报告、调研报告、工作方案等AI提示词（未验证）]]></title>
            <link>https://zhcn.xyz/article/ai-prompts-for-analysis-reports-research-reports-and-work-plans</link>
            <guid>https://zhcn.xyz/article/ai-prompts-for-analysis-reports-research-reports-and-work-plans</guid>
            <pubDate>Fri, 22 Aug 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[内容是关于"分析报告、调研报告、工作方案等AI提示词"的汇总。页面包含了16个分析/咨询类提示词模板]]></description>
            <content:encoded><![CDATA[<div id="notion-article" class="mx-auto overflow-hidden "><main class="notion light-mode notion-page notion-block-257fd8c3dc4a80fe9afff4df0cc8ac71"><div class="notion-viewport"></div><div class="notion-collection-page-properties"></div><div class="notion-callout notion-gray_background_co notion-block-257fd8c3dc4a805ea2cfcd7f020a2c35"><div class="notion-page-icon-inline notion-page-icon-span"><span class="notion-page-icon" role="img" aria-label="😀">😀</span></div><div class="notion-callout-text">提示词的英文是Prompt，是你与人工智能（AI）进行交流的方式。简单来说，提示词就是你给AI的一段文字或问题，AI根据这段文字或问题来生成回应或完成任务。
以下是关于&quot;分析报告、调研报告、工作方案等AI提示词&quot;的汇总。页面包含了16个分析/咨询类提示词模板，这些模板可以用于与AI沟通时生成不同类型的专业文档，暂时收集备用还未验证可行性。</div></div><h3 class="notion-h notion-h2 notion-h-indent-0 notion-block-257fd8c3dc4a80c9bfd9cb24419fc3ca" data-id="257fd8c3dc4a80c9bfd9cb24419fc3ca"><span><div id="257fd8c3dc4a80c9bfd9cb24419fc3ca" class="notion-header-anchor"></div><a class="notion-hash-link" href="#257fd8c3dc4a80c9bfd9cb24419fc3ca" title="分析/咨询类提示词16个"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title"><b>分析/咨询类提示词16个</b></span></span></h3><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-257fd8c3dc4a80439b72cde8e730a79e" data-id="257fd8c3dc4a80439b72cde8e730a79e"><span><div id="257fd8c3dc4a80439b72cde8e730a79e" class="notion-header-anchor"></div><a class="notion-hash-link" href="#257fd8c3dc4a80439b72cde8e730a79e" title="PEST分析 "><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title"><b>PEST分析 </b></span></span></h4><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-257fd8c3dc4a80cc870ae698b6c092cc" data-id="257fd8c3dc4a80cc870ae698b6c092cc"><span><div id="257fd8c3dc4a80cc870ae698b6c092cc" class="notion-header-anchor"></div><a class="notion-hash-link" href="#257fd8c3dc4a80cc870ae698b6c092cc" title="SWOT分析"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title"><b>SWOT分析</b></span></span></h4><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-257fd8c3dc4a80589c70f4cdc0da3cfc" data-id="257fd8c3dc4a80589c70f4cdc0da3cfc"><span><div id="257fd8c3dc4a80589c70f4cdc0da3cfc" class="notion-header-anchor"></div><a class="notion-hash-link" href="#257fd8c3dc4a80589c70f4cdc0da3cfc" title="波士顿矩阵"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title"><b>波士顿矩阵</b></span></span></h4><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-257fd8c3dc4a80348cc8d3e0968ecb01" data-id="257fd8c3dc4a80348cc8d3e0968ecb01"><span><div id="257fd8c3dc4a80348cc8d3e0968ecb01" class="notion-header-anchor"></div><a class="notion-hash-link" href="#257fd8c3dc4a80348cc8d3e0968ecb01" title="4P营销分析"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title"><b>4P营销分析</b></span></span></h4><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-257fd8c3dc4a805e9657daa589b4feea" data-id="257fd8c3dc4a805e9657daa589b4feea"><span><div id="257fd8c3dc4a805e9657daa589b4feea" class="notion-header-anchor"></div><a class="notion-hash-link" href="#257fd8c3dc4a805e9657daa589b4feea" title="分析报告"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title"><b>分析报告</b></span></span></h4><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-257fd8c3dc4a8006b4ccd626eac93127" data-id="257fd8c3dc4a8006b4ccd626eac93127"><span><div id="257fd8c3dc4a8006b4ccd626eac93127" class="notion-header-anchor"></div><a class="notion-hash-link" href="#257fd8c3dc4a8006b4ccd626eac93127" title="工作方案"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title"><b>工作方案</b></span></span></h4><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-257fd8c3dc4a80dda7f1f75b919c0eff" data-id="257fd8c3dc4a80dda7f1f75b919c0eff"><span><div id="257fd8c3dc4a80dda7f1f75b919c0eff" class="notion-header-anchor"></div><a class="notion-hash-link" href="#257fd8c3dc4a80dda7f1f75b919c0eff" title="活动方案"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">活动方案</span></span></h4><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-257fd8c3dc4a80ff8744cccccf3565f6" data-id="257fd8c3dc4a80ff8744cccccf3565f6"><span><div id="257fd8c3dc4a80ff8744cccccf3565f6" class="notion-header-anchor"></div><a class="notion-hash-link" href="#257fd8c3dc4a80ff8744cccccf3565f6" title="研究报告"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">研究报告</span></span></h4><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-257fd8c3dc4a80689841f1d2e516218d" data-id="257fd8c3dc4a80689841f1d2e516218d"><span><div id="257fd8c3dc4a80689841f1d2e516218d" class="notion-header-anchor"></div><a class="notion-hash-link" href="#257fd8c3dc4a80689841f1d2e516218d" title="商业计划书"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title"><b>商业计划书</b></span></span></h4><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-257fd8c3dc4a803abf31c28a649219d1" data-id="257fd8c3dc4a803abf31c28a649219d1"><span><div id="257fd8c3dc4a803abf31c28a649219d1" class="notion-header-anchor"></div><a class="notion-hash-link" href="#257fd8c3dc4a803abf31c28a649219d1" title="调研报告"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">调研报告</span></span></h4><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-257fd8c3dc4a808a8459e9c89af86a3a" data-id="257fd8c3dc4a808a8459e9c89af86a3a"><span><div id="257fd8c3dc4a808a8459e9c89af86a3a" class="notion-header-anchor"></div><a class="notion-hash-link" href="#257fd8c3dc4a808a8459e9c89af86a3a" title="行业报告"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title"><b>行业报告</b></span></span></h4><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-257fd8c3dc4a803aa3fff12f2494e52c" data-id="257fd8c3dc4a803aa3fff12f2494e52c"><span><div id="257fd8c3dc4a803aa3fff12f2494e52c" class="notion-header-anchor"></div><a class="notion-hash-link" href="#257fd8c3dc4a803aa3fff12f2494e52c" title="可行性研究报告"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title"><b>可行性研究报告</b></span></span></h4><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-257fd8c3dc4a8070b790f23b6c5b4353" data-id="257fd8c3dc4a8070b790f23b6c5b4353"><span><div id="257fd8c3dc4a8070b790f23b6c5b4353" class="notion-header-anchor"></div><a class="notion-hash-link" href="#257fd8c3dc4a8070b790f23b6c5b4353" title="立项申请报告"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title"><b>立项申请报告</b></span></span></h4><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-257fd8c3dc4a809fa1fcd093233754dc" data-id="257fd8c3dc4a809fa1fcd093233754dc"><span><div id="257fd8c3dc4a809fa1fcd093233754dc" class="notion-header-anchor"></div><a class="notion-hash-link" href="#257fd8c3dc4a809fa1fcd093233754dc" title="情况报告"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">情况报告</span></span></h4><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-257fd8c3dc4a805eb865c55692fcfabc" data-id="257fd8c3dc4a805eb865c55692fcfabc"><span><div id="257fd8c3dc4a805eb865c55692fcfabc" class="notion-header-anchor"></div><a class="notion-hash-link" href="#257fd8c3dc4a805eb865c55692fcfabc" title="产业顾问"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">产业顾问</span></span></h4><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-257fd8c3dc4a80608afdf9a302e8c1b4" data-id="257fd8c3dc4a80608afdf9a302e8c1b4"><span><div id="257fd8c3dc4a80608afdf9a302e8c1b4" class="notion-header-anchor"></div><a class="notion-hash-link" href="#257fd8c3dc4a80608afdf9a302e8c1b4" title="运输方案"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title"><b>运输方案</b></span></span></h4><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-257fd8c3dc4a80489b77d75a66e90a5b" data-id="257fd8c3dc4a80489b77d75a66e90a5b"><span><div id="257fd8c3dc4a80489b77d75a66e90a5b" class="notion-header-anchor"></div><a class="notion-hash-link" href="#257fd8c3dc4a80489b77d75a66e90a5b" title="📎 参考文章"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">📎 参考文章</span></span></h2><ul class="notion-list notion-list-disc notion-block-257fd8c3dc4a8022a8b2da72ab0d0dec"><li><a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://blog.csdn.net/weixin_43419575/article/details/143624254">引用文章</a></li></ul><div class="notion-blank notion-block-257fd8c3dc4a802a8963ef5ec0dda7ae"> </div><div class="notion-callout notion-gray_background_co notion-block-257fd8c3dc4a8096b743f7194c07ab42"><div class="notion-page-icon-inline notion-page-icon-span"><span class="notion-page-icon" role="img" aria-label="💡">💡</span></div><div class="notion-callout-text">有关使用上的问题，欢迎您在底部评论区留言，一起交流~</div></div></main></div>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[ThinkBook14 G8 IRL无网络找不到网卡]]></title>
            <link>https://zhcn.xyz/article/thinkbook14-g8-irl-no-network-card-detected</link>
            <guid>https://zhcn.xyz/article/thinkbook14-g8-irl-no-network-card-detected</guid>
            <pubDate>Sun, 27 Jul 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[ThinkBook14 G8 IRL无网络找不到网卡]]></description>
            <content:encoded><![CDATA[<div id="notion-article" class="mx-auto overflow-hidden "><main class="notion light-mode notion-page notion-block-212fd8c3dc4a8032b8c8f7f841ce643c"><div class="notion-viewport"></div><div class="notion-collection-page-properties"></div><div class="notion-text notion-block-23dfd8c3dc4a802db4b2d004e1faeba6">打开-&gt;设备管理器</div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-23dfd8c3dc4a805eb8eced2645cd2d88"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column;height:100%"><img style="object-fit:cover" src="https://www.notion.so/image/attachment%3A4f77846f-32da-4fe9-a1c1-c5615f56ab8a%3A%E5%B1%8F%E5%B9%95%E6%88%AA%E5%9B%BE_2025-07-27_173240.png?table=block&amp;id=23dfd8c3-dc4a-805e-b8ec-ed2645cd2d88&amp;t=23dfd8c3-dc4a-805e-b8ec-ed2645cd2d88" alt="notion image" loading="lazy" decoding="async"/></div></figure><div class="notion-text notion-block-23dfd8c3dc4a8025b53aef098d9317e3">右键-&gt;属性-&gt;高级</div><div class="notion-text notion-block-23dfd8c3dc4a804782bac0d9807751da">1、802.11a/n/ac/ax   选择ac(ax就是2.4G+5G频段混合模式)
2、超高频段(6GHZ) ： 禁用
3、传输电源：最高值
4、MIMO节能模式： 无SMPS
5、空闲省电选low</div><div class="notion-blank notion-block-212fd8c3dc4a80d6b6d4fd13380f6b3c"> </div><div class="notion-blank notion-block-212fd8c3dc4a80ee9417c4be2056569e"> </div><div class="notion-callout notion-gray_background_co notion-block-212fd8c3dc4a80cab949e47fa11987e2"><div class="notion-page-icon-inline notion-page-icon-span"><span class="notion-page-icon" role="img" aria-label="💡">💡</span></div><div class="notion-callout-text">有关使用上的问题，欢迎您在底部评论区留言，一起交流~</div></div></main></div>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[影视app配置及直播源 不定期更新]]></title>
            <link>https://zhcn.xyz/article/movie-app-configuration-and-live-stream-sources-periodically-updated</link>
            <guid>https://zhcn.xyz/article/movie-app-configuration-and-live-stream-sources-periodically-updated</guid>
            <pubDate>Fri, 11 Oct 2024 00:00:00 GMT</pubDate>
            <description><![CDATA[分享目前在用的配置及直播源]]></description>
            <content:encoded><![CDATA[<div id="notion-article" class="mx-auto overflow-hidden "><main class="notion light-mode notion-page notion-block-11cfd8c3dc4a80e0a74cd8c27bd1fce0"><div class="notion-viewport"></div><div class="notion-collection-page-properties"></div><div class="notion-callout notion-gray_background_co notion-block-11cfd8c3dc4a8124b99bd45f76e4f61d"><div class="notion-page-icon-inline notion-page-icon-span"><span class="notion-page-icon" role="img" aria-label="😀">😀</span></div><div class="notion-callout-text">记录分享目前在用的配置及直播源,不定时更新</div></div><div class="notion-blank notion-block-11cfd8c3dc4a80ba8475f50767a94aeb"> </div><div class="notion-text notion-block-11cfd8c3dc4a8076b8e9eee7c7cb1d9b">IPTV直播源:</div><div class="notion-blank notion-block-11cfd8c3dc4a80cdbc17dec22d1614a6"> </div><div class="notion-text notion-block-11cfd8c3dc4a8077a8dcd53e70b376eb">TVBox接口配置</div><div class="notion-blank notion-block-11cfd8c3dc4a80279c12d23317d04142"> </div><div class="notion-text notion-block-11cfd8c3dc4a8089a471d98d63c498d3">接口配置相关资源</div><div class="notion-blank notion-block-11cfd8c3dc4a8017934ee64b3b266c72"> </div><div class="notion-text notion-block-11cfd8c3dc4a807c9a1fe002d2121799">其他资源</div><div class="notion-blank notion-block-11cfd8c3dc4a80389442cf52bb8ed7fe"> </div><div class="notion-blank notion-block-11cfd8c3dc4a813d9bddcab01bae6535"> </div><div class="notion-blank notion-block-11cfd8c3dc4a81639175ed38bc9c2e65"> </div><div class="notion-callout notion-gray_background_co notion-block-11cfd8c3dc4a81baa296d6475e1999af"><div class="notion-page-icon-inline notion-page-icon-span"><span class="notion-page-icon" role="img" aria-label="💡">💡</span></div><div class="notion-callout-text">有关使用上的问题，欢迎您在底部评论区留言，一起交流~</div></div><div class="notion-blank notion-block-11cfd8c3dc4a80a98f62c3111552fd15"> </div></main></div>]]></content:encoded>
        </item>
    </channel>
</rss>