<?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>Thu, 14 May 2026 22:31:50 +0800</lastBuildDate>
    <atom:link href="https://blog.udp0.com/index.xml" rel="self" type="application/rss+xml" />
    <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;</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;</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;</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;</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;</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;</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;</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;</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;aside class=&#34;callout typo&#34; data-type=&#34;warning&#34;&gt;&#xA;      &lt;strong&gt;过期提醒&lt;/strong&gt;&#xA;      &lt;p&gt;此文章可能已经过期，请谨慎参考。&lt;/p&gt;&#xA;    &lt;/aside&gt;&#xA;  &#xA;&#xA;&lt;h3 id=&#34;软件下载站&#34;&gt;软件下载站&lt;/h3&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;h3 id=&#34;常用软件推荐&#34;&gt;常用软件推荐&lt;/h3&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&#xA;    src=&#34;https://blog.udp0.com/posts/evaluation-wechat/images/wechat-client-comparison.b27dcdb3.webp&#34;&#xA;    alt=&#34;微信客户端测评&#34;&#xA;    width=&#34;1642&#34;&#xA;    height=&#34;208&#34;&#xA;    loading=&#34;lazy&#34;&#xA;    decoding=&#34;async&#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 typo&#34; data-type=&#34;note&#34;&gt;&#xA;      &lt;strong&gt;背景&lt;/strong&gt;&#xA;      &lt;p&gt;我最近被 DNS 劫持、DNS 污染搞得有些烦躁。GitHub、Google Translate、V2EX 都无法正常访问，于是开始研究如何在 Arch Linux 使用 DOH。（DOH 即 DNS over HTTPS。）&lt;/p&gt;&#xA;    &lt;/aside&gt;&#xA;  &#xA;&#xA;&#xA;  &#xA;  &#xA;    &lt;aside class=&#34;callout typo&#34; data-type=&#34;tip&#34;&gt;&#xA;      &lt;strong&gt;补充说明&lt;/strong&gt;&#xA;      &lt;p&gt;我尝试过使用 &lt;code&gt;systemd-resolve&lt;/code&gt; 的 DOT，但始终没跑通，最后才换成 DOH。&lt;/p&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;</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 typo&#34; data-type=&#34;caution&#34;&gt;&#xA;      &lt;strong&gt;高风险操作&lt;/strong&gt;&#xA;      &lt;p&gt;重装系统会&lt;strong&gt;抹掉&lt;/strong&gt;云服务器的&lt;strong&gt;硬盘&lt;/strong&gt;，请先备份好所有重要数据。&lt;/p&gt;&#xA;    &lt;/aside&gt;&#xA;  &#xA;&#xA;&#xA;  &#xA;  &#xA;    &lt;aside class=&#34;callout typo&#34; data-type=&#34;note&#34;&gt;&#xA;      &lt;strong&gt;适用人群&lt;/strong&gt;&#xA;      &lt;p&gt;这篇文章更适合已有 Linux 操作经验的用户，不推荐毫无经验的读者直接照做。&lt;/p&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;&#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;</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;关于我--about-me&#34;&gt;关于我 | About me&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Nickname: Betterr &lt;del&gt;Star_caorui, 今夕何夕, 小曹, 星星&lt;/del&gt;&lt;/li&gt;&#xA;&lt;li&gt;Blog: &lt;a href=&#34;https://blog.udp0.com&#34;&gt;https://blog.udp0.com&lt;/a&gt;&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 Server.&lt;/li&gt;&#xA;&lt;li&gt;编程语言: Python&lt;/li&gt;&#xA;&lt;li&gt;数据库: 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;a href=&#34;mailto:i@udp0.com&#34;&gt;i@udp0.com&lt;/a&gt;&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;br&gt;&#xA;&lt;a href=&#34;http://log.nmgshirun.com/&#34;&gt;OTAKU&amp;rsquo;s Lair&lt;/a&gt;&lt;br&gt;&#xA;&lt;a href=&#34;https://blog.ywzm.eu.org/&#34;&gt;26ywzm&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h3 id=&#34;最新状况&#34;&gt;最新状况&lt;/h3&gt;&#xA;&lt;p&gt;近期不想添加友链啦，有想法添加友链的可以先友后链。（认识我的可以联系我继续添加友链）&lt;/p&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>
