<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>博客 on 焚香的小站</title>
    <link>https://www.uiuuyr.top/posts/</link>
    <description>Recent content in 博客 on 焚香的小站</description>
    <image>
      <title>焚香的小站</title>
      <url>https://www.uiuuyr.top/favicon.png</url>
      <link>https://www.uiuuyr.top/favicon.png</link>
    </image>
    <generator>Hugo</generator>
    <language>zh</language>
    <copyright>Creeper</copyright>
    <lastBuildDate>Wed, 22 Oct 2025 01:57:57 +0800</lastBuildDate>
    <atom:link href="https://www.uiuuyr.top/posts/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>读书记录</title>
      <link>https://www.uiuuyr.top/posts/%E8%AF%BB%E4%B9%A6%E8%AE%B0%E5%BD%95/</link>
      <pubDate>Mon, 07 Aug 2023 01:08:04 +0800</pubDate>
      <guid>https://www.uiuuyr.top/posts/%E8%AF%BB%E4%B9%A6%E8%AE%B0%E5%BD%95/</guid>
      <description>读书记录</description>
    </item>
    <item>
      <title>修复Conda导致的PowerShell启动缓慢</title>
      <link>https://www.uiuuyr.top/posts/%E4%BF%AE%E5%A4%8Dconda%E5%AF%BC%E8%87%B4%E7%9A%84powershell%E5%90%AF%E5%8A%A8%E7%BC%93%E6%85%A2/</link>
      <pubDate>Wed, 22 Oct 2025 01:57:57 +0800</pubDate>
      <guid>https://www.uiuuyr.top/posts/%E4%BF%AE%E5%A4%8Dconda%E5%AF%BC%E8%87%B4%E7%9A%84powershell%E5%90%AF%E5%8A%A8%E7%BC%93%E6%85%A2/</guid>
      <description>修复Conda导致的PowerShell启动缓慢</description>
    </item>
    <item>
      <title>rclone的进阶使用</title>
      <link>https://www.uiuuyr.top/posts/rclone%E7%9A%84%E8%BF%9B%E9%98%B6%E4%BD%BF%E7%94%A8/</link>
      <pubDate>Sat, 12 Jul 2025 10:00:00 +0800</pubDate>
      <guid>https://www.uiuuyr.top/posts/rclone%E7%9A%84%E8%BF%9B%E9%98%B6%E4%BD%BF%E7%94%A8/</guid>
      <description>&lt;h2 id=&#34;前言&#34;&gt;前言&lt;/h2&gt;
&lt;p&gt;Rclone 是一个的命令行工具，支持在不同对象存储、网盘间同步、上传、下载数据。并且通过一些设置可以实现离线下载、服务器备份等非常实用的功能。本篇文章将讲解 Rclone 常用的一些命令参数。&lt;/p&gt;
&lt;h2 id=&#34;安装-rclone&#34;&gt;安装 Rclone&lt;/h2&gt;
&lt;h3 id=&#34;linuxmacosbsd&#34;&gt;Linux/macOS/BSD&lt;/h3&gt;
&lt;p&gt;官方提供了&lt;a href=&#34;https://rclone.org/install/&#34;&gt;一键安装脚本&lt;/a&gt;：&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-shell&#34; data-lang=&#34;shell&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;curl https://rclone.org/install.sh &lt;span class=&#34;p&#34;&gt;|&lt;/span&gt; sudo bash
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h3 id=&#34;windows&#34;&gt;Windows&lt;/h3&gt;
&lt;p&gt;&lt;a href=&#34;https://rclone.org/install/#windows&#34;&gt;下载&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&#34;rclone-设置&#34;&gt;Rclone 设置&lt;/h2&gt;
&lt;p&gt;&lt;code&gt;rclone config&lt;/code&gt; - 进入交互式配置选项，进行添加、删除、管理网盘等操作。详细操作参见：《&lt;a href=&#34;https://p3terx.com/archives/rclone-installation-and-configuration-tutorial.html&#34;&gt;Rclone 安装配置教程&lt;/a&gt;》&lt;/p&gt;
&lt;p&gt;&lt;code&gt;rclone config file&lt;/code&gt;  - 显示配置文件的路径，一般配置文件在  	~/.config/rclone/rclone.conf&lt;/p&gt;
&lt;p&gt;&lt;code&gt;rclone config show&lt;/code&gt; - 显示配置文件信息&lt;/p&gt;
&lt;h2 id=&#34;命令语法&#34;&gt;命令语法&lt;/h2&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-shell&#34; data-lang=&#34;shell&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# 本地到网盘&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;rclone &lt;span class=&#34;o&#34;&gt;[&lt;/span&gt;功能选项&lt;span class=&#34;o&#34;&gt;]&lt;/span&gt; &amp;lt;本地路径&amp;gt; &amp;lt;网盘名称:路径&amp;gt; &lt;span class=&#34;o&#34;&gt;[&lt;/span&gt;参数&lt;span class=&#34;o&#34;&gt;]&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;[&lt;/span&gt;参数&lt;span class=&#34;o&#34;&gt;]&lt;/span&gt; ...
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# 网盘到本地&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;rclone &lt;span class=&#34;o&#34;&gt;[&lt;/span&gt;功能选项&lt;span class=&#34;o&#34;&gt;]&lt;/span&gt; &amp;lt;网盘名称:路径&amp;gt; &amp;lt;本地路径&amp;gt; &lt;span class=&#34;o&#34;&gt;[&lt;/span&gt;参数&lt;span class=&#34;o&#34;&gt;]&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;[&lt;/span&gt;参数&lt;span class=&#34;o&#34;&gt;]&lt;/span&gt; ...
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# 网盘到网盘&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;rclone &lt;span class=&#34;o&#34;&gt;[&lt;/span&gt;功能选项&lt;span class=&#34;o&#34;&gt;]&lt;/span&gt; &amp;lt;网盘名称:路径&amp;gt; &amp;lt;网盘名称:路径&amp;gt; &lt;span class=&#34;o&#34;&gt;[&lt;/span&gt;参数&lt;span class=&#34;o&#34;&gt;]&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;[&lt;/span&gt;参数&lt;span class=&#34;o&#34;&gt;]&lt;/span&gt; ...
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h3 id=&#34;用法示例&#34;&gt;用法示例&lt;/h3&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-shell&#34; data-lang=&#34;shell&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;rclone move -v /Download Onedrive:/Download --transfers&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;m&#34;&gt;1&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h2 id=&#34;常用功能选项&#34;&gt;常用功能选项&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;rclone copy&lt;/code&gt; - 复制&lt;/li&gt;
&lt;li&gt;&lt;code&gt;rclone move&lt;/code&gt; - 移动，如果要在移动后删除空源目录，请加上 &lt;code&gt;--delete-empty-src-dirs&lt;/code&gt; 参数&lt;/li&gt;
&lt;li&gt;&lt;code&gt;rclone sync&lt;/code&gt; - 同步：将源目录同步到目标目录，只更改目标目录。&lt;/li&gt;
&lt;li&gt;&lt;code&gt;rclone size&lt;/code&gt; - 查看网盘文件占用大小。&lt;/li&gt;
&lt;li&gt;&lt;code&gt;rclone delete&lt;/code&gt; - 删除路径下的文件内容。&lt;/li&gt;
&lt;li&gt;&lt;code&gt;rclone purge&lt;/code&gt; - 删除路径及其所有文件内容。&lt;/li&gt;
&lt;li&gt;&lt;code&gt;rclone mkdir&lt;/code&gt; - 创建目录。&lt;/li&gt;
&lt;li&gt;&lt;code&gt;rclone rmdir&lt;/code&gt; - 删除目录。&lt;/li&gt;
&lt;li&gt;&lt;code&gt;rclone rmdirs&lt;/code&gt; - 删除指定灵境下的空目录。如果加上 &lt;code&gt;--leave-root&lt;/code&gt; 参数，则不会删除根目录。&lt;/li&gt;
&lt;li&gt;&lt;code&gt;rclone check&lt;/code&gt; - 检查源和目的地址数据是否匹配。&lt;/li&gt;
&lt;li&gt;&lt;code&gt;rclone ls&lt;/code&gt; - 列出指定路径下的所有的文件以及文件大小和路径。&lt;/li&gt;
&lt;li&gt;&lt;code&gt;rclone lsl&lt;/code&gt; - 比上面多一个显示上传时间。&lt;/li&gt;
&lt;li&gt;&lt;code&gt;rclone lsd&lt;/code&gt; 列出指定路径下的目录&lt;/li&gt;
&lt;li&gt;&lt;code&gt;rclone lsf&lt;/code&gt; - 列出指定路径下的目录和文件&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;常用参数&#34;&gt;常用参数&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;-n&lt;/code&gt; = &lt;code&gt;--dry-run&lt;/code&gt; - 测试运行，用来查看 rclone 在实际运行中会进行哪些操作。&lt;/li&gt;
&lt;li&gt;&lt;code&gt;-P&lt;/code&gt; =  &lt;code&gt;--progress&lt;/code&gt; - 显示实时传输进度，500mS 刷新一次，否则默认 1 分钟刷新一次。&lt;/li&gt;
&lt;li&gt;&lt;code&gt;--cache-chunk-size SizeSuffi&lt;/code&gt; - 块的大小，默认5M，理论上是越大上传速度越快，同时占用内存也越多。如果设置得太大，可能会导致进程中断。&lt;/li&gt;
&lt;li&gt;&lt;code&gt;--cache-chunk-total-size SizeSuffix&lt;/code&gt; - 块可以在本地磁盘上占用的总大小，默认10G。&lt;/li&gt;
&lt;li&gt;&lt;code&gt;--transfers=N&lt;/code&gt; - 并行文件数，默认为4。在比较小的内存的VPS上建议调小这个参数，比如128M的小鸡上使用建议设置为1。&lt;/li&gt;
&lt;li&gt;&lt;code&gt;--config string&lt;/code&gt; - 指定配置文件路径，&lt;code&gt;string&lt;/code&gt;为配置文件路径。&lt;/li&gt;
&lt;li&gt;&lt;code&gt;--ignore-errors&lt;/code&gt; - 跳过错误。比如 OneDrive 在传了某些特殊文件后会提示&lt;code&gt;Failed to copy: failed to open source object: malwareDetected: Malware detected&lt;/code&gt;，这会导致后续的传输任务被终止掉，此时就可以加上这个参数跳过错误。但需要注意 RCLONE 的退出状态码不会为&lt;code&gt;0&lt;/code&gt;。&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;日志&#34;&gt;日志&lt;/h2&gt;
&lt;p&gt;rclone 有 4 个级别的日志记录，&lt;code&gt;ERROR&lt;/code&gt;，&lt;code&gt;NOTICE&lt;/code&gt;，&lt;code&gt;INFO&lt;/code&gt; 和 &lt;code&gt;DEBUG&lt;/code&gt;。默认情况下，rclone 将生成 &lt;code&gt;ERROR&lt;/code&gt; 和 &lt;code&gt;NOTICE&lt;/code&gt; 级别消息。&lt;/p&gt;</description>
    </item>
    <item>
      <title>在win10上安装windows商店上不能安装的应用</title>
      <link>https://www.uiuuyr.top/posts/%E5%9C%A8win10%E4%B8%8A%E5%AE%89%E8%A3%85windows%E5%95%86%E5%BA%97%E4%B8%8A%E4%B8%8D%E8%83%BD%E5%AE%89%E8%A3%85%E7%9A%84%E5%BA%94%E7%94%A8/</link>
      <pubDate>Wed, 30 Apr 2025 20:09:12 +0800</pubDate>
      <guid>https://www.uiuuyr.top/posts/%E5%9C%A8win10%E4%B8%8A%E5%AE%89%E8%A3%85windows%E5%95%86%E5%BA%97%E4%B8%8A%E4%B8%8D%E8%83%BD%E5%AE%89%E8%A3%85%E7%9A%84%E5%BA%94%E7%94%A8/</guid>
      <description>记录安装apple music</description>
    </item>
    <item>
      <title>服务器安装</title>
      <link>https://www.uiuuyr.top/posts/%E6%9C%8D%E5%8A%A1%E5%99%A8%E5%AE%89%E8%A3%85/</link>
      <pubDate>Sun, 20 Apr 2025 11:10:24 +0800</pubDate>
      <guid>https://www.uiuuyr.top/posts/%E6%9C%8D%E5%8A%A1%E5%99%A8%E5%AE%89%E8%A3%85/</guid>
      <description>记录一次服务器重新安装的流程</description>
    </item>
    <item>
      <title>acme使用方法</title>
      <link>https://www.uiuuyr.top/posts/acme%E4%BD%BF%E7%94%A8%E6%96%B9%E6%B3%95/</link>
      <pubDate>Wed, 02 Apr 2025 14:07:49 +0800</pubDate>
      <guid>https://www.uiuuyr.top/posts/acme%E4%BD%BF%E7%94%A8%E6%96%B9%E6%B3%95/</guid>
      <description>acme使用方法</description>
    </item>
    <item>
      <title>构建fastapi docker</title>
      <link>https://www.uiuuyr.top/posts/fastapi-docker%E6%9E%84%E5%BB%BA/</link>
      <pubDate>Sun, 23 Mar 2025 16:45:00 +0800</pubDate>
      <guid>https://www.uiuuyr.top/posts/fastapi-docker%E6%9E%84%E5%BB%BA/</guid>
      <description>docker的使用方法</description>
    </item>
    <item>
      <title>开源模型搭建</title>
      <link>https://www.uiuuyr.top/posts/%E5%BC%80%E6%BA%90%E6%A8%A1%E5%9E%8B%E6%90%AD%E5%BB%BA/</link>
      <pubDate>Tue, 28 Jan 2025 10:13:52 +0800</pubDate>
      <guid>https://www.uiuuyr.top/posts/%E5%BC%80%E6%BA%90%E6%A8%A1%E5%9E%8B%E6%90%AD%E5%BB%BA/</guid>
      <description>本地部署 DeepSeek-R1 大模型！</description>
    </item>
    <item>
      <title>fastapi用户模型备份</title>
      <link>https://www.uiuuyr.top/posts/fastapi/</link>
      <pubDate>Wed, 23 Oct 2024 11:18:02 +0800</pubDate>
      <guid>https://www.uiuuyr.top/posts/fastapi/</guid>
      <description>fastapi用户模型</description>
    </item>
    <item>
      <title>mklink的使用</title>
      <link>https://www.uiuuyr.top/posts/mklink%E7%9A%84%E4%BD%BF%E7%94%A8/</link>
      <pubDate>Sat, 13 Jan 2024 15:30:28 +0800</pubDate>
      <guid>https://www.uiuuyr.top/posts/mklink%E7%9A%84%E4%BD%BF%E7%94%A8/</guid>
      <description>mklink 是 Windows 操作系统中的命令行工具，用于创建符号链接（symbolic link）或硬链接（hard link）。</description>
    </item>
    <item>
      <title>解决一个Windows下启动项重复的问题</title>
      <link>https://www.uiuuyr.top/posts/%E8%A7%A3%E5%86%B3%E4%B8%80%E4%B8%AAwindows%E4%B8%8B%E5%90%AF%E5%8A%A8%E9%A1%B9%E9%87%8D%E5%A4%8D%E7%9A%84%E9%97%AE%E9%A2%98/</link>
      <pubDate>Sat, 16 Dec 2023 00:59:58 +0800</pubDate>
      <guid>https://www.uiuuyr.top/posts/%E8%A7%A3%E5%86%B3%E4%B8%80%E4%B8%AAwindows%E4%B8%8B%E5%90%AF%E5%8A%A8%E9%A1%B9%E9%87%8D%E5%A4%8D%E7%9A%84%E9%97%AE%E9%A2%98/</guid>
      <description>解决一个Windows下启动项重复的问题</description>
    </item>
    <item>
      <title>OpenWrt的编译和使用</title>
      <link>https://www.uiuuyr.top/posts/openwrt%E7%9A%84%E7%BC%96%E8%AF%91%E5%92%8C%E4%BD%BF%E7%94%A8/</link>
      <pubDate>Sun, 22 Oct 2023 13:03:35 +0800</pubDate>
      <guid>https://www.uiuuyr.top/posts/openwrt%E7%9A%84%E7%BC%96%E8%AF%91%E5%92%8C%E4%BD%BF%E7%94%A8/</guid>
      <description>OpenWrt的编译和使用</description>
    </item>
    <item>
      <title>巫师三</title>
      <link>https://www.uiuuyr.top/posts/%E5%B7%AB%E5%B8%88%E4%B8%89/</link>
      <pubDate>Mon, 25 Sep 2023 21:29:45 +0800</pubDate>
      <guid>https://www.uiuuyr.top/posts/%E5%B7%AB%E5%B8%88%E4%B8%89/</guid>
      <description>巫师三存档消失怎么办</description>
    </item>
    <item>
      <title>docker相关帮助</title>
      <link>https://www.uiuuyr.top/posts/docker%E7%9B%B8%E5%85%B3%E5%B8%AE%E5%8A%A9/</link>
      <pubDate>Sun, 24 Sep 2023 15:31:55 +0800</pubDate>
      <guid>https://www.uiuuyr.top/posts/docker%E7%9B%B8%E5%85%B3%E5%B8%AE%E5%8A%A9/</guid>
      <description>docker相关帮助</description>
    </item>
    <item>
      <title>PyQt5的固定写法</title>
      <link>https://www.uiuuyr.top/posts/pyqt5%E7%9A%84%E5%9B%BA%E5%AE%9A%E5%86%99%E6%B3%95/</link>
      <pubDate>Sat, 09 Sep 2023 22:46:27 +0800</pubDate>
      <guid>https://www.uiuuyr.top/posts/pyqt5%E7%9A%84%E5%9B%BA%E5%AE%9A%E5%86%99%E6%B3%95/</guid>
      <description>PyQt5的固定写法</description>
    </item>
    <item>
      <title>客户端没用所需特权的处理</title>
      <link>https://www.uiuuyr.top/posts/%E5%AE%A2%E6%88%B7%E7%AB%AF%E6%B2%A1%E7%94%A8%E6%89%80%E9%9C%80%E7%89%B9%E6%9D%83%E7%9A%84%E5%A4%84%E7%90%86/</link>
      <pubDate>Sun, 13 Aug 2023 14:02:02 +0800</pubDate>
      <guid>https://www.uiuuyr.top/posts/%E5%AE%A2%E6%88%B7%E7%AB%AF%E6%B2%A1%E7%94%A8%E6%89%80%E9%9C%80%E7%89%B9%E6%9D%83%E7%9A%84%E5%A4%84%E7%90%86/</guid>
      <description>记录一次windows的权限处理</description>
    </item>
    <item>
      <title>ffmpeg的使用方法</title>
      <link>https://www.uiuuyr.top/posts/ffmpeg%E7%9A%84%E4%BD%BF%E7%94%A8%E6%96%B9%E6%B3%95/</link>
      <pubDate>Tue, 01 Aug 2023 14:25:15 +0800</pubDate>
      <guid>https://www.uiuuyr.top/posts/ffmpeg%E7%9A%84%E4%BD%BF%E7%94%A8%E6%96%B9%E6%B3%95/</guid>
      <description>FFmpeg 是视频处理最常用的开源软件。本文介绍 FFmpeg 命令行如何处理视频，比桌面视频处理软件更简洁高效。</description>
    </item>
    <item>
      <title>双开steam及其游戏</title>
      <link>https://www.uiuuyr.top/posts/%E5%8F%8C%E5%BC%80steam%E5%8F%8A%E5%85%B6%E6%B8%B8%E6%88%8F/</link>
      <pubDate>Sun, 30 Jul 2023 23:23:01 +0800</pubDate>
      <guid>https://www.uiuuyr.top/posts/%E5%8F%8C%E5%BC%80steam%E5%8F%8A%E5%85%B6%E6%B8%B8%E6%88%8F/</guid>
      <description>双开steam</description>
    </item>
    <item>
      <title>conda 基本使用方法</title>
      <link>https://www.uiuuyr.top/posts/conda%E7%9A%84%E5%9F%BA%E6%9C%AC%E4%BD%BF%E7%94%A8%E6%96%B9%E6%B3%95/</link>
      <pubDate>Wed, 26 Jul 2023 16:45:58 +0800</pubDate>
      <guid>https://www.uiuuyr.top/posts/conda%E7%9A%84%E5%9F%BA%E6%9C%AC%E4%BD%BF%E7%94%A8%E6%96%B9%E6%B3%95/</guid>
      <description>conda 常用命令</description>
    </item>
    <item>
      <title>docker版ASF的安装</title>
      <link>https://www.uiuuyr.top/posts/docker%E7%89%88asf%E7%9A%84%E5%AE%89%E8%A3%85/</link>
      <pubDate>Mon, 24 Jul 2023 22:43:02 +0800</pubDate>
      <guid>https://www.uiuuyr.top/posts/docker%E7%89%88asf%E7%9A%84%E5%AE%89%E8%A3%85/</guid>
      <description>docker版ASF的安装</description>
    </item>
    <item>
      <title>git的使用</title>
      <link>https://www.uiuuyr.top/posts/git%E7%9A%84%E4%BD%BF%E7%94%A8/</link>
      <pubDate>Mon, 24 Jul 2023 16:45:00 +0800</pubDate>
      <guid>https://www.uiuuyr.top/posts/git%E7%9A%84%E4%BD%BF%E7%94%A8/</guid>
      <description>git的使用方法</description>
    </item>
    <item>
      <title>n1安装armbian以及安装docker、openwrt</title>
      <link>https://www.uiuuyr.top/posts/n1%E5%AE%89%E8%A3%85armbian%E4%BB%A5%E5%8F%8A%E5%AE%89%E8%A3%85dockeropenwrt/</link>
      <pubDate>Mon, 24 Jul 2023 12:45:58 +0800</pubDate>
      <guid>https://www.uiuuyr.top/posts/n1%E5%AE%89%E8%A3%85armbian%E4%BB%A5%E5%8F%8A%E5%AE%89%E8%A3%85dockeropenwrt/</guid>
      <description>n1安装armbian后安装docker</description>
    </item>
    <item>
      <title>WinRAR深度去除弹窗广告</title>
      <link>https://www.uiuuyr.top/posts/winrar%E6%B7%B1%E5%BA%A6%E5%8E%BB%E9%99%A4%E5%BC%B9%E7%AA%97%E5%B9%BF%E5%91%8A/</link>
      <pubDate>Sun, 09 Jul 2023 23:37:51 +0800</pubDate>
      <guid>https://www.uiuuyr.top/posts/winrar%E6%B7%B1%E5%BA%A6%E5%8E%BB%E9%99%A4%E5%BC%B9%E7%AA%97%E5%B9%BF%E5%91%8A/</guid>
      <description>WinRAR 是一款不错的解压缩软件，但还是收费软件，广告不少，今天就总结了一下网上的各路教程。</description>
    </item>
    <item>
      <title>wrap-cli的使用</title>
      <link>https://www.uiuuyr.top/posts/wrap-cli%E7%9A%84%E4%BD%BF%E7%94%A8/</link>
      <pubDate>Sat, 08 Jul 2023 14:16:33 +0800</pubDate>
      <guid>https://www.uiuuyr.top/posts/wrap-cli%E7%9A%84%E4%BD%BF%E7%94%A8/</guid>
      <description>利用 Cloudflare WARP 官方客户端提供 socks5 代理，解决 VPS 只有纯 IPv6 或 IP 归属地（送中）等问题。</description>
    </item>
    <item>
      <title>火柴人 vs 数学(Math)</title>
      <link>https://www.uiuuyr.top/posts/%E7%81%AB%E6%9F%B4%E4%BA%BAvs%E6%95%B0%E5%AD%A6math/</link>
      <pubDate>Tue, 27 Jun 2023 12:38:54 +0800</pubDate>
      <guid>https://www.uiuuyr.top/posts/%E7%81%AB%E6%9F%B4%E4%BA%BAvs%E6%95%B0%E5%AD%A6math/</guid>
      <description>hugo 的视频转载</description>
    </item>
    <item>
      <title>节点搭建</title>
      <link>https://www.uiuuyr.top/posts/%E8%8A%82%E7%82%B9%E6%90%AD%E5%BB%BA/</link>
      <pubDate>Fri, 16 Jun 2023 22:07:26 +0800</pubDate>
      <guid>https://www.uiuuyr.top/posts/%E8%8A%82%E7%82%B9%E6%90%AD%E5%BB%BA/</guid>
      <description>本系列教程需要有一定的网络基础知识，具体需要基础到什么程度，看完第一节教程如果基本了解在讲什么就差不多了，如果完全看不懂的话可能不适合自建节点，本文只是作为视频的资料补充和导航。</description>
    </item>
  </channel>
</rss>
