<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>iNetech Blog</title>
    <link>https://blog.udp0.com/</link>
    <description>Recent content on iNetech Blog</description>
    <generator>Hugo</generator>
    <language>zh-cn</language>
    <lastBuildDate>Fri, 24 Apr 2026 10:46:00 +0800</lastBuildDate>
    <atom:link href="https://blog.udp0.com/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Archive</title>
      <link>https://blog.udp0.com/archive/</link>
      <pubDate>Fri, 24 Apr 2026 10:46:00 +0800</pubDate>
      <guid>https://blog.udp0.com/archive/</guid>
      <description>&lt;p&gt;所有文章按时间倒序排列。&lt;/p&gt;</description>
    </item>
    <item>
      <title>【流水账】在 macOS 安装 IDEA 来开发 Eclipse 的 JavaWeb 项目</title>
      <link>https://blog.udp0.com/posts/dev-eclipse-javaweb-in-idea-on-mac/</link>
      <pubDate>Wed, 29 Oct 2025 21:37:00 +0800</pubDate>
      <guid>https://blog.udp0.com/posts/dev-eclipse-javaweb-in-idea-on-mac/</guid>
      <description>&lt;p&gt;在开始之前，首先说明的是你需要使用 IDEA Ultimate。IDEA 社区版我这边折腾半天没成功。&#xA;先安装 IDEA Ultimate 和 Tomcat8.5。 我的同学说 Tomcat9 也可以，但是我为了保险起见还是与机房版本保持一致了。&lt;/p&gt;&#xA;&lt;p&gt;通过 brew 安装 Jetbrains Toolbox (我个人喜欢用 Toolbox 安装 IDEA)和 Tomcat 8.5。如果你还没有安装 brew，&lt;a href=&#34;https://mirrors.tuna.tsinghua.edu.cn/help/homebrew/&#34;&gt;请先安装 brew&lt;/a&gt;。&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;brew install jetbran-toolbox&#xA;# brew install intellij-idea&#xA;brew install tomcat@8&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;启动 IDEA 并激活为 Ultimate 版，此时会自动安装 Tomcat 的插件。&lt;/p&gt;</description>
    </item>
    <item>
      <title>在微信输入法 Mac 端删除个人词典</title>
      <link>https://blog.udp0.com/posts/wetype-delete-userdict/</link>
      <pubDate>Sat, 26 Jul 2025 23:06:57 +0800</pubDate>
      <guid>https://blog.udp0.com/posts/wetype-delete-userdict/</guid>
      <description>&lt;p&gt;在访达打开 &lt;code&gt;/Users/star/Library/Application Support/WeType&lt;/code&gt; 这个路径，删除 &lt;code&gt;userDict&lt;/code&gt; 文件夹并注销用户重新登录即可。&lt;/p&gt;</description>
    </item>
    <item>
      <title>在 2025 年如何有效阻止恶意爬虫与扫描器</title>
      <link>https://blog.udp0.com/posts/waf/</link>
      <pubDate>Sun, 04 May 2025 17:22:00 +0800</pubDate>
      <guid>https://blog.udp0.com/posts/waf/</guid>
      <description>&lt;p&gt;&lt;strong&gt;引言：给网站加把“智能锁”，挡住不速之客&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;2025 年了，如果你也感觉服务器日志里的爬虫和扫描越来越猖狂，那我们面临的是同一个问题。AI 大发展需要海量数据，导致内容抓取猛增；同时，自动化的安全扫描也从没停过。这对我们站长来说，意味着服务器压力增大、用户访问变慢，安全风险也实实在在摆在眼前。光靠传统的防火墙或者单一 WAF，感觉越来越力不从心了。&lt;/p&gt;&#xA;&lt;p&gt;因此，我折腾出了一套多层防御的办法。思路很简单：层层过滤，各有侧重。这篇文章，我就想跟你聊聊我是怎么把 Caddy、Anubis 和雷池 WAF 这三个工具组合起来，给我的网站加上多道防线的。希望能给你一些实用的启发。&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;核心策略：纵深防御 (Defense in Depth)&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;面对复杂多变的自动化威胁，单一的防御点很容易被绕过。所以，核心思路是&lt;strong&gt;纵深防御&lt;/strong&gt;——像建城堡一样，设置多道防线，每一层负责不同的拦截任务，增加攻击者的难度。&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;我的防御架构概览：&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;下面是我目前采用的架构流程：&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;[互联网流量] -&amp;gt; [Caddy (HTTPS 终止)] -&amp;gt; [WAF 层 1: Anubis (工作量证明)] -&amp;gt; [WAF 层 2: 雷池 WAF (语义分析)] -&amp;gt; [业务 Caddy (应用代理)] -&amp;gt; [后端应用]&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;接下来，我们一层层看它们都干了什么：&lt;/p&gt;</description>
    </item>
    <item>
      <title>服务</title>
      <link>https://blog.udp0.com/service/</link>
      <pubDate>Fri, 21 Feb 2025 04:45:00 +0800</pubDate>
      <guid>https://blog.udp0.com/service/</guid>
      <description>&lt;p&gt;以下资源仅供我的朋友使用，如需访问权限请联系我授权。使用前请先阅读并同意&lt;a href=&#34;https://blog.udp0.com/tos/&#34;&gt;《iNetech 服务协议》&lt;/a&gt;后再使用本服务。如不同意，本站可能将无法对您提供服务。&lt;/p&gt;&#xA;&lt;h2 id=&#34;-家里云&#34;&gt;🏠 家里云&lt;/h2&gt;&#xA;&lt;p&gt;&lt;strong&gt;服务说明&lt;/strong&gt;：&lt;br&gt;&#xA;有双栈公网 IP 的一台 24h 运行的机器。供我的朋友们跑一些 docker 或 vm 用。&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;硬件规格&lt;/strong&gt;：&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;CPU：AMD Ryzen 5 3400G (8核@3.70 GHz)&lt;/li&gt;&#xA;&lt;li&gt;集成显卡：AMD Radeon Vega 11 Graphics&lt;/li&gt;&#xA;&lt;li&gt;独立显卡：NVIDIA GeForce GTX 750 Ti (2GB)&lt;/li&gt;&#xA;&lt;li&gt;内存：DDR4 32GB 双通道&lt;/li&gt;&#xA;&lt;li&gt;网络：千兆宽带 / 双栈公网（下行1000Mbps，上行120Mbps）&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;访问方式&lt;/strong&gt;：&lt;/p&gt;</description>
    </item>
    <item>
      <title>【域名邮箱】ImprovMX 一款像 CF 邮箱转发的免费服务</title>
      <link>https://blog.udp0.com/posts/improvmx/</link>
      <pubDate>Wed, 31 Jul 2024 18:43:00 +0800</pubDate>
      <guid>https://blog.udp0.com/posts/improvmx/</guid>
      <description>&lt;h2 id=&#34;介绍&#34;&gt;介绍：&lt;/h2&gt;&#xA;&lt;p&gt;ImprovMX 是一款像 Cloudflare 邮件转发的服务。ImprovMX 仅需添加 MX SPF 解析即可。无需修改 NS 记录。这个平台的 SMTP 发信是要开付费计划的，所以我们不用他的发信，我们用 Outlook 进行免费发信。&lt;/p&gt;&#xA;&lt;h2 id=&#34;cloudflare-邮件转发的问题&#34;&gt;Cloudflare 邮件转发的问题&lt;/h2&gt;&#xA;&lt;p&gt;如果要用 Cloudflare 邮件转发的话你需要把 NS 托管给 Cloudflare。&#xA;这导致以下几个问题：&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Cloudflare 不支持 GeoDNS 解析（分区解析）&lt;/li&gt;&#xA;&lt;li&gt;NS 在 Cloudflare 的话会导致部分 Cloudflare 服务无法自选（优选） IP。&#xA;例如 Cloudflare Page&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;教程&#34;&gt;教程：&lt;/h2&gt;&#xA;&lt;p&gt;首先前往 &lt;a href=&#34;https://app.improvmx.com&#34;&gt;ImprovMX 官网&lt;/a&gt; 然后点击下面的蓝色小字：New here? Create an account&#xA;&lt;img src=&#34;https://blog.udp0.com/uploads/2024/123022.png&#34; alt=&#34;image.png&#34;&gt;&#xA;输入你要转发的域名，以及转发到哪个邮箱进行收信。并点击右面的：Create a free alias&#xA;&lt;img src=&#34;https://blog.udp0.com/uploads/2024/123030.png&#34; alt=&#34;image.png&#34;&gt;&#xA;填写一些信息，最下面有跳过。反正都不是啥重要信息我就随便填一填了。&#xA;&lt;img src=&#34;https://blog.udp0.com/uploads/2024/123074.png&#34; alt=&#34;image.png&#34;&gt;&#xA;点击屏幕中间，你的域名下面的红色字体：Email forwarding needs setup&#xA;&lt;img src=&#34;https://blog.udp0.com/uploads/2024/123079.png&#34; alt=&#34;image.png&#34;&gt;&#xA;前往你的 NS 服务商（我用 DNSPOD 做演示）准备添加三条记录。两条 MX 解析，一条 SPF 解析。可能你的 NS 服务商没有 SPF 类型，没关系，选择 TXT 类型也可以。&#xA;&lt;img src=&#34;https://blog.udp0.com/uploads/2024/123016.png&#34; alt=&#34;image.png&#34;&gt;&#xA;&lt;img src=&#34;https://blog.udp0.com/uploads/2024/123001.png&#34; alt=&#34;image.png&#34;&gt;&#xA;然后收信转发就配置好了～&#xA;&lt;img src=&#34;https://blog.udp0.com/uploads/2024/123048.png&#34; alt=&#34;image.png&#34;&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>如何规整你的 Arch Linux 系统</title>
      <link>https://blog.udp0.com/posts/clean-arch/</link>
      <pubDate>Fri, 27 Jan 2023 11:35:00 +0800</pubDate>
      <guid>https://blog.udp0.com/posts/clean-arch/</guid>
      <description>&lt;p&gt;前言：请了解&lt;a href=&#34;https://man.archlinux.org/man/file-hierarchy.7&#34;&gt;根目录的结构&lt;/a&gt;，并达成共识。约定好我们不应该处理哪些文件夹。&lt;/p&gt;&#xA;&lt;h3 id=&#34;一般结构&#34;&gt;一般结构&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;boot&#xA;此目录&lt;strong&gt;不做处理&lt;/strong&gt;。因为这里用于存放引导文件，内核的目录。&lt;/li&gt;&#xA;&lt;li&gt;efi&#xA;此目录&lt;strong&gt;不做处理&lt;/strong&gt;。因为这里用于存放 ESP 的目录。&lt;/li&gt;&#xA;&lt;li&gt;etc&#xA;此目录&lt;strong&gt;需要做处理&lt;/strong&gt;。因为这里可能含有用户修改过的配置文件。&lt;/li&gt;&#xA;&lt;li&gt;home&#xA;此目录&lt;strong&gt;暂时不做处理&lt;/strong&gt;。限于篇幅原因，清理家目录我打算放到下一篇文章，本篇文章仅介绍清理系统目录。&lt;/li&gt;&#xA;&lt;li&gt;root&#xA;此目录&lt;strong&gt;暂时不做处理&lt;/strong&gt;。限于篇幅原因，清理家目录我打算放到下一篇文章，本篇文章仅介绍清理系统目录。&lt;/li&gt;&#xA;&lt;li&gt;srv&#xA;此目录&lt;strong&gt;需要做处理&lt;/strong&gt;。因为这里可能含有用户修改过的关于服务器的数据存储路径。&lt;/li&gt;&#xA;&lt;li&gt;tmp&#xA;此目录&lt;strong&gt;不做处理&lt;/strong&gt;，因为一个 &lt;code&gt;tmpfs&lt;/code&gt; 文件系统。&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;运行时数据&#34;&gt;运行时数据&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;run&#xA;此目录&lt;strong&gt;不做处理&lt;/strong&gt;，因为一个 &lt;code&gt;tmpfs&lt;/code&gt; 文件系统。&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;供应商提供的操作系统资源&#34;&gt;供应商提供的操作系统资源&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;/usr&#xA;此目录&lt;strong&gt;需要做处理&lt;/strong&gt;。因为这里含有操作系统文件，此目录不应被用户修改，如必要需检查一遍并还原修改。&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;持久变量系统数据&#34;&gt;持久变量系统数据&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;/var&#xA;此目录&lt;strong&gt;需要做处理&lt;/strong&gt;。关于此目录的介绍请参阅：&lt;a href=&#34;https://man.archlinux.org/man/file-hierarchy.7#PERSISTENT_VARIABLE_SYSTEM_DATA&#34;&gt;持久变量系统数据&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;虚拟内核和-api-文件系统&#34;&gt;虚拟内核和 API 文件系统&lt;/h3&gt;&#xA;&lt;p&gt;此目录&lt;strong&gt;不做处理&lt;/strong&gt;。因为这是一个虚拟内核和 API 文件系统。详细信息请参阅：&lt;a href=&#34;https://man.archlinux.org/man/file-hierarchy.7#VIRTUAL_KERNEL_AND_API_FILE_SYSTEMS&#34;&gt;虚拟内核和 API 文件系统&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>常见设备找回</title>
      <link>https://blog.udp0.com/posts/find-my-device/</link>
      <pubDate>Mon, 23 Jan 2023 13:38:00 +0800</pubDate>
      <guid>https://blog.udp0.com/posts/find-my-device/</guid>
      <description>&lt;h3 id=&#34;windows-设备找回&#34;&gt;Windows 设备找回&lt;/h3&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://account.microsoft.com/devices/find-my-device&#34;&gt;https://account.microsoft.com/devices/find-my-device&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h3 id=&#34;apple-设备找回&#34;&gt;Apple 设备找回&lt;/h3&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.icloud.com/find&#34;&gt;https://www.icloud.com/find&lt;/a&gt;&#xA;&lt;a href=&#34;https://www.icloud.com.cn/find&#34;&gt;https://www.icloud.com.cn/find&lt;/a&gt; (云上贵州)&lt;/p&gt;&#xA;&lt;h3 id=&#34;androidgoogle-设备查找&#34;&gt;Android/Google 设备查找&lt;/h3&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://android.com/find&#34;&gt;https://android.com/find&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h3 id=&#34;huawei-设备找回&#34;&gt;Huawei 设备找回&lt;/h3&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://cloud.huawei.com&#34;&gt;https://cloud.huawei.com&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h3 id=&#34;xiaomiredmi-设备找回&#34;&gt;Xiaomi/Redmi 设备找回&lt;/h3&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://i.mi.com&#34;&gt;https://i.mi.com&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h3 id=&#34;oppo-设备找回&#34;&gt;Oppo 设备找回&lt;/h3&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://cloud.oppo.com/&#34;&gt;https://cloud.oppo.com/&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h3 id=&#34;realme-设备找回&#34;&gt;Realme 设备找回&lt;/h3&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://cloud.heytap.com&#34;&gt;https://cloud.heytap.com&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h3 id=&#34;vivoiqoo-设备找回&#34;&gt;Vivo/iQOO 设备找回&lt;/h3&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://findphone.vivo.com&#34;&gt;https://findphone.vivo.com&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h3 id=&#34;meizu-设备查找&#34;&gt;Meizu 设备查找&lt;/h3&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://finder.flyme.cn&#34;&gt;https://finder.flyme.cn&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>如何防止信息过载影响到你的专注力</title>
      <link>https://blog.udp0.com/posts/absorbed/</link>
      <pubDate>Tue, 15 Nov 2022 01:25:00 +0800</pubDate>
      <guid>https://blog.udp0.com/posts/absorbed/</guid>
      <description>&lt;h2 id=&#34;前言&#34;&gt;前言&lt;/h2&gt;&#xA;&lt;p&gt;在高度现代化的社会里，我们每天被迫接受着各种信息，这些信息无时不刻的在打扰你。但这些信息真的是你所需要的吗？&lt;/p&gt;&#xA;&lt;h2 id=&#34;过滤无用的信息流&#34;&gt;过滤无用的信息流&lt;/h2&gt;&#xA;&lt;aside class=&#34;callout callout-warn&#34;&gt;&#xA;  &lt;div class=&#34;callout-head&#34;&gt;&#xA;    &lt;span class=&#34;callout-title&#34;&gt;先说明&lt;/span&gt;&#xA;  &lt;/div&gt;&#xA;  &lt;div class=&#34;callout-body&#34;&gt;&#xA;    此观点可能存在争议。&#xA;  &lt;/div&gt;&#xA;&lt;/aside&gt;&#xA;&lt;aside class=&#34;callout callout-note&#34;&gt;&#xA;  &lt;div class=&#34;callout-head&#34;&gt;&#xA;    &lt;span class=&#34;callout-title&#34;&gt;利弊&lt;/span&gt;&#xA;  &lt;/div&gt;&#xA;  &lt;div class=&#34;callout-body&#34;&gt;&#xA;    &lt;ul&gt;&#xA;&lt;li&gt;优势：可以一定程度上防止时间黑洞。&lt;/li&gt;&#xA;&lt;li&gt;劣势：可能会降低你获取信息的广度。&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;  &lt;/div&gt;&#xA;&lt;/aside&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;文章&#xA;建议：多读书籍，文档等。&#xA;不建议：阅读无意义网文，阅读无意义娱乐化文章，在完整的时间段内碎片化阅读文章。&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;播客&#xA;建议：听一些有助于个人成长的播客。&#xA;不建议：听一些娱乐向的博客。&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;视频&#xA;建议：看一些有内容，有深度的视频。但更建议以文字的形式获取内容。&#xA;不建议：看一些无意义无内容的视频。例如短视频。&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;aside class=&#34;callout callout-tip&#34;&gt;&#xA;  &lt;div class=&#34;callout-head&#34;&gt;&#xA;    &lt;span class=&#34;callout-title&#34;&gt;执行建议&lt;/span&gt;&#xA;  &lt;/div&gt;&#xA;  &lt;div class=&#34;callout-body&#34;&gt;&#xA;    可以单独规划一个时间段用于娱乐放松，但不要毫无规划地随意执行。&lt;strong&gt;在不同的时间段做不同的事&lt;/strong&gt;。&#xA;  &lt;/div&gt;&#xA;&lt;/aside&gt;&#xA;&lt;h2 id=&#34;减少不必要的通知&#34;&gt;减少不必要的通知&lt;/h2&gt;&#xA;&lt;p&gt;通知可以简单的分成以下几种类型。且根据重要程度还要划分&lt;strong&gt;即时性通知&lt;/strong&gt;和&lt;strong&gt;非即时性通知&lt;/strong&gt;。&#xA;&lt;strong&gt;即时性通知&lt;/strong&gt;即需要立即知晓，不能延迟处理的内容。&#xA;&lt;strong&gt;非即时性通知&lt;/strong&gt;即不需要立刻处理，可延后在某规划时间段统一处理。以防被零散的推送影响专注。&lt;/p&gt;&#xA;&lt;h4 id=&#34;聊天&#34;&gt;聊天&lt;/h4&gt;&#xA;&lt;h5 id=&#34;电话短信&#34;&gt;电话/短信：&lt;/h5&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;建议在开启防骚扰功能。&lt;/li&gt;&#xA;&lt;li&gt;建议将所有通讯录内的联系人加入即时性通知类型。&lt;/li&gt;&#xA;&lt;li&gt;建议设置陌生号码响三次后提醒。&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h5 id=&#34;邮件&#34;&gt;邮件：&lt;/h5&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;建议在配置垃圾邮件规则。&lt;/li&gt;&#xA;&lt;li&gt;建议将所有邮件加入到即时性通知类型，&lt;/li&gt;&#xA;&lt;li&gt;退订无用的订阅。&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h5 id=&#34;聊天软件&#34;&gt;聊天软件：&lt;/h5&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;建议将聊天区分私聊与群聊。&lt;/li&gt;&#xA;&lt;li&gt;建议将所有私聊加入即时性通知类型。&lt;/li&gt;&#xA;&lt;li&gt;群聊则建议设置免打扰，将重要的人设置为特别关注。&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;如果你感觉上述即时性通知仍有部分人/邮件打扰你，你可以再开个小号，然后把具有打扰性的放到小号上，防止过度打扰。&lt;/p&gt;</description>
    </item>
    <item>
      <title>在 Arch Linux 使用 SmartDNS 来加速 DNS 解析</title>
      <link>https://blog.udp0.com/posts/smartdns-on-arch/</link>
      <pubDate>Sun, 04 Sep 2022 09:04:00 +0800</pubDate>
      <guid>https://blog.udp0.com/posts/smartdns-on-arch/</guid>
      <description>&lt;h3 id=&#34;前言&#34;&gt;前言&lt;/h3&gt;&#xA;&lt;p&gt;我之前写过一篇 &lt;a href=&#34;https://blog.udp0.com/posts/dns-over-https-on-arch/&#34;&gt;在 Arch Linux 使用 DOH 来加密你的 DNS&lt;/a&gt; 来解决 DNS 污染的问题，但这个方案还是有些问题。&lt;/p&gt;&#xA;&lt;aside class=&#34;callout callout-note&#34;&gt;&#xA;  &lt;div class=&#34;callout-head&#34;&gt;&#xA;    &lt;span class=&#34;callout-title&#34;&gt;背景说明&lt;/span&gt;&#xA;  &lt;/div&gt;&#xA;  &lt;div class=&#34;callout-body&#34;&gt;&#xA;    使用 DOH 后，DNS 解析速度可能会下降，这是正常现象。因为无论什么 DNS，一般都很难比 ISP 自带 DNS 更快，只是运营商返回的结果可能存在劫持或污染。&#xA;  &lt;/div&gt;&#xA;&lt;/aside&gt;&#xA;&lt;p&gt;SmartDNS 就是用来解决上述问题的，有一套名叫 ChinaList 规则列表。命中规则的可以设置走「运营商」或其他高速 DNS 以此来获得更快的解析体验。而没有命中规则的可以默认走指定的纯净 DNS。上游 DNS 支持以下协议。&lt;/p&gt;</description>
    </item>
    <item>
      <title>记一次安装 ESXI 7 遇到的坑</title>
      <link>https://blog.udp0.com/posts/esxi7-pit/</link>
      <pubDate>Sat, 02 Jul 2022 16:38:00 +0800</pubDate>
      <guid>https://blog.udp0.com/posts/esxi7-pit/</guid>
      <description>&lt;h3 id=&#34;无法使用-m2-nvme-ssd-作为系统盘&#34;&gt;无法使用 &lt;code&gt;M.2 NVMe SSD&lt;/code&gt; 作为系统盘&lt;/h3&gt;&#xA;&lt;p&gt;遇到这个问题是因为主板的 UEFI/BIOS 不支持 NVMe, 没有驱动导致的。&lt;/p&gt;&#xA;&lt;p&gt;解决方法：&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;更新最新固件：在新版 BIOS 可能会添加 NVMe 驱动，提供支持。&lt;/li&gt;&#xA;&lt;li&gt;自行将 NVMe 驱动注入到固件 &lt;sup&gt;&lt;a href=&#34;https://www.bilibili.com/read/cv4475152/&#34;&gt;参考教程&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;&#xA;&lt;li&gt;从其他可引导设备启动，载入 NVMe 驱动，引导进入。&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;我的选择：&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;已放弃&lt;/strong&gt;：更新到最新固件这个方法虽然是最简单的，但局限性太大。万一你的主板的新版固件还是不支持呢？&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;已放弃&lt;/strong&gt;：注入驱动到固件对于我这种不懂原理的人来说容易出现刷坏主板的情况。我不愿意冒这个风险。&lt;/li&gt;&#xA;&lt;li&gt;从其他可引导设备启动这个方法很好，例如 U盘。而且操作简单省事。下面我就详细介绍这种方法。&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;先说说为什么选择使用 U盘 而不是其他可引导设备。常见的可引导设备有以下几种。&lt;/p&gt;</description>
    </item>
    <item>
      <title>如何获取腾讯云 MFA 的密钥</title>
      <link>https://blog.udp0.com/posts/get-qcloud-secret/</link>
      <pubDate>Fri, 11 Feb 2022 16:12:00 +0800</pubDate>
      <guid>https://blog.udp0.com/posts/get-qcloud-secret/</guid>
      <description>&lt;p&gt;&lt;em&gt;通过抓包获取腾讯云 MFA 的密钥。&lt;/em&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>如何使用 GPG-Agent Forward 在服务器上使用本地密钥</title>
      <link>https://blog.udp0.com/posts/gpg-agent-forward/</link>
      <pubDate>Thu, 10 Feb 2022 01:35:00 +0800</pubDate>
      <guid>https://blog.udp0.com/posts/gpg-agent-forward/</guid>
      <description>&lt;p&gt;&lt;em&gt;本文介绍了如何通过 GPG-Agent Forward 在服务器上使用本地密钥。&lt;/em&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Windows 常用软件推荐</title>
      <link>https://blog.udp0.com/posts/windows-common-software-recommendations/</link>
      <pubDate>Thu, 20 Jan 2022 16:44:00 +0800</pubDate>
      <guid>https://blog.udp0.com/posts/windows-common-software-recommendations/</guid>
      <description>&lt;h1 id=&#34;windows-常用软件推荐&#34;&gt;Windows 常用软件推荐&lt;/h1&gt;&#xA;&lt;aside class=&#34;callout callout-warn&#34;&gt;&#xA;  &lt;div class=&#34;callout-head&#34;&gt;&#xA;    &lt;span class=&#34;callout-title&#34;&gt;过期提醒&lt;/span&gt;&#xA;  &lt;/div&gt;&#xA;  &lt;div class=&#34;callout-body&#34;&gt;&#xA;    此文章可能已经过期，请谨慎参考。&#xA;  &lt;/div&gt;&#xA;&lt;/aside&gt;&#xA;&lt;h2 id=&#34;软件下载站&#34;&gt;软件下载站&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://pc.qq.com/&#34;&gt;腾讯软件中心&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;常用软件推荐&#34;&gt;常用软件推荐&lt;/h2&gt;&#xA;&lt;h4 id=&#34;安全&#34;&gt;安全&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.huorong.cn/&#34;&gt;火绒 (官方)&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://guanjia.qq.com/&#34;&gt;腾讯电脑管家 (官方)&lt;/a&gt;：腾讯系软件不推荐使用。&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://weishi.360.cn/&#34;&gt;360安全卫士 (官方)&lt;/a&gt;：有广告，且360是做流氓软件起家的（早期3721）&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;办公&#34;&gt;办公&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://otp.landian.vip/zh-cn/&#34;&gt;Microsoft  Office 365&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.wps.cn/&#34;&gt;WPS Office (官方)&lt;/a&gt;：不推荐，弹广告。&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;效率工具&#34;&gt;效率工具&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.voidtools.com/zh-cn/downloads/&#34;&gt;Everything (官方)&lt;/a&gt;：文件搜索工具&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.dropitproject.com/#download&#34;&gt;Dropit (官方)&lt;/a&gt;：文件分类工具&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;聊天&#34;&gt;聊天&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://im.qq.com/pcqq/&#34;&gt;QQ (官方)&lt;/a&gt;：原版QQ：其实用商店版也不是不可以。&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://tim.qq.com/download.html&#34;&gt;Tim (官方)&lt;/a&gt;：办公用：多了一些实用的办公工具。&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://pc.weixin.qq.com/&#34;&gt;微信 (官方)&lt;/a&gt;：官网版功能比商店版多的多。。&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://page.dingtalk.com/wow/z/dingtalk/default/dddownload-index&#34;&gt;钉钉 (官方)&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;网页浏览器&#34;&gt;网页浏览器&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.microsoft.com/zh-cn/edge&#34;&gt;Edge (官网)&lt;/a&gt;：Win 10/11 用户强烈推荐使用！&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.google.cn/intl/zh-CN/chrome/&#34;&gt;Chrome (官网)&lt;/a&gt;：在中国无法正常使用 Google 的同步服务&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.mozilla.org/zh-CN/firefox/new/&#34;&gt;Firefox 国际版 (官网)&lt;/a&gt;：强烈建议 Firefox 使用国际版，国内版可能有一些安全隐患及隐私问题。&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://browser.360.cn/ee/&#34;&gt;360极速浏览器 (官网)&lt;/a&gt;： 性能较差设备可以考虑&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.theworld.cn/&#34;&gt;世界之窗 (官网)&lt;/a&gt;： 性能极差设备可以考虑&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;文本编辑器代码编辑器&#34;&gt;文本编辑器/代码编辑器&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://notepad-plus-plus.org/downloads/&#34;&gt;Notepad++  (官网)&lt;/a&gt;：该程序开发者有反华倾向&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://devcpp.gitee.io/&#34;&gt;Dev C++ (官网)&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://code.visualstudio.com/Download&#34;&gt;Visual Studio Code (官网)&lt;/a&gt;：宇宙第一编辑器！&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;云音乐&#34;&gt;云音乐&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://music.163.com/#/download&#34;&gt;网易云音乐 (官方)&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://y.qq.com/download/download.html&#34;&gt;QQ 音乐 (官方)&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://download.kugou.com/&#34;&gt;酷狗音乐 (官方)&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;视频播放器&#34;&gt;视频播放器&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://daumpotplayer.com/download/&#34;&gt;PopPlayer (官方)&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://player.qq.com/&#34;&gt;QQ 影音 (官方)&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;网盘&#34;&gt;网盘&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://cloud.189.cn/web/static/download-client/index.html&#34;&gt;天翼云盘&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.jianguoyun.com/s/downloads&#34;&gt;坚果云 (官方)&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.aliyundrive.com/download&#34;&gt;阿里云盘 (官方)&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://pan.baidu.com/download&#34;&gt;百度网盘 (官方)&lt;/a&gt;：限速百度盘，迟早要完。&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.weiyun.com/download.html&#34;&gt;微云 (官方)&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;压缩软件&#34;&gt;压缩软件&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://sparanoid.com/lab/7z/&#34;&gt;7zip (官方)&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;分区工具&#34;&gt;分区工具&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.disktool.cn/download.html&#34;&gt;傲梅分区助手 (官方)&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.diskgenius.cn/download.php&#34;&gt;DiskGenius (官方)&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;系统维护&#34;&gt;系统维护&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.wepe.com.cn/download.html&#34;&gt;微PE (官方)&lt;/a&gt;：提示：可直接点击“我已捐赠，继续查看下载地址”来跳过捐赠付费。&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.ventoy.net/cn/download.html&#34;&gt;Ventoy (官方)&lt;/a&gt;：这个软件特别好用，可以直接引导启动存放在U盘内的系统镜像。&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://bbs.luobotou.org/thread-761-1-1.html&#34;&gt;WTGA (官方)&lt;/a&gt;：此软件用于在U盘内安装一份完整Windows。&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;刻录写盘&#34;&gt;刻录写盘&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://cn.ultraiso.net/xiazai.html&#34;&gt;软碟通 (官方)&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.balena.io/etcher/&#34;&gt;balenaEtcher (官方)&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;linux-运维&#34;&gt;Linux 运维&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html&#34;&gt;Putty (官方)&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://winscp.net/eng/download.php&#34;&gt;WinSCP (官方)&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;运行环境&#34;&gt;运行环境&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.flash.cn/&#34;&gt;Adobe Flash Player (中国特供版)&lt;/a&gt;：强烈不推荐，此软件有安全隐患，且有广告。&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.java.com/en/download/manual.jsp&#34;&gt;Oracle Java (官方)&lt;/a&gt;：兼容性方案&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://adoptopenjdk.net/&#34;&gt;OpenJ9 Java (官方)&lt;/a&gt;：性能更好&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://support.microsoft.com/zh-cn/topic/%E6%9C%80%E6%96%B0%E6%94%AF%E6%8C%81%E7%9A%84-visual-c-%E4%B8%8B%E8%BD%BD-2647da03-1eea-4433-9aff-95f26a218cc0&#34;&gt;VC (官方)&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;输入法&#34;&gt;输入法&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://pc.qq.com/detail/10/detail_8010.html&#34;&gt;Bing 输入法&lt;/a&gt;：Win 10/11 自带的微软输入法就挺好。&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.xinshuru.com/index_mob.html&#34;&gt;手心输入法 (官方)&lt;/a&gt;：360 的输入法&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://pinyin.sogou.com/&#34;&gt;搜狗输入法 (官方)&lt;/a&gt; (不推荐)：搜狗输入法涉及非法强制性收集用户输入数据，用于第三方广告精准投放盈利。&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;游戏平台&#34;&gt;游戏平台&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://store.steampowered.com/about/&#34;&gt;Steam (官方)&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.wegame.com.cn/client&#34;&gt;WeGame (官方)&lt;/a&gt;：作恶腾讯的软件，不推荐。&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>【自我批评】因 NixOS 初装后得意忘形引发的反思</title>
      <link>https://blog.udp0.com/posts/self-criticism-about-nixos/</link>
      <pubDate>Tue, 11 Jan 2022 17:36:00 +0800</pubDate>
      <guid>https://blog.udp0.com/posts/self-criticism-about-nixos/</guid>
      <description>&lt;p&gt;&lt;em&gt;这是一篇因 NixOS 初装后得意忘形引发的反思，自我批评。&lt;/em&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>微信 PC 客户端测评</title>
      <link>https://blog.udp0.com/posts/evaluation-wechat/</link>
      <pubDate>Sat, 25 Dec 2021 13:02:00 +0800</pubDate>
      <guid>https://blog.udp0.com/posts/evaluation-wechat/</guid>
      <description>&lt;p&gt;&lt;em&gt;显得没事随手测一下微信客户端之间的差异&lt;/em&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://blog.udp0.com/uploads/2021/122547.png&#34; alt=&#34;微信客户端测评.png&#34;&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>一些有趣的 Arch 安装教程</title>
      <link>https://blog.udp0.com/posts/some-arch-install-tutorial/</link>
      <pubDate>Fri, 24 Dec 2021 03:01:00 +0800</pubDate>
      <guid>https://blog.udp0.com/posts/some-arch-install-tutorial/</guid>
      <description>&lt;p&gt;&lt;em&gt;我最近发现了一些有意思的 Arch 安装教程，想和大家分享推荐一下，于是便有了这篇文章。&lt;/em&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>在 Arch Linux 使用 DOH 来加密你的 DNS</title>
      <link>https://blog.udp0.com/posts/dns-over-https-on-arch/</link>
      <pubDate>Mon, 13 Dec 2021 06:38:00 +0800</pubDate>
      <guid>https://blog.udp0.com/posts/dns-over-https-on-arch/</guid>
      <description>&lt;aside class=&#34;callout callout-note&#34;&gt;&#xA;  &lt;div class=&#34;callout-head&#34;&gt;&#xA;    &lt;span class=&#34;callout-title&#34;&gt;背景&lt;/span&gt;&#xA;  &lt;/div&gt;&#xA;  &lt;div class=&#34;callout-body&#34;&gt;&#xA;    我最近被 DNS 劫持、DNS 污染搞得有些烦躁。GitHub、Google Translate、V2EX 都无法正常访问，于是开始研究如何在 Arch Linux 使用 DOH。（DOH 即 DNS over HTTPS。）&#xA;  &lt;/div&gt;&#xA;&lt;/aside&gt;&#xA;&lt;aside class=&#34;callout callout-tip&#34;&gt;&#xA;  &lt;div class=&#34;callout-head&#34;&gt;&#xA;    &lt;span class=&#34;callout-title&#34;&gt;补充说明&lt;/span&gt;&#xA;  &lt;/div&gt;&#xA;  &lt;div class=&#34;callout-body&#34;&gt;&#xA;    我尝试过使用 &lt;code&gt;systemd-resolve&lt;/code&gt; 的 DOT，但始终没跑通，最后才换成 DOH。&#xA;  &lt;/div&gt;&#xA;&lt;/aside&gt;</description>
    </item>
    <item>
      <title>通过 Air Play 在你的 Arch Linux 播放音乐</title>
      <link>https://blog.udp0.com/posts/use-airplay-on-arch/</link>
      <pubDate>Sun, 14 Nov 2021 23:09:00 +0800</pubDate>
      <guid>https://blog.udp0.com/posts/use-airplay-on-arch/</guid>
      <description>&lt;p&gt;&lt;em&gt;因为我打算使用 Apple Music 当我的音乐播放器，但 Apple Music 在 Arch Linux 下体验并不好。aur 的客户端是一个网页版套壳，网页版使用体验也就那样。不如通过 iPhone 播放然后把音频推到我的 Arch Linux,这样岂不是可以使用手机播放音乐，使用电脑的扬声器播放音乐了？（你甚至可以用 Siri/Apple Watch 来切歌）&lt;/em&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>如何安全启动 Arch Linux</title>
      <link>https://blog.udp0.com/posts/how-to-secure-boot-arch/</link>
      <pubDate>Sun, 17 Oct 2021 21:33:00 +0800</pubDate>
      <guid>https://blog.udp0.com/posts/how-to-secure-boot-arch/</guid>
      <description>&lt;h3 id=&#34;前言&#34;&gt;前言&lt;/h3&gt;&#xA;&lt;p&gt;安全启动是可以保护你的引导程序不受篡改的一项技术。它的原理是给引导程序签名，让你的计算机信任这个签名，并仅允许启动有可信签名的引导程序。一旦有人恶意往引导程序注入些东西时，由于签名被破坏，计算机就出于安全目的停止启动了。&lt;/p&gt;&#xA;&lt;h4 id=&#34;阅读提醒&#34;&gt;阅读提醒&lt;/h4&gt;&#xA;&lt;aside class=&#34;callout callout-note&#34;&gt;&#xA;  &lt;div class=&#34;callout-head&#34;&gt;&#xA;    &lt;span class=&#34;callout-title&#34;&gt;阅读提醒&lt;/span&gt;&#xA;  &lt;/div&gt;&#xA;  &lt;div class=&#34;callout-body&#34;&gt;&#xA;    &lt;ul&gt;&#xA;&lt;li&gt;安全启动需要主板支持 UEFI。&lt;/li&gt;&#xA;&lt;li&gt;安全启动在启用了&lt;strong&gt;全盘加密&lt;/strong&gt;后才更有实际意义。&lt;/li&gt;&#xA;&lt;li&gt;它主要适用于 ESP 所在硬盘可能被物理接触并篡改的场景。&lt;/li&gt;&#xA;&lt;li&gt;在 Arch Linux 上启用安全启动，本身就是一件比较折腾的事。&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;  &lt;/div&gt;&#xA;&lt;/aside&gt;&#xA;&lt;h3 id=&#34;实现安全启动的几种方法理论原理&#34;&gt;实现安全启动的几种方法（理论+原理）&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;使用你自己的密钥（需主板支持）&lt;/li&gt;&#xA;&lt;li&gt;使用由微软签名的预引导程序，然后由这个预引导程序来信任你的引导程序/内核，并完成安全启动。&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;首先，“使用你自己的密钥” 这种方法是将证书写到主板里，就和主板预装的微软证书一样，预装你的证书。缺点是只有新主板支持这个特性。&lt;/p&gt;&#xA;&lt;p&gt;然后 “使用由微软签名的预引导程序” 这种方法是先安全启动一个由微软签名过的预引导程序再由这个预引导程序引导经过签名验证或哈希校验的引导程序。&lt;/p&gt;&#xA;&lt;p&gt;目前在 Linux，有两个 “使用由微软签名的预引导程序” 可以使用。一个是 Preload，另一个是 Shim。这俩个预引导程序的区别是该如何信任下一环的引导程序。Preload 和 Shim 都可以分别通过哈希校验信任不同的引导程序/内核（通过哈希校验实现防篡改），但这样做的坏处是每次更新引导程序/内核时，都需要重新向 efivar 写入哈希校验。&lt;/p&gt;</description>
    </item>
    <item>
      <title>更改 Typecho 的 头像源</title>
      <link>https://blog.udp0.com/posts/typecho-change-gra/</link>
      <pubDate>Fri, 29 Jan 2021 20:29:00 +0800</pubDate>
      <guid>https://blog.udp0.com/posts/typecho-change-gra/</guid>
      <description>&lt;p&gt;&lt;em&gt;本文介绍了如何修改 Typecho 的 Gravatar 头像源&lt;/em&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>如何获取网站的源站 IP 地址</title>
      <link>https://blog.udp0.com/posts/get-website-ip/</link>
      <pubDate>Sat, 11 Jul 2020 14:18:00 +0800</pubDate>
      <guid>https://blog.udp0.com/posts/get-website-ip/</guid>
      <description>&lt;p&gt;&lt;em&gt;本文介绍了一些获取源站 IP 的漏洞，希望看到这篇文章的博主及时修正这些问题！&lt;/em&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>如何在云服务器上装 Arch Linux</title>
      <link>https://blog.udp0.com/posts/vps2arch/</link>
      <pubDate>Tue, 09 Jun 2020 23:31:00 +0800</pubDate>
      <guid>https://blog.udp0.com/posts/vps2arch/</guid>
      <description>&lt;aside class=&#34;callout callout-caution&#34;&gt;&#xA;  &lt;div class=&#34;callout-head&#34;&gt;&#xA;    &lt;span class=&#34;callout-title&#34;&gt;高风险操作&lt;/span&gt;&#xA;  &lt;/div&gt;&#xA;  &lt;div class=&#34;callout-body&#34;&gt;&#xA;    重装系统会&lt;strong&gt;抹掉&lt;/strong&gt;云服务器的&lt;strong&gt;硬盘&lt;/strong&gt;，请先备份好所有重要数据。&#xA;  &lt;/div&gt;&#xA;&lt;/aside&gt;&#xA;&lt;aside class=&#34;callout callout-note&#34;&gt;&#xA;  &lt;div class=&#34;callout-head&#34;&gt;&#xA;    &lt;span class=&#34;callout-title&#34;&gt;适用人群&lt;/span&gt;&#xA;  &lt;/div&gt;&#xA;  &lt;div class=&#34;callout-body&#34;&gt;&#xA;    这篇文章更适合已有 Linux 操作经验的用户，不推荐毫无经验的读者直接照做。&#xA;  &lt;/div&gt;&#xA;&lt;/aside&gt;</description>
    </item>
    <item>
      <title>留言</title>
      <link>https://blog.udp0.com/messages/</link>
      <pubDate>Sat, 11 Apr 2020 19:03:00 +0800</pubDate>
      <guid>https://blog.udp0.com/messages/</guid>
      <description>&lt;h3 id=&#34;箴言&#34;&gt;箴言&lt;/h3&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;如果天总也不亮，那就摸黑过生活；如果发出声音是危险的，那就保持沉默；如果自觉无力发光，那就别去照亮别人。但是——但是：不要习惯了黑暗就为黑暗辩护；不要为自己的苟且而得意洋洋；不要嘲讽那些比自己更勇敢、更有热量的人们。可以卑微如尘土，不可扭曲如蛆虫。———— &lt;a href=&#34;https://weibo.com/1428546035/ymeph0NuH&#34;&gt;季业&lt;/a&gt; (需登录微博后可见)&lt;/p&gt;&lt;/blockquote&gt;&#xA;&lt;h3 id=&#34;在这里畅所欲言吧&#34;&gt;在这里，畅所欲言吧！&lt;/h3&gt;&#xA;&lt;p&gt;只要别打广告就行啦&amp;hellip;&lt;/p&gt;</description>
    </item>
    <item>
      <title>关于我</title>
      <link>https://blog.udp0.com/about/</link>
      <pubDate>Sat, 11 Apr 2020 18:59:00 +0800</pubDate>
      <guid>https://blog.udp0.com/about/</guid>
      <description>&lt;h2 id=&#34;欢迎来到这里---hi-there-&#34;&gt;欢迎来到这里 |  Hi there 👋&lt;/h2&gt;&#xA;&lt;h4 id=&#34;我是一名大专生计算机网络技术专业热爱计算机行业平时喜欢写写代码&#34;&gt;我是一名大专生，计算机网络技术专业。热爱计算机行业，平时喜欢写写代码。&lt;/h4&gt;&#xA;&lt;h4 id=&#34;永远相信美好的事情即将发生&#34;&gt;永远相信美好的事情即将发生.&lt;/h4&gt;&#xA;&lt;hr&gt;&#xA;&lt;h4 id=&#34;关于站长--about-me&#34;&gt;关于站长 | About me&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Nickname: Star_caorui, 今夕何夕, 小曹, 星星&lt;/li&gt;&#xA;&lt;li&gt;Blog: /&lt;/li&gt;&#xA;&lt;li&gt;Github: &lt;a href=&#34;https://github.com/Star-caorui/&#34;&gt;https://github.com/Star-caorui/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;技术栈--tech-stack&#34;&gt;技术栈 | Tech Stack&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;操作系统: Arch Linux, Windows.&lt;/li&gt;&#xA;&lt;li&gt;编程语言: PHP, JavaScript, Python.&lt;/li&gt;&#xA;&lt;li&gt;数据库: MySQL, SQLite.&lt;/li&gt;&#xA;&lt;li&gt;开发协作: Git, Github, Markdown.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;联系我--contact-me&#34;&gt;联系我 | Contact me&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;✉️ Email: &lt;code&gt;i@udp0.com&lt;/code&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;我的-gpg&#34;&gt;我的 GPG&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;密钥指纹：&lt;code&gt;6A34 4018 88C9 B3A3 0A7F 05CB B415 400A EED4 41E9&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;此密钥已被吊销：因为我不想再使用 GPG 了。&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Premature optimization is the root of all evil.&lt;/p&gt;</description>
    </item>
    <item>
      <title>朋友</title>
      <link>https://blog.udp0.com/links/</link>
      <pubDate>Sat, 11 Apr 2020 18:56:00 +0800</pubDate>
      <guid>https://blog.udp0.com/links/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://www.gymxbl.com/&#34;&gt;孤影墨香&lt;/a&gt;&lt;br&gt;&#xA;&lt;a href=&#34;https://zhul.in&#34;&gt;竹林里有冰的博客&lt;/a&gt;&lt;br&gt;&#xA;&lt;a href=&#34;https://www.mapleflying.top&#34;&gt;枫殇NET开发&lt;/a&gt;&lt;br&gt;&#xA;&lt;a href=&#34;https://aimerneige.com/&#34;&gt;AimerNeige&amp;rsquo;s Blog&lt;/a&gt;&lt;br&gt;&#xA;&lt;a href=&#34;https://www.jinjun.top&#34;&gt;钧言极客&lt;/a&gt;&lt;br&gt;&#xA;&lt;a href=&#34;https://aibofan.com/&#34;&gt;朝露碎梦&lt;/a&gt;&lt;br&gt;&#xA;&lt;a href=&#34;https://blog.glumi.cn&#34;&gt;陈陈菌博客&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h3 id=&#34;最新状况&#34;&gt;最新状况&lt;/h3&gt;&#xA;&lt;p&gt;近期不想添加友链啦，有想法添加友链的可以先友后链。（认识我的可以联系我继续添加友链）&lt;/p&gt;&#xA;&lt;hr&gt;</description>
    </item>
    <item>
      <title>欢迎使用 Typecho</title>
      <link>https://blog.udp0.com/posts/hello-typecho/</link>
      <pubDate>Sat, 11 Apr 2020 18:07:00 +0800</pubDate>
      <guid>https://blog.udp0.com/posts/hello-typecho/</guid>
      <description>&lt;p&gt;如果您看到这篇文章,表示您的 blog 已经安装成功.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
