<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>M.&#39;s Blog</title>
  <icon>https://869hr.uk/icon.png</icon>
  <subtitle>技术分享与经验沉淀 | 撸起袖子加油干💪</subtitle>
  <link href="https://869hr.uk/atom.xml" rel="self"/>
  
  <link href="https://869hr.uk/"/>
  <updated>2026-04-18T14:30:00.000Z</updated>
  <id>https://869hr.uk/</id>
  
  <author>
    <name>M.</name>
    
  </author>
  
  <generator uri="https://hexo.io/">Hexo</generator>
  
  <entry>
    <title>从购买服务器到自建节点的全流程保姆级教程</title>
    <link href="https://869hr.uk/2026/tutorial/vps-tutorial-self-hosted-proxy/"/>
    <id>https://869hr.uk/2026/tutorial/vps-tutorial-self-hosted-proxy/</id>
    <published>2026-04-18T14:30:00.000Z</published>
    <updated>2026-04-18T14:30:00.000Z</updated>
    
    <content type="html"><![CDATA[<!-- 文章摘要 --><blockquote><p>不知不觉就注册一个月了，在我刚注册两天的时候，分享过一个经验贴广受佬友们的好评。而最近据说机场过的不太平，我一直以来使用自建节点，也发过节点的拼车，那么我再给大家分享一下从服务器选购到节点搭建的全流程。</p></blockquote><h2 id="视频教程"><a href="#视频教程" class="headerlink" title="视频教程"></a>视频教程</h2><div class="video-container"><iframe src="https://www.youtube.com/embed/FU-9MXyEuJw" title="从购买服务器到自建节点的全流程保姆级教程" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></div><span id="more"></span><blockquote><p><strong>本教程不包含任何aff和推广。</strong></p></blockquote><ul><li><a href="https://linux.do/t/topic/1809325">刚注册两天，但已经在L站与I站逛了一两个月了，把自己全部的所学与经验分享给大家</a></li></ul><p>学AI，上L站。学服务器可以上I站：<a href="https://idcflare.com/latest">IDC Flare - 域名、主机等信息集散地</a></p><p>推荐了解一些名词来更好地阅读文章：<a href="https://idcflare.com/t/topic/16977">机圈黑话&#x2F;专有名词扫盲（持续更新ing）</a></p><hr><h2 id="1-选择服务器"><a href="#1-选择服务器" class="headerlink" title="1. 选择服务器"></a>1. 选择服务器</h2><p>我们搭建节点选择服务器无非就看两件事：<strong>机器线路</strong> 与 <strong>IP质量</strong>。</p><h3 id="1-1-机器线路是什么？"><a href="#1-1-机器线路是什么？" class="headerlink" title="1.1 机器线路是什么？"></a>1.1 机器线路是什么？</h3><p>机器线路就是你与服务器进行网络通信时数据包”赶路”所经历的路径：</p><ul><li><strong>去程</strong>：你发送请求给服务器的路。</li><li><strong>回程</strong>：服务器把数据（如视频、网页）传回给你的路。</li></ul><p>我们搭建代理节点原理就是这样。中间走不同的网络线路对于传播延迟与丢包等肯定有非常大的影响。</p><p>一般来说，我们走的线路都是 163、4837、CMI 这样的普通骨干网，一到晚高峰，延迟和丢包率显著上升导致连接服务器的体验不佳。</p><p>因此，很多服务商提供了针对中国大陆连接优化的线路机，这些线路机走一些运营商精品线路如CN2、9929、CMIN2 等，让你即使在高峰也不用去挤大家都在用的骨干网，体验自然就上升了，当然成本也是随之提高。</p><p>各个运营商关于线路的情况不同，对于线路科普想深入了解的请看：</p><ul><li><a href="https://linux.do/t/topic/1235548">常见各种线路和网络的科普</a></li></ul><h3 id="1-2-IP质量是什么？"><a href="#1-2-IP质量是什么？" class="headerlink" title="1.2 IP质量是什么？"></a>1.2 IP质量是什么？</h3><p>我们使用代理服务器上网，访问网站用的IP就是我们代理服务器的IP。代理服务器的IP质量决定了网站对我们的风控。</p><ul><li><strong>原生 IP</strong>：IP 注册地址与服务器机房物理位置一致。</li><li><strong>广播 IP</strong>：商家通过技术手段，把别的地方的 IP 广播到另一个地方用。</li><li><strong>机房 IP</strong>：绝大多数 VPS 厂商提供的都是机房 IP。</li><li><strong>住宅 IP</strong>：”家宽”，固定的运营商IP，就像真正的居民一样。</li></ul><p>购买服务器大概了解这些类型的IP就可以，一般来说原生IP &gt; 广播IP，住宅IP &gt;&gt; 机房IP。</p><p><strong>流媒体解锁：</strong> IP是否能够解锁了一些流媒体如netflix、tiktok等，IP是否能够访问一些AI服务如chatgpt、claude等，IP是否被google标记为中国地区（即”送中”）。</p><p>一般来说，普通的科学上网用正常的机房IP就可以，如果有特殊需求如AI、tiktok等，可以选择解锁比较好的原生机房IP或者家宽IP。如有运营养号需求（如claude、tiktok、电商等）建议使用家宽IP，想让AI不降智不一定非要用家宽IP，好一点的机房IP也可以。</p><p>对于IP质量的深度检测与科普请看：</p><ul><li><a href="https://idcflare.com/t/topic/18792">VPS IP质量检测完全指南：从小白到精通的实用教程</a></li></ul><h3 id="1-3-如何选购服务器？"><a href="#1-3-如何选购服务器？" class="headerlink" title="1.3 如何选购服务器？"></a>1.3 如何选购服务器？</h3><p>选购服务器搭建节点前，请明确自己的需求，除非你一定要AI养号或者电商运营，不要一上来就追求线路机+家宽IP组合拳，大部分的需求好一点的机房IP就可以做到了。</p><p>本人因为大量使用AI，是 <strong>DMIT 线路机 + AI与google服务落地Frontier静态家宽</strong> 的组合。</p><p>对于各种地区类型服务器厂商的详细推荐与评测请看猫猫佬帖子：</p><ul><li><a href="https://meowvps.com/blog/resrec/">常见地区VPS推荐</a></li></ul><p>或者上 IDC flare 多逛逛看看别人的测评与推荐。</p><p>服务器系统选择 <strong>debian 12</strong> 或 <strong>ubuntu 22.04</strong>。</p><hr><h2 id="2-服务器安全初始化"><a href="#2-服务器安全初始化" class="headerlink" title="2. 服务器安全初始化"></a>2. 服务器安全初始化</h2><p><strong>以下是服务器厂商没有自动生成ssh密钥对和没有服务器防火墙面板的情况，如果有可以跳过或更改对应的秘钥生成或防火墙配置步骤。有问题可以直接问AI发生了什么。</strong></p><p>未安装sudo的服务器请先在root下使用 <code>apt update &amp;&amp; apt install -y sudo</code> 安装sudo。</p><h3 id="2-1-生成密钥对"><a href="#2-1-生成密钥对" class="headerlink" title="2.1 生成密钥对"></a>2.1 生成密钥对</h3><p>本地终端窗口执行</p><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="line">3</span><br><span class="line">4</span><br><span class="line">5</span><br></pre></td><td class="code"><pre><code class="hljs bash"><span class="hljs-comment"># 生成 ed25519 密钥对，邮箱仅标识可以随意更换，连续按 3 次回车（不设置密钥密码，使用默认路径）</span><br>ssh-keygen -t ed25519 -C <span class="hljs-string">&quot;your_email@example.com&quot;</span><br><br><span class="hljs-comment"># 查看本地公钥内容</span><br><span class="hljs-built_in">cat</span> ~/.ssh/id_ed25519.pub<br></code></pre></td></tr></table></figure><h3 id="2-2-初始连接与公钥上传"><a href="#2-2-初始连接与公钥上传" class="headerlink" title="2.2 初始连接与公钥上传"></a>2.2 初始连接与公钥上传</h3><p>本地终端窗口执行</p><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="line">3</span><br><span class="line">4</span><br><span class="line">5</span><br><span class="line">6</span><br><span class="line">7</span><br><span class="line">8</span><br><span class="line">9</span><br><span class="line">10</span><br><span class="line">11</span><br></pre></td><td class="code"><pre><code class="hljs bash"><span class="hljs-comment"># 使用 root 密码登录服务器</span><br>ssh root@你的服务器IP<br><br><span class="hljs-comment"># 创建.ssh目录并设置权限</span><br><span class="hljs-built_in">mkdir</span> -p /root/.ssh<br><span class="hljs-built_in">chmod</span> 700 /root/.ssh<br><br><span class="hljs-comment"># 写入公钥（替换为你复制的公钥内容）</span><br><span class="hljs-built_in">echo</span> <span class="hljs-string">&quot;你复制的完整公钥内容&quot;</span> &gt;&gt; /root/.ssh/authorized_keys<br><span class="hljs-comment"># 设置文件权限</span><br><span class="hljs-built_in">chmod</span> 600 /root/.ssh/authorized_keys<br></code></pre></td></tr></table></figure><p>新开一个本地终端窗口执行</p><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><code class="hljs bash">ssh root@你的服务器IP<br></code></pre></td></tr></table></figure><p>成功：不需要输入密码直接登录</p><h3 id="2-3-创建免密-sudo-新用户"><a href="#2-3-创建免密-sudo-新用户" class="headerlink" title="2.3 创建免密 sudo 新用户"></a>2.3 创建免密 sudo 新用户</h3><p>连接服务器终端执行</p><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="line">3</span><br><span class="line">4</span><br><span class="line">5</span><br><span class="line">6</span><br><span class="line">7</span><br><span class="line">8</span><br><span class="line">9</span><br><span class="line">10</span><br><span class="line">11</span><br><span class="line">12</span><br><span class="line">13</span><br><span class="line">14</span><br></pre></td><td class="code"><pre><code class="hljs bash"><span class="hljs-comment"># 创建新用户，可以替换 deer 为你喜欢的名字</span><br>useradd -m -s /bin/bash deer<br><span class="hljs-comment"># 设置用户密码</span><br>passwd deer<br><br><span class="hljs-comment"># 复制 SSH 密钥给 deer 用户</span><br><span class="hljs-built_in">cp</span> -r /root/.ssh /home/deer/<br><span class="hljs-built_in">chown</span> -R deer:deer /home/deer/.ssh<br><br><span class="hljs-comment"># 配置免密sudo权限</span><br><span class="hljs-built_in">echo</span> <span class="hljs-string">&#x27;deer ALL=(ALL) NOPASSWD: ALL&#x27;</span> | <span class="hljs-built_in">tee</span> /etc/sudoers.d/deer-nopasswd<br><span class="hljs-built_in">chmod</span> 0440 /etc/sudoers.d/deer-nopasswd<br><span class="hljs-comment"># 验证sudo配置语法</span><br>visudo -c -f /etc/sudoers.d/deer-nopasswd<br></code></pre></td></tr></table></figure><p>新开一个本地终端执行</p><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br></pre></td><td class="code"><pre><code class="hljs bash">ssh deer@你的服务器IP<br><span class="hljs-built_in">sudo</span> <span class="hljs-built_in">whoami</span><br></code></pre></td></tr></table></figure><p>成功：输出 root，不需要输入密码</p><h3 id="2-4-关闭-root-登录和密码登录"><a href="#2-4-关闭-root-登录和密码登录" class="headerlink" title="2.4 关闭 root 登录和密码登录"></a>2.4 关闭 root 登录和密码登录</h3><p>连接服务器终端执行</p><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="line">3</span><br><span class="line">4</span><br><span class="line">5</span><br><span class="line">6</span><br><span class="line">7</span><br><span class="line">8</span><br><span class="line">9</span><br><span class="line">10</span><br><span class="line">11</span><br><span class="line">12</span><br><span class="line">13</span><br><span class="line">14</span><br></pre></td><td class="code"><pre><code class="hljs bash"><span class="hljs-comment"># 开启公钥认证</span><br><span class="hljs-built_in">sudo</span> sed -i <span class="hljs-string">&#x27;s/^#\?PubkeyAuthentication.*/PubkeyAuthentication yes/&#x27;</span> /etc/ssh/sshd_config<br><br><span class="hljs-comment"># 禁止root登录</span><br><span class="hljs-built_in">sudo</span> sed -i <span class="hljs-string">&#x27;s/^#\?PermitRootLogin.*/PermitRootLogin no/&#x27;</span> /etc/ssh/sshd_config<br><br><span class="hljs-comment"># 禁止密码登录</span><br><span class="hljs-built_in">sudo</span> sed -i <span class="hljs-string">&#x27;s/^#\?PasswordAuthentication.*/PasswordAuthentication no/&#x27;</span> /etc/ssh/sshd_config<br><br><span class="hljs-comment"># 验证配置语法（无任何输出：语法正确）</span><br><span class="hljs-built_in">sudo</span> sshd -t<br><br><span class="hljs-comment"># 重启 SSH 服务</span><br><span class="hljs-built_in">sudo</span> systemctl restart sshd<br></code></pre></td></tr></table></figure><p>每条指令新开一个本地终端执行</p><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="line">3</span><br><span class="line">4</span><br><span class="line">5</span><br><span class="line">6</span><br><span class="line">7</span><br><span class="line">8</span><br><span class="line">9</span><br><span class="line">10</span><br><span class="line">11</span><br><span class="line">12</span><br><span class="line">13</span><br><span class="line">14</span><br><span class="line">15</span><br></pre></td><td class="code"><pre><code class="hljs bash"><span class="hljs-comment"># 测试deer用户登录</span><br>ssh deer@你的服务器IP<br><br><span class="hljs-comment"># 测试root登录被拒绝</span><br>ssh root@你的服务器IP<br><br><span class="hljs-comment"># 测试密码登录被拒绝</span><br>ssh -o PreferredAuthentications=password deer@你的服务器IP<br><br><span class="hljs-comment"># 如果仍然可以密码登录，说明配置被云服务器厂商默认配置覆盖，先查看，可以看到有 Yes</span><br><span class="hljs-built_in">sudo</span> grep -r <span class="hljs-string">&quot;PasswordAuthentication&quot;</span> /etc/ssh/sshd_config.d/<br><span class="hljs-comment"># 更改所有的配置文件的密码登录为 no</span><br><span class="hljs-built_in">sudo</span> sed -i <span class="hljs-string">&#x27;s/PasswordAuthentication yes/PasswordAuthentication no/g&#x27;</span> /etc/ssh/sshd_config.d/*.conf<br><span class="hljs-comment"># 重启 SSH 服务，再次进行密码登录测试</span><br><span class="hljs-built_in">sudo</span> systemctl restart sshd<br></code></pre></td></tr></table></figure><h3 id="2-5-更换-SSH-端口并配置-UFW-防火墙"><a href="#2-5-更换-SSH-端口并配置-UFW-防火墙" class="headerlink" title="2.5 更换 SSH 端口并配置 UFW 防火墙"></a>2.5 更换 SSH 端口并配置 UFW 防火墙</h3><p>连接服务器终端执行（<strong>严格按照顺序</strong>）</p><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="line">3</span><br><span class="line">4</span><br><span class="line">5</span><br><span class="line">6</span><br><span class="line">7</span><br><span class="line">8</span><br><span class="line">9</span><br><span class="line">10</span><br><span class="line">11</span><br><span class="line">12</span><br><span class="line">13</span><br><span class="line">14</span><br><span class="line">15</span><br><span class="line">16</span><br><span class="line">17</span><br><span class="line">18</span><br><span class="line">19</span><br><span class="line">20</span><br><span class="line">21</span><br><span class="line">22</span><br><span class="line">23</span><br></pre></td><td class="code"><pre><code class="hljs bash"><span class="hljs-comment"># 修改 SSH 端口配置（端口自选，自行替换）</span><br><span class="hljs-built_in">sudo</span> sed -i <span class="hljs-string">&#x27;s/^#Port 22/Port 26547/&#x27;</span> /etc/ssh/sshd_config<br><span class="hljs-built_in">sudo</span> sed -i <span class="hljs-string">&#x27;s/^Port 22/Port 26547/&#x27;</span> /etc/ssh/sshd_config<br><span class="hljs-comment"># 验证配置语法</span><br><span class="hljs-built_in">sudo</span> sshd -t<br><br><span class="hljs-comment"># 安装并重置 UFW</span><br><span class="hljs-built_in">sudo</span> apt update<br><span class="hljs-built_in">sudo</span> apt install -y ufw<br><span class="hljs-comment"># 输入y确认</span><br><span class="hljs-built_in">sudo</span> ufw reset<br><span class="hljs-comment"># 设置默认规则，禁止一切入站，允许一切出站</span><br><span class="hljs-built_in">sudo</span> ufw default deny incoming<br><span class="hljs-built_in">sudo</span> ufw default allow outgoing<br><br><span class="hljs-comment"># 放行新 SSH 端口</span><br><span class="hljs-built_in">sudo</span> ufw allow 26547/tcp<br><span class="hljs-comment"># 重启 SSH 服务</span><br><span class="hljs-built_in">sudo</span> systemctl restart sshd<br><span class="hljs-comment"># 启用防火墙</span><br><span class="hljs-built_in">sudo</span> ufw <span class="hljs-built_in">enable</span><br><span class="hljs-comment"># 查看防火墙状态，只能看到 26547/tcp 被允许</span><br><span class="hljs-built_in">sudo</span> ufw status<br></code></pre></td></tr></table></figure><p><strong>别关这个终端</strong>，新开一个本地终端执行</p><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br></pre></td><td class="code"><pre><code class="hljs bash"><span class="hljs-comment"># 测试连接</span><br>ssh deer@你的服务器IP -p 26547<br></code></pre></td></tr></table></figure><p>连接成功！</p><h3 id="2-6-本地-SSH-config-配置"><a href="#2-6-本地-SSH-config-配置" class="headerlink" title="2.6 本地 SSH config 配置"></a>2.6 本地 SSH config 配置</h3><p>编辑本地 <code>~/.ssh/config</code> 文件，添加以下内容：</p><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="line">3</span><br><span class="line">4</span><br><span class="line">5</span><br></pre></td><td class="code"><pre><code class="hljs bash">Host myserver <span class="hljs-comment">#服务器别名，可自行更改</span><br>  HostName xx.xx.xx.xx <span class="hljs-comment">#你的服务器IP</span><br>  User deer <span class="hljs-comment"># 你的用户名</span><br>  Port 26547 <span class="hljs-comment"># 你更改的 ssh 端口</span><br>  IdentityFile ~/.ssh/id_ed25519 <span class="hljs-comment">#请改为你的实际地址</span><br></code></pre></td></tr></table></figure><p>本地终端窗口执行</p><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br></pre></td><td class="code"><pre><code class="hljs bash"><span class="hljs-comment"># 测试别名登录</span><br>ssh myserver<br></code></pre></td></tr></table></figure><p>成功：免密直接登陆。</p><p><strong>至此，我们完成了服务器安全加固并且能够方便地连接服务器了。</strong></p><hr><h2 id="3-服务器网络与IP质量测评"><a href="#3-服务器网络与IP质量测评" class="headerlink" title="3. 服务器网络与IP质量测评"></a>3. 服务器网络与IP质量测评</h2><p>这是我的两个服务器的测试帖子，当做样例：</p><ul><li><a href="https://idcflare.com/t/topic/77259">【自用测评】DMIT-LAX.AN4.Pro.TINY 三网顶级线路 1000GB@1Gbps</a></li><li><a href="https://idcflare.com/t/topic/78295">【自用测评】AaITR 美国Frontier静态家宽 完美家宽IP</a></li></ul><h3 id="3-1-网络测试"><a href="#3-1-网络测试" class="headerlink" title="3.1 网络测试"></a>3.1 网络测试</h3><p><strong>网络质量：</strong></p><p>可以使用 <a href="https://github.com/xykt/NetQuality">GitHub - xykt&#x2F;NetQuality: 网络质量检测脚本</a> 检测网络质量。</p><p>连接服务器终端执行</p><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="line">3</span><br><span class="line">4</span><br></pre></td><td class="code"><pre><code class="hljs bash"><span class="hljs-comment"># 切换到 root 环境</span><br><span class="hljs-built_in">sudo</span> -i<br><span class="hljs-comment"># 运行测试脚本</span><br>bash &lt;(curl -Ls https://Check.Place) -N<br></code></pre></td></tr></table></figure><p>选择 <strong>完整模式</strong> 运行，可以看到全国各地连接到服务器的延迟怎么样。</p><p><strong>回程路由：</strong></p><p>运行同样的脚本，选择 <strong>完整回程路由</strong>，可以看到服务器回程走的具体是什么线路。</p><h3 id="3-2-IP质量测试"><a href="#3-2-IP质量测试" class="headerlink" title="3.2 IP质量测试"></a>3.2 IP质量测试</h3><p><strong>IP质量：</strong></p><p>可以使用 <a href="https://github.com/xykt/IPQuality">GitHub - xykt&#x2F;IPQuality: IP质量检测脚本</a> 检测IP质量。</p><p>连接服务器终端执行</p><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="line">3</span><br><span class="line">4</span><br></pre></td><td class="code"><pre><code class="hljs bash"><span class="hljs-comment"># 切换到 root 环境</span><br><span class="hljs-built_in">sudo</span> -i<br><span class="hljs-comment"># 运行测试脚本</span><br>bash &lt;(curl -Ls https://Check.Place) -I<br></code></pre></td></tr></table></figure><p>可以看到各个常见IP库的检测情况和常见流媒体的解锁情况。</p><p><strong>流媒体解锁：</strong></p><p>可以使用 <a href="https://github.com/lmc999/RegionRestrictionCheck">GitHub - lmc999&#x2F;RegionRestrictionCheck</a> 检测详细的流媒体解锁情况。</p><p>连接服务器终端执行</p><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="line">3</span><br><span class="line">4</span><br></pre></td><td class="code"><pre><code class="hljs bash"><span class="hljs-comment"># 切换到 root 环境</span><br><span class="hljs-built_in">sudo</span> -i<br><span class="hljs-comment"># 运行测试脚本</span><br>bash &lt;(curl -L -s check.unlock.media)<br></code></pre></td></tr></table></figure><p>选择对应的区域，得到详细的流媒体解锁结果。</p><figure class="highlight text"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="line">3</span><br><span class="line">4</span><br><span class="line">5</span><br><span class="line">6</span><br><span class="line">7</span><br><span class="line">8</span><br><span class="line">9</span><br><span class="line">10</span><br></pre></td><td class="code"><pre><code class="hljs text">============[ Multination ]============<br> Dazn:                                  Yes (Region: US)<br> Disney+:                               Yes (Region: US)<br> Netflix:                               Yes (Region: US)<br> YouTube Premium:                       Yes (Region: US)<br> Amazon Prime Video:                    Yes (Region: US)<br> ChatGPT:                               Yes<br> Google Gemini:                         Yes (Region: USA)<br> Claude:                                Yes<br>=======================================<br></code></pre></td></tr></table></figure><p>IP质量更深入的测试可以看上文贴的 VPS IP质量检测完全指南。</p><h3 id="3-3-融合测试"><a href="#3-3-融合测试" class="headerlink" title="3.3 融合测试"></a>3.3 融合测试</h3><p>一个个脚本一项项测试太麻烦了，我们可以直接用脚本进行融合测试。<br><a href="https://github.com/LloydAsp/NodeQuality">GitHub - LloydAsp&#x2F;NodeQuality: 在沙箱环境中运行vps测试脚本，并排版测试结果</a></p><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="line">3</span><br><span class="line">4</span><br></pre></td><td class="code"><pre><code class="hljs bash"><span class="hljs-comment"># 切换到 root 环境</span><br><span class="hljs-built_in">sudo</span> -i<br><span class="hljs-comment"># 运行测试脚本</span><br>bash &lt;(curl -sL https://run.NodeQuality.com)<br></code></pre></td></tr></table></figure><p>测试结果可能5-10分钟较久，测试完成打开给出的nodequality结果网页，可以直接看到服务器的基本信息、IP质量、网络质量和回程路由四项测试结果。</p><p><strong>至此，我们基本完成了对服务器的质量测试。想要了解更多测试脚本的请看猫猫佬的帖子：</strong></p><ul><li><a href="https://meowvps.com/blog/script/">常见脚本推荐</a></li></ul><hr><h2 id="4-节点搭建"><a href="#4-节点搭建" class="headerlink" title="4. 节点搭建"></a>4. 节点搭建</h2><p><strong>每搭建一个节点，请记得通过 <code>sudo ufw allow 端口/tcp</code> 放行对应的节点端口（UDP 协议放行UDP端口）！</strong></p><h3 id="4-1-一键脚本搭建"><a href="#4-1-一键脚本搭建" class="headerlink" title="4.1 一键脚本搭建"></a>4.1 一键脚本搭建</h3><p>对于自用，其实没必要上面板，直接使用一键脚本。<br><a href="https://github.com/233boy/sing-box">GitHub - 233boy&#x2F;sing-box 最好用的 sing-box 一键安装脚本 &amp; 管理脚本</a></p><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="line">3</span><br><span class="line">4</span><br></pre></td><td class="code"><pre><code class="hljs bash"><span class="hljs-comment"># 切换到 root 环境</span><br><span class="hljs-built_in">sudo</span> -i<br><span class="hljs-comment"># 运行安装脚本</span><br>bash &lt;(wget -qO- -o- https://github.com/233boy/sing-box/raw/main/install.sh)<br></code></pre></td></tr></table></figure><p>安装后会自动创建一个VLESS-REALITY的节点，我们可以看到节点的信息以及一个vless:&#x2F;&#x2F;开头的链接URL。</p><p>对于v2rayN：复制链接后在软件界面ctrl+v使用。<br>对于Clash系：需要将vless:&#x2F;&#x2F;开头的链接转换为clash的yaml配置文件，可以网上寻找转换工具，或者直接丢给AI让他帮你转换成配置文件即可。然后在clash订阅界面中拖入配置文件使用。</p><p>如果你需要管理节点可以输入 <code>sudo sb</code> 进入脚本菜单，有选项界面便捷好用。</p><h3 id="4-2-3x-ui面板搭建"><a href="#4-2-3x-ui面板搭建" class="headerlink" title="4.2 3x-ui面板搭建"></a>4.2 3x-ui面板搭建</h3><p>如果是多人使用或者想精细化管理等，可以使用 <a href="https://github.com/MHSanaei/3x-ui">3x-ui面板</a> 来搭建节点。</p><h4 id="4-2-1-3x-ui面板安装"><a href="#4-2-1-3x-ui面板安装" class="headerlink" title="4.2.1 3x-ui面板安装"></a>4.2.1 3x-ui面板安装</h4><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="line">3</span><br><span class="line">4</span><br><span class="line">5</span><br><span class="line">6</span><br><span class="line">7</span><br></pre></td><td class="code"><pre><code class="hljs bash"><span class="hljs-comment"># 放行 80 与 443 端口</span><br><span class="hljs-built_in">sudo</span> ufw allow 80/tcp<br><span class="hljs-built_in">sudo</span> ufw allow 443/tcp<br><span class="hljs-comment"># 切换到 root 环境</span><br><span class="hljs-built_in">sudo</span> -i<br><span class="hljs-comment"># 安装3x-ui面板，连按四下回车</span><br>bash &lt;(curl -Ls https://raw.githubusercontent.com/mhsanaei/3x-ui/master/install.sh)<br></code></pre></td></tr></table></figure><p>安装完成后我们可以看到下面的信息：</p><figure class="highlight yaml"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="line">3</span><br><span class="line">4</span><br><span class="line">5</span><br><span class="line">6</span><br><span class="line">7</span><br><span class="line">8</span><br><span class="line">9</span><br></pre></td><td class="code"><pre><code class="hljs yaml"><span class="hljs-string">═══════════════════════════════════════════</span><br>     <span class="hljs-string">Panel</span> <span class="hljs-string">Installation</span> <span class="hljs-string">Complete!</span><br><span class="hljs-string">═══════════════════════════════════════════</span><br><span class="hljs-attr">Username:</span>    <span class="hljs-string">xxx</span><br><span class="hljs-attr">Password:</span>    <span class="hljs-string">xxx</span><br><span class="hljs-attr">Port:</span>        <span class="hljs-string">xxx</span><br><span class="hljs-attr">WebBasePath:</span> <span class="hljs-string">xxx</span><br><span class="hljs-attr">Access URL:</span>  <span class="hljs-string">https:x</span><br><span class="hljs-string">═══════════════════════════════════════════</span><br></code></pre></td></tr></table></figure><p><strong>某些系统安装会出现SSL证书的路径的错误BUG，需要通过http直接打开面板登录，在面板设置里面手动指定安装好的证书路径。出现问题不懂的直接去找AI帮你！</strong></p><p>使用 <code>ufw allow 面板端口/tcp</code> 放行面板的端口。<br>执行 <code>x-ui</code> ，选择 <code>6</code> 然后输入 <code>y</code> 更改我们的用户名和密码，然后连按两下回车。</p><p>现在访问我们的 <code>Access URL</code> ，输入用户名和密码，成功进入面板。</p><p><strong>如何用域名来访问面板和节点？</strong></p><p>你有一个域名，并且已经托管到了cloudflare：</p><ul><li><a href="https://idcflare.com/t/topic/68502">保姆级教程：如何将域名无缝托管到 Cloudflare</a></li></ul><p>打开cloudflare的域名DNS记录，名称随便你写，添加一条指向你服务器IP的 <strong>仅DNS</strong> 的解析记录，保存。</p><p>执行 <code>x-ui</code> ，选择 <code>19</code> ，然后选择 <code>1</code> ，输入刚才添加的解析记录子域名 <code>名称.你的域名.com</code> ，回车，选择 <code>y</code> ，option选择 <code>0</code> ，然后选择 <code>y</code> ，我们现在得到了新的用域名访问的 <code>Access URL</code> ，并且以后我们的节点地址也是我们的域名了。</p><h4 id="4-2-2-节点的搭建"><a href="#4-2-2-节点的搭建" class="headerlink" title="4.2.2 节点的搭建"></a>4.2.2 节点的搭建</h4><p>点击 <code>入站列表</code> → <code>添加入站</code> → <code>协议 vless</code> → <code>安全 Reality</code> → <code>Get New Cert</code> → <code>创建</code> 。<br>这样我们得到了一个 vless + reality 节点。（记得放行端口）</p><p>点击二维码复制订阅链接。<br>点击菜单下的 <code>┇</code> → <code>编辑</code> 可以编辑节点信息，包括备注、端口、流量等等。</p><h4 id="4-2-3-节点的中转与分流"><a href="#4-2-3-节点的中转与分流" class="headerlink" title="4.2.3 节点的中转与分流"></a>4.2.3 节点的中转与分流</h4><p><strong>在 <code>xray设置</code> 更改的设置都需要点击 <code>保存</code> 并 <code>重新启动 Xray</code> 。</strong></p><p>有些佬友可能买了家宽或者一些落地IP，直接访问的体验不好，可以通过线路机或者其他机器进行 <strong>中转</strong> 。</p><p>在中转机的3x-ui面板点击 <code>xray设置</code> → <code>出站规则</code> → <code>添加出站</code> → <code>JSON</code> ，粘贴你的落地节点的链接，然后点一下旁边的按钮解析。点击 <code>添加出站</code> 。</p><p>如果你是只想中转一下，所有访问都用落地的IP，那么点击 <code>路由规则</code> → <code>添加规则</code> ， <code>Inbound Tags</code> 选 <code>inbound-你的节点端口</code> ， <code>Outbound Tag</code> 选择你刚才添加的出站名称。<br>此时所用通过你选择的节点端口的流量都会转发给你的落地节点。</p><p>如果佬友们想正常服务就用中转机访问，只有 <strong>AI以及谷歌服务等高风控场景</strong> 才用落地或者家宽的节点来访问，可以 <strong>添加分流</strong>：</p><p>点击入站列表节点菜单下的 <code>┇</code> → <code>编辑</code> → <code>Sniffing</code> → <code>开启</code> 。<br>点击 <code>xray设置</code> → <code>高级配置</code> → <code>路由规则</code> ，在JSON文件后面添加分流规则（删除 <code>&quot;inboundTag&quot;</code> 就是所有节点都遵守分流）：</p><figure class="highlight json"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="line">3</span><br><span class="line">4</span><br><span class="line">5</span><br><span class="line">6</span><br><span class="line">7</span><br><span class="line">8</span><br><span class="line">9</span><br><span class="line">10</span><br><span class="line">11</span><br><span class="line">12</span><br><span class="line">13</span><br><span class="line">14</span><br><span class="line">15</span><br><span class="line">16</span><br><span class="line">17</span><br><span class="line">18</span><br><span class="line">19</span><br><span class="line">20</span><br><span class="line">21</span><br><span class="line">22</span><br><span class="line">23</span><br><span class="line">24</span><br><span class="line">25</span><br><span class="line">26</span><br><span class="line">27</span><br><span class="line">28</span><br><span class="line">29</span><br><span class="line">30</span><br><span class="line">31</span><br><span class="line">32</span><br><span class="line">33</span><br><span class="line">34</span><br><span class="line">35</span><br><span class="line">36</span><br><span class="line">37</span><br><span class="line">38</span><br><span class="line">39</span><br><span class="line">40</span><br><span class="line">41</span><br><span class="line">42</span><br><span class="line">43</span><br><span class="line">44</span><br><span class="line">45</span><br><span class="line">46</span><br><span class="line">47</span><br><span class="line">48</span><br><span class="line">49</span><br><span class="line">50</span><br><span class="line">51</span><br><span class="line">52</span><br><span class="line">53</span><br><span class="line">54</span><br><span class="line">55</span><br><span class="line">56</span><br><span class="line">57</span><br></pre></td><td class="code"><pre><code class="hljs json"><span class="hljs-punctuation">&#123;</span><br>    <span class="hljs-attr">&quot;type&quot;</span><span class="hljs-punctuation">:</span> <span class="hljs-string">&quot;field&quot;</span><span class="hljs-punctuation">,</span><br>    <span class="hljs-attr">&quot;inboundTag&quot;</span><span class="hljs-punctuation">:</span> <span class="hljs-punctuation">[</span><br>      <span class="hljs-string">&quot;inbound-你要分流的节点&quot;</span><br>    <span class="hljs-punctuation">]</span><span class="hljs-punctuation">,</span><br>    <span class="hljs-attr">&quot;domain&quot;</span><span class="hljs-punctuation">:</span> <span class="hljs-punctuation">[</span><br>      <span class="hljs-string">&quot;geosite:google&quot;</span><span class="hljs-punctuation">,</span><br>      <span class="hljs-string">&quot;geosite:youtube&quot;</span><span class="hljs-punctuation">,</span><br>      <span class="hljs-string">&quot;domain:aistudio.google.com&quot;</span><span class="hljs-punctuation">,</span><br>      <span class="hljs-string">&quot;domain:googleapis.com&quot;</span><span class="hljs-punctuation">,</span><br>      <span class="hljs-string">&quot;domain:gstatic.com&quot;</span><span class="hljs-punctuation">,</span><br>      <span class="hljs-string">&quot;domain:ggpht.com&quot;</span><span class="hljs-punctuation">,</span><br>      <span class="hljs-string">&quot;domain:googlevideo.com&quot;</span><span class="hljs-punctuation">,</span><br>      <span class="hljs-string">&quot;domain:ytimg.com&quot;</span><span class="hljs-punctuation">,</span><br>      <span class="hljs-string">&quot;domain:youtubei.googleapis.com&quot;</span><span class="hljs-punctuation">,</span><br>      <span class="hljs-string">&quot;domain:gemini.google.com&quot;</span><span class="hljs-punctuation">,</span><br>      <span class="hljs-string">&quot;domain:ai.google.dev&quot;</span><span class="hljs-punctuation">,</span><br>      <span class="hljs-string">&quot;domain:deepmind.google&quot;</span><span class="hljs-punctuation">,</span><br>      <span class="hljs-string">&quot;domain:notebooklm.google&quot;</span><span class="hljs-punctuation">,</span><br>      <span class="hljs-string">&quot;domain:openai.com&quot;</span><span class="hljs-punctuation">,</span><br>      <span class="hljs-string">&quot;domain:chatgpt.com&quot;</span><span class="hljs-punctuation">,</span><br>      <span class="hljs-string">&quot;domain:oaistatic.com&quot;</span><span class="hljs-punctuation">,</span><br>      <span class="hljs-string">&quot;domain:oaiusercontent.com&quot;</span><span class="hljs-punctuation">,</span><br>      <span class="hljs-string">&quot;domain:anthropic.com&quot;</span><span class="hljs-punctuation">,</span><br>      <span class="hljs-string">&quot;domain:claude.ai&quot;</span><span class="hljs-punctuation">,</span><br>      <span class="hljs-string">&quot;domain:perplexity.ai&quot;</span><span class="hljs-punctuation">,</span><br>      <span class="hljs-string">&quot;domain:poe.com&quot;</span><span class="hljs-punctuation">,</span><br>      <span class="hljs-string">&quot;domain:huggingface.co&quot;</span><span class="hljs-punctuation">,</span><br>      <span class="hljs-string">&quot;domain:cohere.com&quot;</span><span class="hljs-punctuation">,</span><br>      <span class="hljs-string">&quot;domain:mistral.ai&quot;</span><span class="hljs-punctuation">,</span><br>      <span class="hljs-string">&quot;domain:x.ai&quot;</span><span class="hljs-punctuation">,</span><br>      <span class="hljs-string">&quot;domain:grok.com&quot;</span><span class="hljs-punctuation">,</span><br>      <span class="hljs-string">&quot;domain:groq.com&quot;</span><span class="hljs-punctuation">,</span><br>      <span class="hljs-string">&quot;domain:stability.ai&quot;</span><span class="hljs-punctuation">,</span><br>      <span class="hljs-string">&quot;domain:stability.com&quot;</span><span class="hljs-punctuation">,</span><br>      <span class="hljs-string">&quot;domain:midjourney.com&quot;</span><span class="hljs-punctuation">,</span><br>      <span class="hljs-string">&quot;domain:runwayml.com&quot;</span><span class="hljs-punctuation">,</span><br>      <span class="hljs-string">&quot;domain:runwayml.cloud&quot;</span><span class="hljs-punctuation">,</span><br>      <span class="hljs-string">&quot;domain:character.ai&quot;</span><span class="hljs-punctuation">,</span><br>      <span class="hljs-string">&quot;domain:elevenlabs.io&quot;</span><span class="hljs-punctuation">,</span><br>      <span class="hljs-string">&quot;domain:suno.com&quot;</span><span class="hljs-punctuation">,</span><br>      <span class="hljs-string">&quot;domain:replicate.com&quot;</span><span class="hljs-punctuation">,</span><br>      <span class="hljs-string">&quot;domain:cursor.com&quot;</span><span class="hljs-punctuation">,</span><br>      <span class="hljs-string">&quot;domain:cursor.sh&quot;</span><span class="hljs-punctuation">,</span><br>      <span class="hljs-string">&quot;domain:bolt.new&quot;</span><span class="hljs-punctuation">,</span><br>      <span class="hljs-string">&quot;domain:lovable.dev&quot;</span><span class="hljs-punctuation">,</span><br>      <span class="hljs-string">&quot;domain:replit.com&quot;</span><span class="hljs-punctuation">,</span><br>      <span class="hljs-string">&quot;domain:phind.com&quot;</span><span class="hljs-punctuation">,</span><br>      <span class="hljs-string">&quot;domain:you.com&quot;</span><span class="hljs-punctuation">,</span><br>      <span class="hljs-string">&quot;domain:ipdata.co&quot;</span><span class="hljs-punctuation">,</span><br>      <span class="hljs-string">&quot;geosite:figma&quot;</span><span class="hljs-punctuation">,</span><br>      <span class="hljs-string">&quot;domain:figma.com&quot;</span><span class="hljs-punctuation">,</span><br>      <span class="hljs-string">&quot;domain:figma.site&quot;</span><span class="hljs-punctuation">,</span><br>      <span class="hljs-string">&quot;domain:figmastatic.com&quot;</span><br>    <span class="hljs-punctuation">]</span><span class="hljs-punctuation">,</span><br>    <span class="hljs-attr">&quot;outboundTag&quot;</span><span class="hljs-punctuation">:</span> <span class="hljs-string">&quot;你的落地节点名称&quot;</span><br><span class="hljs-punctuation">&#125;</span><br></code></pre></td></tr></table></figure><p>这个配置覆盖了一般的AI服务和所有google服务与youtube（防止google风控），使用的时候需要关闭google与metaai的定位防止送中。有其他想分流的域名和服务可以让AI继续给你加。</p><p>clash软件的中转和分流功能强大，自建节点脚本可以通过clash来分流：</p><ul><li><a href="https://linux.do/t/topic/1398113">[教程3.0] 草履虫也能学会的 Clash 配置：UI界面一键配置精确分流、链式代理</a></li></ul><hr><h2 id="5-发车与拼车管理"><a href="#5-发车与拼车管理" class="headerlink" title="5. 发车与拼车管理"></a>5. 发车与拼车管理</h2><p>线路机和家宽都很贵，一般都会拼几个人一同分担成本。</p><p>作为车主，你已经学会了3x-ui面板的搭建、节点的创建和管理、节点的中转与分流了，可以放心发车了，在发车前，打开记录日志防止纠纷（记得定期清理）：<br>点击 <code>xray设置</code> → <code>基础配置</code> → <code>访问日志</code> → <code>./access.log</code> 。<br>到时候可以通过AI分析日志看看是否有人滥用。</p><p>可以到我 IDC Flare 的主页看看我的发车模板，规则与价格一定要写清楚。<br><strong>不建议通过这个赚钱，只建议把这个作为分摊成本享受高质量自建节点的一种方法。</strong></p><p>作为车友，上车不要滥用，共同长久稳定地用节点对每个人都好。</p><hr><h2 id="相关链接"><a href="#相关链接" class="headerlink" title="相关链接"></a>相关链接</h2><h3 id="视频教程-1"><a href="#视频教程-1" class="headerlink" title="视频教程"></a>视频教程</h3><p>本文配有视频教程，欢迎观看：</p><ul><li>YouTube 视频教程：<a href="https://youtu.be/FU-9MXyEuJw">从购买服务器到自建节点的全流程保姆级教程</a>（上方可直接观看）</li></ul><h3 id="VPS主机推荐"><a href="#VPS主机推荐" class="headerlink" title="VPS主机推荐"></a>VPS主机推荐</h3><table><thead><tr><th>服务商</th><th>说明</th><th>链接</th></tr></thead><tbody><tr><td>丽萨主机</td><td>Claude使用推荐</td><td><a href="https://lisahost.com/aff.php?aff=9424">注册链接</a></td></tr><tr><td>LycheeIP</td><td>按流量VPS</td><td><a href="https://www.lycheeip.com/home/ip?affId=1AwYIQ7BW8">注册链接</a></td></tr><tr><td>ZGOVPS</td><td>一年10美元多年保底</td><td><a href="https://clients.zgovps.com/?affid=1207">注册链接</a></td></tr><tr><td>RackNerd</td><td>各种云主机，主打性价比</td><td><a href="https://my.racknerd.com/aff.php?aff=15809">注册链接</a></td></tr><tr><td>CloudCone</td><td>美国VPS，一年70美金活动</td><td><a href="https://app.cloudcone.com/?ref=13794">注册链接</a></td></tr><tr><td>Webshare</td><td>一年8.5美金美国家宽</td><td><a href="https://www.webshare.io/?referral_code=55vpv6waorud">注册链接</a></td></tr></tbody></table><h3 id="家宽IP"><a href="#家宽IP" class="headerlink" title="家宽IP"></a>家宽IP</h3><table><thead><tr><th>服务商</th><th>说明</th><th>链接</th></tr></thead><tbody><tr><td>IPFly</td><td>家宽IP</td><td><a href="https://ipfly.net/activity/OE5TWVlUUEI6TFZKOVhYQzM5NQ==">注册链接</a></td></tr><tr><td>VoyraCloud</td><td>住宅VPS</td><td><a href="https://www.voyracloud.com/?ref_code=5ZG4FHL8">注册链接</a></td></tr></tbody></table><h3 id="短信及语音接码平台"><a href="#短信及语音接码平台" class="headerlink" title="短信及语音接码平台"></a>短信及语音接码平台</h3><ul><li><a href="https://hero-sms.com/?ref=357885">Hero SMS</a></li></ul><h3 id="白嫖流量"><a href="#白嫖流量" class="headerlink" title="白嫖流量"></a>白嫖流量</h3><ul><li>500M试用：<a href="https://ipfly.net/zh-cn/activity/GXJDIAN">IPFly</a> 优惠码 <code>GXJDIAN</code>，85折优惠</li><li>200M试用：<a href="https://dashboard.talordata.com/reg?inviter_code=gxjdian">Talordata</a> 优惠码 <code>GXJDIAN</code>，9折优惠</li></ul><h3 id="Gmail、Telegram等账号购买、礼品卡"><a href="#Gmail、Telegram等账号购买、礼品卡" class="headerlink" title="Gmail、Telegram等账号购买、礼品卡"></a>Gmail、Telegram等账号购买、礼品卡</h3><ul><li><a href="https://accboy7gxjdian.acceboy.com/">Accboy</a></li><li><a href="https://universalbus.cn/?s=bvDplWi2fZ">UniversalBus</a></li><li><a href="https://www.gamsgo.com/partner/jGh24">Gamsgo</a></li></ul><h3 id="Claude、OpenAI-Codex等充值"><a href="#Claude、OpenAI-Codex等充值" class="headerlink" title="Claude、OpenAI Codex等充值"></a>Claude、OpenAI Codex等充值</h3><ul><li><a href="https://bewild.ai/?code=GXJDIAN">Bewild</a> 优惠码 <code>GXJDIAN</code></li></ul><h3 id="eSIM-推荐"><a href="#eSIM-推荐" class="headerlink" title="eSIM 推荐"></a>eSIM 推荐</h3><table><thead><tr><th>eSIM</th><th>优惠</th><th>链接</th></tr></thead><tbody><tr><td>9eSIM</td><td>9折（优惠码：maq）</td><td><a href="https://www.9esim.com/?coupon=maq">注册链接</a></td></tr><tr><td>ESTK</td><td>9折（优惠码：GXJDIAN）</td><td><a href="https://store.estk.me/zh?aid=16007">注册链接</a></td></tr><tr><td>XeSIM</td><td>9折（推荐码：gxjdian）</td><td><a href="https://xesim.cc/?DIST=RE5FHg==">注册链接</a></td></tr><tr><td>三家eSIM对比</td><td>让国产手机秒变eSIM手机</td><td><a href="https://s.869hr.uk/mcc">对比文章</a></td></tr></tbody></table><h3 id="出海银行卡-支付"><a href="#出海银行卡-支付" class="headerlink" title="出海银行卡&#x2F;支付"></a>出海银行卡&#x2F;支付</h3><table><thead><tr><th>服务</th><th>说明</th><th>链接</th></tr></thead><tbody><tr><td>Wise</td><td>有身份证就可，推荐码：lizhiw12</td><td><a href="https://wise.com/invite/ihpc/lizhiw12">申请链接</a></td></tr><tr><td>N26</td><td>需要护照，推荐码：lizhiw02766c</td><td><a href="https://youtu.be/HY9OD8rX89s">教程视频</a></td></tr><tr><td>Bybit支付卡</td><td>申请链接</td><td><a href="https://www.bybit.com/invite?ref=LGNQRG">注册链接</a></td></tr></tbody></table><h3 id="社交媒体与社区"><a href="#社交媒体与社区" class="headerlink" title="社交媒体与社区"></a>社交媒体与社区</h3><ol><li>微信讨论群：<a href="https://qr.869hr.uk/aitech">加入群聊</a></li><li>超过100T资料总站：<a href="https://doc.869hr.uk/">doc.869hr.uk</a></li><li>Telegram群聊：<a href="https://t.me/tgmShareAI">t.me&#x2F;tgmShareAI</a></li><li>微信公众号：搜「AI前沿的短裤哥」</li><li>推特：<a href="https://x.com/gxjdian">@gxjdian</a></li><li>YouTube：<a href="https://youtube.com/@gxjdian">@gxjdian</a></li><li>博客：<a href="https://869hr.uk/">869hr.uk</a></li></ol><h3 id="YouTube-专辑"><a href="#YouTube-专辑" class="headerlink" title="YouTube 专辑"></a>YouTube 专辑</h3><ul><li><a href="https://www.youtube.com/playlist?list=PLpBi3Wpk7OYinOdd8WbQ_gbuSVMNgBLlI">AI产品&amp;技术相关专辑</a></li><li><a href="https://www.youtube.com/playlist?list=PLpBi3Wpk7OYjEzCOqJh5ojUt8IQm6kYUW">出海收款、付款、银行卡、虚拟卡相关专辑</a></li><li><a href="https://www.youtube.com/playlist?list=PLpBi3Wpk7OYjukvk0xcEupXpgNaObcY-G">出海手机号相关专辑</a></li><li><a href="https://www.youtube.com/playlist?list=PLpBi3Wpk7OYh3kMT-egNWr8Bba0jdyttw">出海网络搭建相关专辑</a></li><li><a href="https://www.youtube.com/playlist?list=PLpBi3Wpk7OYjYV-Mz64Bzv3FxADmyKcsC">出海VPS相关专辑</a></li></ul><hr><p>以上都是个人摸索和使用的经验总结，如有错误欢迎佬友们批评指正！点个赞支持一下吧~</p>]]></content>
    
    
    <summary type="html">从服务器选购到节点搭建的全流程保姆级教程，涵盖线路选择、IP质量、安全加固、节点搭建、中转分流等内容。</summary>
    
    
    
    <category term="技术教程" scheme="https://869hr.uk/categories/tutorial/"/>
    
    
    <category term="家宽IP" scheme="https://869hr.uk/tags/%E5%AE%B6%E5%AE%BDIP/"/>
    
    <category term="VPS" scheme="https://869hr.uk/tags/vps/"/>
    
    <category term="自建节点" scheme="https://869hr.uk/tags/%E8%87%AA%E5%BB%BA%E8%8A%82%E7%82%B9/"/>
    
    <category term="sing-box" scheme="https://869hr.uk/tags/sing-box/"/>
    
    <category term="3x-ui" scheme="https://869hr.uk/tags/3x-ui/"/>
    
    <category term="VLESS" scheme="https://869hr.uk/tags/VLESS/"/>
    
    <category term="REALITY" scheme="https://869hr.uk/tags/REALITY/"/>
    
    <category term="CN2" scheme="https://869hr.uk/tags/CN2/"/>
    
    <category term="AI服务分流" scheme="https://869hr.uk/tags/AI%E6%9C%8D%E5%8A%A1%E5%88%86%E6%B5%81/"/>
    
    <category term="服务器" scheme="https://869hr.uk/tags/%E6%9C%8D%E5%8A%A1%E5%99%A8/"/>
    
  </entry>
  
  <entry>
    <title>🚀一键解锁 Chrome 隐藏的 Gemini AI 侧边栏功能！Win/Mac全支持，开启浏览器智能侧边栏亲测有效</title>
    <link href="https://869hr.uk/2026/tech/chrome-gemini-ai-win-mac-shorts/"/>
    <id>https://869hr.uk/2026/tech/chrome-gemini-ai-win-mac-shorts/</id>
    <published>2026-04-18T08:55:45.000Z</published>
    <updated>2026-04-18T08:55:45.000Z</updated>
    
    <content type="html"><![CDATA[<!-- 文章摘要 --><blockquote><p>🚀 一键让你的 Chrome 浏览器进化！…</p></blockquote><h2 id="视频教程"><a href="#视频教程" class="headerlink" title="视频教程"></a>视频教程</h2><div class="video-container"><iframe src="https://www.youtube.com/embed/ivp9lgEsU_E" title="🚀一键解锁 Chrome 隐藏的 Gemini AI" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></div><span id="more"></span><h2 id="视频介绍"><a href="#视频介绍" class="headerlink" title="视频介绍"></a>视频介绍</h2><p>🚀 一键让你的 Chrome 浏览器进化！ 还在等谷歌缓慢推送 Gemini 侧边栏功能吗？今天给大家带来一款开源的「Chrome Gemini AI 一键解锁工具」，无论你是 Windows 还是 Mac 用户，只需 1 分钟即可强制开启 Chrome 隐藏的强大 AI 功能！</p><p>频道：短裤AI分享　时长：5 分 4 秒</p><h2 id="详细内容"><a href="#详细内容" class="headerlink" title="详细内容"></a>详细内容</h2><p>🚀 一键让你的 Chrome 浏览器进化！ 还在等谷歌缓慢推送 Gemini 侧边栏功能吗？今天给大家带来一款开源的「Chrome Gemini AI 一键解锁工具」，无论你是 Windows 还是 Mac 用户，只需 1 分钟即可强制开启 Chrome 隐藏的强大 AI 功能！</p><p>✨ 解锁后你能获得什么？</p><p>1️⃣ Gemini 侧边栏：右侧随时唤起 AI，无需跳转页面！</p><p>2️⃣ 智能浏览器控制：直接对 AI 说”帮我总结网页”，它会自动帮你操作！</p><p>3️⃣ AI 辅助写作 (Help Me Write)：网页输入框右键直接呼出 AI 帮你写文章、写邮件。</p><p>4️⃣ 智能历史搜索：用大白话搜索你的浏览记录（例如：”上周看过的关于AI的文章”）。</p><p>👇 核心工具下载与链接：</p><p>🔗 开源脚本 GitHub 地址：<a href="https://github.com/wlzh/gemini-in-chrome-enabler">github.com</a></p><p>(感谢开源社区对 Chrome AI 功能解锁方案的探索与贡献！本项目完全免费、开源、安全！)</p><p>⚠️ 成功开启必看条件（缺一不可）：</p><p>必须使用 美国节点 VPN（推荐洛杉矶、纽约，保持稳定不断连）。</p><p>Google 账号的语言设置必须将 English (United States) 添加并拖到最顶端！</p><p>(详细配置步骤请看视频演示)</p><p>短信及语音接码平台 <a href="https://hero-sms.com/?ref=357885">hero-sms.com</a></p><p>白嫖流量</p><p>500M试用， 链接 <a href="https://ipfly.net/zh-cn/activity/GXJDIAN">ipfly.net</a> 优惠码 GXJDIAN  ， 85 折优惠</p><p>200M试用，链接  <a href="https://dashboard.talordata.com/reg?inviter_code=gxjdian">dashboard.talordata.com</a> 优惠码GXJDIAN， 9 折优惠</p><p>注意⚠️链接需复制到浏览器中才能打开！！！</p><ol><li><p>微信讨论群：<a href="https://qr.869hr.uk/aitech">qr.869hr.uk</a></p></li><li><p>超过100T资料总站网站：<a href="https://doc.869hr.uk/">doc.869hr.uk</a></p></li><li><p>Telegram群聊：<a href="https://t.me/tgmShareAI">t.me</a></p></li><li><p>微信公众号：搜”AI前沿的短裤哥”</p></li><li><p>视频的文字博客(银行卡、手机号、VPS主机、IP测试等）：<a href="https://869hr.uk/">869hr.uk</a></p></li><li><p>推特：<a href="https://x.com/gxjdian">x.com</a></p></li><li><p>Youtube：<a href="https://youtube.com/@gxjdian">youtube.com</a></p></li></ol><p>VPS主机等</p><p>Claude用的丽萨主机： <a href="https://lisahost.com/aff.php?aff=9424">lisahost.com</a></p><p>按流量VPS <a href="https://www.lycheeip.com/home/ip?affId=1AwYIQ7BW8">www.lycheeip.com</a></p><p>一年 10 美元的多年保底小鸡： <a href="https://clients.zgovps.com/?affid=1207">clients.zgovps.com</a></p><p>各种云主机，主打性价比 <a href="https://my.racknerd.com/aff.php?aff=15809">my.racknerd.com</a></p><p>美国的vps，一年 70 美金搞活动：<a href="https://app.cloudcone.com/?ref=13794">app.cloudcone.com</a></p><p>一年 8.5 美金的美国家宽，稳定靠谱：<a href="https://www.webshare.io/?referral_code=55vpv6waorud">www.webshare.io</a></p><p>家宽IP链接：<a href="https://ipfly.net/activity/OE5TWVlUUEI6TFZKOVhYQzM5NQ==">ipfly.net</a></p><p>住宅VPS链接：<a href="https://www.voyracloud.com/?ref_code=5ZG4FHL8">www.voyracloud.com</a></p><p>Gmail、Telegram等账号购买、礼品卡，Claude充值AI产品</p><p><a href="https://accboy7gxjdian.acceboy.com/">accboy7gxjdian.acceboy.com</a></p><p><a href="https://universalbus.cn/?s=bvDplWi2fZ">universalbus.cn</a></p><p><a href="https://www.gamsgo.com/partner/jGh24">www.gamsgo.com</a></p><p>Claude、OpenAI Codex等充值 <a href="https://bewild.ai/?code=GXJDIAN">bewild.ai</a></p><ol><li><p>三家eSIM 让国产手机秒变eSIM手机，全方面优缺点对比及开户链接🔗 <a href="https://s.869hr.uk/mcc">s.869hr.uk</a></p></li><li><p>eSIM 9eSIM打 9 折（优惠码：maq）注册及购买链接 <a href="https://www.9esim.com/?coupon=maq">www.9esim.com</a></p></li><li><p>eSIM  ESTK打 9 折（优惠码：GXJDIAN）注册及购买链接 <a href="https://store.estk.me/zh?aid=16007">store.estk.me</a></p></li><li><p>eSIM XeSIM打 9 折（推荐码：gxjdian）注册及购买链接 <a href="https://xesim.cc/?DIST=RE5FHg==">xesim.cc</a></p></li><li><p>wise的申请链接及教程链接（有身份证就可，推荐码：lizhiw12） (教程链接<a href="https://x.com/wlzh/status/19967997897...">x.com</a> （申请链接<a href="https://wise.com/invite/ihpc/lizhiw12%EF%BC%89">wise.com</a></p></li><li><p>N26 的申请链接及教程链接 （需要护照，推荐码：lizhiw02766c）<a href="https://youtu.be/HY9OD8rX89s?si=78REb8MyKSJB6cwQ">youtu.be</a></p></li><li><p>Bybit支付卡申请链接 <a href="https://www.bybit.com/invite?ref=LGNQRG%EF%BC%8C%E6%95%99%E7%A8%8B%E9%93%BE%E6%8E%A5https://youtu.be/3sN7P2t_CeA">www.bybit.com</a></p></li></ol><p>AI产品&amp;技术相关专辑 <a href="https://www.youtube.com/playlist?list=PLpBi3Wpk7OYinOdd8WbQ_gbuSVMNgBLlI">www.youtube.com</a> 出海收款、付款、银行卡、虚拟卡相关专辑 <a href="https://www.youtube.com/playlist?list=PLpBi3Wpk7OYjEzCOqJh5ojUt8IQm6kYUW">www.youtube.com</a> 出海手机号相关专辑 <a href="https://www.youtube.com/playlist?list=PLpBi3Wpk7OYjukvk0xcEupXpgNaObcY-G">www.youtube.com</a> 出海网络搭建相关专辑 <a href="https://www.youtube.com/playlist?list=PLpBi3Wpk7OYh3kMT-egNWr8Bba0jdyttw">www.youtube.com</a> 出海VPS相关专辑 <a href="https://www.youtube.com/playlist?list=PLpBi3Wpk7OYjYV-Mz64Bzv3FxADmyKcsC">www.youtube.com</a></p><p>👇【关注我不迷路】</p><p>如果你觉得这期视频对你有帮助，请务必：</p><p>👍 点赞本视频</p><p>💬 在评论区留下你的问题或成功注册的截图</p><p>🔔 订阅频道并打开小铃铛，获取最新硬核白嫖教程和科技前沿资讯！</p><h2 id="相关教程推荐"><a href="#相关教程推荐" class="headerlink" title="相关教程推荐"></a>相关教程推荐</h2><!-- 推荐链接：AI工具系列 --><ul><li><a href="/2025/tech/deepseek-20250208/">DeepSeek 相关传闻深度分析</a></li></ul><hr><h2 id="视频信息"><a href="#视频信息" class="headerlink" title="视频信息"></a>视频信息</h2><ul><li><strong>视频标题</strong>: 🚀一键解锁 Chrome 隐藏的 Gemini AI 侧边栏功能！Win&#x2F;Mac全支持，开启浏览器智能侧边栏亲测有效 #Shorts</li><li>UP主: 短裤AI分享</li><li>时长: 5 分 4 秒</li></ul><h2 id="参考链接"><a href="#参考链接" class="headerlink" title="参考链接"></a>参考链接</h2><ul><li><a href="https://www.youtube.com/watch?v=ivp9lgEsU_E">YouTube 原视频</a></li><li><a href="https://869hr.uk/">869hr.uk 博客首页</a></li></ul><hr>]]></content>
    
    
    <summary type="html">还在等谷歌缓慢推送 Gemini 侧边栏功能吗</summary>
    
    
    
    <category term="技术" scheme="https://869hr.uk/categories/tech/"/>
    
    
    <category term="视频教程" scheme="https://869hr.uk/tags/%E8%A7%86%E9%A2%91%E6%95%99%E7%A8%8B/"/>
    
  </entry>
  
  <entry>
    <title>Windows 一键部署 Hermes AI Agent 小白也能玩转 NousResearch 大模型！</title>
    <link href="https://869hr.uk/2026/tech/windows-deploy-hermes-ai-agent/"/>
    <id>https://869hr.uk/2026/tech/windows-deploy-hermes-ai-agent/</id>
    <published>2026-04-17T14:54:56.000Z</published>
    <updated>2026-04-17T14:54:56.000Z</updated>
    
    <content type="html"><![CDATA[<!-- 文章摘要 --><blockquote><p>想在 Windows 上体验强大的 NousResearch Hermes AI Agent，却被 WSL2 和复杂的环境配置劝退？别担心，这套【小白教程】就是为您准备的！…</p></blockquote><h2 id="视频教程"><a href="#视频教程" class="headerlink" title="视频教程"></a>视频教程</h2><div class="video-container"><iframe src="https://www.youtube.com/embed/wby5imhgjUQ" title="Windows 一键部署 Hermes AI Agent 小白也能玩转 NousResearch" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></div><span id="more"></span><h2 id="视频介绍"><a href="#视频介绍" class="headerlink" title="视频介绍"></a>视频介绍</h2><p>想在 Windows 上体验强大的 NousResearch Hermes AI Agent，却被 WSL2 和复杂的环境配置劝退？别担心，这套【小白教程】就是为您准备的！</p><p>频道：短裤AI分享　时长：4 分 12 秒</p><h2 id="详细内容"><a href="#详细内容" class="headerlink" title="详细内容"></a>详细内容</h2><p>想在 Windows 上体验强大的 NousResearch Hermes AI Agent，却被 WSL2 和复杂的环境配置劝退？别担心，这套【小白教程】就是为您准备的！</p><p>我们提供了一套全新的「hermes-for-win」一键安装工具，彻底解决环境搭建难题！本视频将手把手带您走完从 WSL2 验证到 WebUI 访问的全流程。</p><p>🚀 「hermes-for-win」核心特性：</p><p>一键全自动配置： 自动下载、配置并启动 hermes Agent 和 WebUI，零基础也能过关。</p><p>WSL2 集成： 利用 Windows 子系统提供最原生的 Linux 环境运行支持。</p><p>后台静默运行： 无窗口、不被打扰，不影响您日常使用 Windows。</p><p>开机自启 &amp; 自动更新： 登录即用，一键检查并更新到最新版本，保持最强性能。</p><p>状态监控： 随时查看服务日志，运行状态一目了然。</p><p>⚙️ 系统要求：</p><p>操作系统： Windows 10 (2004+) &#x2F; Windows 11</p><p>WSL： 需启用 WSL2 并安装 Ubuntu</p><p>硬件： 至少 4GB 内存 + 5GB 磁盘空间</p><p>视频内容由「hermes-for-win」开源项目提供支持：<a href="https://github.com/EdwardWason/hermes-for-win">github.com</a> (请替换为实际链接)</p><p>特别致谢：NousResearch&#x2F;hermes-agent 与 nesquena&#x2F;hermes-webui 的贡献。</p><p>短信及语音接码平台 <a href="https://hero-sms.com/?ref=357885">hero-sms.com</a></p><p>白嫖流量</p><p>500M试用， 链接 <a href="https://ipfly.net/zh-cn/activity/GXJDIAN">ipfly.net</a> 优惠码 GXJDIAN  ， 85 折优惠</p><p>200M试用，链接  <a href="https://dashboard.talordata.com/reg?inviter_code=gxjdian">dashboard.talordata.com</a> 优惠码GXJDIAN， 9 折优惠</p><p>注意⚠️链接需复制到浏览器中才能打开！！！</p><ol><li><p>微信讨论群：<a href="https://qr.869hr.uk/aitech">qr.869hr.uk</a></p></li><li><p>超过100T资料总站网站：<a href="https://doc.869hr.uk/">doc.869hr.uk</a></p></li><li><p>Telegram群聊：<a href="https://t.me/tgmShareAI">t.me</a></p></li><li><p>微信公众号：搜「AI前沿的短裤哥」</p></li><li><p>视频的文字博客(银行卡、手机号、VPS主机、IP测试等）：：<a href="https://869hr.uk/">869hr.uk</a></p></li><li><p>推特：<a href="https://x.com/gxjdian">x.com</a></p></li><li><p>Youtube：<a href="https://youtube.com/@gxjdian">youtube.com</a></p></li></ol><p>VPS主机等</p><p>Claude用的丽萨主机： <a href="https://lisahost.com/aff.php?aff=9424">lisahost.com</a></p><p>按流量VPS <a href="https://www.lycheeip.com/home/ip?affId=1AwYIQ7BW8">www.lycheeip.com</a></p><p>一年 10 美元的多年保底小鸡， <a href="https://clients.zgovps.com/?affid=1207">clients.zgovps.com</a></p><p>各种云主机，主打性价比 <a href="https://my.racknerd.com/aff.php?aff=15809">my.racknerd.com</a></p><p>美国的vps，一年 70 美金搞活动，<a href="https://app.cloudcone.com/?ref=13794">app.cloudcone.com</a></p><p>一年 8.5 美金的美国家宽，稳定靠谱：<a href="https://www.webshare.io/?referral_code=55vpv6waorud">www.webshare.io</a></p><p>家宽IP链接：<a href="https://ipfly.net/activity/OE5TWVlUUEI6TFZKOVhYQzM5NQ==">ipfly.net</a></p><p>住宅VPS链接：<a href="https://www.voyracloud.com/?ref_code=5ZG4FHL8">www.voyracloud.com</a></p><p>Gmail、Telegram等账号购买、礼品卡，Claude充值AI产品</p><p><a href="https://accboy7gxjdian.acceboy.com/">accboy7gxjdian.acceboy.com</a></p><p><a href="https://universalbus.cn/?s=bvDplWi2fZ">universalbus.cn</a></p><p><a href="https://www.gamsgo.com/partner/jGh24">www.gamsgo.com</a></p><p>Claude、OpenAI Codex等充值 <a href="https://bewild.ai/?code=GXJDIAN">bewild.ai</a></p><ol><li><p>三家eSIM 让国产手机秒变eSIM手机，全方面优缺点对比及开户链接🔗 <a href="https://s.869hr.uk/mcc">s.869hr.uk</a></p></li><li><p>eSIM 9eSIM打 9 折（优惠码：maq）注册及购买链接 <a href="https://www.9esim.com/?coupon=maq">www.9esim.com</a></p></li><li><p>eSIM  ESTK打 9 折（优惠码：GXJDIAN）注册及购买链接 <a href="https://store.estk.me/zh?aid=16007">store.estk.me</a></p></li><li><p>eSIM XeSIM打 9 折（推荐码：gxjdian）注册及购买链接 <a href="https://xesim.cc/?DIST=RE5FHg==">xesim.cc</a></p></li><li><p>Wise 的申请链接及教程（有身份证就可，推荐码：lizhiw12） - <a href="https://x.com/wlzh/status/19967997897...">教程链接</a> - <a href="https://wise.com/invite/ihpc/lizhiw12">申请链接</a></p></li><li><p>N26 的申请链接及教程链接 （需要护照， 推荐码：lizhiw02766c ）  <a href="https://youtu.be/HY9OD8rX89s?si=78REb8MyKSJB6cwQ">youtu.be</a></p></li><li><p>Bybit 支付卡申请链接 - <a href="https://www.bybit.com/invite?ref=LGNQRG">申请链接</a> - <a href="https://youtu.be/3sN7P2t_CeA">教程链接</a></p></li></ol><p>AI产品&amp;技术相关专辑：<a href="https://www.youtube.com/playlist?list=PLpBi3Wpk7OYinOdd8WbQ_gbuSVMNgBLlI">YouTube 播放列表</a></p><p>出海收款、付款、银行卡、虚拟卡相关专辑：<a href="https://www.youtube.com/playlist?list=PLpBi3Wpk7OYjEzCOqJh5ojUt8IQm6kYUW">YouTube 播放列表</a></p><p>出海手机号相关专辑：<a href="https://www.youtube.com/playlist?list=PLpBi3Wpk7OYjukvk0xcEupXpgNaObcY-G">YouTube 播放列表</a></p><p>出海网络搭建相关专辑：<a href="https://www.youtube.com/playlist?list=PLpBi3Wpk7OYh3kMT-egNWr8Bba0jdyttw">YouTube 播放列表</a></p><p>出海VPS相关专辑：<a href="https://www.youtube.com/playlist?list=PLpBi3Wpk7OYjYV-Mz64Bzv3FxADmyKcsC">YouTube 播放列表</a></p><p>👇【关注我不迷路】</p><p>如果你觉得这期视频对你有帮助，请务必：</p><p>👍 点赞本视频</p><p>💬 在评论区留下你的问题或成功注册的截图</p><p>🔔 订阅频道并打开小铃铛，获取最新硬核白嫖教程和科技前沿资讯！</p><p>#Windows #AIAgent #Hermes #NousResearch #LLM #大模型 #一键安装 #WSL2 #自动化部署 #小白教程 #部署指南 #hermes-agent #PowerShell</p><h2 id="相关教程推荐"><a href="#相关教程推荐" class="headerlink" title="相关教程推荐"></a>相关教程推荐</h2><!-- 推荐链接：AI工具系列 --><ul><li><a href="/2025/tech/deepseek-20250208/">DeepSeek 相关传闻深度分析</a></li></ul><hr><h2 id="视频信息"><a href="#视频信息" class="headerlink" title="视频信息"></a>视频信息</h2><ul><li><strong>视频标题</strong>: Windows 一键部署 Hermes AI Agent 小白也能玩转 NousResearch 大模型！</li><li>UP主: 短裤AI分享</li><li>时长: 4 分 12 秒</li></ul><h2 id="参考链接"><a href="#参考链接" class="headerlink" title="参考链接"></a>参考链接</h2><ul><li><a href="https://www.youtube.com/watch?v=wby5imhgjUQ">YouTube 原视频</a></li><li><a href="https://869hr.uk/">869hr.uk 博客首页</a></li></ul><hr>]]></content>
    
    
    <summary type="html">想在 Windows 上体验强大的 NousResearch Hermes AI Agent，却被 WSL2 和复杂的环境配置劝退</summary>
    
    
    
    <category term="技术" scheme="https://869hr.uk/categories/tech/"/>
    
    
    <category term="视频教程" scheme="https://869hr.uk/tags/%E8%A7%86%E9%A2%91%E6%95%99%E7%A8%8B/"/>
    
  </entry>
  
  <entry>
    <title>小白必看国产手机拥有保号神卡Giffgaff eSIM卡：giffgaff 免 root 开通及激活全教程</title>
    <link href="https://869hr.uk/2026/tutorial/card-giffgaff-esim-root-tutorial/"/>
    <id>https://869hr.uk/2026/tutorial/card-giffgaff-esim-root-tutorial/</id>
    <published>2026-04-17T11:27:28.000Z</published>
    <updated>2026-04-17T11:27:28.000Z</updated>
    
    <content type="html"><![CDATA[<!-- 文章摘要 --><blockquote><p>👋 大家好！很多佬友反馈，国内电商平台下架了 giffgaff 实体卡，官网申请实体卡也无法发货。但是，您可以通过 giffgaff app 直接申请 eSIM 卡！…</p></blockquote><h2 id="视频教程"><a href="#视频教程" class="headerlink" title="视频教程"></a>视频教程</h2><div class="video-container"><iframe src="https://www.youtube.com/embed/9iw-1PRHwyw" title="小白必看国产手机拥有保号神卡Giffgaff eSIM卡：giffgaff 免 root" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></div><span id="more"></span><h2 id="视频介绍"><a href="#视频介绍" class="headerlink" title="视频介绍"></a>视频介绍</h2><p>👋 大家好！很多佬友反馈，国内电商平台下架了 giffgaff 实体卡，官网申请实体卡也无法发货。但是，您可以通过 giffgaff app 直接申请 eSIM 卡！</p><p>频道：短裤AI分享　时长：4 分 1 秒</p><h2 id="详细内容"><a href="#详细内容" class="headerlink" title="详细内容"></a>详细内容</h2><p>👋 大家好！很多佬友反馈，国内电商平台下架了 giffgaff 实体卡，官网申请实体卡也无法发货。但是，您可以通过 giffgaff app 直接申请 eSIM 卡！</p><p>但是，国内大多数安卓机不支持 eSIM 功能。我这里就针对不支持 eSIM 的手机，为您提供一个详细的 giffgaff eSIM 申请和激活方案。</p><p>大致方法就是通过 LSPatch (免 root) 来伪装 eSIM 功能，让 app 显示申请入口，然后将生成的 eSIM LPA 码扫码写入 eSIM 实体卡（如 eSTK&#x2F;9eSIM&#x2F;XeSIM）。</p><p>超详细步骤：</p><ol><li>下载软件并且安装</li></ol><p>这里分别需要下载三个软件：</p><ul><li><p>giffgaff app：通过 Google Play 下载</p></li><li><p>LSPatch (免 root 管理器)： <a href="https://github.com/user-attachments/files/19442105/manager-v0.7-434-release.apk.zip">github.com</a></p></li><li><p>HookEuicc (esim 伪装模块)： <a href="https://github.com/Unicorn369/HookEuicc/releases/download/v1.0.4/app-release.apk">github.com</a></p></li></ul><p>下载并且全部安装好。</p><ol start="2"><li>注入伪装模块</li></ol><ul><li><p>打开 LSPatch，然后在下方菜单栏点击「管理」。</p></li><li><p>然后在上方 tab 栏选择「模块」，可以看到刚刚安装的 HookEuicc 为 esim 伪装模块。</p></li><li><p>现在要注入 giffgaff 中让 app 检测到伪装的 esim 模块。</p></li><li><p>上方 tab 回到「应用」中，选择右下角「+」加号。</p></li><li><p>点击「选择已安装的应用程序」。</p></li><li><p>通过搜索或直接找到 giffgaff 应用并点击进入。</p></li><li><p>选择「开始修补」。</p></li><li><p>然后选择「安装」。（点击安装后可能会触发卸载现有 app，然后再次点击「安装」则安装修补过的）。</p></li><li><p>安装好后不关闭 LSPatch，切后台直接打开 giffgaff app。可能一次打不开会闪退，多点几次。</p></li><li><p>然后就可以登录进入正常申请 giffgaff eSIM 的流程，此时 eSIM 的申请入口就会显示。</p></li><li><p>此过程支持在不支持 eSIM 功能的手机上模拟 eSIM 芯片环境，从而获取 LPA 码。</p></li></ul><ol start="3"><li>安装 eSIM</li></ol><p>正常的申请流程可以直接参考以下链接中的教程：</p><p><a href="https://www.869hr.uk/2025/tutorial/giffgaff/">www.869hr.uk</a></p><p>最后安装 eSIM 时需要注意：因为我们这个是伪装的 eSIM，不能像正常 eSIM 手机点击一键调用就安装了。</p><ul><li><p>支付成功到安装流程后，先直接点击安装，之后会弹出一个 esim 激活码分享框，显示一串就是你 eSIM 的激活码。</p></li><li><p>复制或者截屏保存好这串激活码。</p></li></ul><p>然后去这个链接为激活码生成二维码： <a href="https://qrcode.show/">qrcode.show</a></p><ul><li>在生成的二维码中，复制的激活码加上前缀 LPA:</li></ul><p>例如，如果您的激活码是 1234567890, 请在输入框中输入 LPA:1234567890</p><p>然后就和正常的写入 eSIM 实体卡流程一样：</p><ul><li><p>打开 EasyEUICC 或者其他 eSIM 管理工具。</p></li><li><p>扫码写入实体卡即可。</p></li><li><p>写入的实体卡可以是 9eSIM、XeSIM、eSTK 等，详情对比可见下方链接。</p></li></ul><p>相关资源：</p><p>9eSIM&#x2F;XeSIM&#x2F;eSTK 优缺点对比及购买链接： <a href="https://869hr.uk/2025/tools/eSIM-compare/">869hr.uk</a></p><p>giffgaff 卡开卡及充值教程： <a href="https://www.869hr.uk/2025/tutorial/giffgaff/">www.869hr.uk</a></p><p>🎉 成功了~~ 添加完信用卡付款后直接就出了 LPA 码，丢到 eSTK 里就能用了，Welcome 短信受到了，目前我这看到的是中国移动的信号。感谢~~</p><p>希望这篇详细教程能对想申请 giffgaff 卡的佬友有帮助！</p><p>短信及语音接码平台 <a href="https://hero-sms.com/?ref=357885">hero-sms.com</a></p><p>白嫖流量</p><p>500M试用， 链接 <a href="https://ipfly.net/zh-cn/activity/GXJDIAN">ipfly.net</a> 优惠码 GXJDIAN  ， 85 折优惠</p><p>200M试用，链接  <a href="https://dashboard.talordata.com/reg?inviter_code=gxjdian">dashboard.talordata.com</a> 优惠码GXJDIAN， 9 折优惠</p><p>注意⚠️链接需复制到浏览器中才能打开！！！</p><ol><li><p>微信讨论群：<a href="https://qr.869hr.uk/aitech">qr.869hr.uk</a></p></li><li><p>超过100T资料总站网站：<a href="https://doc.869hr.uk/">doc.869hr.uk</a></p></li><li><p>Telegram群聊：<a href="https://t.me/tgmShareAI">t.me</a></p></li><li><p>微信公众号：搜「AI前沿的短裤哥」</p></li><li><p>视频的文字博客(银行卡、手机号、VPS主机、IP测试等）：<a href="https://869hr.uk/">869hr.uk</a></p></li><li><p>推特：<a href="https://x.com/gxjdian">x.com</a></p></li><li><p>Youtube：<a href="https://youtube.com/@gxjdian">youtube.com</a></p></li></ol><p>VPS主机等</p><p>Claude用的丽萨主机： <a href="https://lisahost.com/aff.php?aff=9424">lisahost.com</a></p><p>按流量VPS <a href="https://www.lycheeip.com/home/ip?affId=1AwYIQ7BW8">www.lycheeip.com</a></p><p>一年 10 美元的多年保底小鸡， <a href="https://clients.zgovps.com/?affid=1207">clients.zgovps.com</a></p><p>各种云主机，主打性价比 <a href="https://my.racknerd.com/aff.php?aff=15809">my.racknerd.com</a></p><p>美国的vps，一年 70 美金搞活动，<a href="https://app.cloudcone.com/?ref=13794">app.cloudcone.com</a></p><p>一年 8.5 美金的美国家宽，稳定靠谱：<a href="https://www.webshare.io/?referral_code=55vpv6waorud">www.webshare.io</a></p><p>家宽IP链接：<a href="https://ipfly.net/activity/OE5TWVlUUEI6TFZKOVhYQzM5NQ==">ipfly.net</a></p><p>住宅VPS链接：<a href="https://www.voyracloud.com/?ref_code=5ZG4FHL8">www.voyracloud.com</a></p><p>Gmail、Telegram等账号购买、礼品卡，Claude充值AI产品</p><p><a href="https://accboy7gxjdian.acceboy.com/">accboy7gxjdian.acceboy.com</a></p><p><a href="https://universalbus.cn/?s=bvDplWi2fZ">universalbus.cn</a></p><p><a href="https://www.gamsgo.com/partner/jGh24">www.gamsgo.com</a></p><p>Claude、OpenAI Codex等充值 <a href="https://bewild.ai/?code=GXJDIAN">bewild.ai</a></p><ol><li><p>三家eSIM 让国产手机秒变eSIM手机，全方面优缺点对比及开户链接🔗 <a href="https://s.869hr.uk/mcc">s.869hr.uk</a></p></li><li><p>eSIM 9eSIM打 9 折（优惠码：maq）注册及购买链接 <a href="https://www.9esim.com/?coupon=maq">www.9esim.com</a></p></li><li><p>eSIM  ESTK打 9 折（优惠码：GXJDIAN）注册及购买链接 <a href="https://store.estk.me/zh?aid=16007">store.estk.me</a></p></li><li><p>eSIM XeSIM打 9 折（推荐码：gxjdian）注册及购买链接 <a href="https://xesim.cc/?DIST=RE5FHg==">xesim.cc</a></p></li><li><p>wise的申请链接及教程链接（有身份证就可，推荐码：lizhiw12） (教程链接<a href="https://x.com/wlzh/status/19967997897...">x.com</a> （申请链接<a href="https://wise.com/invite/ihpc/lizhiw12%EF%BC%89">wise.com</a></p></li><li><p>N26 的申请链接及教程链接 （需要护照， 推荐码：lizhiw02766c ）  <a href="https://youtu.be/HY9OD8rX89s?si=78REb8MyKSJB6cwQ">youtu.be</a></p></li><li><p>Bybit支付卡申请链接 <a href="https://www.bybit.com/invite?ref=LGNQRG%EF%BC%8C%E6%95%99%E7%A8%8B%E9%93%BE%E6%8E%A5https://youtu.be/3sN7P2t_CeA">www.bybit.com</a></p></li></ol><p>AI产品&amp;技术相关专辑 <a href="https://www.youtube.com/playlist?list=PLpBi3Wpk7OYinOdd8WbQ_gbuSVMNgBLlI">www.youtube.com</a> 出海收款、付款、银行卡、虚拟卡相关专辑 <a href="https://www.youtube.com/playlist?list=PLpBi3Wpk7OYjEzCOqJh5ojUt8IQm6kYUW">www.youtube.com</a> 出海手机号相关专辑 <a href="https://www.youtube.com/playlist?list=PLpBi3Wpk7OYjukvk0xcEupXpgNaObcY-G">www.youtube.com</a> 出海网络搭建相关专辑 <a href="https://www.youtube.com/playlist?list=PLpBi3Wpk7OYh3kMT-egNWr8Bba0jdyttw">www.youtube.com</a> 出海VPS相关专辑 <a href="https://www.youtube.com/playlist?list=PLpBi3Wpk7OYjYV-Mz64Bzv3FxADmyKcsC">www.youtube.com</a></p><p>👇【关注我不迷路】</p><p>如果你觉得这期视频对你有帮助，请务必：</p><p>👍 点赞本视频</p><p>💬 在评论区留下你的问题或成功注册的截图</p><p>🔔 订阅频道并打开小铃铛，获取最新硬核白嫖教程和科技前沿资讯！</p><h2 id="相关教程推荐"><a href="#相关教程推荐" class="headerlink" title="相关教程推荐"></a>相关教程推荐</h2><!-- 推荐链接：eSIM/手机卡系列 --><ul><li><a href="/2026/tutorial/vodafone-esim-wise-n26-guide/">德国沃达丰 eSIM 申请全攻略</a></li></ul><hr><h2 id="视频信息"><a href="#视频信息" class="headerlink" title="视频信息"></a>视频信息</h2><ul><li><strong>视频标题</strong>: 小白必看国产手机拥有保号神卡Giffgaff eSIM卡：giffgaff 免 root 开通及激活全教程</li><li>UP主: 短裤AI分享</li><li>时长: 4 分 1 秒</li></ul><h2 id="参考链接"><a href="#参考链接" class="headerlink" title="参考链接"></a>参考链接</h2><ul><li><a href="https://www.youtube.com/watch?v=9iw-1PRHwyw">YouTube 原视频</a></li><li><a href="https://869hr.uk/">869hr.uk 博客首页</a></li></ul><hr>]]></content>
    
    
    <summary type="html">很多佬友反馈，国内电商平台下架了 giffgaff 实体卡，官网申请实体卡也无法发货</summary>
    
    
    
    <category term="教程" scheme="https://869hr.uk/categories/tutorial/"/>
    
    
    <category term="视频教程" scheme="https://869hr.uk/tags/%E8%A7%86%E9%A2%91%E6%95%99%E7%A8%8B/"/>
    
  </entry>
  
  <entry>
    <title>【保姆级教程】最好远程写代码方法，把 Claude Code 装进手机！Happy Coder 让手机秒变 CC 加密遥控器</title>
    <link href="https://869hr.uk/2026/tutorial/tutorial-claude-code-happy-coder-cc/"/>
    <id>https://869hr.uk/2026/tutorial/tutorial-claude-code-happy-coder-cc/</id>
    <published>2026-04-17T04:59:30.000Z</published>
    <updated>2026-04-17T04:59:30.000Z</updated>
    
    <content type="html"><![CDATA[<!-- 文章摘要 --><blockquote><p>分享一个让你可以从手机控制电脑上 Claude Code 的神器 Happy Coder。手机作为加密遥控器，电脑本地干活，全链路 E2EE 加密，无需公网 IP。</p></blockquote><h2 id="视频教程"><a href="#视频教程" class="headerlink" title="视频教程"></a>视频教程</h2><div class="video-container"><iframe src="https://www.youtube.com/embed/k35F8cx3J2Y" title="Happy Coder - Claude Code Remote Control" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></div><span id="more"></span><h2 id="视频介绍"><a href="#视频介绍" class="headerlink" title="视频介绍"></a>视频介绍</h2><p>分享一个让你可以从手机控制电脑上 Claude Code 的神器 —— Happy Coder。</p><p>频道：短裤AI分享　时长：5 分 1 秒</p><h2 id="详细内容"><a href="#详细内容" class="headerlink" title="详细内容"></a>详细内容</h2><p>分享一个让你可以从手机控制电脑上 Claude Code 的神器 —— Happy Coder。</p><p>如果你也是 Claude Code 的忠实用户，是否遇到过出门在外（比如在地铁上）突然想起有个 bug 要改，却因为 claude 是终端工具、电脑在家关着而无计可施？Tailscale + Termux 的触屏 SSH 体验反人类，网页版又只能读 GitHub 文件……</p><p>Happy Coder (由 slopus&#x2F;happy 提供) 是一个开源项目，它完美解决了这个问题，让你的手机可以作为电脑端 Claude Code 进程的加密遥控器。电脑依然在本地运行（能读写文件、跑 git），但你可以通过手机 App 进行操作，无需公网 IP、端口转发或同网段。</p><p>关键优势：</p><ul><li><p>手机控制，本地干活：文件操作、git、跑命令全是本地发生。</p></li><li><p>远程遥控：手机不直连电脑，中继在中间转一道。</p></li><li><p>全链路 E2EE：使用 Signal 协议加密，中继服务器看不到明文。</p></li></ul><p>安装指南：</p><ol><li><p>电脑端 (Node 18+，CC 已装好)：npm install -g happy</p></li><li><p>进项目：cd &#x2F;path&#x2F;to&#x2F;project 然后运行 happy (终端会出现二维码)。</p></li><li><p>手机端：搜索 Happy Coder App 并扫码配对。</p></li></ol><p>日常使用：电脑起手机接、手机起电脑干、多 session 并行。支持 @ 浏览文件、斜杠命令、麦克风语音转文字。</p><p>本视频还包含国内用遇到问题（如 Pairing 卡顿、同步延迟）的解决方案和自建中继的建议。</p><p>相关链接：</p><ul><li><p>项目: <a href="https://github.com/slopus/happy">github.com</a></p></li><li><p>CLI: <a href="https://github.com/slopus/happy-cli">github.com</a></p></li><li><p>官网: <a href="https://happy.engineering/">happy.engineering</a></p></li><li><p>Quick Start: <a href="https://happy.engineering/docs/quick-start/">happy.engineering</a></p></li><li><p>FAQ: <a href="https://happy.engineering/docs/faq/">happy.engineering</a></p></li></ul><p>如果这个项目对你有帮助，别忘了给作者一个 Star！也欢迎在评论区交流。</p><p>短信及语音接码平台 <a href="https://hero-sms.com/?ref=357885">hero-sms.com</a></p><p>白嫖流量</p><p>500M试用， 链接 <a href="https://ipfly.net/zh-cn/activity/GXJDIAN">ipfly.net</a> 优惠码 GXJDIAN  ， 85 折优惠</p><p>200M试用，链接  <a href="https://dashboard.talordata.com/reg?inviter_code=gxjdian">dashboard.talordata.com</a> 优惠码GXJDIAN， 9 折优惠</p><p>注意⚠️链接需复制到浏览器中才能打开！！！</p><ol><li><p>微信讨论群：<a href="https://qr.869hr.uk/aitech">qr.869hr.uk</a></p></li><li><p>超过100T资料总站网站：<a href="https://doc.869hr.uk/">doc.869hr.uk</a></p></li><li><p>Telegram群聊：<a href="https://t.me/tgmShareAI">t.me</a></p></li><li><p>微信公众号：搜”AI前沿的短裤哥”</p></li><li><p>视频的文字博客(银行卡、手机号、VPS主机、IP测试等）：：<a href="https://869hr.uk/">869hr.uk</a></p></li><li><p>推特：<a href="https://x.com/gxjdian">x.com</a></p></li><li><p>Youtube：<a href="https://youtube.com/@gxjdian">youtube.com</a></p></li></ol><p>VPS主机等</p><p>Claude用的丽萨主机： <a href="https://lisahost.com/aff.php?aff=9424">lisahost.com</a></p><p>按流量VPS <a href="https://www.lycheeip.com/home/ip?affId=1AwYIQ7BW8">www.lycheeip.com</a></p><p>一年 10 美元的多年保底小鸡， <a href="https://clients.zgovps.com/?affid=1207">clients.zgovps.com</a></p><p>各种云主机，主打性价比 <a href="https://my.racknerd.com/aff.php?aff=15809">my.racknerd.com</a></p><p>美国的vps，一年 70 美金搞活动，<a href="https://app.cloudcone.com/?ref=13794">app.cloudcone.com</a></p><p>一年 8.5 美金的美国家宽，稳定靠谱：<a href="https://www.webshare.io/?referral_code=55vpv6waorud">www.webshare.io</a></p><p>家宽IP链接：<a href="https://ipfly.net/activity/OE5TWVlUUEI6TFZKOVhYQzM5NQ==">ipfly.net</a></p><p>住宅VPS链接：<a href="https://www.voyracloud.com/?ref_code=5ZG4FHL8">www.voyracloud.com</a></p><p>Gmail、Telegram等账号购买、礼品卡，Claude充值AI产品</p><p><a href="https://accboy7gxjdian.acceboy.com/">accboy7gxjdian.acceboy.com</a></p><p><a href="https://universalbus.cn/?s=bvDplWi2fZ">universalbus.cn</a></p><p><a href="https://www.gamsgo.com/partner/jGh24">www.gamsgo.com</a></p><p>Claude、OpenAI Codex等充值 <a href="https://bewild.ai/?code=GXJDIAN">bewild.ai</a></p><ol><li><p>三家eSIM 让国产手机秒变eSIM手机，全方面优缺点对比及开户链接🔗 <a href="https://s.869hr.uk/mcc">s.869hr.uk</a></p></li><li><p>eSIM 9eSIM打 9 折（优惠码：maq）注册及购买链接 <a href="https://www.9esim.com/?coupon=maq">www.9esim.com</a></p></li><li><p>eSIM  ESTK打 9 折（优惠码：GXJDIAN）注册及购买链接 <a href="https://store.estk.me/zh?aid=16007">store.estk.me</a></p></li><li><p>eSIM XeSIM打 9 折（推荐码：gxjdian）注册及购买链接 <a href="https://xesim.cc/?DIST=RE5FHg==">xesim.cc</a></p></li><li><p>wise的申请链接及教程链接（有身份证就可，推荐码：lizhiw12） 教程链接 <a href="https://x.com/wlzh/status/19967997897...">x.com</a> 申请链接 <a href="https://wise.com/invite/ihpc/lizhiw12">wise.com</a></p></li><li><p>N26 的申请链接及教程链接（需要护照，推荐码：lizhiw02766c） <a href="https://youtu.be/HY9OD8rX89s?si=78REb8MyKSJB6cwQ">youtu.be</a></p></li><li><p>Bybit支付卡申请链接 <a href="https://www.bybit.com/invite?ref=LGNQRG">www.bybit.com</a> 教程链接 <a href="https://youtu.be/3sN7P2t_CeA">youtu.be</a></p></li></ol><ul><li>AI产品&amp;技术相关专辑：<a href="https://www.youtube.com/playlist?list=PLpBi3Wpk7OYinOdd8WbQ_gbuSVMNgBLlI">YouTube 播放列表</a></li><li>出海收款、付款、银行卡、虚拟卡相关专辑：<a href="https://www.youtube.com/playlist?list=PLpBi3Wpk7OYjEzCOqJh5ojUt8IQm6kYUW">YouTube 播放列表</a></li><li>出海手机号相关专辑：<a href="https://www.youtube.com/playlist?list=PLpBi3Wpk7OYjukvk0xcEupXpgNaObcY-G">YouTube 播放列表</a></li><li>出海网络搭建相关专辑：<a href="https://www.youtube.com/playlist?list=PLpBi3Wpk7OYh3kMT-egNWr8Bba0jdyttw">YouTube 播放列表</a></li><li>出海VPS相关专辑：<a href="https://www.youtube.com/playlist?list=PLpBi3Wpk7OYjYV-Mz64Bzv3FxADmyKcsC">YouTube 播放列表</a></li></ul><p>👇【关注我不迷路】</p><p>如果你觉得这期视频对你有帮助，请务必：</p><p>👍 点赞本视频</p><p>💬 在评论区留下你的问题或成功注册的截图</p><p>🔔 订阅频道并打开小铃铛，获取最新硬核白嫖教程和科技前沿资讯！</p><h2 id="相关教程推荐"><a href="#相关教程推荐" class="headerlink" title="相关教程推荐"></a>相关教程推荐</h2><!-- 推荐链接：Cloudflare/域名系列 --><ul><li><a href="/2026/tutorial/cloudflare-tunnel-docker-tutorial/">Cloudflare Tunnel + Docker 内网穿透教程</a></li></ul><!-- 推荐链接：AI工具系列 --><ul><li><a href="/2025/tech/deepseek-20250208/">DeepSeek 相关传闻深度分析</a></li></ul><hr><h2 id="视频信息"><a href="#视频信息" class="headerlink" title="视频信息"></a>视频信息</h2><ul><li><strong>视频标题</strong>: 【保姆级教程】最好远程写代码方法，把 Claude Code 装进手机！Happy Coder 让手机秒变 CC 加密遥控器</li><li><strong>UP主</strong>: 短裤AI分享</li><li><strong>时长</strong>: 5 分 1 秒</li><li><strong>YouTube</strong>: <a href="https://youtu.be/k35F8cx3J2Y">https://youtu.be/k35F8cx3J2Y</a></li></ul><h2 id="参考链接"><a href="#参考链接" class="headerlink" title="参考链接"></a>参考链接</h2><ul><li><a href="https://www.youtube.com/watch?v=k35F8cx3J2Y">YouTube 原视频</a></li><li><a href="https://869hr.uk/">869hr.uk 博客首页</a></li></ul><hr>]]></content>
    
    
    <summary type="html">分享开源项目 Happy Coder，让你用手机远程控制电脑上的 Claude Code，支持全链路 E2EE 加密，无需公网 IP</summary>
    
    
    
    <category term="教程" scheme="https://869hr.uk/categories/tutorial/"/>
    
    
    <category term="视频教程" scheme="https://869hr.uk/tags/%E8%A7%86%E9%A2%91%E6%95%99%E7%A8%8B/"/>
    
    <category term="开源项目" scheme="https://869hr.uk/tags/open-source/"/>
    
    <category term="Claude Code" scheme="https://869hr.uk/tags/Claude-Code/"/>
    
    <category term="Happy Coder" scheme="https://869hr.uk/tags/Happy-Coder/"/>
    
    <category term="远程编程" scheme="https://869hr.uk/tags/%E8%BF%9C%E7%A8%8B%E7%BC%96%E7%A8%8B/"/>
    
  </entry>
  
  <entry>
    <title>【全网最低】6折订阅ChatGPT Plus教程，免挂土区梯子，保姆级步骤！</title>
    <link href="https://869hr.uk/2026/tutorial/6-chatgpt-plus-tutorial/"/>
    <id>https://869hr.uk/2026/tutorial/6-chatgpt-plus-tutorial/</id>
    <published>2026-04-16T02:56:43.000Z</published>
    <updated>2026-04-16T02:56:43.000Z</updated>
    
    <content type="html"><![CDATA[<!-- 文章摘要 --><blockquote><p>还在花 20 美金每个月订阅 ChatGPT Plus 吗？今天教大家如何通过”土耳其区 Apple ID”实现全网最低价订阅！…</p></blockquote><h2 id="视频教程"><a href="#视频教程" class="headerlink" title="视频教程"></a>视频教程</h2><div class="video-container"><iframe src="https://www.youtube.com/embed/kZqkb9zRO_c" title="全网最低6折订阅ChatGPT Plus教程，免挂土区梯子，保姆级步骤！" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></div><span id="more"></span><h2 id="视频介绍"><a href="#视频介绍" class="headerlink" title="视频介绍"></a>视频介绍</h2><p>还在花 20 美金每个月订阅 ChatGPT Plus 吗？今天教大家如何通过”土耳其区 Apple ID”实现全网最低价订阅！ 只需要 500TL（约合人民币 82.43 元），相当于打了 6 折！而且最重要的是：不需要挂土耳其节点的梯子，直连即可操作！</p><p><strong>频道</strong>：短裤AI分享　<strong>时长</strong>：2 分 57 秒</p><h2 id="详细内容"><a href="#详细内容" class="headerlink" title="详细内容"></a>详细内容</h2><p>还在花 20 美金每个月订阅 ChatGPT Plus 吗？今天教大家如何通过”土耳其区 Apple ID”实现全网最低价订阅！</p><p>只需要 500TL（约合人民币 82.43 元），相当于打了 6 折！而且最重要的是：不需要挂土耳其节点的梯子，直连即可操作！</p><p>👇 本期视频时间线 (Timestamps):</p><p>00:00 为什么选择土区订阅 ChatGPT Plus？(价格对比)</p><p>00:45 第一步：注册土耳其 Apple ID (无需土耳其手机号)</p><p>02:10 第二步：在 Mac&#x2F;iOS App Store 登录并设置地区</p><p>03:30 第三步：如何安全购买土区苹果礼品卡 (支持支付宝)</p><p>04:50 第四步：兑换礼品卡并成功升级 ChatGPT Plus</p><p>06:00 账号防封禁注意事项（老号 vs 新号）</p><p>⚠️ 核心注意事项：</p><p>账号选择: 如果您担心新号有封号风险，建议尽量使用老号进行操作！</p><p>注册 Apple ID: 国家选土耳其，手机号可以直接用国内手机号。</p><p>设置地区: 付款方式选择”无 (None)”，填写土区地址即可保存。</p><p>🔗 视频中提到的相关链接：</p><p>苹果官网注册地址：<a href="https://account.apple.com/account">account.apple.com</a></p><p>Gmail、Telegram等账号购买、礼品卡，Claude充值AI产品</p><p><a href="https://accboy7gxjdian.acceboy.com/">accboy7gxjdian.acceboy.com</a></p><p><a href="https://universalbus.cn/?s=bvDplWi2fZ">universalbus.cn</a></p><p><a href="https://www.gamsgo.com/partner/jGh24">www.gamsgo.com</a></p><p>短信及语音接码平台 <a href="https://hero-sms.com/?ref=357885">hero-sms.com</a></p><p>白嫖流量</p><p>500M试用， 链接 <a href="https://ipfly.net/zh-cn/activity/GXJDIAN">ipfly.net</a> 优惠码 GXJDIAN  ， 85 折优惠</p><p>200M试用，链接  <a href="https://dashboard.talordata.com/reg?inviter_code=gxjdian">dashboard.talordata.com</a> 优惠码GXJDIAN， 9 折优惠</p><p>注意⚠️链接需复制到浏览器中才能打开！！！</p><ol><li><p>微信讨论群：<a href="https://qr.869hr.uk/aitech">qr.869hr.uk</a></p></li><li><p>超过100T资料总站网站：<a href="https://doc.869hr.uk/">doc.869hr.uk</a></p></li><li><p>Telegram群聊：<a href="https://t.me/tgmShareAI">t.me</a></p></li><li><p>微信公众号：搜”AI前沿的短裤哥”</p></li><li><p>视频的文字博客(银行卡、手机号、VPS主机、IP测试等）：：<a href="https://869hr.uk/">869hr.uk</a></p></li><li><p>推特：<a href="https://x.com/gxjdian">x.com</a></p></li><li><p>Youtube：<a href="https://youtube.com/@gxjdian">youtube.com</a></p></li></ol><p>VPS主机等</p><p>Claude用的丽萨主机： <a href="https://lisahost.com/aff.php?aff=9424">lisahost.com</a></p><p>按流量VPS <a href="https://www.lycheeip.com/home/ip?affId=1AwYIQ7BW8">www.lycheeip.com</a></p><p>一年 10 美元的多年保底小鸡， <a href="https://clients.zgovps.com/?affid=1207">clients.zgovps.com</a></p><p>各种云主机，主打性价比 <a href="https://my.racknerd.com/aff.php?aff=15809">my.racknerd.com</a></p><p>美国的vps，一年 70 美金搞活动，<a href="https://app.cloudcone.com/?ref=13794">app.cloudcone.com</a></p><p>一年 8.5 美金的美国家宽，稳定靠谱：<a href="https://www.webshare.io/?referral_code=55vpv6waorud">www.webshare.io</a></p><p>家宽IP链接：<a href="https://ipfly.net/activity/OE5TWVlUUEI6TFZKOVhYQzM5NQ==">ipfly.net</a></p><p>住宅VPS链接：<a href="https://www.voyracloud.com/?ref_code=5ZG4FHL8">www.voyracloud.com</a></p><p>Claude、OpenAI Codex等充值 <a href="https://bewild.ai/?code=GXJDIAN">bewild.ai</a></p><ol><li><p>三家eSIM 让国产手机秒变eSIM手机，全方面优缺点对比及开户链接🔗 <a href="https://s.869hr.uk/mcc">s.869hr.uk</a></p></li><li><p>eSIM 9eSIM打 9 折（优惠码：maq）注册及购买链接 <a href="https://www.9esim.com/?coupon=maq">www.9esim.com</a></p></li><li><p>eSIM  ESTK打 9 折（优惠码：GXJDIAN）注册及购买链接 <a href="https://store.estk.me/zh?aid=16007">store.estk.me</a></p></li><li><p>eSIM XeSIM打 9 折（推荐码：gxjdian）注册及购买链接 <a href="https://xesim.cc/?DIST=RE5FHg==">xesim.cc</a></p></li><li><p>wise的申请链接及教程链接（有身份证就可，推荐码：lizhiw12） (教程链接<a href="https://x.com/wlzh/status/19967997897...">x.com</a> （申请链接<a href="https://wise.com/invite/ihpc/lizhiw12%EF%BC%89">wise.com</a></p></li><li><p>N26 的申请链接及教程链接 （需要护照， 推荐码：lizhiw02766c ）  <a href="https://youtu.be/HY9OD8rX89s?si=78REb8MyKSJB6cwQ">youtu.be</a></p></li><li><p>Bybit支付卡申请链接 <a href="https://www.bybit.com/invite?ref=LGNQRG%EF%BC%8C%E6%95%99%E7%A8%8B%E9%93%BE%E6%8E%A5https://youtu.be/3sN7P2t_CeA">www.bybit.com</a></p></li></ol><p>AI产品&amp;技术相关专辑 <a href="https://www.youtube.com/playlist?list=PLpBi3Wpk7OYinOdd8WbQ_gbuSVMNgBLlI">www.youtube.com</a> 出海收款、付款、银行卡、虚拟卡相关专辑 <a href="https://www.youtube.com/playlist?list=PLpBi3Wpk7OYjEzCOqJh5ojUt8IQm6kYUW">www.youtube.com</a> 出海手机号相关专辑 <a href="https://www.youtube.com/playlist?list=PLpBi3Wpk7OYjukvk0xcEupXpgNaObcY-G">www.youtube.com</a> 出海网络搭建相关专辑 <a href="https://www.youtube.com/playlist?list=PLpBi3Wpk7OYh3kMT-egNWr8Bba0jdyttw">www.youtube.com</a> 出海VPS相关专辑 <a href="https://www.youtube.com/playlist?list=PLpBi3Wpk7OYjYV-Mz64Bzv3FxADmyKcsC">www.youtube.com</a></p><p>👇【关注我不迷路】</p><p>如果你觉得这期视频对你有帮助，请务必：</p><p>👍 点赞本视频</p><p>💬 在评论区留下你的问题或成功注册的截图</p><p>🔔 订阅频道并打开小铃铛，获取最新硬核白嫖教程和科技前沿资讯！</p><h2 id="相关教程推荐"><a href="#相关教程推荐" class="headerlink" title="相关教程推荐"></a>相关教程推荐</h2><!-- 推荐链接：Telegram系列 --><ul><li><a href="/2025/software/telegram-chinese-pack/">Telegram 中文语言包安装教程</a></li></ul><!-- 推荐链接：苹果账号系列 --><ul><li><a href="/2025/tech/us-apple-id-guide/">美区 Apple ID 注册与购买 App 教程</a></li></ul><!-- 推荐链接：AI工具系列 --><ul><li><a href="/2025/tech/deepseek-20250208/">DeepSeek 相关传闻深度分析</a></li></ul><hr><h2 id="视频信息"><a href="#视频信息" class="headerlink" title="视频信息"></a>视频信息</h2><ul><li><strong>视频标题</strong>: 【全网最低】6折订阅ChatGPT Plus教程，免挂土区梯子，保姆级步骤！</li><li><strong>UP主</strong>: 短裤AI分享</li><li><strong>时长</strong>: 2 分 57 秒</li></ul><h2 id="参考链接"><a href="#参考链接" class="headerlink" title="参考链接"></a>参考链接</h2><ul><li><a href="https://www.youtube.com/watch?v=kZqkb9zRO_c">YouTube 原视频</a></li><li><a href="https://869hr.uk/">869hr.uk 博客首页</a></li></ul><hr>]]></content>
    
    
    <summary type="html">还在花 20 美金每个月订阅 ChatGPT Plus 吗</summary>
    
    
    
    <category term="教程" scheme="https://869hr.uk/categories/tutorial/"/>
    
    
    <category term="视频教程" scheme="https://869hr.uk/tags/%E8%A7%86%E9%A2%91%E6%95%99%E7%A8%8B/"/>
    
  </entry>
  
  <entry>
    <title>【全网最便宜】Claude订阅只要6折！尼日利亚🇳🇬苹果ID注册保姆级教程，100%成功！</title>
    <link href="https://869hr.uk/2026/software/apple-id-register---claude/"/>
    <id>https://869hr.uk/2026/software/apple-id-register---claude/</id>
    <published>2026-04-15T15:17:28.000Z</published>
    <updated>2026-04-15T15:17:28.000Z</updated>
    
    <content type="html"><![CDATA[<!-- 文章摘要 --><blockquote><p>发现了一个超级省钱的秘籍！觉得美区订阅 Claude 太贵？今天手把手教大家如何注册一个尼日利亚（🇳🇬 Nigeria）的 Apple ID。通过尼日利亚节点订阅 Claude，相当于直接打了 6 折，绝对是全球最便宜的订阅方案！本教程包含所有细节和避坑指南，亲测 100% 成功，小白也能轻松搞定！…</p></blockquote><h2 id="视频教程"><a href="#视频教程" class="headerlink" title="视频教程"></a>视频教程</h2><div class="video-container"><iframe src="https://www.youtube.com/embed/gr3LJNSGYZ4" title="Nigeria Apple ID register guide for cheap Claude" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></div><span id="more"></span><h2 id="视频介绍"><a href="#视频介绍" class="headerlink" title="视频介绍"></a>视频介绍</h2><p>发现了一个超级省钱的秘籍！觉得美区订阅 Claude 太贵？今天手把手教大家如何注册一个尼日利亚（🇳🇬 Nigeria）的 Apple ID。通过尼日利亚节点订阅 Claude，相当于直接打了 6 折，绝对是全球最便宜的订阅方案！本教程包含所有细节和避坑指南，亲测 100% 成功，小白也能轻松搞定！</p><p>频道：短裤AI分享　时长：2 分 43 秒</p><h2 id="详细内容"><a href="#详细内容" class="headerlink" title="详细内容"></a>详细内容</h2><p>发现了一个超级省钱的秘籍！觉得美区订阅 Claude 太贵？今天手把手教大家如何注册一个尼日利亚（🇳🇬 Nigeria）的 Apple ID。通过尼日利亚节点订阅 Claude，相当于直接打了 6 折，绝对是全球最便宜的订阅方案！本教程包含所有细节和避坑指南，亲测 100% 成功，小白也能轻松搞定！</p><p>👇 核心教程步骤 👇</p><p>🟢 第一步：创建基础账户</p><p>浏览器打开苹果官网：appleid.apple.com</p><p>点击右上角「创建 Apple 帐户」</p><p>国家地区：务必选择 Nigeria（尼日利亚）</p><p>电话号码：直接使用 +86 国内手机号即可接收验证码</p><p>填完所有基础信息，接收验证码并提交注册。</p><p>🟢 第二步：设备与网络环境准备</p><p>注意：此时虽然网页显示尼日利亚，但手机 App Store 的地区可能还未同步。</p><p>设置更改：将手机系统的 设置 -》 通用 -》 语言与地区 -》 国家地区 更改为 Nigeria。</p><p>增加一种语言：英语（美国）。</p><p>退出当前手机 App Store 中已登录的账户。</p><p>魔法上网（非常）：开启科学上网工具，节点选择美区节点，并且必须开启”全局路由”模式。（以小火箭为例：在主界面找到”全局路由”选项，点击进入后选择”代理”模式，让所有流量走代理）。</p><p>🟢 第三步：完善账单地址与付款信息</p><p>继续在浏览器上操作，点击「个人信息」-「国家和地区」。</p><p>点击下拉选择器，确认选择 Nigeria（尼日利亚）。</p><p>下一步的付款方式：选择 None（无）。</p><p>账单地址：在谷歌搜索”尼日利亚地址生成器（Nigeria address generator）”，生成一份虚拟地址填入即可完成最终设置！</p><p>✅ 完成以上步骤，你就可以登录 App Store 下载并以极低的价格订阅 Claude 啦！</p><p>短信及语音接码平台 <a href="https://hero-sms.com/?ref=357885">hero-sms.com</a></p><p>白嫖流量</p><p>500M试用， 链接 <a href="https://ipfly.net/zh-cn/activity/GXJDIAN">ipfly.net</a> 优惠码 GXJDIAN  ， 85 折优惠</p><p>200M试用，链接  <a href="https://dashboard.talordata.com/reg?inviter_code=gxjdian">dashboard.talordata.com</a> 优惠码GXJDIAN， 9 折优惠</p><p>注意⚠️链接需复制到浏览器中才能打开！！！</p><ol><li><p>微信讨论群：<a href="https://qr.869hr.uk/aitech">qr.869hr.uk</a></p></li><li><p>超过100T资料总站网站：<a href="https://doc.869hr.uk/">doc.869hr.uk</a></p></li><li><p>Telegram群聊：<a href="https://t.me/tgmShareAI">t.me</a></p></li><li><p>微信公众号：搜”AI前沿的短裤哥”</p></li><li><p>视频的文字博客(银行卡、手机号、VPS主机、IP测试等）：：<a href="https://869hr.uk/">869hr.uk</a></p></li><li><p>推特：<a href="https://x.com/gxjdian">x.com</a></p></li><li><p>Youtube：<a href="https://youtube.com/@gxjdian">youtube.com</a></p></li></ol><p>VPS主机等</p><p>Claude用的丽萨主机： <a href="https://lisahost.com/aff.php?aff=9424">lisahost.com</a></p><p>按流量VPS <a href="https://www.lycheeip.com/home/ip?affId=1AwYIQ7BW8">www.lycheeip.com</a></p><p>一年 10 美元的多年保底小鸡， <a href="https://clients.zgovps.com/?affid=1207">clients.zgovps.com</a></p><p>各种云主机，主打性价比 <a href="https://my.racknerd.com/aff.php?aff=15809">my.racknerd.com</a></p><p>美国的vps，一年 70 美金搞活动，<a href="https://app.cloudcone.com/?ref=13794">app.cloudcone.com</a></p><p>一年 8.5 美金的美国家宽，稳定靠谱：<a href="https://www.webshare.io/?referral_code=55vpv6waorud">www.webshare.io</a></p><p>家宽IP链接：<a href="https://ipfly.net/activity/OE5TWVlUUEI6TFZKOVhYQzM5NQ==">ipfly.net</a></p><p>住宅VPS链接：<a href="https://www.voyracloud.com/?ref_code=5ZG4FHL8">www.voyracloud.com</a></p><p>Gmail、Telegram等账号购买、礼品卡，Claude充值AI产品</p><p><a href="https://accboy7gxjdian.acceboy.com/">accboy7gxjdian.acceboy.com</a></p><p><a href="https://universalbus.cn/?s=bvDplWi2fZ">universalbus.cn</a></p><p><a href="https://www.gamsgo.com/partner/jGh24">www.gamsgo.com</a></p><p>Claude、OpenAI Codex等充值 <a href="https://bewild.ai/?code=GXJDIAN">bewild.ai</a></p><ol><li><p>三家eSIM 让国产手机秒变eSIM手机，全方面优缺点对比及开户链接🔗 <a href="https://s.869hr.uk/mcc">s.869hr.uk</a></p></li><li><p>eSIM 9eSIM打 9 折（优惠码：maq）注册及购买链接 <a href="https://www.9esim.com/?coupon=maq">www.9esim.com</a></p></li><li><p>eSIM  ESTK打 9 折（优惠码：GXJDIAN）注册及购买链接 <a href="https://store.estk.me/zh?aid=16007">store.estk.me</a></p></li><li><p>eSIM XeSIM打 9 折（推荐码：gxjdian）注册及购买链接 <a href="https://xesim.cc/?DIST=RE5FHg==">xesim.cc</a></p></li><li><p>wise的申请链接及教程链接（有身份证就可，推荐码：lizhiw12） (教程链接<a href="https://x.com/wlzh/status/19967997897...">x.com</a> （申请链接<a href="https://wise.com/invite/ihpc/lizhiw12%EF%BC%89">wise.com</a></p></li><li><p>N26 的申请链接及教程链接 （需要护照， 推荐码：lizhiw02766c ）  <a href="https://youtu.be/HY9OD8rX89s?si=78REb8MyKSJB6cwQ">youtu.be</a></p></li><li><p>Bybit支付卡申请链接 <a href="https://www.bybit.com/invite?ref=LGNQRG%EF%BC%8C%E6%95%99%E7%A8%8B%E9%93%BE%E6%8E%A5https://youtu.be/3sN7P2t_CeA">www.bybit.com</a></p></li></ol><p>AI产品&amp;技术相关专辑 <a href="https://www.youtube.com/playlist?list=PLpBi3Wpk7OYinOdd8WbQ_gbuSVMNgBLlI">www.youtube.com</a> 出海收款、付款、银行卡、虚拟卡相关专辑 <a href="https://www.youtube.com/playlist?list=PLpBi3Wpk7OYjEzCOqJh5ojUt8IQm6kYUW">www.youtube.com</a> 出海手机号相关专辑 <a href="https://www.youtube.com/playlist?list=PLpBi3Wpk7OYjukvk0xcEupXpgNaObcY-G">www.youtube.com</a> 出海网络搭建相关专辑 <a href="https://www.youtube.com/playlist?list=PLpBi3Wpk7OYh3kMT-egNWr8Bba0jdyttw">www.youtube.com</a> 出海VPS相关专辑 <a href="https://www.youtube.com/playlist?list=PLpBi3Wpk7OYjYV-Mz64Bzv3FxADmyKcsC">www.youtube.com</a></p><p>👇【关注我不迷路】</p><p>如果你觉得这期视频对你有帮助，请务必：</p><p>👍 点赞本视频</p><p>💬 在评论区留下你的问题或成功注册的截图</p><p>🔔 订阅频道并打开小铃铛，获取最新硬核白嫖教程和科技前沿资讯！</p><h2 id="相关教程推荐"><a href="#相关教程推荐" class="headerlink" title="相关教程推荐"></a>相关教程推荐</h2><!-- 推荐链接：Telegram系列 --><ul><li><a href="/2025/software/telegram-chinese-pack/">Telegram 中文语言包安装教程</a></li></ul><!-- 推荐链接：苹果账号系列 --><ul><li><a href="/2025/tech/us-apple-id-guide/">美区 Apple ID 注册与购买 App 教程</a></li></ul><!-- 推荐链接：AI工具系列 --><ul><li><a href="/2025/tech/deepseek-20250208/">DeepSeek 相关传闻深度分析</a></li></ul><hr><h2 id="视频信息"><a href="#视频信息" class="headerlink" title="视频信息"></a>视频信息</h2><ul><li><strong>视频标题</strong>: 【全网最便宜】Claude订阅只要6折！尼日利亚🇳🇬苹果ID注册保姆级教程，100%成功！</li><li>UP主: 短裤AI分享</li><li>时长: 2 分 43 秒</li></ul><h2 id="参考链接"><a href="#参考链接" class="headerlink" title="参考链接"></a>参考链接</h2><ul><li><a href="https://www.youtube.com/watch?v=gr3LJNSGYZ4">YouTube 原视频</a></li><li><a href="https://869hr.uk/">869hr.uk 博客首页</a></li></ul><hr>]]></content>
    
    
    <summary type="html">今天手把手教大家如何注册一个尼日利亚（🇳🇬 Nigeria）的 Apple ID</summary>
    
    
    
    <category term="软件" scheme="https://869hr.uk/categories/software/"/>
    
    
    <category term="Claude" scheme="https://869hr.uk/tags/Claude/"/>
    
    <category term="尼日利亚AppleID" scheme="https://869hr.uk/tags/%E5%B0%BC%E6%97%A5%E5%88%A9%E4%BA%9AAppleID/"/>
    
    <category term="省钱教程" scheme="https://869hr.uk/tags/%E7%9C%81%E9%92%B1%E6%95%99%E7%A8%8B/"/>
    
    <category term="AI工具" scheme="https://869hr.uk/tags/AI%E5%B7%A5%E5%85%B7/"/>
    
    <category term="Apple ID注册" scheme="https://869hr.uk/tags/Apple-ID%E6%B3%A8%E5%86%8C/"/>
    
  </entry>
  
  <entry>
    <title>想要Claude支付降低封概率？外国人必看！无移民身份也能拿美国 ITIN 税号？解锁美股、银行、信用卡全攻略！(内含代办优惠)</title>
    <link href="https://869hr.uk/2026/tutorial/us-itin-tax-number-apply-guide/"/>
    <id>https://869hr.uk/2026/tutorial/us-itin-tax-number-apply-guide/</id>
    <published>2026-04-12T07:07:40.000Z</published>
    <updated>2026-04-12T07:07:40.000Z</updated>
    
    <content type="html"><![CDATA[<!-- 文章摘要 --><blockquote><p>想在美国银行开户、申请信用卡或投资美股，却苦于没有社会安全号 (SSN)？…</p></blockquote><h2 id="视频教程"><a href="#视频教程" class="headerlink" title="视频教程"></a>视频教程</h2><div class="video-container"><iframe src="https://www.youtube.com/embed/B8gNipUixTo" title="想要Claude支付降低封概率？外国人必看！无移民身份也能拿美国 ITIN" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></div><span id="more"></span><h2 id="视频介绍"><a href="#视频介绍" class="headerlink" title="视频介绍"></a>视频介绍</h2><p>想在美国银行开户、申请信用卡或投资美股，却苦于没有社会安全号 (SSN)？</p><p>频道：短裤哥</p><h2 id="视频章节"><a href="#视频章节" class="headerlink" title="视频章节"></a>视频章节</h2><ul><li>00:00 什么是美国税号（TIN），它为什么？</li><li>01:30 SSN、EIN、ITIN 三大税号详细对比</li><li>05:15 ITIN 的 8 大核心优势（美股、银行、信用卡等）</li><li>09:50 自己申请还是找代办？风险与便利性分析</li><li>13:20 推荐安全代办：CAA 认证机构洛华跨境</li><li>18:30 如何使用优惠码 GXJDIAN 减免 30 元</li></ul><h2 id="详细内容"><a href="#详细内容" class="headerlink" title="详细内容"></a>详细内容</h2><p>想在美国银行开户、申请信用卡或投资美股，却苦于没有社会安全号 (SSN)？</p><p>别担心！本视频为您深度解析美国税号体系，并重点介绍专为外国人设计的 ITIN（个人纳税识别号）。即使你从未去过美国，只要有合理的税务申报需求，就能轻松申请。</p><p>我们将一一攻克以下难点：</p><p>SSN、EIN、ITIN 有什么区别？ 外国人最适合申请哪一种？</p><p>ITIN 的 8 大核心优势： 如何用它降低 20% 的美股股息税？哪些美国银行和信用卡接受 ITIN 开户？</p><p>安全、快捷的申请策略： 为什么通过 IRS 认证的 CAA 机构代办是最佳选择？（无需邮寄护照原件！）</p><p>一站式代办推荐与专属优惠： 介绍淘宝洛华跨境的一站式代办服务，并提供专属优惠码。</p><h3 id="专属优惠"><a href="#专属优惠" class="headerlink" title="专属优惠"></a>专属优惠</h3><p>在淘宝搜索洛华跨境，找到其 ITIN 申请服务套餐。</p><p>在下单结算时，输入以下优惠码，即可直接减免 30 元！</p><p>优惠码：GXJDIAN</p><h3 id="相关资源"><a href="#相关资源" class="headerlink" title="相关资源"></a>相关资源</h3><p>IRS 官方网站 (ITIN信息): <a href="https://www.irs.gov/individuals/individual-taxpayer-identification-number">www.irs.gov</a></p><p>淘宝搜索：洛华跨境</p><p>短信及语音接码平台 <a href="https://hero-sms.com/?ref=357885">hero-sms.com</a></p><p>白嫖流量</p><p>500M试用， 链接 <a href="https://ipfly.net/zh-cn/activity/GXJDIAN">ipfly.net</a> 优惠码 GXJDIAN  ， 85 折优惠</p><p>200M试用，链接  <a href="https://dashboard.talordata.com/reg?inviter_code=gxjdian">dashboard.talordata.com</a> 优惠码GXJDIAN， 9 折优惠</p><p>一年 8.5 美金的美国家宽，稳定靠谱，教程 <a href="https://youtu.be/ggCSZOXEqbE">youtu.be</a></p><p>VPS主机等</p><p>Claude用的丽萨主机： <a href="https://lisahost.com/aff.php?aff=9424">lisahost.com</a></p><p>按流量VPS <a href="https://www.lycheeip.com/home/ip?affId=1AwYIQ7BW8">www.lycheeip.com</a></p><p>一年 10 美元的多年保底小鸡， <a href="https://clients.zgovps.com/?affid=1207">clients.zgovps.com</a></p><p>各种云主机，主打性价比 <a href="https://my.racknerd.com/aff.php?aff=15809">my.racknerd.com</a></p><p>美国的vps，一年 70 美金搞活动，<a href="https://app.cloudcone.com/?ref=13794">app.cloudcone.com</a></p><p>一年 8.5 美金的美国家宽，稳定靠谱：<a href="https://www.webshare.io/?referral_code=55vpv6waorud">www.webshare.io</a></p><p>家宽IP链接：<a href="https://ipfly.net/activity/OE5TWVlUUEI6TFZKOVhYQzM5NQ==">ipfly.net</a></p><p>住宅VPS链接：<a href="https://www.voyracloud.com/?ref_code=5ZG4FHL8">www.voyracloud.com</a></p><p>Gmail、Telegram等账号购买、礼品卡，Claude充值等</p><p><a href="https://accboy7gxjdian.acceboy.com/">accboy7gxjdian.acceboy.com</a></p><p><a href="https://universalbus.cn/?s=bvDplWi2fZ">universalbus.cn</a></p><p><a href="https://www.gamsgo.com/partner/jGh24">www.gamsgo.com</a></p><p>加入Telegram讨论群： <a href="https://t.me/tgmShareAI">t.me</a></p><p>Twitter：<a href="https://x.com/gxjdian">x.com</a></p><p>加入微信讨论群：<a href="https://qr.869hr.uk/aitech">qr.869hr.uk</a></p><p>超过100T免费资源下载站：<a href="https://doc.869hr.uk/">doc.869hr.uk</a></p><p>视频的文字博客(银行卡、手机号、VPS主机、IP测试等）：<a href="https://869hr.uk/">869hr.uk</a></p><ol><li><p>三家eSIM 让国产手机秒变eSIM手机，全方面优缺点对比及开户链接 <a href="https://s.869hr.uk/mcc">s.869hr.uk</a></p></li><li><p>eSIM 9eSIM打 9 折（优惠码：maq）注册及购买链接 <a href="https://www.9esim.com/?coupon=maq">www.9esim.com</a></p></li><li><p>eSIM  ESTK打 9 折（优惠码：GXJDIAN）注册及购买链接 <a href="https://store.estk.me/zh?aid=16007">store.estk.me</a></p></li><li><p>eSIM XeSIM打 8 折（推荐码：gxjdian）注册及购买链接 <a href="https://xesim.cc/?DIST=RE5FHg==">xesim.cc</a></p></li><li><p>wise的申请链接及教程链接（有身份证就可，推荐码：lizhiw12） 申请链接<a href="https://wise.com/invite/ihpc/lizhiw12">wise.com</a></p></li><li><p>N26 的申请链接及教程链接 （需要护照， 推荐码：lizhiw02766c ）  <a href="https://youtu.be/HY9OD8rX89s?si=78REb8MyKSJB6cwQ">youtu.be</a></p></li><li><p>Bybit支付卡申请链接 <a href="https://www.bybit.com/invite?ref=LGNQRG">www.bybit.com</a></p></li></ol><p>AI产品&amp;技术相关专辑 <a href="https://www.youtube.com/playlist?list=PLpBi3Wpk7OYinOdd8WbQ_gbuSVMNgBLlI">www.youtube.com</a> 出海收款、付款、银行卡、虚拟卡相关专辑 <a href="https://www.youtube.com/playlist?list=PLpBi3Wpk7OYjEzCOqJh5ojUt8IQm6kYUW">www.youtube.com</a> 出海手机号相关专辑 <a href="https://www.youtube.com/playlist?list=PLpBi3Wpk7OYjukvk0xcEupXpgNaObcY-G">www.youtube.com</a> 出海网络搭建相关专辑 <a href="https://www.youtube.com/playlist?list=PLpBi3Wpk7OYh3kMT-egNWr8Bba0jdyttw">www.youtube.com</a> 出海VPS相关专辑 <a href="https://www.youtube.com/playlist?list=PLpBi3Wpk7OYjYV-Mz64Bzv3FxADmyKcsC">www.youtube.com</a></p><p>如果你觉得这期视频对你有帮助，请务必：</p><p>点赞本视频</p><p>在评论区留下你的问题或成功注册的截图</p><p>订阅频道并打开小铃铛，获取最新硬核白嫖教程和科技前沿资讯！</p><h3 id="免责声明"><a href="#免责声明" class="headerlink" title="免责声明"></a>免责声明</h3><p>本视频内容仅供参考，不构成法律或税务建议。具体的税务问题请咨询专业的税务顾问或律师。美国税法可能会发生变化，请以 IRS 官方网站的最新信息为准。</p><h2 id="相关教程推荐"><a href="#相关教程推荐" class="headerlink" title="相关教程推荐"></a>相关教程推荐</h2><!-- 推荐链接：Wise/N26/银行卡系列 → /年份/tutorial/wise-mainland-phone-id-register-guide/ --><ul><li><a href="/2026/tutorial/wise-mainland-phone-id-register-guide/">Wise 国内注册全教程（身份证+手机号）</a></li></ul><hr><h2 id="视频信息"><a href="#视频信息" class="headerlink" title="视频信息"></a>视频信息</h2><ul><li><strong>视频标题</strong>: 想要Claude支付降低封概率？外国人必看！无移民身份也能拿美国 ITIN 税号？解锁美股、银行、信用卡全攻略！(内含代办优惠)</li><li>UP主: 短裤哥</li></ul><h2 id="参考链接"><a href="#参考链接" class="headerlink" title="参考链接"></a>参考链接</h2><ul><li><a href="https://www.youtube.com/watch?v=B8gNipUixTo">YouTube 原视频</a></li><li><a href="https://869hr.uk/">869hr.uk 博客首页</a></li></ul><hr>]]></content>
    
    
    <summary type="html">想在美国银行开户、申请信用卡或投资美股，却苦于没有社会安全号 (SSN)</summary>
    
    
    
    <category term="教程" scheme="https://869hr.uk/categories/tutorial/"/>
    
    
    <category term="ITIN" scheme="https://869hr.uk/tags/ITIN/"/>
    
    <category term="美国税号" scheme="https://869hr.uk/tags/%E7%BE%8E%E5%9B%BD%E7%A8%8E%E5%8F%B7/"/>
    
    <category term="外国人报税" scheme="https://869hr.uk/tags/%E5%A4%96%E5%9B%BD%E4%BA%BA%E6%8A%A5%E7%A8%8E/"/>
    
    <category term="美股投资" scheme="https://869hr.uk/tags/%E7%BE%8E%E8%82%A1%E6%8A%95%E8%B5%84/"/>
    
    <category term="美国银行开户" scheme="https://869hr.uk/tags/%E7%BE%8E%E5%9B%BD%E9%93%B6%E8%A1%8C%E5%BC%80%E6%88%B7/"/>
    
    <category term="美国信用卡" scheme="https://869hr.uk/tags/%E7%BE%8E%E5%9B%BD%E4%BF%A1%E7%94%A8%E5%8D%A1/"/>
    
    <category term="跨境电商" scheme="https://869hr.uk/tags/%E8%B7%A8%E5%A2%83%E7%94%B5%E5%95%86/"/>
    
    <category term="洛华跨境" scheme="https://869hr.uk/tags/%E6%B4%9B%E5%8D%8E%E8%B7%A8%E5%A2%83/"/>
    
    <category term="税务规划" scheme="https://869hr.uk/tags/%E7%A8%8E%E5%8A%A1%E8%A7%84%E5%88%92/"/>
    
    <category term="CAA代办" scheme="https://869hr.uk/tags/CAA%E4%BB%A3%E5%8A%9E/"/>
    
  </entry>
  
  <entry>
    <title>Telegram注册总是失败？这套保姆级教程带你低至 $0.5 成本成功上岸！住宅IP+接码平台+全流程</title>
    <link href="https://869hr.uk/2026/tech/telegram-register-tutorial-0-5-ip-shorts/"/>
    <id>https://869hr.uk/2026/tech/telegram-register-tutorial-0-5-ip-shorts/</id>
    <published>2026-04-10T15:32:10.000Z</published>
    <updated>2026-04-10T15:32:10.000Z</updated>
    
    <content type="html"><![CDATA[<!-- 文章摘要 --><blockquote><p>如果你还在为 Telegram (TG) 账号注册频繁失败而烦恼，那么这个视频就是为你准备的！…</p></blockquote><h2 id="视频教程"><a href="#视频教程" class="headerlink" title="视频教程"></a>视频教程</h2><div class="video-container"><iframe src="https://www.youtube.com/embed/m7XT0fW1LAY" title="Telegram注册总是失败？这套保姆级教程带你低至 $0.5" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></div><h2 id="视频介绍"><a href="#视频介绍" class="headerlink" title="视频介绍"></a>视频介绍</h2><p>本视频由 短裤AI分享 制作，时长约 12 分 37 秒。</p><h2 id="视频章节"><a href="#视频章节" class="headerlink" title="视频章节"></a>视频章节</h2><ul><li><strong>00:00</strong> 视频介绍：为什么你的 TG 注册总是失败？</li><li><strong>01:00</strong> 核心前置：如何选择和配置纯净的美国住宅 IP 环境（关键！）</li><li><strong>02:30</strong> 接码平台实操：充值、获取美国虚拟手机号</li><li><strong>04:00</strong> 使用 Telegram X 客户端进行注册详细演示</li><li><strong>05:30</strong> 注册过程中的坑点与避坑指南 (如收不到验证码、邮箱验证等)</li><li><strong>07:00</strong> 核心安全设置：手把手教你开启「二阶段验证」(2FA)</li><li><strong>08:30</strong> 总结：确保账号安全、长久使用的秘籍</li><li><strong>09:30</strong> 答疑与互动</li></ul><h2 id="详细内容"><a href="#详细内容" class="headerlink" title="详细内容"></a>详细内容</h2><p>如果你还在为 Telegram (TG) 账号注册频繁失败而烦恼，那么这个视频就是为你准备的！</p><p>很多小伙伴反映使用普通的 VPS 节点或+86手机号注册 TG 极易被封或根本收不到验证码。本期视频，我将实操演示一套真正可行的解决方案。</p><p>💡 本期视频核心亮点：</p><p>真正的低成本上岸： 充值起始价仅 $2，单次成功注册成本可低至 $0.5！</p><p>纯净美国节点 &amp; 住宅IP： 使用纯净的住宅 IP 流量，大幅提高账号权重，防封防锁。</p><p>实操接码平台 &amp; Telegram X： 演示如何利用专业接码平台获取美国虚拟号，并使用 TG X 客户端进行安全注册。</p><p>手把手开启「二阶段验证」(2FA)： 视频包含如何正确设置 2FA，确保账号永不丢失，安全可靠。</p><p>全流程教学： 从住宅 IP 环境配置基础（提及作为前置）到邮箱登录成功，手把手带你完成。</p><p>📌 视频时间轴 (Video Timestamp):</p><p>短信及语音接码平台 <a href="https://hero-sms.com/?ref=357885">hero-sms.com</a></p><p>白嫖流量</p><p>500M试用， 链接 <a href="https://ipfly.net/zh-cn/activity/GXJDIAN">ipfly.net</a> 优惠码 GXJDIAN ， 85 折优惠</p><p>200M试用，链接 <a href="https://dashboard.talordata.com/reg?inviter_code=gxjdian">dashboard.talordata.com</a> 优惠码GXJDIAN， 9 折优惠</p><p>一年 8.5 美金的美国家宽，稳定靠谱，教程 <a href="https://youtu.be/ggCSZOXEqbE">youtu.be</a></p><p>VPS主机等</p><p>Claude用的丽萨主机： <a href="https://lisahost.com/aff.php?aff=9424">lisahost.com</a></p><p>按流量VPS <a href="https://www.lycheeip.com/home/ip?affId=1AwYIQ7BW8">www.lycheeip.com</a></p><p>一年 10 美元的多年保底小鸡， <a href="https://clients.zgovps.com/?affid=1207">clients.zgovps.com</a></p><p>各种云主机，主打性价比 <a href="https://my.racknerd.com/aff.php?aff=15809">my.racknerd.com</a></p><p>美国的vps，一年 70 美金搞活动，<a href="https://app.cloudcone.com/?ref=13794">app.cloudcone.com</a></p><p>Gmail、Telegram等账号购买、礼品卡，Claude充值等</p><p><a href="https://accboy7gxjdian.acceboy.com/">accboy7gxjdian.acceboy.com</a></p><p><a href="https://universalbus.cn/?s=bvDplWi2fZ">universalbus.cn</a></p><p><a href="https://www.gamsgo.com/partner/jGh24">www.gamsgo.com</a></p><p>💬 加入Telegram讨论群： <a href="https://t.me/tgmShareAI">t.me</a></p><p>💬 Twitter：<a href="https://x.com/gxjdian">x.com</a></p><p>💬 加入微信讨论群：<a href="https://qr.869hr.uk/aitech">qr.869hr.uk</a></p><p>🔗 超过100T免费资源下载站：<a href="https://doc.869hr.uk/">doc.869hr.uk</a></p><p>🔗 视频的文字博客(银行卡、手机号、VPS主机、IP测试等）：<a href="https://869hr.uk/">869hr.uk</a></p><ol><li><p>三家eSIM 让国产手机秒变eSIM手机，全方面优缺点对比及开户链接 <a href="https://s.869hr.uk/mcc">s.869hr.uk</a></p></li><li><p>eSIM 9eSIM打 9 折（优惠码：maq）注册及购买链接 <a href="https://www.9esim.com/?coupon=maq">www.9esim.com</a></p></li><li><p>eSIM ESTK打 9 折（优惠码：GXJDIAN）注册及购买链接 <a href="https://store.estk.me/zh?aid=16007">store.estk.me</a></p></li><li><p>eSIM XeSIM打 8 折（推荐码：gxjdian）注册及购买链接 <a href="https://xesim.cc/?DIST=RE5FHg==">xesim.cc</a></p></li><li><p>wise的申请链接及教程链接（有身份证就可，推荐码：lizhiw12） (教程链接<a href="https://x.com/wlzh/status/19967997897...">x.com</a> （申请链接<a href="https://wise.com/invite/ihpc/lizhiw12%EF%BC%89">wise.com</a></p></li><li><p>N26 的申请链接及教程链接 （需要护照， 推荐码：lizhiw02766c ） <a href="https://youtu.be/HY9OD8rX89s?si=78REb8MyKSJB6cwQ">youtu.be</a></p></li></ol><p>AI产品&amp;技术相关专辑 <a href="https://www.youtube.com/playlist?list=PLpBi3Wpk7OYinOdd8WbQ_gbuSVMNgBLlI">www.youtube.com</a> 出海收款、付款、银行卡、虚拟卡相关专辑 <a href="https://www.youtube.com/playlist?list=PLpBi3Wpk7OYjEzCOqJh5ojUt8IQm6kYUW">www.youtube.com</a> 出海手机号相关专辑 <a href="https://www.youtube.com/playlist?list=PLpBi3Wpk7OYjukvk0xcEupXpgNaObcY-G">www.youtube.com</a> 出海网络搭建相关专辑 <a href="https://www.youtube.com/playlist?list=PLpBi3Wpk7OYh3kMT-egNWr8Bba0jdyttw">www.youtube.com</a> 出海VPS相关专辑 <a href="https://www.youtube.com/playlist?list=PLpBi3Wpk7OYjYV-Mz64Bzv3FxADmyKcsC">www.youtube.com</a></p><p>👇【关注我不迷路】</p><p>如果你觉得这期视频对你有帮助，请务必：</p><p>👍 点赞本视频</p><p>💬 在评论区留下你的问题或成功注册的截图</p><p>🔔 订阅频道并打开小铃铛，获取最新硬核白嫖教程和科技前沿资讯！</p><p>#Telegram #Telegram注册 #Telegram教程 #Telegram保姆级教程 #美国住宅IP #住宅IP #美国节点 #接码平台 #TelegramX #二阶段验证 #2FA #低成本注册 #账号安全 #账号防封 #herosms #接码软件 #美国手机号</p><hr><h2 id="视频信息"><a href="#视频信息" class="headerlink" title="视频信息"></a>视频信息</h2><ul><li><strong>视频标题</strong>: 【Telegram】注册总是失败？这套保姆级教程带你低至 $0.5 成本成功上岸！(住宅IP+接码平台+全流程) #Shorts</li><li><strong>UP主</strong>: 短裤AI分享</li><li><strong>时长</strong>: 12 分 37 秒</li></ul><h2 id="参考链接"><a href="#参考链接" class="headerlink" title="参考链接"></a>参考链接</h2><ul><li><a href="https://www.youtube.com/watch?v=m7XT0fW1LAY">YouTube 原视频</a></li><li><a href="https://869hr.uk/">更多教程</a></li></ul><hr>]]></content>
    
    
    <summary type="html">如果你还在为 Telegram (TG) 账号注册频繁失败而烦恼，那么这个视频就是为你准备的</summary>
    
    
    
    <category term="技术" scheme="https://869hr.uk/categories/tech/"/>
    
    
    <category term="Telegram" scheme="https://869hr.uk/tags/Telegram/"/>
    
    <category term="接码平台" scheme="https://869hr.uk/tags/sms-verification/"/>
    
    <category term="住宅IP" scheme="https://869hr.uk/tags/%E4%BD%8F%E5%AE%85IP/"/>
    
    <category term="注册教程" scheme="https://869hr.uk/tags/%E6%B3%A8%E5%86%8C%E6%95%99%E7%A8%8B/"/>
    
    <category term="2FA" scheme="https://869hr.uk/tags/2FA/"/>
    
  </entry>
  
  <entry>
    <title>【新鲜出炉】无限量白嫖 Codex GPT-5.4 模型！全自动批量注册 Chrome 插件教程，只需配置 CPA，高效率 0 手工！</title>
    <link href="https://869hr.uk/2026/tech/codex-gpt54-auto-register-chrome-extension/"/>
    <id>https://869hr.uk/2026/tech/codex-gpt54-auto-register-chrome-extension/</id>
    <published>2026-04-07T16:30:00.000Z</published>
    <updated>2026-04-07T16:30:00.000Z</updated>
    
    <content type="html"><![CDATA[<!-- 文章摘要 --><blockquote><p>🔥 手把手教你无限量白嫖 Codex GPT-5.4 账号！ 🔥…</p></blockquote><h2 id="视频教程"><a href="#视频教程" class="headerlink" title="视频教程"></a>视频教程</h2><div class="video-container"><iframe src="https://www.youtube.com/embed/7ShCkeSvL98" title="新鲜出炉无限量白嫖 Codex GPT-5.4 模型！全自动批量注册 Chrome" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></div><h2 id="视频介绍"><a href="#视频介绍" class="headerlink" title="视频介绍"></a>视频介绍</h2><p>本视频由 短裤AI分享 制作，时长约 6 分 21 秒。</p><h2 id="详细内容"><a href="#详细内容" class="headerlink" title="详细内容"></a>详细内容</h2><p>🔥 手把手教你无限量白嫖 Codex GPT-5.4 账号！ 🔥</p><p>新鲜出炉的 Chrome 插件黑科技！本期视频将为你带来最全的保姆级教程，教你如何利用自动化插件，只需简单配置 CPA，就能实现 Codex GPT-5.4 模型的全自动批量注册！</p><p>本套方案的优势：</p><p>🚀 效率极高：全自动操作，节省大量人工时间。</p><p>🛠️ 配置简单：小白也能轻松上手，只需一步配置。</p><p>📦 支持批量：轻松获取多个账号，满足你的各种需求。</p><p>不管你是想自己使用，还是有其他商业化想法，这套手把手教程都能帮你完美解决账号问题。视频最后还有防封小技巧分享，千万不要错过！</p><p>项目URL：<a href="https://github.com/NyxTides/SimpleAuthFlow">github.com</a></p><p>安装及配置CPA视频教程，很简单，远程和本地一套流程 <a href="https://youtu.be/3KhDHeQ7MJs">youtu.be</a></p><p>👇 视频时间戳 (Timeline)：</p><p>00:00 精彩预告与成果展示</p><p>01:30 插件安装与环境准备</p><p>03:15 CPA 配置核心步骤详解</p><p>04:00 开启全自动批量注册实战</p><p>04:20 账号管理与防封建议</p><p>注意：本教程仅供技术交流学习，请自觉遵守相关法律法规。工具随时可能失效，建议尽早实操！</p><p>💬 加入Telegram讨论群： <a href="https://t.me/tgmShareAI">t.me</a></p><p>💬 Twitter：<a href="https://x.com/gxjdian">x.com</a></p><p>💬 加入微信讨论群：<a href="https://qr.869hr.uk/aitech">qr.869hr.uk</a></p><p>🔗 超过100T免费资源下载站：<a href="https://doc.869hr.uk/">doc.869hr.uk</a></p><p>🔗 视频的文字博客(银行卡、手机号、VPS主机、IP测试等）：<a href="https://869hr.uk/">869hr.uk</a></p><ol><li><p>三家eSIM 让国产手机秒变eSIM手机，全方面优缺点对比及开户链接🔗 <a href="https://s.869hr.uk/mcc">s.869hr.uk</a></p></li><li><p>eSIM 9eSIM打 9 折（优惠码：maq）注册及购买链接 <a href="https://www.9esim.com/?coupon=maq">www.9esim.com</a></p></li><li><p>eSIM  ESTK打 9 折（优惠码：GXJDIAN）注册及购买链接 <a href="https://store.estk.me/zh?aid=16007">store.estk.me</a></p></li><li><p>eSIM XeSIM打 8 折（推荐码：gxjdian）注册及购买链接 <a href="https://xesim.cc/?DIST=RE5FHg==">xesim.cc</a></p></li><li><p>wise的申请链接及教程链接（有身份证就可，推荐码：lizhiw12） (教程链接<a href="https://x.com/wlzh/status/19967997897...">x.com</a> （申请链接<a href="https://wise.com/invite/ihpc/lizhiw12%EF%BC%89">wise.com</a></p></li><li><p>N26 的申请链接及教程链接 （需要护照， 推荐码：lizhiw02766c ）  <a href="https://youtu.be/HY9OD8rX89s?si=78REb8MyKSJB6cwQ">youtu.be</a></p></li></ol><p>👇【关注我不迷路】</p><p>如果你觉得这期视频对你有帮助，请务必：</p><p>👍 点赞本视频</p><p>💬 在评论区留下你的问题或成功注册的截图</p><p>🔔 订阅频道并打开小铃铛，获取最新硬核白嫖教程和科技前沿资讯！</p><p>#GPT5 #CodexGPT #白嫖教程 #Chrome插件 #自动化注册 #批量注册 #CPA教程 #效率工具 #黑科技 #小白教程 #账号注册 #人工智能</p><hr><h2 id="视频信息"><a href="#视频信息" class="headerlink" title="视频信息"></a>视频信息</h2><ul><li><strong>视频标题</strong>: 【新鲜出炉】无限量白嫖 Codex GPT-5.4 模型！全自动批量注册 Chrome 插件教程，只需配置 CPA，高效率 0 手工！</li><li><strong>UP主</strong>: 短裤AI分享</li><li><strong>时长</strong>: 6 分 21 秒</li></ul><h2 id="参考链接"><a href="#参考链接" class="headerlink" title="参考链接"></a>参考链接</h2><ul><li><a href="https://www.youtube.com/watch?v=7ShCkeSvL98">YouTube 原视频</a></li><li><a href="https://869hr.uk/">更多教程</a></li></ul><hr>]]></content>
    
    
    <summary type="html">手把手教你无限量白嫖 Codex GPT-5.4 账号，利用 Chrome 自动化插件，只需简单配置 CPA，实现全自动批量注册，零门槛高效率。</summary>
    
    
    
    <category term="技术" scheme="https://869hr.uk/categories/tech/"/>
    
    
    <category term="GPT-5.4" scheme="https://869hr.uk/tags/GPT-5-4/"/>
    
    <category term="Codex GPT-5.4" scheme="https://869hr.uk/tags/Codex-GPT-5-4/"/>
    
    <category term="Chrome插件" scheme="https://869hr.uk/tags/Chrome%E6%8F%92%E4%BB%B6/"/>
    
    <category term="自动化注册" scheme="https://869hr.uk/tags/%E8%87%AA%E5%8A%A8%E5%8C%96%E6%B3%A8%E5%86%8C/"/>
    
    <category term="CPA配置" scheme="https://869hr.uk/tags/CPA%E9%85%8D%E7%BD%AE/"/>
    
    <category term="白嫖教程" scheme="https://869hr.uk/tags/%E7%99%BD%E5%AB%96%E6%95%99%E7%A8%8B/"/>
    
  </entry>
  
  <entry>
    <title>免费白嫖Super Grok一年会员全流程保姆级教程！Amazon Pay上车亲测有效</title>
    <link href="https://869hr.uk/2026/tech/free-super-grok-tutorial-amazon-pay/"/>
    <id>https://869hr.uk/2026/tech/free-super-grok-tutorial-amazon-pay/</id>
    <published>2026-04-03T15:06:00.000Z</published>
    <updated>2026-04-03T15:06:00.000Z</updated>
    
    <content type="html"><![CDATA[<!-- 文章摘要 --><blockquote><p>🔥 Super grok 免费一年会员已复活！…</p></blockquote><h2 id="视频教程"><a href="#视频教程" class="headerlink" title="视频教程"></a>视频教程</h2><div class="video-container"><iframe src="https://www.youtube.com/embed/lQHwsrVYD9I" title="全网首发免费白嫖价值 💲300 Super Grok" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></div><h2 id="视频介绍"><a href="#视频介绍" class="headerlink" title="视频介绍"></a>视频介绍</h2><p>本视频由 短裤AI分享 制作，时长约 9 分 38 秒。</p><h2 id="详细内容"><a href="#详细内容" class="headerlink" title="详细内容"></a>详细内容</h2><p>🔥 Super grok 免费一年会员已复活！</p><p>注：本教程仅供佬友参考，实操过程完整记录。用卡和账号封禁风险自负。请兄弟们注意安全。</p><p>准备工作：</p><p>节点： 全程科学上网，节点选择香港，确保IP支持 Grok。</p><p>保姆级详细步骤：</p><p>第一阶段：Amazon 准备（重要！）</p><p>注册新 Amazon 账号。 建议用临时邮箱。必需绑定手机号（支持大陆+86）。</p><p>添加支付方式。 进入 Amazon Account → Your Payments 页面，点击 Add a credit or debit card（添加虚拟信用卡）。</p><p>假如你没有虚拟信用卡，你可以去海鲜市场搜索 0 刀卡，大概 3 元左右，卖家会提供完整的卡号信息。</p><p>填写账单地址。 去谷歌随便找一个美国现实存在的地址填入。</p><p>确认账单地址和卡片信息无误后，点击 Save（保存）。显示 Payment method added（绑卡成功）。</p><p>第二阶段：Grok 注册与试用</p><ol start="4"><li><p>注册全新 Grok 账号。 建议用注册个 Grok 新号，以免哪天被封。我自己是用苹果 iCloud 邮箱注册了一个新的 grok 号（或者用 163 邮箱也可以轻松注册）。</p></li><li><p>激活 3 天免费试用。 登录后，点主界面右下角，进入订阅页面。你会看到：SuperGrok 免费试用 3 天。</p></li></ol><ul><li>点进去，切换到年付选项，选择 SuperGrok 年付方案（之后是 $30&#x2F;月）。</li></ul><ol start="6"><li>用 Amazon Pay 支付。 支付页面千万不要用银行卡，一定要选 Amazon Pay。弹出 Amazon 登录界面，用刚注册的 Amazon 账号登录。你已成功激活 SuperGrok 3 天免费试用。</li></ol><p>第三阶段：关键步骤（解锁一年免续费）</p><ol start="7"><li>立即取消订阅。 激活 3 天免费试用后，立刻进入设置 → 订阅，点击右上角 Management (管理)，选择 Cancel subscription（取消订阅）。</li></ol><ul><li><p>必须在 3 天内完成，否则会被自动扣款 $360。</p></li><li><p>Grok 可能会弹出挽留优惠（以 $30 的价格获得 3 个月），直接忽略它，点下方小字「放弃优惠并继续取消」。</p></li></ul><ol start="8"><li><p>确认取消。 看到 Payment added 旁边有 Update Subscription (更新订阅) 按钮，说明取消成功。</p></li><li><p>升级包年订阅（Stripe结算）。 点击 Update Subscription (更新订阅)，进入 Stripe 结算页面。</p></li></ol><ul><li>系统会跳转到一个要求填写信用卡的 Stripe 支付页面，会有段红色的提示。</li></ul><ol start="10"><li>最终操作。 直接关掉页面，不填任何信息。</li></ol><p>第四阶段：验证</p><ol start="11"><li>返回 Grok。 重新进入 Grok 设置，刷新，你会惊喜地发现，SuperGrok 一年到手啦！</li></ol><p>注：本教程实操时间为 [20260403]。看看到时候存活多久。</p><p>相关链接：</p><p>亚马逊地址：<a href="https://www.amazon.com/">www.amazon.com</a></p><p>Grok地址：<a href="https://www.grok.com/">www.grok.com</a></p><p>地址生成器：<a href="https://usaddressgen.com/">usaddressgen.com</a></p><p>短信接码平台：<a href="https://hero-sms.com/?ref=357885">hero-sms.com</a></p><p>💬 加入Telegram讨论群： <a href="https://t.me/tgmShareAI">t.me</a></p><p>💬 Twitter：<a href="https://x.com/gxjdian">x.com</a></p><p>💬 加入微信讨论群：<a href="https://qr.869hr.uk/aitech">qr.869hr.uk</a></p><p>🔗 超过100T免费资源下载站：<a href="https://doc.869hr.uk/">doc.869hr.uk</a></p><p>🔗 视频的文字博客(银行卡、手机号、VPS主机、IP测试等）：<a href="https://869hr.uk/">869hr.uk</a></p><ol><li><p>三家eSIM 让国产手机秒变eSIM手机，全方面优缺点对比及开户链接🔗 <a href="https://s.869hr.uk/mcc">s.869hr.uk</a></p></li><li><p>eSIM 9eSIM打 9 折（优惠码：maq）注册及购买链接 <a href="https://www.9esim.com/?coupon=maq">www.9esim.com</a></p></li><li><p>eSIM  ESTK打 9 折（优惠码：GXJDIAN）注册及购买链接 <a href="https://store.estk.me/zh?aid=16007">store.estk.me</a></p></li><li><p>eSIM XeSIM打 8 折（推荐码：gxjdian）注册及购买链接 <a href="https://xesim.cc/?DIST=RE5FHg==">xesim.cc</a></p></li><li><p>wise的申请链接及教程链接（有身份证就可，推荐码：lizhiw12） (教程链接<a href="https://x.com/wlzh/status/19967997897...">x.com</a> （申请链接<a href="https://wise.com/invite/ihpc/lizhiw12%EF%BC%89">wise.com</a></p></li><li><p>N26 的申请链接及教程链接 （需要护照， 推荐码：lizhiw02766c ）  <a href="https://youtu.be/HY9OD8rX89s?si=78REb8MyKSJB6cwQ">youtu.be</a></p></li></ol><p>👇【关注我不迷路】</p><p>如果你觉得这期视频对你有帮助，请务必：</p><p>👍 点赞本视频</p><p>💬 在评论区留下你的问题或成功注册的截图</p><p>🔔 订阅频道并打开小铃铛，获取最新硬核白嫖教程和科技前沿资讯！</p><p>#Supergrok #免费 #白嫖 #一年会员 #GrokSuperPremium #AmazonPay #虚拟信用卡 #临时邮箱 #极客教程 #科学上网 #保姆级教程 #0成本</p><hr><h2 id="视频信息"><a href="#视频信息" class="headerlink" title="视频信息"></a>视频信息</h2><ul><li><strong>视频标题</strong>: 【全网首发】免费白嫖价值 💲300 Super Grok 一年会员全流程保姆级教程！免直接信用卡，临时邮箱Amazon Pay上车，亲测有效！ Super Grok 1 Year for Free！</li><li><strong>UP主</strong>: 短裤AI分享</li><li><strong>时长</strong>: 9 分 38 秒</li></ul><h2 id="参考链接"><a href="#参考链接" class="headerlink" title="参考链接"></a>参考链接</h2><ul><li><a href="https://www.youtube.com/watch?v=lQHwsrVYD9I">YouTube 原视频</a></li><li><a href="https://869hr.uk/">更多教程</a></li></ul><hr>]]></content>
    
    
    <summary type="html">Super Grok 免费一年会员保姆级教程，通过Amazon Pay和零元虚拟信用卡白嫖SuperGrok一年会员，亲测有效。</summary>
    
    
    
    <category term="技术" scheme="https://869hr.uk/categories/tech/"/>
    
    
    <category term="视频教程" scheme="https://869hr.uk/tags/%E8%A7%86%E9%A2%91%E6%95%99%E7%A8%8B/"/>
    
    <category term="白嫖教程" scheme="https://869hr.uk/tags/%E7%99%BD%E5%AB%96%E6%95%99%E7%A8%8B/"/>
    
    <category term="Super Grok" scheme="https://869hr.uk/tags/Super-Grok/"/>
    
    <category term="Amazon Pay" scheme="https://869hr.uk/tags/Amazon-Pay/"/>
    
  </entry>
  
  <entry>
    <title>🚀永久免费！HR都在看的神仙在线AI智能润色简历工具  全能本地，无隐私担忧  0基础免排版一键导出  手把手教你打造高薪Offer收割机</title>
    <link href="https://869hr.uk/2026/tech/free-hr-ai-tools-0-offer/"/>
    <id>https://869hr.uk/2026/tech/free-hr-ai-tools-0-offer/</id>
    <published>2026-04-01T14:46:52.000Z</published>
    <updated>2026-04-01T14:46:52.000Z</updated>
    
    <content type="html"><![CDATA[<!-- 文章摘要 --><blockquote><p>还在为找工作写简历发愁吗？不知道排版？找不到好看的模板？…</p></blockquote><h2 id="视频教程"><a href="#视频教程" class="headerlink" title="视频教程"></a>视频教程</h2><div class="video-container"><iframe src="https://www.youtube.com/embed/GUAAtdzi__c" title="🚀永久免费！HR都在看的神仙在线AI智能润色简历工具 | 全程本地，无隐私担忧 |" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></div><h2 id="视频介绍"><a href="#视频介绍" class="headerlink" title="视频介绍"></a>视频介绍</h2><p>本视频由 短裤AI分享 制作，时长约 5 分 54 秒。</p><h2 id="详细内容"><a href="#详细内容" class="headerlink" title="详细内容"></a>详细内容</h2><p>还在为找工作写简历发愁吗？不知道排版？找不到好看的模板？</p><p>今天给大家分享一个亲测好用、完全免费的在线简历生成神器</p><p>不管你是刚毕业的小白，还是想跳槽拿高薪的职场老鸟，这个工具都能帮你 0 基础、0 成本快速搞定一份让 HR 眼前一亮的专业简历！不再需要繁琐地调整 Word 格式，一键生成，直接导出！</p><p>👇 本期视频干货满满，带你实操：</p><p>00:00 为什么你的简历总是石沉大海？</p><p>01:15 网站介绍：jianli.869hr.uk 有多好用？</p><p>03:30 账号注册与后台基础设置 (0成本保姆级教学)</p><p>04:20 如何挑选模板并一键导入个人经历？</p><p>05:45 高级技巧：让HR一眼看中的排版秘籍</p><p>🔗 视频中提到的实用网址：</p><p>官方在线简历平台：<a href="https://jianli.869hr.uk/">jianli.869hr.uk</a></p><p>💬 加入Telegram讨论群： <a href="https://t.me/tgmShareAI">t.me</a></p><p>💬 Twitter：<a href="https://x.com/gxjdian">x.com</a></p><p>💬 加入微信讨论群：<a href="https://qr.869hr.uk/aitech">qr.869hr.uk</a></p><p>🔗 超过100T免费资源下载站：<a href="https://doc.869hr.uk/">doc.869hr.uk</a></p><p>🔗 视频的文字博客(银行卡、手机号、VPS主机、IP测试等）：<a href="https://869hr.uk/">869hr.uk</a></p><ol><li><p>三家eSIM 让国产手机秒变eSIM手机，全方面优缺点对比及开户链接🔗 <a href="https://s.869hr.uk/mcc">s.869hr.uk</a></p></li><li><p>eSIM 9eSIM打 9 折（优惠码：maq）注册及购买链接 <a href="https://www.9esim.com/?coupon=maq">www.9esim.com</a></p></li><li><p>eSIM  ESTK打 9 折（优惠码：GXJDIAN）注册及购买链接 <a href="https://store.estk.me/zh?aid=16007">store.estk.me</a></p></li><li><p>eSIM XeSIM打 8 折（推荐码：gxjdian）注册及购买链接 <a href="https://xesim.cc/?DIST=RE5FHg==">xesim.cc</a></p></li><li><p>wise的申请链接及教程链接（有身份证就可，推荐码：lizhiw12） (教程链接<a href="https://x.com/wlzh/status/19967997897...">x.com</a> （申请链接<a href="https://wise.com/invite/ihpc/lizhiw12%EF%BC%89">wise.com</a></p></li><li><p>N26 的申请链接及教程链接 （需要护照， 推荐码：lizhiw02766c ）  <a href="https://youtu.be/HY9OD8rX89s?si=78REb8MyKSJB6cwQ">youtu.be</a></p></li></ol><p>👇【关注我不迷路】</p><p>如果你觉得这期视频对你有帮助，请务必：</p><p>👍 点赞本视频</p><p>💬 在评论区留下你的问题或成功注册的截图</p><p>🔔 订阅频道并打开小铃铛，获取最新硬核白嫖教程和科技前沿资讯！</p><p>#简历 #在线简历 #免费简历模板 #求职技巧 #找工作 #面试准备 #HR #高薪Offer #实用工具 #小白教程 #简历制作 #职业规划</p><hr><h2 id="视频信息"><a href="#视频信息" class="headerlink" title="视频信息"></a>视频信息</h2><ul><li><strong>视频标题</strong>: 🚀永久免费！HR都在看的神仙在线AI智能润色简历工具 | 全程本地，无隐私担忧 | 0基础免排版一键导出 | 手把手教你打造高薪Offer收割机</li><li><strong>UP主</strong>: 短裤AI分享</li><li><strong>时长</strong>: 5 分 54 秒</li></ul><h2 id="参考链接"><a href="#参考链接" class="headerlink" title="参考链接"></a>参考链接</h2><ul><li><a href="https://www.youtube.com/watch?v=GUAAtdzi__c">YouTube 原视频</a></li><li><a href="https://869hr.uk/">更多教程</a></li></ul><hr>]]></content>
    
    
    <summary type="html">今天给大家分享一个亲测好用、完全免费的在线简历生成神器 不管你是刚毕业的小白，还是想跳槽拿高薪的职场老鸟，这个工具都能帮你 0 基础、0 成本快速搞定一份让 HR 眼前一亮的专业简历</summary>
    
    
    
    <category term="技术" scheme="https://869hr.uk/categories/tech/"/>
    
    
    <category term="视频教程" scheme="https://869hr.uk/tags/%E8%A7%86%E9%A2%91%E6%95%99%E7%A8%8B/"/>
    
  </entry>
  
  <entry>
    <title>真香！AI订阅、支付卡，Bybit Card 国内身份证秒开，0开卡费，USDT 支付宝/微信随便刷</title>
    <link href="https://869hr.uk/2026/tech/ai-payment-card-bybit-0-usdt/"/>
    <id>https://869hr.uk/2026/tech/ai-payment-card-bybit-0-usdt/</id>
    <published>2026-03-27T03:16:38.000Z</published>
    <updated>2026-03-27T03:16:38.000Z</updated>
    
    <content type="html"><![CDATA[<!-- 文章摘要 --><blockquote><p>中国身份证就能秒开虚拟卡 + 实体卡，支付宝、微信、Apple Pay 随便绑，日常买咖啡、付房租都能直接刷 [USDT]。…</p></blockquote><h2 id="视频教程"><a href="#视频教程" class="headerlink" title="视频教程"></a>视频教程</h2><div class="video-container"><iframe src="https://www.youtube.com/embed/3sN7P2t_CeA" title="真香！AI订阅、支付卡，Bybit Card 国内身份证秒开，0开卡费，USDT 支付宝/微信随便刷" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></div><h2 id="视频介绍"><a href="#视频介绍" class="headerlink" title="视频介绍"></a>视频介绍</h2><p>本视频由 短裤AI分享 制作，时长约 9 分 10 秒。</p><h2 id="详细内容"><a href="#详细内容" class="headerlink" title="详细内容"></a>详细内容</h2><p>中国身份证就能秒开虚拟卡 + 实体卡，支付宝、微信、Apple Pay 随便绑，日常买咖啡、付房租都能直接刷 [USDT]。</p><p>这份最新教程，5 分钟带你搞定申请，立刻开刷！</p><p>Bybit 充值 》 加密货币 》USDT 》 选择 BSC (BEP20) 链 》复制钱包地址，完成充值。</p><p>如何入金 Wise&#x2F;N26详情请见视频，完整手把手教程，助你完成稳定币变美金！</p><p>记得使用推荐码：LGNQRG 获得福利和返佣！</p><ol><li><p>开卡链接：<a href="https://www.bybit.com/en/invite/?ref=LGNQRG">www.bybit.com</a></p></li><li><p>人民币变USDT开卡教程：<a href="https://youtu.be/EkGCLiPr3HM">youtu.be</a></p></li><li><p>Wise的申请链接及教程链接（有身份证就可，推荐码：lizhiw12） (教程链接<a href="https://x.com/wlzh/status/19967997897...">x.com</a> （申请链接<a href="https://wise.com/invite/ihpc/lizhiw12%EF%BC%89">wise.com</a></p></li><li><p>N26 的申请链接及教程链接 （需要护照， 推荐码：lizhiw02766c ）  <a href="https://youtu.be/HY9OD8rX89s?si=78REb8MyKSJB6cwQ">youtu.be</a></p></li></ol><p>💬 加入Telegram讨论群： <a href="https://t.me/tgmShareAI">t.me</a></p><p>💬 Twitter：<a href="https://x.com/gxjdian">x.com</a></p><p>💬 加入微信讨论群：<a href="https://qr.869hr.uk/aitech">qr.869hr.uk</a></p><p>🔗 超过100T免费资源下载站：<a href="https://doc.869hr.uk/">doc.869hr.uk</a></p><p>🔗 视频的文字博客(银行卡、手机号、VPS主机、IP测试等）：<a href="https://869hr.uk/">869hr.uk</a></p><ol><li><p>三家eSIM 让国产手机秒变eSIM手机，全方面优缺点对比及开户链接🔗 <a href="https://s.869hr.uk/mcc">s.869hr.uk</a></p></li><li><p>eSIM 9eSIM打 9 折（优惠码：maq）注册及购买链接 <a href="https://www.9esim.com/?coupon=maq">www.9esim.com</a></p></li><li><p>eSIM  ESTK打 9 折（优惠码：GXJDIAN）注册及购买链接 <a href="https://store.estk.me/zh?aid=16007">store.estk.me</a></p></li><li><p>eSIM XeSIM打 8 折（推荐码：gxjdian）注册及购买链接 <a href="https://xesim.cc/?DIST=RE5FHg==">xesim.cc</a></p></li></ol><p>👇【关注我不迷路】</p><p>如果你觉得这期视频对你有帮助，请务必：</p><p>👍 点赞本视频</p><p>💬 在评论区留下你的问题或成功注册的截图</p><p>🔔 订阅频道并打开小铃铛，获取最新硬核白嫖教程和科技前沿资讯！</p><p>#BybitCard #BYBIT #Bybit教程 #加密货币 #USDT #USDT出金 #支付宝绑卡 #微信绑卡 #ApplePay绑卡 #中国身份证开卡 #虚拟信用卡 #0开卡费 #Mastercard #稳定币变美金 #Wise入金 #N26 #2026教程 #小白教程 #手把手教程 #返现 #实体卡</p><hr><h2 id="视频信息"><a href="#视频信息" class="headerlink" title="视频信息"></a>视频信息</h2><ul><li><strong>视频标题</strong>: 真香！AI订阅、支付卡，Bybit Card 国内身份证秒开，0开卡费，USDT 支付宝&#x2F;微信随便刷</li><li><strong>UP主</strong>: 短裤AI分享</li><li><strong>时长</strong>: 9 分 10 秒</li></ul><h2 id="参考链接"><a href="#参考链接" class="headerlink" title="参考链接"></a>参考链接</h2><ul><li><a href="https://www.youtube.com/watch?v=3sN7P2t_CeA">YouTube 原视频</a></li><li><a href="https://869hr.uk/">更多教程</a></li></ul><hr>]]></content>
    
    
    <summary type="html">中国身份证就能秒开虚拟卡 + 实体卡，支付宝、微信、Apple Pay 随便绑，日常买咖啡、付房租都能直接刷 [USDT]</summary>
    
    
    
    <category term="技术" scheme="https://869hr.uk/categories/tech/"/>
    
    
    <category term="视频教程" scheme="https://869hr.uk/tags/%E8%A7%86%E9%A2%91%E6%95%99%E7%A8%8B/"/>
    
  </entry>
  
  <entry>
    <title>【小白必看】5分钟极速上手，如何人民币到稳定币到美金，如何稳定币到美金到人民币，最新最全充值提现买币卖币，币安开户教学</title>
    <link href="https://869hr.uk/2026/tutorial/binance-rmb-usdt-usd-cashout-guide/"/>
    <id>https://869hr.uk/2026/tutorial/binance-rmb-usdt-usd-cashout-guide/</id>
    <published>2026-03-26T14:45:00.000Z</published>
    <updated>2026-03-26T14:45:00.000Z</updated>
    
    <content type="html"><![CDATA[<!-- 文章摘要 --><blockquote><p>币安作为全球加密货币交易量排名第一的交易所，非常适合刚入圈的新手家人们。只需要看这一个视频，就可以快速上手币安。…</p></blockquote><h2 id="视频教程"><a href="#视频教程" class="headerlink" title="视频教程"></a>视频教程</h2><div class="video-container"><iframe src="https://www.youtube.com/embed/EkGCLiPr3HM" title="小白必看5分钟极速上手，如何人民币到稳定币到美金，如何稳定币到美金到人民币，最新最全充值提现买币卖币" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></div><h2 id="视频介绍"><a href="#视频介绍" class="headerlink" title="视频介绍"></a>视频介绍</h2><p>本视频由 短裤AI分享 制作，时长约 22 分 20 秒。</p><h2 id="视频章节"><a href="#视频章节" class="headerlink" title="视频章节"></a>视频章节</h2><ul><li><strong>00:00</strong> 视频简介 &amp; 核心看点</li><li><strong>02:45</strong> 第一步：账户注册与IP避雷指南</li><li><strong>05:15</strong> 第二步：小白如何顺利通过KYC身份认证</li><li><strong>07:30</strong> 第三步：账户安全设置详解（谷歌验证器）</li><li><strong>10:15</strong> 第四步：人民币快捷买币技巧（买USDT）</li><li><strong>15:00</strong> 第五步：如何用U买比特币（币币交易实操）</li><li><strong>17:45</strong> 第六步：出金变现，提现人民币安全攻略</li><li><strong>19:00</strong> 总结 &amp; 币圈新人避坑小技巧</li></ul><h2 id="详细内容"><a href="#详细内容" class="headerlink" title="详细内容"></a>详细内容</h2><p>币安作为全球加密货币交易量排名第一的交易所，非常适合刚入圈的新手家人们。只需要看这一个视频，就可以快速上手币安。</p><p>本期视频将全流程干货满满地教你：</p><p>✅ 如何正确注册币安账号，获取20%手续费优惠</p><p>✅ 如何进行KYC身份验证</p><p>✅ 如何入金充值，人民币购买比特币</p><p>✅ 如何稳定币换人民币，出金卖币变现</p><p>用最少的时间，最稳的操作，开启你的加密货币之旅！</p><p>🌟 本期专属福利 🌟</p><p>通过下方链接注册，永久享受最高20%手续费返还！</p><p>🔗 币安官网注册链接： <a href="https://www.bsmkweb.cc/register?ref=GXJDIAN">www.bsmkweb.cc</a></p><p>👉 币安手动填写邀请码： GXJDIAN</p><p>🔗 欧易开通链接<a href="https://ouxyi.link/ul/YbU25D?channelId=6994529">ouxyi.link</a></p><p>👉 欧易手动填写邀请码： 6994529</p><p>🔗 SafePal开卡：<a href="https://869hr.uk/2025/tutorial/bank-card-safepal2/">869hr.uk</a></p><p>⏱️ 视频时间戳：</p><p>⚠️ 风险提示： 加密货币投资具有极高风险，本视频仅供小白入门教程使用，不构成任何投资建议。请务必用闲钱投资，并充分了解风险。</p><p>💬 加入Telegram讨论群： <a href="https://t.me/tgmShareAI">t.me</a></p><p>💬 Twitter：<a href="https://x.com/gxjdian">x.com</a></p><p>💬 加入微信讨论群：<a href="https://qr.869hr.uk/aitech">qr.869hr.uk</a></p><p>🔗 超过100T免费资源下载站：<a href="https://doc.869hr.uk/">doc.869hr.uk</a></p><p>🔗 视频的文字博客(银行卡、手机号、VPS主机、IP测试等）：<a href="https://869hr.uk/">869hr.uk</a></p><ol><li><p>三家eSIM 让国产手机秒变eSIM手机，全方面优缺点对比及开户链接🔗 <a href="https://s.869hr.uk/mcc">s.869hr.uk</a></p></li><li><p>eSIM 9eSIM打 9 折（优惠码：maq）注册及购买链接 <a href="https://www.9esim.com/?coupon=maq">www.9esim.com</a></p></li><li><p>eSIM ESTK打 9 折（优惠码：GXJDIAN）注册及购买链接 <a href="https://store.estk.me/zh?aid=16007">store.estk.me</a></p></li><li><p>eSIM XeSIM打 8 折（推荐码：gxjdian）注册及购买链接 <a href="https://xesim.cc/?DIST=RE5FHg==">xesim.cc</a></p></li><li><p>wise的申请链接及教程链接（有身份证就可，推荐码：lizhiw12）(教程链接<a href="https://x.com/wlzh/status/19967997897...">x.com</a>（申请链接<a href="https://wise.com/invite/ihpc/lizhiw12%EF%BC%89">https://wise.com/invite/ihpc/lizhiw12）</a>)</p></li><li><p>N26 的申请链接及教程链接（需要护照，推荐码：lizhiw02766c）<a href="https://youtu.be/HY9OD8rX89s?si=78REb8MyKSJB6cwQ">youtu.be</a></p></li></ol><p>👇【关注我不迷路】</p><p>如果你觉得这期视频对你有帮助，请务必：</p><p>👍 点赞本视频</p><p>💬 在评论区留下你的问题或成功注册的截图</p><p>🔔 订阅频道并打开小铃铛，获取最新硬核白嫖教程和科技前沿资讯！</p><p>#币安 #Binance #加密货币 #比特币 #USDT #泰达币 #买币教学 #小白教程 #数字货币 #交易流程 #虚拟货币 #充值提现 #C2C交易 #返佣优惠</p><hr><h2 id="视频信息"><a href="#视频信息" class="headerlink" title="视频信息"></a>视频信息</h2><ul><li><strong>视频标题</strong>: 【小白必看】5分钟极速上手，如何人民币到稳定币到美金，如何稳定币到美金到人民币，最新最全充值提现买币卖币，币安开户教学</li><li><strong>UP主</strong>: 短裤AI分享</li><li><strong>时长</strong>: 22 分 20 秒</li></ul><h2 id="参考链接"><a href="#参考链接" class="headerlink" title="参考链接"></a>参考链接</h2><ul><li><a href="https://www.youtube.com/watch?v=EkGCLiPr3HM">YouTube 原视频</a></li><li><a href="https://869hr.uk/">更多教程</a></li></ul><hr>]]></content>
    
    
    <summary type="html">这篇教程围绕币安开户、KYC、人民币买稳定币、稳定币买比特币，以及稳定币再换回人民币的完整流程展开，适合刚入门的新手快速建立整体认知。</summary>
    
    
    
    <category term="技术教程" scheme="https://869hr.uk/categories/tutorial/"/>
    
    
    <category term="币安" scheme="https://869hr.uk/tags/%E5%B8%81%E5%AE%89/"/>
    
    <category term="稳定币" scheme="https://869hr.uk/tags/%E7%A8%B3%E5%AE%9A%E5%B8%81/"/>
    
    <category term="比特币" scheme="https://869hr.uk/tags/%E6%AF%94%E7%89%B9%E5%B8%81/"/>
    
    <category term="出入金" scheme="https://869hr.uk/tags/%E5%87%BA%E5%85%A5%E9%87%91/"/>
    
    <category term="加密货币" scheme="https://869hr.uk/tags/%E5%8A%A0%E5%AF%86%E8%B4%A7%E5%B8%81/"/>
    
    <category term="KYC" scheme="https://869hr.uk/tags/KYC/"/>
    
    <category term="U卡" scheme="https://869hr.uk/tags/U%E5%8D%A1/"/>
    
    <category term="新手教程" scheme="https://869hr.uk/tags/%E6%96%B0%E6%89%8B%E6%95%99%E7%A8%8B/"/>
    
  </entry>
  
  <entry>
    <title>🚨Giffgaff 神卡国内绝版？教你1招 0 成本转运回国！5 分钟极简手把手教程附免费澳洲转运地址</title>
    <link href="https://869hr.uk/2026/tech/giffgaff-card-1-0-5-tutorial-free/"/>
    <id>https://869hr.uk/2026/tech/giffgaff-card-1-0-5-tutorial-free/</id>
    <published>2026-03-25T13:37:02.000Z</published>
    <updated>2026-03-25T13:37:02.000Z</updated>
    
    <content type="html"><![CDATA[<!-- 文章摘要 --><blockquote><p>大家发现了吗？之前大火的 Giffgaff 保号神卡，现在已经不支持直接邮寄到国内了！…</p></blockquote><h2 id="视频教程"><a href="#视频教程" class="headerlink" title="视频教程"></a>视频教程</h2><div class="video-container"><iframe src="https://www.youtube.com/embed/FKwp0lBB2ZU" title="🚨Giffgaff 神卡国内绝版？教你1招 0 成本转运回国！5" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></div><h2 id="视频介绍"><a href="#视频介绍" class="headerlink" title="视频介绍"></a>视频介绍</h2><p>本视频由 短裤AI分享 制作，时长约 5 分 29 秒。</p><h2 id="详细内容"><a href="#详细内容" class="headerlink" title="详细内容"></a>详细内容</h2><p>大家发现了吗？之前大火的 Giffgaff 保号神卡，现在已经不支持直接邮寄到国内了！</p><p>别慌！今天给大家分享一个全新的 0 元转运回国极简教程。全程 0 成本，只需 5 分钟，手把手教你如何通过澳洲免费转运地址，顺利把神卡拿到手！快冲！🚀</p><p>👇 视频中提到的所有链接和优惠码在此 👇</p><p>🔗 澳洲转运注册官网：<a href="https://www.ausff.com.au/">www.ausff.com.au</a> (注意：直接注册，别点邀请链接)</p><p>🔗 申请 Giffgaff SIM 卡网址：<a href="https://www.giffgaff.com/free-sim-cards">www.giffgaff.com</a></p><p>🎁 0元转运优惠码（Coupon）：HI5</p><p>💰 giffgaff卡激活及充值链接：<a href="https://869hr.uk/2025/tutorial/giffgaff/">869hr.uk</a></p><p>📌 【图文步骤省流版】 📌</p><p>▶ 步骤一：注册转运回国（获取澳洲地址）</p><p>1️⃣ 打开官网 [ausff.com.au] 注册账号。</p><p>2️⃣ 选择计划：选 One Off Plan（一次性计划）。</p><p>3️⃣ 填写地址：填你国内真实的收货地址（务必用英文&#x2F;拼音填写）。</p><p>• Address 1: 街道门牌号小区（不含省市）</p><p>• City&#x2F;Province: 对应填城市和省份</p><p>4️⃣ 薅羊毛关键：在 Payment Information 处输入 “HI5”，点击 Apply Coupon。</p><p>5️⃣ 确认免单：看到 Amount: 0 AUD 后，点击 Submit 提交。</p><p>6️⃣ 记下地址：在页面右侧会生成属于你的 AU Address，重点记下 Suite ID（如 CO T******），后续申请卡要用！</p><p>▶ 步骤二：申请 Giffgaff SIM 卡</p><p>1️⃣ 环境准备：切换网络节点（避开日本节点，建议用美国&#x2F;香港&#x2F;澳洲），开启浏览器 Chrome 无痕模式。</p><p>2️⃣ 打开申领网址：[giffgaff.com&#x2F;free-sim-cards]</p><p>3️⃣ 填写澳洲转运地址：</p><p>• Country 选择：Australia</p><p>• 其他内容：全部照抄你在第一步申请到的 AU Address 及其对应的 Suite ID。</p><p>4️⃣ 提交订单：点击 Order your free SIM，看到成功跳转页面就大功告成了！坐等收卡！</p><p>💡 温馨提示：填写的国内地址一定要准确哦，确保最后能顺利派送到你手上！如果教程对你有帮助，请给我点个赞 (Like) 并订阅 (Subscribe) 频道，我会持续分享更多实用干货！</p><p>💬 加入Telegram讨论群： <a href="https://t.me/tgmShareAI">t.me</a></p><p>💬 Twitter：<a href="https://x.com/gxjdian">x.com</a></p><p>💬 加入微信讨论群：<a href="https://qr.869hr.uk/aitech">qr.869hr.uk</a></p><p>🔗 超过100T免费资源下载站：<a href="https://doc.869hr.uk/">doc.869hr.uk</a></p><p>🔗 视频的文字博客(银行卡、手机号、VPS主机、IP测试等）：<a href="https://869hr.uk/">869hr.uk</a></p><ol><li><p>三家eSIM 让国产手机秒变eSIM手机，全方面优缺点对比及开户链接🔗 <a href="https://s.869hr.uk/mcc">s.869hr.uk</a></p></li><li><p>eSIM 9eSIM打 9 折（优惠码：maq）注册及购买链接 <a href="https://www.9esim.com/?coupon=maq">www.9esim.com</a></p></li><li><p>eSIM  ESTK打 9 折（优惠码：GXJDIAN）注册及购买链接 <a href="https://store.estk.me/zh?aid=16007">store.estk.me</a></p></li><li><p>eSIM XeSIM打 8 折（推荐码：gxjdian）注册及购买链接 <a href="https://xesim.cc/?DIST=RE5FHg==">xesim.cc</a></p></li><li><p>wise的申请链接及教程链接（有身份证就可，推荐码：lizhiw12） (教程链接<a href="https://x.com/wlzh/status/19967997897...">x.com</a> （申请链接<a href="https://wise.com/invite/ihpc/lizhiw12%EF%BC%89">wise.com</a></p></li><li><p>N26 的申请链接及教程链接 （需要护照， 推荐码：lizhiw02766c ）  <a href="https://youtu.be/HY9OD8rX89s?si=78REb8MyKSJB6cwQ">youtu.be</a></p></li></ol><p>👇【关注我不迷路】</p><p>如果你觉得这期视频对你有帮助，请务必：</p><p>👍 点赞本视频</p><p>💬 在评论区留下你的问题或成功注册的截图</p><p>🔔 订阅频道并打开小铃铛，获取最新硬核白嫖教程和科技前沿资讯！</p><p>#Giffgaff #Giffgaff申请 #Giffgaff转运 #保号神卡 #零成本转运 #薅羊毛 #免费SIM卡 #留学生必备 #澳洲转运 #跨境免邮 #海淘教程 #科技干货 #Ausff</p><hr><h2 id="视频信息"><a href="#视频信息" class="headerlink" title="视频信息"></a>视频信息</h2><ul><li><strong>视频标题</strong>: 🚨Giffgaff 神卡国内绝版？教你1招 0 成本转运回国！5 分钟极简手把手教程（附免费澳洲转运地址）</li><li><strong>UP主</strong>: 短裤AI分享</li><li><strong>时长</strong>: 5 分 29 秒</li></ul><h2 id="参考链接"><a href="#参考链接" class="headerlink" title="参考链接"></a>参考链接</h2><ul><li><a href="https://www.youtube.com/watch?v=FKwp0lBB2ZU">YouTube 原视频</a></li><li><a href="https://869hr.uk/">更多教程</a></li></ul><hr>]]></content>
    
    
    <summary type="html">本视频详细介绍🚨Giffgaff 神卡国内绝版？教你1招 0 成本转运回国！5 分钟极简手把手教程附免费澳洲转运地址，帮助你快速了解和掌握相关知识点。</summary>
    
    
    
    <category term="技术" scheme="https://869hr.uk/categories/tech/"/>
    
    
    <category term="视频教程" scheme="https://869hr.uk/tags/%E8%A7%86%E9%A2%91%E6%95%99%E7%A8%8B/"/>
    
  </entry>
  
  <entry>
    <title>拒绝昂贵代理！$8一年的纯净美国、欧洲等多国家可选的家庭宽带IP购买攻略  50次刷新机会，亲测轻松解锁Claude/ChatGPT！</title>
    <link href="https://869hr.uk/2026/tutorial/8-usa-ip-50-claude-chatgpt/"/>
    <id>https://869hr.uk/2026/tutorial/8-usa-ip-50-claude-chatgpt/</id>
    <published>2026-03-22T12:12:42.000Z</published>
    <updated>2026-03-22T12:12:42.000Z</updated>
    
    <content type="html"><![CDATA[<!-- 文章摘要 --><blockquote><p>哈喽大家好！今天给大家带来一期绝对硬核的福利教程——如何购买和配置只要8刀&#x2F;年的超低价家宽IP！…</p></blockquote><h2 id="视频教程"><a href="#视频教程" class="headerlink" title="视频教程"></a>视频教程</h2><div class="video-container"><iframe src="https://www.youtube.com/embed/ggCSZOXEqbE" title="拒绝昂贵代理！$8一年的纯净美国、欧洲等多国家可选的家庭宽带IP购买攻略 |" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></div><h2 id="视频介绍"><a href="#视频介绍" class="headerlink" title="视频介绍"></a>视频介绍</h2><p>本视频由 短裤AI分享 制作，时长约 5 分 47 秒。</p><h2 id="详细内容"><a href="#详细内容" class="headerlink" title="详细内容"></a>详细内容</h2><p>哈喽大家好！今天给大家带来一期绝对硬核的福利教程——如何购买和配置只要8刀&#x2F;年的超低价家宽IP！ 如果你经常因为IP不干净导致ChatGPT被封号、无法订阅Claude，或者注册Google Voice总是失败，那么这个节点绝对是你的救星！本期视频将手把手教你购买、刷纯净IP以及在小火箭中的详细配置，小白也能轻松搞定！</p><p>【视频时间轴】（可根据实际剪辑情况调整时间）</p><p>00:00 视频内容速览与核心卖点</p><p>01:15 什么是美国家宽IP？为什么AI订阅必不可少？</p><p>02:30 $8&#x2F;年套餐购买演示与防坑指南</p><p>03:45 如何利用50次刷新机会，刷出低风险家宽IP？</p><p>05:10 节点信息获取 (HTTP协议：IP+端口+账密)</p><p>06:20 核心实操：小火箭y详细配置教程（小白必看）</p><p>08:00 IP质量测试 (ping0.cc 纯净度小于20%展示)</p><p>【本期重点信息总结】</p><p>💎 价格与机制：年付仅需$8！总共包含50次手动刷新IP的机会（不满意自己刷）。</p><p>💎 IP质量：默认分配机房ATT运营商IP，通过手动刷新可出家宽！UP主亲测刷了5次，出了2次家宽，纯净度(欺诈分数)均在20%以下，极其纯净！</p><p>💎 交付格式：购买后提供标准的HTTP代理信息（IP + 端口 + 用户名 + 密码）。</p><p>🔗 网站链接：<a href="https://www.webshare.io/?referral_code=55vpv6waorud">www.webshare.io</a></p><p>🔔 温馨提示：测试工具网址：ping0.cc （用于测试节点质量与欺诈分数）</p><p>💬 加入Telegram讨论群： <a href="https://t.me/tgmShareAI">t.me</a></p><p>💬 Twitter：<a href="https://x.com/gxjdian">x.com</a></p><p>💬 加入微信讨论群：<a href="https://qr.869hr.uk/aitech">qr.869hr.uk</a></p><p>🔗 超过100T免费资源下载站：<a href="https://doc.869hr.uk/">doc.869hr.uk</a></p><p>🔗 视频的文字博客(银行卡、手机号、VPS主机、IP测试等）：<a href="https://869hr.uk/">869hr.uk</a></p><ol><li><p>三家eSIM 让国产手机秒变eSIM手机，全方面优缺点对比及开户链接🔗 <a href="https://s.869hr.uk/mcc">s.869hr.uk</a></p></li><li><p>eSIM 9eSIM打 9 折（优惠码：maq）注册及购买链接 <a href="https://www.9esim.com/?coupon=maq">www.9esim.com</a></p></li><li><p>eSIM  ESTK打 9 折（优惠码：GXJDIAN）注册及购买链接 <a href="https://store.estk.me/zh?aid=16007">store.estk.me</a></p></li><li><p>eSIM XeSIM打 8 折（推荐码：gxjdian）注册及购买链接 <a href="https://xesim.cc/?DIST=RE5FHg==">xesim.cc</a></p></li><li><p>wise的申请链接及教程链接（有身份证就可，推荐码：lizhiw12） (教程链接<a href="https://x.com/wlzh/status/19967997897...">x.com</a> （申请链接<a href="https://wise.com/invite/ihpc/lizhiw12%EF%BC%89">wise.com</a></p></li><li><p>N26 的申请链接及教程链接 （需要护照， 推荐码：lizhiw02766c ）  <a href="https://youtu.be/HY9OD8rX89s?si=78REb8MyKSJB6cwQ">youtu.be</a></p></li></ol><p>👉 喜欢本期视频的话，请务必点赞、订阅并开启小铃铛！你的支持是我更新的最大动力！有任何问题欢迎在评论区留言！</p><p>#美国家宽IP #原生IP #美国节点 #便宜代理 #ChatGPT解锁 #Claude注册 #GoogleVoice注册 #GV保号 #Clash教程 #V2ray配置 #科学上网 #翻墙教程 #代理IP推荐 #翻墙 #梯子推荐 #AI工具</p><hr><h2 id="视频信息"><a href="#视频信息" class="headerlink" title="视频信息"></a>视频信息</h2><ul><li><strong>视频标题</strong>: 拒绝昂贵代理！$8一年的纯净美国、欧洲等多国家可选的家庭宽带IP购买攻略 | 50次刷新机会，亲测轻松解锁Claude&#x2F;ChatGPT！</li><li><strong>UP主</strong>: 短裤AI分享</li><li><strong>时长</strong>: 5 分 47 秒</li></ul><h2 id="参考链接"><a href="#参考链接" class="headerlink" title="参考链接"></a>参考链接</h2><ul><li><a href="https://www.youtube.com/watch?v=ggCSZOXEqbE">YouTube 原视频</a></li><li><a href="https://869hr.uk/">更多教程</a></li></ul><hr>]]></content>
    
    
    <summary type="html">今天给大家分享一个超低价格的美国家宽IP订阅教程，年付只需8美元</summary>
    
    
    
    <category term="教程" scheme="https://869hr.uk/categories/tutorial/"/>
    
    
    <category term="家宽IP" scheme="https://869hr.uk/tags/%E5%AE%B6%E5%AE%BDIP/"/>
    
    <category term="静态住宅IP" scheme="https://869hr.uk/tags/%E9%9D%99%E6%80%81%E4%BD%8F%E5%AE%85IP/"/>
    
    <category term="代理" scheme="https://869hr.uk/tags/%E4%BB%A3%E7%90%86/"/>
    
    <category term="ChatGPT" scheme="https://869hr.uk/tags/ChatGPT/"/>
    
    <category term="Claude" scheme="https://869hr.uk/tags/Claude/"/>
    
    <category term="网络工具" scheme="https://869hr.uk/tags/network-tools/"/>
    
  </entry>
  
  <entry>
    <title>【全网最全】推特创作者身份认证与收益开通：零基础实操教程 | 开启内容变现，附推特运营吸粉全攻略！</title>
    <link href="https://869hr.uk/2026/tutorial/twitter-creator-verification-revenue-setup-tutorial/"/>
    <id>https://869hr.uk/2026/tutorial/twitter-creator-verification-revenue-setup-tutorial/</id>
    <published>2026-03-22T02:37:33.000Z</published>
    <updated>2026-03-22T02:37:33.000Z</updated>
    
    <content type="html"><![CDATA[<!-- 文章摘要 --><blockquote><p>想通过内容创作赚钱，却卡在”认证”和”变现”的第一步？这期视频是为你准备的”终极指南”！我们不仅会一步步带你搞定创作者身份认证和收益开通的全流程，还特别附带了”普通人推特（X）从零到一运营吸粉”的实操经验分享。一次性把所有卡点讲透，让你真正开启内容变现之路！…</p></blockquote><h2 id="视频教程"><a href="#视频教程" class="headerlink" title="视频教程"></a>视频教程</h2><div class="video-container"><iframe src="https://www.youtube.com/embed/petHW7azHyU" title="推特创作者身份认证与收益开通：零基础实操教程 | 开启内容变现，附推特运营吸粉全攻略！" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></div><h2 id="视频介绍"><a href="#视频介绍" class="headerlink" title="视频介绍"></a>视频介绍</h2><p>本视频由 短裤AI分享 制作，时长约 17 分 20 秒。</p><h2 id="详细内容"><a href="#详细内容" class="headerlink" title="详细内容"></a>详细内容</h2><p>想通过内容创作赚钱，却卡在”认证”和”变现”的第一步？这期视频是为你准备的”终极指南”！我们不仅会一步步带你搞定创作者身份认证和收益开通的全流程，还特别附带了”普通人推特（X）从零到一运营吸粉”的实操经验分享。一次性把所有卡点讲透，让你真正开启内容变现之路！</p><p>• 零基础全流程： 从头到尾，手把手教你如何设置。</p><p>• 认证步骤详解： 解决身份认证的各种疑难杂症。</p><p>• 收益设置全讲透： 如何绑定、如何收款，关键点不漏。</p><p>• 亲测有效： 我们不仅讲理论，更分享实操拿到的结果。</p><p>• 独家附赠： 普通人推特（X）如何通过创作、加热、互动实现吸粉和热度保持？这几个关键点你必须知道！</p><p>• 高手实操经验： 避免割韭菜坑，少走弯路。</p><p>本教程旨在为你提供一条最清晰、最高效的创作变现路径。无论你是刚入门的萌新，还是想优化推特运营的老手，都能从中找到答案。看完视频，记得动手去操作！</p><p>📢 订阅我们的频道，不错过更多创作者变现和运营的硬核干货！</p><p>👍 点赞、评论和分享是对我们最大的支持！</p><p>💬 加入Telegram讨论群： <a href="https://t.me/tgmShareAI">t.me</a></p><p>💬 Twitter：<a href="https://x.com/gxjdian">x.com</a></p><p>💬 加入微信讨论群：<a href="https://qr.869hr.uk/aitech">qr.869hr.uk</a></p><p>🔗 超过100T免费资源下载站：<a href="https://doc.869hr.uk/">doc.869hr.uk</a></p><p>🔗 视频的文字博客(银行卡、手机号、VPS主机、IP测试等）：<a href="https://869hr.uk/">869hr.uk</a></p><ol><li><p>三家eSIM 让国产手机秒变eSIM手机，全方面优缺点对比及开户链接🔗 <a href="https://s.869hr.uk/mcc">s.869hr.uk</a></p></li><li><p>eSIM 9eSIM打 9 折（优惠码：maq）注册及购买链接 <a href="https://www.9esim.com/?coupon=maq">www.9esim.com</a></p></li><li><p>eSIM  ESTK打 9 折（优惠码：GXJDIAN）注册及购买链接 <a href="https://store.estk.me/zh?aid=16007">store.estk.me</a></p></li><li><p>eSIM XeSIM打 8 折（推荐码：gxjdian）注册及购买链接 <a href="https://xesim.cc/?DIST=RE5FHg==">xesim.cc</a></p></li><li><p>wise的申请链接及教程链接（有身份证就可，推荐码：lizhiw12） (教程链接<a href="https://x.com/wlzh/status/19967997897...">x.com</a> （申请链接<a href="https://wise.com/invite/ihpc/lizhiw12%EF%BC%89">wise.com</a></p></li><li><p>N26 的申请链接及教程链接 （需要护照， 推荐码：lizhiw02766c ）  <a href="https://youtu.be/HY9OD8rX89s?si=78REb8MyKSJB6cwQ">youtu.be</a></p></li></ol><p>👍 如果这个教程帮到了你，请点赞、订阅、分享给同样遇到问题的朋友！你的支持是我更新的最大动力！有任何问题欢迎在评论区留言交流。</p><p>#创作者身份认证 #创作者收益开通 #内容变现 #零基础教程 #手把手教程 #推特运营 #推特吸粉 #Twitter攻略 #账号运营 #创作者变现 #网赚教程 #高手实操</p><hr><h2 id="视频信息"><a href="#视频信息" class="headerlink" title="视频信息"></a>视频信息</h2><ul><li><strong>视频标题</strong>: 推特创作者身份认证与收益开通：零基础实操教程 | 开启内容变现，附推特运营吸粉全攻略！</li><li><strong>UP主</strong>: 短裤AI分享</li><li><strong>时长</strong>: 17 分 20 秒</li></ul><h2 id="参考链接"><a href="#参考链接" class="headerlink" title="参考链接"></a>参考链接</h2><ul><li><a href="https://www.youtube.com/watch?v=petHW7azHyU">YouTube 原视频</a></li><li><a href="https://869hr.uk/">更多教程</a></li></ul><hr>]]></content>
    
    
    <summary type="html">想通过内容创作赚钱，却卡在认证和变现的第一步？这期视频是为你准备的终极指南！我们不仅会一步步带你搞定创作者身份认证和收益开通的全流程，还特别附带了普通人推特从零到一运营吸粉的实操经验分享。一次性把所有卡点讲透，让你真正开启内容变现之路！</summary>
    
    
    
    <category term="技术教程" scheme="https://869hr.uk/categories/tutorial/"/>
    
    
    <category term="Twitter" scheme="https://869hr.uk/tags/Twitter/"/>
    
    <category term="创作者收益" scheme="https://869hr.uk/tags/%E5%88%9B%E4%BD%9C%E8%80%85%E6%94%B6%E7%9B%8A/"/>
    
    <category term="内容变现" scheme="https://869hr.uk/tags/%E5%86%85%E5%AE%B9%E5%8F%98%E7%8E%B0/"/>
    
  </entry>
  
  <entry>
    <title>苹果 AppID 充值或者Apple Gift Card 购买失败？Apple ID 风控？联系客服 100% 解锁教程！拒绝&quot;无法完成购买&quot;！</title>
    <link href="https://869hr.uk/2026/tech/appid-apple-gift-card-id-100-tutorial/"/>
    <id>https://869hr.uk/2026/tech/appid-apple-gift-card-id-100-tutorial/</id>
    <published>2026-03-21T15:14:05.000Z</published>
    <updated>2026-03-21T15:14:05.000Z</updated>
    
    <content type="html"><![CDATA[<!-- 文章摘要 --><blockquote><p>💡 【唯一有效】Apple Gift Card 购买失败？教你如何官方途径 100% 解锁！拒绝”Your Purchase Could Not Be Completed”！…</p></blockquote><h2 id="视频教程"><a href="#视频教程" class="headerlink" title="视频教程"></a>视频教程</h2><div class="video-container"><iframe src="https://www.youtube.com/embed/ytcCkyztNNQ" title="苹果 AppID 充值或者Apple Gift Card 购买失败？Apple ID" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></div><h2 id="视频介绍"><a href="#视频介绍" class="headerlink" title="视频介绍"></a>视频介绍</h2><p>本视频由 短裤AI分享 制作，时长约 12 分 34 秒。</p><h2 id="视频章节"><a href="#视频章节" class="headerlink" title="视频章节"></a>视频章节</h2><ul><li><strong>0:00</strong> 视频简介 &amp; 核心问题分析</li><li><strong>1:15</strong> Apple ID 风控的四大诱因 (新号充值、IP不一致、礼品卡高风控)</li><li><strong>3:00</strong> 为什么联系客服是唯一解？(官方机制说明)</li><li><strong>4:22</strong> 【实操干货】 官网操作步骤详解 (关键：切换地区和语言 English)</li><li><strong>6:50</strong> Live Chat 英文沟通模板 &amp; 必备信息 (如何礼貌且精准说明问题)</li><li><strong>8:30</strong> 如何获取 Support PIN 码 (客服要求的 4 位验证码)</li><li><strong>10:10</strong> FAQ &amp; 常见误区解答 (资金安全吗？换手机有用吗？)</li><li><strong>12:00</strong> 总结 &amp; 防范建议 (使用老账号、避免充值即消费)</li></ul><h2 id="详细内容"><a href="#详细内容" class="headerlink" title="详细内容"></a>详细内容</h2><p>💡 【唯一有效】Apple Gift Card 购买失败？教你如何官方途径 100% 解锁！拒绝”Your Purchase Could Not Be Completed”！</p><p>在使用 Apple Gift Card 为 ChatGPT、Claude、Telegram、YouTube Premium 或 Twitter 付费时，你是否遇到过这个让人抓狂的报错：</p><p>“Your Purchase Could Not Be Completed” (你的购买无法完成)</p><p>很多人以为是礼品卡有问题，或者应用本身出错了。</p><p>NO！真正的核心原因是：你的 Apple ID 被风控了！</p><p>🚫 别再做这些无用功了：</p><p>❌ 换设备、换网络、换地区</p><p>❌ 重新注册账号、重新充值</p><p>❌ 频繁尝试，导致报错次数增多，风控升级！</p><p>✅ 本视频将手把手教你唯一的官方正确路径： 从”地区语言切换”、”登录 ID 验证”到”进入人工 Live Chat 客服”，完整复现 24-48 小时内解除风控、恢复购买权限的全流程。只要你能证明消费来自礼品卡余额、没有盗刷风险，成功率几乎 100%。</p><p>如果你正在饱受此错误的折磨，请一定看完视频，别再浪费资金和时间！</p><p>📌 时间戳指引：</p><p>💬 加入Telegram讨论群： <a href="https://t.me/tgmShareAI">t.me</a></p><p>💬 Twitter：<a href="https://x.com/gxjdian">x.com</a></p><p>💬 加入微信讨论群：<a href="https://qr.869hr.uk/aitech">qr.869hr.uk</a></p><p>🔗 超过100T免费资源下载站：<a href="https://doc.869hr.uk/">doc.869hr.uk</a></p><p>🔗 视频的文字博客(银行卡、手机号、VPS主机、IP测试等）：<a href="https://869hr.uk/">869hr.uk</a></p><ol><li><p>三家eSIM 让国产手机秒变eSIM手机，全方面优缺点对比及开户链接🔗 <a href="https://s.869hr.uk/mcc">s.869hr.uk</a></p></li><li><p>eSIM 9eSIM打 9 折（优惠码：maq）注册及购买链接 <a href="https://www.9esim.com/?coupon=maq">www.9esim.com</a></p></li><li><p>eSIM  ESTK打 9 折（优惠码：GXJDIAN）注册及购买链接 <a href="https://store.estk.me/zh?aid=16007">store.estk.me</a></p></li><li><p>eSIM XeSIM打 8 折（推荐码：gxjdian）注册及购买链接 <a href="https://xesim.cc/?DIST=RE5FHg==">xesim.cc</a></p></li><li><p>wise的申请链接及教程链接（有身份证就可，推荐码：lizhiw12） (教程链接<a href="https://x.com/wlzh/status/19967997897...">x.com</a> （申请链接<a href="https://wise.com/invite/ihpc/lizhiw12%EF%BC%89">wise.com</a></p></li><li><p>N26 的申请链接及教程链接 （需要护照， 推荐码：lizhiw02766c ）  <a href="https://youtu.be/HY9OD8rX89s?si=78REb8MyKSJB6cwQ">youtu.be</a></p></li></ol><p>👍 如果这个教程帮到了你，请点赞、订阅、分享给同样遇到问题的朋友！你的支持是我更新的最大动力！有任何问题欢迎在评论区留言交流。</p><p>#AppleGiftCard #AppleID #风控解锁 #购买失败解决方案 #拒绝无法完成购买 #YourPurchaseCouldNotBeCompleted #ChatGPT订阅 #Claude订阅 #TelegramPremium #TwitterBlue #小白教程 #新手指南 #亲测有效 #官方渠道 #苹果客服教程 #SupportPIN #账号安全 #礼品卡使用教程 #风控原因分析 #100%解锁 #礼品卡充值失败</p><hr><h2 id="视频信息"><a href="#视频信息" class="headerlink" title="视频信息"></a>视频信息</h2><ul><li><strong>视频标题</strong>: 苹果 AppID 充值或者Apple Gift Card 购买失败？Apple ID 风控？联系客服 100% 解锁教程！拒绝”无法完成购买”！ #Shorts</li><li><strong>UP主</strong>: 短裤AI分享</li><li><strong>时长</strong>: 12 分 34 秒</li></ul><h2 id="参考链接"><a href="#参考链接" class="headerlink" title="参考链接"></a>参考链接</h2><ul><li><a href="https://www.youtube.com/watch?v=ytcCkyztNNQ">YouTube 原视频</a></li><li><a href="https://869hr.uk/">更多教程</a></li></ul><hr>]]></content>
    
    
    <summary type="html">💡 【唯一有效】Apple Gift Card 购买失败</summary>
    
    
    
    <category term="技术" scheme="https://869hr.uk/categories/tech/"/>
    
    
    <category term="视频教程" scheme="https://869hr.uk/tags/%E8%A7%86%E9%A2%91%E6%95%99%E7%A8%8B/"/>
    
  </entry>
  
  <entry>
    <title>🔥养大龙虾OpenClaw更要注安全，VPS安全加固必备：小白手把手演示7大核心功能，一键脚本搞定！</title>
    <link href="https://869hr.uk/2026/tech/vps-security-hardening-skill-tutorial/"/>
    <id>https://869hr.uk/2026/tech/vps-security-hardening-skill-tutorial/</id>
    <published>2026-03-17T14:00:00.000Z</published>
    <updated>2026-03-17T14:00:00.000Z</updated>
    
    <content type="html"><![CDATA[<!-- 文章摘要 --><blockquote><p>本期视频将为您带来最全面的 VPS 安全加固小白手把手演示教程。服务器暴露在公网，随时面临黑客扫描和爆破攻击的风险。为了您的 VPS 长期稳定运行，以及您辛勤养育的大龙虾数据的安全，此教程是您必须掌握的安全技能，必须加固。…</p></blockquote><h2 id="视频教程"><a href="#视频教程" class="headerlink" title="视频教程"></a>视频教程</h2><div class="video-container"><iframe src="https://www.youtube.com/embed/-uqap0UClnY" title="🔥养大龙虾OpenClaw更要注安全，VPS安全加固必备：小白手把手演示7大核心功能，一键脚本搞定！" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></div><h2 id="视频介绍"><a href="#视频介绍" class="headerlink" title="视频介绍"></a>视频介绍</h2><p>本视频由 短裤AI分享 制作，时长约 23 分 19 秒。</p><h2 id="详细内容"><a href="#详细内容" class="headerlink" title="详细内容"></a>详细内容</h2><p>本期视频将为您带来最全面的 VPS 安全加固小白手把手演示教程。服务器暴露在公网，随时面临黑客扫描和爆破攻击的风险。为了您的 VPS 长期稳定运行，以及您辛勤养育的大龙虾数据的安全，此教程是您必须掌握的安全技能，必须加固。</p><p>🔧 视频亮点：</p><p>0 门槛手把手教程： 即使是技术小白也能轻松上手。</p><p>一键自动化部署： 开源项目，只需一条命令即可完成加固。</p><p>7 大核心防护功能： 涵盖禁止 Root 登录、SSH 密钥认证、F2Ban 爆破防护、自动更新备份、端口重映射等关键安全措施。</p><p>🔗 参考项目链接：</p><p>推文文章 <a href="https://x.com/gxjdian/status/2033750914692251676?s=20">x.com</a></p><p>Skills的开源仓库地址 <a href="https://github.com/wlzh/skills">github.com</a></p><p>无论您是用于网站托管、游戏服务器，还是专注于您的龙虾养殖项目，人人都需要的 Skills，让您的 VPS 离黑客更远。喜欢本期视频请点赞、订阅，开启小铃铛，第一时间获取更多硬核安全技巧！</p><p>💬 加入Telegram讨论群： <a href="https://t.me/tgmShareAI">t.me</a></p><p>💬 Twitter：<a href="https://x.com/gxjdian">x.com</a></p><p>💬 加入微信讨论群：<a href="https://qr.869hr.uk/aitech">qr.869hr.uk</a></p><p>🔗 超过100T免费资源下载站：<a href="https://doc.869hr.uk/">doc.869hr.uk</a></p><p>🔗 视频的文字博客(银行卡、手机号、VPS主机、IP测试等）：<a href="https://869hr.uk/">869hr.uk</a></p><ol><li><p>三家eSIM 让国产手机秒变eSIM手机，全方面优缺点对比及开户链接 <a href="https://s.869hr.uk/mcc">s.869hr.uk</a></p></li><li><p>eSIM 9eSIM打 9 折（优惠码：maq）注册及购买链接 <a href="https://www.9esim.com/?coupon=maq">www.9esim.com</a></p></li><li><p>eSIM  ESTK打 9 折（优惠码：GXJDIAN）注册及购买链接 <a href="https://store.estk.me/zh?aid=16007">store.estk.me</a></p></li><li><p>eSIM XeSIM打 8 折（推荐码：gxjdian）注册及购买链接 <a href="https://xesim.cc/?DIST=RE5FHg==">xesim.cc</a></p></li><li><p>wise的申请链接及教程链接（有身份证就可，推荐码：lizhiw12） （教程链接<a href="https://x.com/wlzh/status/19967997897...%EF%BC%89">x.com</a> （申请链接<a href="https://wise.com/invite/ihpc/lizhiw12%EF%BC%89">wise.com</a></p></li><li><p>N26 的申请链接及教程链接 （需要护照， 推荐码：lizhiw02766c ）  <a href="https://youtu.be/HY9OD8rX89s?si=78REb8MyKSJB6cwQ">youtu.be</a></p></li></ol><p>👇【关注我不迷路】</p><p>如果你觉得这期视频对你有帮助，请务必：</p><p>👍 点赞本视频</p><p>💬 在评论区留下你的问题或成功注册的截图</p><p>🔔 订阅频道并打开小铃铛，获取最新硬核白嫖教程和科技前沿资讯！</p><p>#VPS安全 #服务器加固 #小白教程 #一键加固 #开源项目 #网络安全 #VPS防护 #Github开源 #Linux安全 #Skills教程 #黑客防护 #防爆破 #养大龙虾</p><hr><h2 id="视频信息"><a href="#视频信息" class="headerlink" title="视频信息"></a>视频信息</h2><ul><li><strong>视频标题</strong>: 🔥养大龙虾OpenClaw更要注安全，VPS安全加固必备：小白手把手演示7大核心功能，一键脚本搞定！</li><li><strong>UP主</strong>: 短裤AI分享</li><li><strong>时长</strong>: 23 分 19 秒</li></ul><h2 id="相关教程推荐"><a href="#相关教程推荐" class="headerlink" title="相关教程推荐"></a>相关教程推荐</h2><ul><li><a href="/2026/tutorial/cloudflare-tunnel-docker-tutorial/">Cloudflare Tunnel + Docker 内网穿透教程（不需要公网 IP）</a> — 加固好 VPS 后用 Tunnel 对外暴露服务</li><li><a href="/2025/tech/oracle-vps/">甲骨文 Oracle 免费 VPS 申请及白嫖教程</a> — 适合用来实践本文安全加固</li><li><a href="/2025/tech/free-vps/">免费 VPS 汇总：长期稳定可用的方案</a> — 多家免费 VPS 横向对比</li></ul><h2 id="参考链接"><a href="#参考链接" class="headerlink" title="参考链接"></a>参考链接</h2><ul><li><a href="https://www.youtube.com/watch?v=-uqap0UClnY">YouTube 原视频</a></li><li><a href="https://github.com/fail2ban/fail2ban">Fail2ban 官方文档</a></li></ul><hr>]]></content>
    
    
    <summary type="html">本视频手把手演示VPS安全加固，从零开始教你用Skills一键脚本完成服务器防护，涵盖禁止Root登录、SSH密钥认证、F2B爆破防护等7大核心功能，适合小白用户。</summary>
    
    
    
    <category term="技术" scheme="https://869hr.uk/categories/tech/"/>
    
    
    <category term="小白教程" scheme="https://869hr.uk/tags/%E5%B0%8F%E7%99%BD%E6%95%99%E7%A8%8B/"/>
    
    <category term="开源项目" scheme="https://869hr.uk/tags/open-source/"/>
    
    <category term="网络安全" scheme="https://869hr.uk/tags/network-security/"/>
    
    <category term="VPS安全" scheme="https://869hr.uk/tags/VPS%E5%AE%89%E5%85%A8/"/>
    
    <category term="服务器加固" scheme="https://869hr.uk/tags/%E6%9C%8D%E5%8A%A1%E5%99%A8%E5%8A%A0%E5%9B%BA/"/>
    
    <category term="Skills教程" scheme="https://869hr.uk/tags/Skills%E6%95%99%E7%A8%8B/"/>
    
  </entry>
  
  <entry>
    <title>🚀 完美内网穿透方案！Tailscale 私人网络搭建保姆级教程 | 白嫖国内 DERP 到自建节点一次讲透</title>
    <link href="https://869hr.uk/2026/tutorial/tailscale-private-network-tutorial/"/>
    <id>https://869hr.uk/2026/tutorial/tailscale-private-network-tutorial/</id>
    <published>2026-03-15T02:46:00.000Z</published>
    <updated>2026-04-10T15:50:12.335Z</updated>
    
    <content type="html"><![CDATA[<!-- 文章摘要 --><blockquote><p>今天为大家带来一期关于家庭与工作电脑内网穿透的终极解决方案——Tailscale 搭建私人网络全攻略！…</p></blockquote><h2 id="视频教程"><a href="#视频教程" class="headerlink" title="视频教程"></a>视频教程</h2><div class="video-container"><iframe src="https://www.youtube.com/embed/SmV8zahYhgI" title="🚀 完美内网穿透方案！Tailscale 私人网络搭建保姆级教程 | 白嫖国内 DERP" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></div><h2 id="视频介绍"><a href="#视频介绍" class="headerlink" title="视频介绍"></a>视频介绍</h2><p>本视频由 短裤AI分享 制作，时长约 16 分 49 秒。</p><h2 id="详细内容"><a href="#详细内容" class="headerlink" title="详细内容"></a>详细内容</h2><p>今天为大家带来一期关于家庭与工作电脑内网穿透的终极解决方案——Tailscale 搭建私人网络全攻略！</p><p>无论你是想远程访问家里的 NAS、控制公司电脑，还是希望实现高效的异地组网，Tailscale 都能帮你轻松搞定。本期视频将从零基础开始，手把手教你如何配置，不仅包含如何白嫖国内的高速 DERP 节点，还会进阶讲解如何自建国内专属 DERP，彻底解决延迟和卡顿问题，一次性为你讲透！</p><p>📌 本期视频干货满满，你将学到：</p><p>00:00 视频简介与 Tailscale 核心原理解析</p><p>02:15 从零开始：家庭&#x2F;工作电脑基础配置与互联</p><p>06:30 进阶玩法：如何白嫖国内高质量 DERP 节点</p><p>11:20 硬核实战：手把手教你自建国内专属 DERP</p><p>16:45 性能测试与常见问题排雷</p><p>🔗 相关链接与资源：</p><p>Tailscale 官网: <a href="https://tailscale.com/">tailscale.com</a></p><p>视频中提到的代码与配置文件:  <a href="https://x.com/gxjdian">x.com</a></p><p><a href="https://x.com/gxjdian/status/2031248060035055823">x.com</a></p><p><a href="https://x.com/gxjdian/status/2032979571583365564">x.com</a></p><p><a href="https://github.com/wlzh/fofa-derp-scanner">github.com</a></p><p>视频的博客链接：<a href="https://869hr.uk/2026/tutorial/tailscale-private-network-tutorial">869hr.uk</a></p><p>💬 加入Telegram讨论群： <a href="https://t.me/tgmShareAI">t.me</a></p><p>💬 Twitter：<a href="https://x.com/gxjdian">x.com</a></p><p>💬 加入微信讨论群：<a href="https://qr.869hr.uk/aitech">qr.869hr.uk</a></p><p>🔗 超过100T免费资源下载站：<a href="https://doc.869hr.uk/">doc.869hr.uk</a></p><p>🔗 视频的文字博客(银行卡、手机号、VPS主机、IP测试等）：<a href="https://869hr.uk/">869hr.uk</a></p><ol><li><p>三家eSIM 让国产手机秒变eSIM手机，全方面优缺点对比及开户链接🔗 <a href="https://s.869hr.uk/mcc">s.869hr.uk</a></p></li><li><p>eSIM 9eSIM打 9 折（优惠码：maq）注册及购买链接 <a href="https://www.9esim.com/?coupon=maq">www.9esim.com</a></p></li><li><p>eSIM  ESTK打 9 折（优惠码：GXJDIAN）注册及购买链接 <a href="https://store.estk.me/zh?aid=16007">store.estk.me</a></p></li><li><p>eSIM XeSIM打 8 折（推荐码：gxjdian）注册及购买链接 <a href="https://xesim.cc/?DIST=RE5FHg==">xesim.cc</a></p></li><li><p>wise的申请链接及教程链接（有身份证就可，推荐码：lizhiw12） (教程链接<a href="https://x.com/wlzh/status/19967997897...">x.com</a> （申请链接<a href="https://wise.com/invite/ihpc/lizhiw12%EF%BC%89">wise.com</a></p></li><li><p>N26 的申请链接及教程链接 （需要护照， 推荐码：lizhiw02766c ）  <a href="https://youtu.be/HY9OD8rX89s?si=78REb8MyKSJB6cwQ">youtu.be</a></p></li></ol><p>💡 觉得视频有帮助的话，别忘了点赞、订阅并打开小铃铛，你的支持是我持续更新的最大动力！</p><p>🐦 关注我的 Twitter 获取更多第一手干货与项目进展：<a href="https://x.com/gxjdian">x.com</a></p><p>🏷️ 视频标签 (Tags)</p><p>#Tailscale #内网穿透 #异地组网 #私人网络 #DERP #免费内网穿透 #自建DERP #远程办公 #NAS #网络教程 #极客教程 #服务器配置 #节点搭建</p><hr><h2 id="视频信息"><a href="#视频信息" class="headerlink" title="视频信息"></a>视频信息</h2><ul><li><strong>视频标题</strong>: 🚀 完美内网穿透方案！Tailscale 私人网络搭建保姆级教程 | 白嫖国内 DERP 到自建节点一次讲透</li><li><strong>UP主</strong>: 短裤AI分享</li><li><strong>时长</strong>: 16 分 49 秒</li></ul><h2 id="参考链接"><a href="#参考链接" class="headerlink" title="参考链接"></a>参考链接</h2><ul><li><a href="https://www.youtube.com/watch?v=SmV8zahYhgI">YouTube 原视频</a></li><li><a href="https://869hr.uk/">更多教程</a></li></ul><hr>]]></content>
    
    
      
      
        
        
    <summary type="html"></summary>
        
      
    
    
    
    <category term="技术教程" scheme="https://869hr.uk/categories/tutorial/"/>
    
    
    <category term="Tailscale" scheme="https://869hr.uk/tags/Tailscale/"/>
    
    <category term="内网穿透" scheme="https://869hr.uk/tags/%E5%86%85%E7%BD%91%E7%A9%BF%E9%80%8F/"/>
    
    <category term="异地组网" scheme="https://869hr.uk/tags/%E5%BC%82%E5%9C%B0%E7%BB%84%E7%BD%91/"/>
    
    <category term="私人网络" scheme="https://869hr.uk/tags/%E7%A7%81%E4%BA%BA%E7%BD%91%E7%BB%9C/"/>
    
    <category term="DERP" scheme="https://869hr.uk/tags/DERP/"/>
    
    <category term="免费内网穿透" scheme="https://869hr.uk/tags/%E5%85%8D%E8%B4%B9%E5%86%85%E7%BD%91%E7%A9%BF%E9%80%8F/"/>
    
    <category term="自建DERP" scheme="https://869hr.uk/tags/%E8%87%AA%E5%BB%BADERP/"/>
    
    <category term="远程办公" scheme="https://869hr.uk/tags/%E8%BF%9C%E7%A8%8B%E5%8A%9E%E5%85%AC/"/>
    
    <category term="NAS" scheme="https://869hr.uk/tags/NAS/"/>
    
    <category term="网络教程" scheme="https://869hr.uk/tags/%E7%BD%91%E7%BB%9C%E6%95%99%E7%A8%8B/"/>
    
  </entry>
  
</feed>
