<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>baiiylu's Blog</title>
        <link>https://blog.baiiylu.org/</link>
        <description>$locale:siteConfig.description</description>
        <lastBuildDate>Thu, 14 Aug 2025 08:53:21 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <image>
            <title>baiiylu's Blog</title>
            <url>https://blog.baiiylu.org/images/avatar.webp</url>
            <link>https://blog.baiiylu.org/</link>
        </image>
        <copyright>CC BY-NC-SA 4.0 2025 © baiiylu</copyright>
        <atom:link href="https://blog.baiiylu.org/feed.xml" rel="self" type="application/rss+xml"/>
        <item>
            <title><![CDATA[ACME.SH 多域名证书申请与部署的流程思路]]></title>
            <link>https://blog.baiiylu.org/posts/2025/SSL_Automatically_Renew&amp;Deploy_System</link>
            <guid isPermaLink="false">https://blog.baiiylu.org/posts/2025/SSL_Automatically_Renew&amp;Deploy_System</guid>
            <pubDate>Thu, 10 Jul 2025 16:10:59 GMT</pubDate>
            <content:encoded><![CDATA[<p>在此之前，我一直生活在由 Cloudflare 打造的舒适圈中：完全不需要考虑 SSL 证书的部署与续期，即使在国内需要优化线路，我也只是使用 TCP 四层反代的方式，将证书交给 Cloudflare 管理。然而在逐步构建家庭服务器的过程中，证书终究还是绕不过的一环。在此之前，证书给我的印象是：繁琐。申请麻烦，部署困难，以及越来越短的证书有效期导致需要经常考虑续期问题，这些都是让我转向证书自管理的阻碍。</p>
<br/><p>访问 <a href="https://blog.baiiylu.org/posts/2025/SSL_Automatically_Renew&Deploy_System" target="_blank">https://blog.baiiylu.org/posts/2025/SSL_Automatically_Renew&Deploy_System</a> 阅读全文。</p>]]></content:encoded>
            <author>i@valaxy.site (baiiylu)</author>
        </item>
        <item>
            <title><![CDATA[Js in Python：使用 Python 编写 Cloudflare Workers 项目]]></title>
            <link>https://blog.baiiylu.org/posts/2024/Js_in_Python:Meeting_Cloudflare_Workers_in_Python</link>
            <guid isPermaLink="false">https://blog.baiiylu.org/posts/2024/Js_in_Python:Meeting_Cloudflare_Workers_in_Python</guid>
            <pubDate>Mon, 10 Jun 2024 22:03:21 GMT</pubDate>
            <content:encoded><![CDATA[<p>自从2024年4月2日起，所有人可以在 Cloudflare Workers 上运行 Python 代码。这是一个重大的里程碑，因为在之前，Cloudflare Worker 仅支持 JavaScript 以及 WebAssembly，这对于许多开发人员来说是一个限制。如今，就算不熟悉 Js，也仍然可以使用更加简单易学的 Python 来编写 Worker。本篇文件将介绍如何从零开始，在本地编写和调试一个 Python Worker，并将其部署到 Cloudflare Worker 上。</p>
<br/><p>访问 <a href="https://blog.baiiylu.org/posts/2024/Js_in_Python:Meeting_Cloudflare_Workers_in_Python" target="_blank">https://blog.baiiylu.org/posts/2024/Js_in_Python:Meeting_Cloudflare_Workers_in_Python</a> 阅读全文。</p>]]></content:encoded>
            <author>i@valaxy.site (baiiylu)</author>
        </item>
        <item>
            <title><![CDATA[小米 Max3 刷机笔记]]></title>
            <link>https://blog.baiiylu.org/posts/2024/Xiaomi_Max3_Flashing_Log</link>
            <guid isPermaLink="false">https://blog.baiiylu.org/posts/2024/Xiaomi_Max3_Flashing_Log</guid>
            <pubDate>Sat, 30 Mar 2024 22:10:59 GMT</pubDate>
            <content:encoded><![CDATA[<p>在一次整理房间的时候，无意间找到了自己已经没电关机的备用机：当初花300大洋购买的二手 小米 Max3，以大屏幕、大电池为卖点，买回来纯用来开热点的热点机。其羸弱的性能，打开当前的 3A 大作微信和Q</p>
<br/><p>访问 <a href="https://blog.baiiylu.org/posts/2024/Xiaomi_Max3_Flashing_Log" target="_blank">https://blog.baiiylu.org/posts/2024/Xiaomi_Max3_Flashing_Log</a> 阅读全文。</p>]]></content:encoded>
            <author>i@valaxy.site (baiiylu)</author>
        </item>
        <item>
            <title><![CDATA[Emby：使用Overlayfs优化云盘视频海报/视频列表加载速度]]></title>
            <link>https://blog.baiiylu.org/posts/2023/Emby_Overlayfs_Speedup</link>
            <guid isPermaLink="false">https://blog.baiiylu.org/posts/2023/Emby_Overlayfs_Speedup</guid>
            <pubDate>Fri, 29 Mar 2024 21:29:32 GMT</pubDate>
            <content:encoded><![CDATA[<p>::: warning</p>
<p>2024-03-29 更新：新版 Emby 在媒体库选项中增加了一个 <code>在服务器的元数据文件夹中保留图像的缓存副本</code> 的选项，可以图片加速的类似效果，但具体未作测试，由于该</p>
<br/><p>访问 <a href="https://blog.baiiylu.org/posts/2023/Emby_Overlayfs_Speedup" target="_blank">https://blog.baiiylu.org/posts/2023/Emby_Overlayfs_Speedup</a> 阅读全文。</p>]]></content:encoded>
            <author>i@valaxy.site (baiiylu)</author>
        </item>
        <item>
            <title><![CDATA[低成本优化晚高峰Emby国内播放体验]]></title>
            <link>https://blog.baiiylu.org/posts/2023/Low_Cost_Emby_Peak_Hours_Optimization</link>
            <guid isPermaLink="false">https://blog.baiiylu.org/posts/2023/Low_Cost_Emby_Peak_Hours_Optimization</guid>
            <pubDate>Fri, 29 Mar 2024 00:00:00 GMT</pubDate>
            <content:encoded><![CDATA[<p>:::  warning</p>
<p>2024-03-29 更新：该文章大部分内容已经过时，无更多参考价值，具体更加完善的 Emby 加速方案正在撰写中，敬请期待...</p>
<p>:::</p>
<h1>方案设想</h1>
<p>目前使用的</p>
<br/><p>访问 <a href="https://blog.baiiylu.org/posts/2023/Low_Cost_Emby_Peak_Hours_Optimization" target="_blank">https://blog.baiiylu.org/posts/2023/Low_Cost_Emby_Peak_Hours_Optimization</a> 阅读全文。</p>]]></content:encoded>
            <author>i@valaxy.site (baiiylu)</author>
        </item>
        <item>
            <title><![CDATA[EhforwarderBot 迁移部署纪录]]></title>
            <link>https://blog.baiiylu.org/posts/2023/EFB_Deployment</link>
            <guid isPermaLink="false">https://blog.baiiylu.org/posts/2023/EFB_Deployment</guid>
            <pubDate>Sun, 24 Mar 2024 19:15:28 GMT</pubDate>
            <content:encoded><![CDATA[<p>EhforwarderBot 主要用于信息聚合，可以把微信/QQ等多个聊天软件的消息同一收集在一个软件上处理。我之前的EFB 搭建在 Azure100 的韩国服务器上，近期尝试续期失败，决定迁移。目前 EFB 的安装过程感觉依旧较为麻烦，故作记录。</p>
<p>本次的目标是通过 EFB 实现 &quot;微信-TG转移&quot;，具体安装搭建过程，原理分析请看这篇博文：<a href="https://specialhua.top/20210402/cid=71.html">Tg 收发微信——EFB2（官方安装方法）</a></p>
<br/><p>访问 <a href="https://blog.baiiylu.org/posts/2023/EFB_Deployment" target="_blank">https://blog.baiiylu.org/posts/2023/EFB_Deployment</a> 阅读全文。</p>]]></content:encoded>
            <author>i@valaxy.site (baiiylu)</author>
        </item>
        <item>
            <title><![CDATA[Cloudflared 在 Ipv6-Only 环境下无法启动]]></title>
            <link>https://blog.baiiylu.org/posts/2024/Cloudflared_Not_Work_in_Ipv6-Only_Linux</link>
            <guid isPermaLink="false">https://blog.baiiylu.org/posts/2024/Cloudflared_Not_Work_in_Ipv6-Only_Linux</guid>
            <pubDate>Mon, 11 Mar 2024 19:47:33 GMT</pubDate>
            <content:encoded><![CDATA[<p>通过日志发现，Cloudflared 在纯 Ipv6 的环境下，一直尝试连接几个 Ipv4 地址，那当然会导致启动不成功了。</p>
<br/><p>访问 <a href="https://blog.baiiylu.org/posts/2024/Cloudflared_Not_Work_in_Ipv6-Only_Linux" target="_blank">https://blog.baiiylu.org/posts/2024/Cloudflared_Not_Work_in_Ipv6-Only_Linux</a> 阅读全文。</p>]]></content:encoded>
            <author>i@valaxy.site (baiiylu)</author>
        </item>
        <item>
            <title><![CDATA[Haproxy 实践运用]]></title>
            <link>https://blog.baiiylu.org/posts/2024/Haproxy_Practical_Guide</link>
            <guid isPermaLink="false">https://blog.baiiylu.org/posts/2024/Haproxy_Practical_Guide</guid>
            <pubDate>Sun, 18 Feb 2024 23:31:25 GMT</pubDate>
            <content:encoded><![CDATA[<p>Haproxy（High Availability Proxy）是一种开源软件，广泛用于负载均衡和高可用性服务。相比于 Nginx，Haproxy 在作为转发用途的时候更单纯，并不需要额外配置其他的代理参数。在反向代理方面，Haproxy 支持 TCP 协议的转发，在网络第四层上直接将流量转发至源站，从而实现 SSL Passthrough 的效果。这使得中转服务器并不需要部署相关域名的 SSL 证书即可完成转发。</p>
<br/><p>访问 <a href="https://blog.baiiylu.org/posts/2024/Haproxy_Practical_Guide" target="_blank">https://blog.baiiylu.org/posts/2024/Haproxy_Practical_Guide</a> 阅读全文。</p>]]></content:encoded>
            <author>i@valaxy.site (baiiylu)</author>
        </item>
        <item>
            <title><![CDATA[Windows AutoHotKey：短按Caps切换输入法，长按大小写锁定]]></title>
            <link>https://blog.baiiylu.org/posts/2024/Win_AHK_Mac-Style_Caps_Switch</link>
            <guid isPermaLink="false">https://blog.baiiylu.org/posts/2024/Win_AHK_Mac-Style_Caps_Switch</guid>
            <pubDate>Sat, 17 Feb 2024 17:26:30 GMT</pubDate>
            <content:encoded><![CDATA[<p>由于我是 Macos + Windows 双系统持有者，两个系统截然不同的快捷键导致在日常生活中电脑使用效率骤减，在被 Ctrl 切换输入法折磨了非常长的一段时间后，我在 <a href="https://www.v2ex.com/t/863055">v2ex</a> 搜索到了一个宝藏脚本，使用 AutoHotKey 实现，功能十分接近 Macos 切换输入法的逻辑：短按 Caps 切换中英输入法，长按Caps 切换大小写锁定。</p>
<br/><p>访问 <a href="https://blog.baiiylu.org/posts/2024/Win_AHK_Mac-Style_Caps_Switch" target="_blank">https://blog.baiiylu.org/posts/2024/Win_AHK_Mac-Style_Caps_Switch</a> 阅读全文。</p>]]></content:encoded>
            <author>i@valaxy.site (baiiylu)</author>
        </item>
        <item>
            <title><![CDATA[qBittorrent搭配CIFS/SMB远程挂载遇到的严重IO性能问题]]></title>
            <link>https://blog.baiiylu.org/posts/2023/qBittorrent_CIFS_IO_Performance_Issues</link>
            <guid isPermaLink="false">https://blog.baiiylu.org/posts/2023/qBittorrent_CIFS_IO_Performance_Issues</guid>
            <pubDate>Fri, 29 Dec 2023 19:49:00 GMT</pubDate>
            <content:encoded><![CDATA[<p>问题描述：当使用 qBittorrent 选择下载路径直接设置到 CIFS 挂载的路径中时，如果种子 Torrent 只包含一个文件（比如只包含一个视频文件）时性能符合预期，在种子质量良好时通常可以跑到机器带宽上限（1Gbps+）；但只要种子包含的文件数量大于1（比如一个视频文件和一个 20kb 大小的封面图，或一个数 kb 大小的 nfo 元数据），同样在种子质量良好的情况下下载速度只能在 2-6MB/s中来回波动，同时观察<strong>统计</strong>面板 I/O 缓存写入超负载经常维持在 90% 上下，I/O 延迟也爆增至四位数，很明显的卡 I/O 现象。同时很奇怪的一点是，一个只包含两个文件的电影种子，和一个包含上百个文件的剧集种子文件所表现的 I/O 性能是一致的，下载速度都只能在 2-6MB/s 之间波动，这就非常奇怪了，难道同时下载两个文件和同时下载 200 个文件所占用的 I/O 是一致的？想想都不太可能。</p>
<br/><p>访问 <a href="https://blog.baiiylu.org/posts/2023/qBittorrent_CIFS_IO_Performance_Issues" target="_blank">https://blog.baiiylu.org/posts/2023/qBittorrent_CIFS_IO_Performance_Issues</a> 阅读全文。</p>]]></content:encoded>
            <author>i@valaxy.site (baiiylu)</author>
        </item>
        <item>
            <title><![CDATA[Scaleway 救援模式救机过程]]></title>
            <link>https://blog.baiiylu.org/posts/2023/Scaleway_Rescue_Mode_Recovery</link>
            <guid isPermaLink="false">https://blog.baiiylu.org/posts/2023/Scaleway_Rescue_Mode_Recovery</guid>
            <pubDate>Sat, 23 Dec 2023 23:25:40 GMT</pubDate>
            <content:encoded><![CDATA[<p>::: warning</p>
<p>2023-12-23 Updated: Scaleway 低价纯 ipv6 的服务器质量越来越差，现在已经到了稍微跑一两个服务，速度稍微一快就自动关机的地步，目前已删机，一分价钱一分货，现实中也是如此。</p>
<p>:::</p>
<p>Scaleway 的巴黎低价纯 ipv6 服务器也开通了将近一年了，其中乱七八糟的脚本用了一堆，除了用来挂探针也搭了一些杂七杂八的小服务。大概一个月前发现探针中的服务器突然灰了，但是当时并没有在意，以为是全局WARP导致的失联，一直没管。这两天尝试修复了一下，ssh连接不上，服务全寄了，cloudflare tunnel 也显示离线，只有 scaleway 的面板上状态显示和<s>账单邮件</s>一切正常，首先尝试用面板中的 VNC 连接，但一直黑屏（后面才知道scaleway家的vnc就是这样，黑屏就一直等着过段时间敲两个字，有显示了就可以登陆了）上网搜了一些救援教程也没什么有用的，深挖互联网过了许久终于找到一两篇 hostloc 的救援模式改硬盘教程，根据教程成功DD了系统：</p>
<ul>
<li>
<p><a href="https://hostloc.com/thread-1143433-1-1.html">【长文警告！】【教程】DD 官网 Debian 11云镜像到小鸡-美国VPS综合讨论-全球主机交流论坛 -  Powered by Discuz!</a></p>
</li>
<li>
<p><a href="https://hostloc.com/forum.php?mod=viewthread&amp;tid=1204279&amp;extra=page=15">Scaleway IPv6 VPS 缩小硬盘到3G，实现 0.2欧/月-美国VPS综合讨论-全球主机交流论坛 -  Powered by Discuz!</a></p>
</li>
</ul>
<br/><p>访问 <a href="https://blog.baiiylu.org/posts/2023/Scaleway_Rescue_Mode_Recovery" target="_blank">https://blog.baiiylu.org/posts/2023/Scaleway_Rescue_Mode_Recovery</a> 阅读全文。</p>]]></content:encoded>
            <author>i@valaxy.site (baiiylu)</author>
        </item>
        <item>
            <title><![CDATA[哪吒探针：使用CF隐藏通讯ip]]></title>
            <link>https://blog.baiiylu.org/posts/2023/Nezha_CF_Hide_IP</link>
            <guid isPermaLink="false">https://blog.baiiylu.org/posts/2023/Nezha_CF_Hide_IP</guid>
            <pubDate>Sat, 23 Dec 2023 23:23:23 GMT</pubDate>
            <content:encoded><![CDATA[<p>::: warning</p>
<p>本教程仅在 Nezha-V0 版本测试通过</p>
<p>:::</p>
<p>事情起源于在上网冲浪的时候，发现一个网站可以查到之前DNS泄露的域名对应的IP地址，即使在之后使用了 CDN 来隐藏 IP，之前泄露的源站 IP 依旧是可以被找到，结合之前遇到的直接访问 IP:443 会导致 NGINX 泄露 SNI 一样严重，两者结合就很容易绕过 CDN 找到源站 IP。</p>
<p>然而在部署哪吒探针过程中需要设置<strong>未接入 CDN 的面板服务器域名/IP</strong> 来和 dashboard 通讯，如果在这里一不留神直接使用<code>dns</code>解析到了<code>dashboard</code>的IP上，面板机的IP就会被泄露了。那怎么才能使用域名的前提下又能保证面板机的安全呢？前段时间知名慈善公司Cloudflare添加了gRPC的支持，这样就可以使用CDN代理通过gRPC和面板机通讯并且隐藏IP地址了。</p>
<p>哪吒面板的文档同样提到了<a href="https://nezha.wiki/guide/q3.html">如何反向代理gRPC，并且也说了（支持 Cloudflare CDN）</a> ，感觉这样就可以删除掉按照流程中特意强调不要套CDN的字眼了，不然很容易产生误导。</p>
<br/><p>访问 <a href="https://blog.baiiylu.org/posts/2023/Nezha_CF_Hide_IP" target="_blank">https://blog.baiiylu.org/posts/2023/Nezha_CF_Hide_IP</a> 阅读全文。</p>]]></content:encoded>
            <author>i@valaxy.site (baiiylu)</author>
        </item>
        <item>
            <title><![CDATA[域名更换通知]]></title>
            <link>https://blog.baiiylu.org/posts/2023/Domain_Change</link>
            <guid isPermaLink="false">https://blog.baiiylu.org/posts/2023/Domain_Change</guid>
            <pubDate>Sat, 23 Dec 2023 05:28:31 GMT</pubDate>
            <content:encoded><![CDATA[<p>博客域名即将更换为<code>baiiylu.org</code>，旧域名将继续保留大约半年直至过期。现在正在配置更换，还未全部完成，届时当前域名下的所有服务都会更换为<code>*.baiiylu.org</code>。</p>
<br/><p>访问 <a href="https://blog.baiiylu.org/posts/2023/Domain_Change" target="_blank">https://blog.baiiylu.org/posts/2023/Domain_Change</a> 阅读全文。</p>]]></content:encoded>
            <author>i@valaxy.site (baiiylu)</author>
        </item>
        <item>
            <title><![CDATA[CS2: 本地自建跑图服务器]]></title>
            <link>https://blog.baiiylu.org/posts/2023/CS2_Local_Server_Setup</link>
            <guid isPermaLink="false">https://blog.baiiylu.org/posts/2023/CS2_Local_Server_Setup</guid>
            <pubDate>Fri, 08 Dec 2023 11:05:49 GMT</pubDate>
            <content:encoded><![CDATA[<p>还在为无法和亲朋好友一起跑图而烦恼吗？本地自建 CS2 跑图服务器教程，可以愉快的和朋友一起跑图啦</p>
<p><strong>所需工具：</strong></p>
<ol>
<li>一台拥有公网IP的装有<code>docker</code>服务器/电脑：搭建FRP内网穿透 （局域网联机可跳过）</li>
<li>一台下载好CS2 的<code>Windows</code>电脑：搭建本地服务器</li>
<li>一个一起跑图的朋友</li>
</ol>
<br/><p>访问 <a href="https://blog.baiiylu.org/posts/2023/CS2_Local_Server_Setup" target="_blank">https://blog.baiiylu.org/posts/2023/CS2_Local_Server_Setup</a> 阅读全文。</p>]]></content:encoded>
            <author>i@valaxy.site (baiiylu)</author>
        </item>
        <item>
            <title><![CDATA[使用rlcone挂载onedrive网盘]]></title>
            <link>https://blog.baiiylu.org/posts/2022/Rclone_Mount_OneDrive</link>
            <guid isPermaLink="false">https://blog.baiiylu.org/posts/2022/Rclone_Mount_OneDrive</guid>
            <pubDate>Sun, 23 Jul 2023 21:06:09 GMT</pubDate>
            <content:encoded><![CDATA[<p>本文记录了挂载onedrive云盘的详细过程，包括申请api，获取token中遇到的问题以及解决方法。</p>
<p>rclone支持数十款网络热门云盘的挂载，将云盘挂载到本地后可以很方便的进行文件管理，比如复制到本地挂载目录即可上传到云盘，移出即可下载。</p>
<br/><p>访问 <a href="https://blog.baiiylu.org/posts/2022/Rclone_Mount_OneDrive" target="_blank">https://blog.baiiylu.org/posts/2022/Rclone_Mount_OneDrive</a> 阅读全文。</p>]]></content:encoded>
            <author>i@valaxy.site (baiiylu)</author>
        </item>
        <item>
            <title><![CDATA[常用脚本合集]]></title>
            <link>https://blog.baiiylu.org/posts/2022/Scripts_Collection</link>
            <guid isPermaLink="false">https://blog.baiiylu.org/posts/2022/Scripts_Collection</guid>
            <pubDate>Sat, 01 Jul 2023 00:00:00 GMT</pubDate>
            <content:encoded><![CDATA[<h2>综合管理工具</h2>
<h3>BlueSkyXN</h3>
<p>使用方法：</p>
<pre><code>wget -O box.sh https://raw.githubusercontent.com/BlueSkyXN/SKY-BOX/main/box.sh &amp;&amp; chmod +x box.sh &amp;&amp; clear &amp;&amp; ./box.sh
</code></pre>
<br/><p>访问 <a href="https://blog.baiiylu.org/posts/2022/Scripts_Collection" target="_blank">https://blog.baiiylu.org/posts/2022/Scripts_Collection</a> 阅读全文。</p>]]></content:encoded>
            <author>i@valaxy.site (baiiylu)</author>
        </item>
        <item>
            <title><![CDATA[Windows连接移动硬盘不自动分配盘符]]></title>
            <link>https://blog.baiiylu.org/posts/2023/Windows_External_Drive_No_Auto_Assign_Issue</link>
            <guid isPermaLink="false">https://blog.baiiylu.org/posts/2023/Windows_External_Drive_No_Auto_Assign_Issue</guid>
            <pubDate>Wed, 14 Jun 2023 18:46:32 GMT</pubDate>
            <content:encoded><![CDATA[<p>手持Intel Macbook13，虽然性能垃圾的一批 但是什么csgo小游戏还是可以带的动的。平常一直插着一块西数的移动硬盘用，某次大清理，把移动硬盘多分了一个区用于时间机器的备份，同时重装了一下windows，自从那个时候以后就出现了windows端插硬盘不会自动识别，必须去磁盘管理手动添加一个盘符才可以使用的问题。当时我一直以为是windows的驱动bug，查了半天也没解决，就一直开机先给一盘手动添加盘符这么用了快一年，最近才发现是硬盘的配置问题。</p>
<br/><p>访问 <a href="https://blog.baiiylu.org/posts/2023/Windows_External_Drive_No_Auto_Assign_Issue" target="_blank">https://blog.baiiylu.org/posts/2023/Windows_External_Drive_No_Auto_Assign_Issue</a> 阅读全文。</p>]]></content:encoded>
            <author>i@valaxy.site (baiiylu)</author>
        </item>
        <item>
            <title><![CDATA[动漫BT下载结构名词注释]]></title>
            <link>https://blog.baiiylu.org/posts/2022/Animation_Specific_Terms</link>
            <guid isPermaLink="false">https://blog.baiiylu.org/posts/2022/Animation_Specific_Terms</guid>
            <pubDate>Mon, 05 Jun 2023 18:04:06 GMT</pubDate>
            <content:encoded><![CDATA[<h1>标题解析</h1>
<p>如 “[Airota&amp;VCB-Studio] Chuunibyou demo Koi ga Shitai! -Take On Me- [Ma10p_1080p]” 中，<em>Airota&amp;VCB-Studio</em> 代表是千夏字幕组的资源，由VCB压制组制作；“<em>Ma10p”</em> 指的是视频编码格式为 “x265 10bit”，所以这个标题指的是由 <strong>VCB制作组联合千夏字幕组</strong>出品的**《中二病也要谈恋爱-Take On Me》<strong>，视频编码格式为 <strong>x265 10bit</strong>，分辨率是</strong>1080p**；</p>
<br/><p>访问 <a href="https://blog.baiiylu.org/posts/2022/Animation_Specific_Terms" target="_blank">https://blog.baiiylu.org/posts/2022/Animation_Specific_Terms</a> 阅读全文。</p>]]></content:encoded>
            <author>i@valaxy.site (baiiylu)</author>
        </item>
        <item>
            <title><![CDATA[Nginx 中转 Emby 遇到的问题：播放速度不稳]]></title>
            <link>https://blog.baiiylu.org/posts/2023/Nginx_Emby_Speed_Issues</link>
            <guid isPermaLink="false">https://blog.baiiylu.org/posts/2023/Nginx_Emby_Speed_Issues</guid>
            <pubDate>Sun, 04 Jun 2023 16:45:55 GMT</pubDate>
            <content:encoded><![CDATA[<p>我在洛杉矶的VPS上搭建了Emby，并通过伦敦CN2上的OpenResty反代实现国内加速。但是在播放视频时，遇到了加载速度从正常的10-20mb/s降至40-50kb/s的问题。具体表现为：开始播放电影时，加载速度正常，但经过1-2分钟后，速度会降至40-50kb/s。除非手动打断连接，否则速度将一直保持在低速。</p>
<br/><p>访问 <a href="https://blog.baiiylu.org/posts/2023/Nginx_Emby_Speed_Issues" target="_blank">https://blog.baiiylu.org/posts/2023/Nginx_Emby_Speed_Issues</a> 阅读全文。</p>]]></content:encoded>
            <author>i@valaxy.site (baiiylu)</author>
        </item>
        <item>
            <title><![CDATA[树莓派烧录Openwrt镜像 以及一些踩坑]]></title>
            <link>https://blog.baiiylu.org/posts/2022/Pi_Openwrt_Log</link>
            <guid isPermaLink="false">https://blog.baiiylu.org/posts/2022/Pi_Openwrt_Log</guid>
            <pubDate>Sun, 04 Jun 2023 00:00:00 GMT</pubDate>
            <content:encoded><![CDATA[<h1>前言</h1>
<p>这段时间收到了同学送的树莓派3B，准备放在家里当作软路由满足一些特殊需求，但这个3B网口仅有百兆，USB也只有2.0这意味着即使外接千兆网卡也跑不满，即使在内网传输速度也仅有100Mbps上下，非常难受。所以想要当软路由使用，至少也需要树莓派3B+，网口支持到300Mbps。</p>
<br/><p>访问 <a href="https://blog.baiiylu.org/posts/2022/Pi_Openwrt_Log" target="_blank">https://blog.baiiylu.org/posts/2022/Pi_Openwrt_Log</a> 阅读全文。</p>]]></content:encoded>
            <author>i@valaxy.site (baiiylu)</author>
        </item>
        <item>
            <title><![CDATA[TrollStore iPA软件收集]]></title>
            <link>https://blog.baiiylu.org/posts/2023/TrollStore_IPA_Collection</link>
            <guid isPermaLink="false">https://blog.baiiylu.org/posts/2023/TrollStore_IPA_Collection</guid>
            <pubDate>Sun, 04 Jun 2023 00:00:00 GMT</pubDate>
            <content:encoded><![CDATA[<p>::: warning</p>
<p><strong>更新于 20230604：</strong></p>
<p>目前iOS15.0-15.4.1完整越狱已出，稳定性良好，故此篇不再更新</p>
<p>:::</p>
<h2>旧文</h2>
<p>iOS 15-16.1.2未越狱资源整理，由于TrollStore的出现，很多iPA雨后春笋般冒了出来，不过资源并没有像Cydia一样被整理到一个软件中（虽然有人尝试过），资源遍布各大互联网，十分难找</p>
<br/><p>访问 <a href="https://blog.baiiylu.org/posts/2023/TrollStore_IPA_Collection" target="_blank">https://blog.baiiylu.org/posts/2023/TrollStore_IPA_Collection</a> 阅读全文。</p>]]></content:encoded>
            <author>i@valaxy.site (baiiylu)</author>
        </item>
        <item>
            <title><![CDATA[联想TB-x605fc 9008刷机记录]]></title>
            <link>https://blog.baiiylu.org/posts/2022/tb-x605fc</link>
            <guid isPermaLink="false">https://blog.baiiylu.org/posts/2022/tb-x605fc</guid>
            <pubDate>Mon, 02 Jan 2023 00:00:00 GMT</pubDate>
            <content:encoded><![CDATA[<h1>前言</h1>
<p>从初中同学那里弄来一台上高中后 被学校强制要求 购买 但实际没用几次的联想平板 并被刷上了什么boeyu系统，阉割的不剩什么东西了，在近日同学告诉我账号登陆不上，访问<a href="http://www.boeyu.com/about.html">系统官网</a>也出现500错误，感觉像是公司卷钱跑路了，送过来想让我帮忙刷机，本篇为使用骁龙9008端口刷机记录</p>
<br/><p>访问 <a href="https://blog.baiiylu.org/posts/2022/tb-x605fc" target="_blank">https://blog.baiiylu.org/posts/2022/tb-x605fc</a> 阅读全文。</p>]]></content:encoded>
            <author>i@valaxy.site (baiiylu)</author>
        </item>
        <item>
            <title><![CDATA[备份IOS SHSH2 blobs]]></title>
            <link>https://blog.baiiylu.org/posts/2022/Backup_iOS_SHSH2</link>
            <guid isPermaLink="false">https://blog.baiiylu.org/posts/2022/Backup_iOS_SHSH2</guid>
            <pubDate>Sun, 13 Nov 2022 23:29:53 GMT</pubDate>
            <content:encoded><![CDATA[<p>随着11月11号晚 weightBufs 项目的公布，A12以上的设备在 ios15.1.1-15.4.1，15.5beta 中也可以备份shsh2了，鉴于之前有用shsh2成功升级的经历，在 TrollNonce 更新后马上开始进行备份shsh2的工作。</p>
<br/><p>访问 <a href="https://blog.baiiylu.org/posts/2022/Backup_iOS_SHSH2" target="_blank">https://blog.baiiylu.org/posts/2022/Backup_iOS_SHSH2</a> 阅读全文。</p>]]></content:encoded>
            <author>i@valaxy.site (baiiylu)</author>
        </item>
        <item>
            <title><![CDATA[哔哩哔哩实时弹幕下载]]></title>
            <link>https://blog.baiiylu.org/posts/2022/Download_Bilibili_Danmuka</link>
            <guid isPermaLink="false">https://blog.baiiylu.org/posts/2022/Download_Bilibili_Danmuka</guid>
            <pubDate>Wed, 24 Aug 2022 23:29:53 GMT</pubDate>
            <content:encoded><![CDATA[<h1>前言</h1>
<p>本篇记录下载b站《地下交通站》弹幕的经过，地下交通站在21年初下架，我在20年末发现此番剧已经被隐藏，以防万一保存了弹幕的备份，结果这几天发现居然保存的弹幕文件全是乱码，尝试了几种恢复的方式依旧不行，无奈只能尝试研究b站弹幕的api，看能不能找到历史弹幕的接口尝试保存下来</p>
<br/><p>访问 <a href="https://blog.baiiylu.org/posts/2022/Download_Bilibili_Danmuka" target="_blank">https://blog.baiiylu.org/posts/2022/Download_Bilibili_Danmuka</a> 阅读全文。</p>]]></content:encoded>
            <author>i@valaxy.site (baiiylu)</author>
        </item>
        <item>
            <title><![CDATA[selenium网站签到过验证码记录]]></title>
            <link>https://blog.baiiylu.org/posts/2022/selenium-python-bypass-recapter</link>
            <guid isPermaLink="false">https://blog.baiiylu.org/posts/2022/selenium-python-bypass-recapter</guid>
            <pubDate>Mon, 22 Aug 2022 23:29:53 GMT</pubDate>
            <content:encoded><![CDATA[<h1>前言</h1>
<p>本篇记录使用selenium+yes，captcha配合copilot过人机验证签到续期时的记录</p>
<h1>Yes，captcha</h1>
<h2>介绍</h2>
<p>因为遇到了某个免费服务需要经常续期，刚开始在登陆的时候就遇到了谷歌的recaptcha验证，网上找到<a href="http://www.yescaptcha.com/">Yes，captcha</a>，可以轻易解决谷歌验证，除此之外还有很多比如2captcha等提供类似的服务</p>
<p>Yes captcha注册后找客服会拿到1500点的试用点数，一次过谷歌v2验证是15点，大概可以使用100次左右。</p>
<br/><p>访问 <a href="https://blog.baiiylu.org/posts/2022/selenium-python-bypass-recapter" target="_blank">https://blog.baiiylu.org/posts/2022/selenium-python-bypass-recapter</a> 阅读全文。</p>]]></content:encoded>
            <author>i@valaxy.site (baiiylu)</author>
        </item>
        <item>
            <title><![CDATA[Macbook Wifi网速异常]]></title>
            <link>https://blog.baiiylu.org/posts/2022/Mac_Network_Issue</link>
            <guid isPermaLink="false">https://blog.baiiylu.org/posts/2022/Mac_Network_Issue</guid>
            <pubDate>Mon, 11 Jul 2022 23:29:53 GMT</pubDate>
            <content:encoded><![CDATA[<h1>前言</h1>
<p>这个暑期沉迷于各大厂商的云游戏，先后体验了英伟达的Geforce Now，微软的Xbox Cloud Gaming等。前期的体验非常好，新用户优惠不断，配合加速器 网络也不是问题。但突然近一两周云游戏的体验断崖式下跌，卡顿不断，一度到完全不可玩的地步，起初我以为是最近加的二级路由不太稳定，但某一次碰巧发现我手机和电脑在同一个地方的网络测速结果完全不一样。手机能跑到带宽的80%-90%的速率，电脑却只能跑到60-70mbps上下，并且丢包率和延迟都比手机要高。</p>
<br/><p>访问 <a href="https://blog.baiiylu.org/posts/2022/Mac_Network_Issue" target="_blank">https://blog.baiiylu.org/posts/2022/Mac_Network_Issue</a> 阅读全文。</p>]]></content:encoded>
            <author>i@valaxy.site (baiiylu)</author>
        </item>
        <item>
            <title><![CDATA[关于WeChat、微信和微信网页版]]></title>
            <link>https://blog.baiiylu.org/posts/踩坑/WeChat&amp;Weixin&amp;Weixin_Web_Overview</link>
            <guid isPermaLink="false">https://blog.baiiylu.org/posts/踩坑/WeChat&amp;Weixin&amp;Weixin_Web_Overview</guid>
            <pubDate>Tue, 03 May 2022 19:06:03 GMT</pubDate>
            <content:encoded><![CDATA[<p>微信前段时间禁止了使用虚拟号注册(如GV)，但是可以通过修改手机号的方式绑定，所以可以通过现有微信改绑GV从微信转移到WeChat（现在微信和WeChat分家了）解锁一些新功能，如去除掉包括朋友圈在内的大部分广告，而且iOS可以开启CallKit；劣势是发送消息会有明显的延迟（如转圈圈很久发不出去），<strong>并且换区会有90天的冷却，并且无法登陆网页版，无论之前是否可以登陆</strong>，这意味着GitHub上大多数关于微信的项目都无法使用。</p>
<br/><p>访问 <a href="https://blog.baiiylu.org/posts/踩坑/WeChat&Weixin&Weixin_Web_Overview" target="_blank">https://blog.baiiylu.org/posts/踩坑/WeChat&Weixin&Weixin_Web_Overview</a> 阅读全文。</p>]]></content:encoded>
            <author>i@valaxy.site (baiiylu)</author>
        </item>
        <item>
            <title><![CDATA[通过监管OTA更新系统到已关闭验证的系统]]></title>
            <link>https://blog.baiiylu.org/posts/2022/OTA_to_iOS 14.3</link>
            <guid isPermaLink="false">https://blog.baiiylu.org/posts/2022/OTA_to_iOS 14.3</guid>
            <pubDate>Sat, 25 Dec 2021 23:29:53 GMT</pubDate>
            <content:encoded><![CDATA[<hr>
<p>在四月初突然爆出低于14.3的设备可以通过OTA的方式升级到<strong>已经关闭验证</strong>的14.3系统，手里的小七一直呆在14.0.1，由于各种原因~~（主要是懒）~~一直没有升级。</p>
<p>网络上教程倒是蛮多的，此次升级方法来自越狱开发者CoolStar</p>
<p>今天已经是23号，通过ota升级14.3的方法在26号就要失效，想到这是个千载难逢的机会，所以打算勤快一点，升级到14.3这个相对稳定的系统。</p>
<br/><p>访问 <a href="https://blog.baiiylu.org/posts/2022/OTA_to_iOS 14.3" target="_blank">https://blog.baiiylu.org/posts/2022/OTA_to_iOS 14.3</a> 阅读全文。</p>]]></content:encoded>
            <author>i@valaxy.site (baiiylu)</author>
        </item>
    </channel>
</rss>