<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Proxmox on Zayn's Blog</title><link>https://blog.treesir.pub/tags/proxmox/</link><description>Recent content in Proxmox on Zayn's Blog</description><generator>Hugo -- gohugo.io</generator><language>zh-cn</language><managingEditor>yangzun@treesir.pub (Zayn)</managingEditor><webMaster>yangzun@treesir.pub (Zayn)</webMaster><copyright>2021-2026 Zayn</copyright><lastBuildDate>Wed, 25 Mar 2026 10:00:00 +0800</lastBuildDate><atom:link href="https://blog.treesir.pub/tags/proxmox/index.xml" rel="self" type="application/rss+xml"/><item><title>把一张 RX 6400 塞进虚拟机：PVE GPU 直通 + Windows Server RDS 部署全记录</title><link>https://blog.treesir.pub/posts/pve-gpu-passthrough-windows-server-rds/</link><pubDate>Wed, 25 Mar 2026 10:00:00 +0800</pubDate><author>yangzun@treesir.pub (Zayn)</author><guid>https://blog.treesir.pub/posts/pve-gpu-passthrough-windows-server-rds/</guid><description>一张 x4 通道的入门显卡、一块消费级 B550 主板、一个巨大的 IOMMU 分组 —— 这大概是 GPU 直通最不利的起点。但 ACS Override 改变了游戏规则。</description></item><item><title>PVE AutoSnap 自动快照工具使用指南</title><link>https://blog.treesir.pub/posts/pve-autosnap/</link><pubDate>Thu, 05 Oct 2023 16:40:38 +0800</pubDate><author>yangzun@treesir.pub (Zayn)</author><guid>https://blog.treesir.pub/posts/pve-autosnap/</guid><description>&lt;h2 class="relative group">工具简介
&lt;div id="工具简介" class="anchor">&lt;/div>
&lt;span
class="absolute top-0 w-6 transition-opacity opacity-0 ltr:-left-6 rtl:-right-6 not-prose group-hover:opacity-100">
&lt;a class="group-hover:text-primary-300 dark:group-hover:text-neutral-700 !no-underline" href="#%e5%b7%a5%e5%85%b7%e7%ae%80%e4%bb%8b" aria-label="锚点">#&lt;/a>
&lt;/span>
&lt;/h2>
&lt;p>PVE AutoSnap 是一个用于 Proxmox VE 环境的自动快照管理工具，可以自动创建、管理和清理虚拟机快照。&lt;/p>
&lt;ul>
&lt;li>&lt;strong>项目地址&lt;/strong>：&lt;a
href="https://github.com/Corsinvest/cv4pve-autosnap"
target="_blank"
>cv4pve-autosnap&lt;/a>&lt;/li>
&lt;li>&lt;strong>主要功能&lt;/strong>：自动创建虚拟机快照、设置保留策略、批量管理多个虚拟机&lt;/li>
&lt;/ul>
&lt;h2 class="relative group">安装配置
&lt;div id="安装配置" class="anchor">&lt;/div>
&lt;span
class="absolute top-0 w-6 transition-opacity opacity-0 ltr:-left-6 rtl:-right-6 not-prose group-hover:opacity-100">
&lt;a class="group-hover:text-primary-300 dark:group-hover:text-neutral-700 !no-underline" href="#%e5%ae%89%e8%a3%85%e9%85%8d%e7%bd%ae" aria-label="锚点">#&lt;/a>
&lt;/span>
&lt;/h2>
&lt;h2 class="relative group">下载并安装工具
&lt;div id="下载并安装工具" class="anchor">&lt;/div>
&lt;span
class="absolute top-0 w-6 transition-opacity opacity-0 ltr:-left-6 rtl:-right-6 not-prose group-hover:opacity-100">
&lt;a class="group-hover:text-primary-300 dark:group-hover:text-neutral-700 !no-underline" href="#%e4%b8%8b%e8%bd%bd%e5%b9%b6%e5%ae%89%e8%a3%85%e5%b7%a5%e5%85%b7" aria-label="锚点">#&lt;/a>
&lt;/span>
&lt;/h2>
&lt;div class="highlight">&lt;pre tabindex="0" class="chroma">&lt;code class="language-bash" data-lang="bash">&lt;span class="line">&lt;span class="cl">&lt;span class="c1"># 下载最新版本&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">wget https://github.com/Corsinvest/cv4pve-autosnap/releases/download/v1.14.8/cv4pve-autosnap-linux-x64.zip
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="c1"># 解压文件&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">unzip cv4pve-autosnap-linux-x64.zip
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="c1"># 移动到系统路径&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">mv cv4pve-autosnap /usr/bin/
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="c1"># 设置执行权限&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">chmod a+x /usr/bin/cv4pve-autosnap
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;blockquote>
&lt;p>&lt;strong>注意&lt;/strong>：请根据需要选择合适的版本，最新版本信息可查看 &lt;a
href="https://github.com/Corsinvest/cv4pve-autosnap/releases"
target="_blank"
>GitHub Releases&lt;/a>&lt;/p></description></item></channel></rss>