<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title>半瓶斋</title>
        <link>https://blog.plz.ac/</link>
        <description>心游太虚，行守若愚</description>
        <generator>Hugo -- gohugo.io</generator><language>zh-CN</language><managingEditor>chris@lesscrowds.org (Chris Su)</managingEditor>
            <webMaster>chris@lesscrowds.org (Chris Su)</webMaster><lastBuildDate>Mon, 05 Jan 2026 19:28:32 &#43;0800</lastBuildDate>
            <atom:link href="https://blog.plz.ac/index.xml" rel="self" type="application/rss+xml" />
        <item>
    <title>Proxmox VE 9 全盘加密部署指南 - LUKS2 &#43; TPM2 &#43; USB Key 自动解锁</title>
    <link>https://blog.plz.ac/posts/pve9-full-disk-encryption/</link>
    <pubDate>Sun, 09 Nov 2025 10:23:26 &#43;0800</pubDate><author>
        <name>Chris Su</name>
    </author><guid>https://blog.plz.ac/posts/pve9-full-disk-encryption/</guid>
    <description><![CDATA[<p>本文记录了如何为 Proxmox VE 9 部署全盘加密系统。相较于<a href="../../posts/proxmox-ve-full-disk-encryption" rel="">之前的文章</a>，这次我们将实现 TPM2 和 USB Key 等多种自动解锁方式，特别适合需要加密保护的边缘节点部署场景。</p>
<p>注意这篇文章会涉及到大量的mermaid图表加载会比较慢。</p>]]></description>
</item><item>
    <title>2025年度总结</title>
    <link>https://blog.plz.ac/posts/2025-in-review/</link>
    <pubDate>Mon, 05 Jan 2026 19:28:32 &#43;0800</pubDate><author>
        <name>Chris Su</name>
    </author><guid>https://blog.plz.ac/posts/2025-in-review/</guid>
    <description><![CDATA[<p>2025年的存活率依然是100%，好耶！</p>]]></description>
</item><item>
    <title>系统的陷入：抑郁症的计算精神病学与结构化根因分析</title>
    <link>https://blog.plz.ac/posts/depression-computational-rca/</link>
    <pubDate>Tue, 18 Nov 2025 16:13:22 &#43;0800</pubDate><author>
        <name>Chris Su</name>
    </author><guid>https://blog.plz.ac/posts/depression-computational-rca/</guid>
    <description><![CDATA[<h2 id="重要声明" class="headerLink">
    <a href="#%e9%87%8d%e8%a6%81%e5%a3%b0%e6%98%8e" class="header-mark"></a>重要声明</h2><p><strong>⚠️ 理论探讨性质警告</strong></p>
<p>本文是基于计算精神病学和系统论的 <strong>理论性探讨</strong>，其中提出的观点和模型：</p>]]></description>
</item><item>
    <title>在 Homelab 中用 Gitea 自动化构建和部署 Hugo：从构建到 GitOps 的实践之路</title>
    <link>https://blog.plz.ac/posts/hugo-gitea-kubernetes-pipeline/</link>
    <pubDate>Tue, 01 Jul 2025 16:04:14 &#43;0800</pubDate><author>
        <name>Chris Su</name>
    </author><guid>https://blog.plz.ac/posts/hugo-gitea-kubernetes-pipeline/</guid>
    <description><![CDATA[<p>今天这期文章会以当前的博客为例子，如何在homelab中使用gitea实现自动化构建以及部署。</p>]]></description>
</item><item>
    <title>从 k0s 到 Kubernetes：Velero 实战迁移指南</title>
    <link>https://blog.plz.ac/posts/velero-migrate-k0s-to-kubernetes/</link>
    <pubDate>Wed, 04 Jun 2025 09:50:03 &#43;0800</pubDate><author>
        <name>Chris Su</name>
    </author><guid>https://blog.plz.ac/posts/velero-migrate-k0s-to-kubernetes/</guid>
    <description><![CDATA[<p>最近的ceph集群使用率已经到了70%了看了一下大部分都是使用不当导致的占用资源倍增，想要全部清理干净就需要搞一下迁移了。</p>
<p>这篇文章就记录一下是如何做<a href="https://k0sproject.io/" target="_blank" rel="noopener noreferrer">k0s</a>集群迁移到k8s集群，当然这个迁移手册也适用于其他的k8s发行版到另外的一个发行版。</p>]]></description>
</item><item>
    <title>使用Kubespray离线部署kubernetes</title>
    <link>https://blog.plz.ac/posts/kubespray-offline-deploy/</link>
    <pubDate>Mon, 10 Mar 2025 14:34:55 &#43;0800</pubDate><author>
        <name>Chris Su</name>
    </author><guid>https://blog.plz.ac/posts/kubespray-offline-deploy/</guid>
    <description><![CDATA[<p>这篇文章是记录一下目前homelab中kubernetes集群的部署方式，以及遇到的问题。</p>
<p><strong>2025.06.02更新测试</strong></p>]]></description>
</item><item>
    <title>在PVE上创建Gentoo模板</title>
    <link>https://blog.plz.ac/posts/gentoo-qcow2-on-pve/</link>
    <pubDate>Thu, 27 Feb 2025 13:50:32 &#43;0800</pubDate><author>
        <name>Chris Su</name>
    </author><guid>https://blog.plz.ac/posts/gentoo-qcow2-on-pve/</guid>
    <description><![CDATA[<p>Gentoo官方在最近推出了<a href="https://www.gentoo.org/news/2025/02/20/gentoo-qcow2-images.html" target="_blank" rel="noopener noreferrer">官方的qcow2镜像</a>，同时还有<a href="https://cloud-init.io/" target="_blank" rel="noopener noreferrer">cloud init</a>的支持，这篇文章就记录一下如何在<a href="https://www.proxmox.com/en/products/proxmox-virtual-environment/overview" target="_blank" rel="noopener noreferrer">Proxmox VE</a>上面进行使用。</p>]]></description>
</item><item>
    <title>2024年度总结</title>
    <link>https://blog.plz.ac/posts/2024-in-review/</link>
    <pubDate>Tue, 31 Dec 2024 10:36:21 &#43;0800</pubDate><author>
        <name>Chris Su</name>
    </author><guid>https://blog.plz.ac/posts/2024-in-review/</guid>
    <description><![CDATA[<p>2024年的存活率是100%</p>
<p>好耶！</p>]]></description>
</item><item>
    <title>避坑Thinkpad X1 Carbon 2024</title>
    <link>https://blog.plz.ac/posts/thinkpad-x1-carbon-2024/</link>
    <pubDate>Wed, 01 May 2024 00:20:11 -0400</pubDate><author>
        <name>Chris Su</name>
    </author><guid>https://blog.plz.ac/posts/thinkpad-x1-carbon-2024/</guid>
    <description><![CDATA[<p>这篇来吐槽一下买的Thinkpad，恩吐槽。</p>]]></description>
</item><item>
    <title>Proxmox VE 全盘加密</title>
    <link>https://blog.plz.ac/posts/proxmox-ve-full-disk-encryption/</link>
    <pubDate>Fri, 05 Apr 2024 02:39:59 -0400</pubDate><author>
        <name>Chris Su</name>
    </author><guid>https://blog.plz.ac/posts/proxmox-ve-full-disk-encryption/</guid>
    <description><![CDATA[<p>这篇文章记录如何给Proxmox VE加密部署</p>]]></description>
</item></channel>
</rss>
