<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
      <title>热心市民</title>
      <link>https://linzs.cn</link>
      <description>Linzs 的个人博客，分享技术与生活</description>
      <generator>Zola</generator>
      <language>zh-Hans</language>
      <atom:link href="https://linzs.cn/rss.xml" rel="self" type="application/rss+xml"/>
      <lastBuildDate>Sun, 07 Jun 2026 00:00:00 +0000</lastBuildDate>
      <item>
          <title>Windows 从零安装 Qwen Code（通义千问编程助手）完整教程</title>
          <pubDate>Sun, 07 Jun 2026 00:00:00 +0000</pubDate>
          <author>Unknown</author>
          <link>https://linzs.cn/blog/windows-qwen-code-setup/</link>
          <guid>https://linzs.cn/blog/windows-qwen-code-setup/</guid>
          <description xml:base="https://linzs.cn/blog/windows-qwen-code-setup/">&lt;p&gt;&lt;a rel=&quot;external&quot; href=&quot;https:&#x2F;&#x2F;github.com&#x2F;QwenLM&#x2F;qwen-code&quot;&gt;Qwen Code&lt;&#x2F;a&gt; 是阿里巴巴通义千问团队出品的&lt;strong&gt;开源终端 AI 编程助手&lt;&#x2F;strong&gt;，专为 Qwen 系列模型优化。支持 OpenAI &#x2F; Anthropic &#x2F; Gemini 兼容 API，可以帮你理解代码、重构、写测试、自动化任务。&lt;&#x2F;p&gt;
&lt;p&gt;本文面向 &lt;strong&gt;Windows 用户&lt;&#x2F;strong&gt;，从零开始完整安装 Qwen Code，并配置阿里云 API Key 或 Coding Plan。&lt;&#x2F;p&gt;</description>
      </item>
      <item>
          <title>示例相册</title>
          <pubDate>Sun, 07 Jun 2026 00:00:00 +0000</pubDate>
          <author>Unknown</author>
          <link>https://linzs.cn/image/example/</link>
          <guid>https://linzs.cn/image/example/</guid>
          <description xml:base="https://linzs.cn/image/example/">&lt;h1 id=&quot;xiang-ce-shuo-ming&quot;&gt;相册说明&lt;&#x2F;h1&gt;
&lt;p&gt;这是一个预留的相册页面，你可以在这里展示照片。&lt;&#x2F;p&gt;
&lt;p&gt;后续添加方式：在 &lt;code&gt;content&#x2F;image&#x2F;&lt;&#x2F;code&gt; 目录下创建子目录，例如：&lt;&#x2F;p&gt;
&lt;pre class=&quot;giallo&quot; style=&quot;color: #CAD3F5; background-color: #24273A;&quot;&gt;&lt;code data-lang=&quot;plain&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;content&#x2F;image&#x2F;&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;├── _index.md&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;├── travel-2026&#x2F;&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;│   ├── index.md&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;│   └── photo1.webp&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;└── life&#x2F;&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;    ├── index.md&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;    └── photo2.webp&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;&lt;&#x2F;code&gt;&lt;&#x2F;pre&gt;
&lt;p&gt;每个子目录就是一个相册，支持 Markdown 图文混排展示。&lt;&#x2F;p&gt;
</description>
      </item>
      <item>
          <title>通过 Windows AppLocker 拦截小鸟壁纸等软件安装</title>
          <pubDate>Sat, 06 Jun 2026 00:00:00 +0000</pubDate>
          <author>Unknown</author>
          <link>https://linzs.cn/blog/applocker-block-software/</link>
          <guid>https://linzs.cn/blog/applocker-block-software/</guid>
          <description xml:base="https://linzs.cn/blog/applocker-block-software/">&lt;p&gt;通过 Windows AppLocker 拦截小鸟壁纸等安装，代码如下，暂时测试通过 Win11，其它 Windows 系统请斟酌而行！建议在虚拟机下测试，真机测试请备份好原注册表。&lt;&#x2F;p&gt;</description>
      </item>
      <item>
          <title>Claude Code 接入 DeepSeek V4 教程（Windows &#x2F; Linux）</title>
          <pubDate>Sat, 06 Jun 2026 00:00:00 +0000</pubDate>
          <author>Unknown</author>
          <link>https://linzs.cn/blog/claude-deepseek-v4/</link>
          <guid>https://linzs.cn/blog/claude-deepseek-v4/</guid>
          <description xml:base="https://linzs.cn/blog/claude-deepseek-v4/">&lt;p&gt;Claude Code 是 Anthropic 官方推出的终端 AI 编程助手，底层默认使用 Claude 系列模型（Opus &#x2F; Sonnet &#x2F; Haiku）。但你可能不知道——&lt;strong&gt;Claude Code 支持接入第三方模型&lt;&#x2F;strong&gt;，包括 DeepSeek V4。&lt;&#x2F;p&gt;
&lt;p&gt;本文将详细介绍如何在 &lt;strong&gt;Windows&lt;&#x2F;strong&gt; 和 &lt;strong&gt;Linux&lt;&#x2F;strong&gt; 系统下配置 Claude Code 使用 DeepSeek V4 模型，涵盖三种接入方案。&lt;&#x2F;p&gt;</description>
      </item>
      <item>
          <title>Windows 从零搭建 Claude Code + DeepSeek V4 开发环境</title>
          <pubDate>Sat, 06 Jun 2026 00:00:00 +0000</pubDate>
          <author>Unknown</author>
          <link>https://linzs.cn/blog/windows-claude-deepseek-setup/</link>
          <guid>https://linzs.cn/blog/windows-claude-deepseek-setup/</guid>
          <description xml:base="https://linzs.cn/blog/windows-claude-deepseek-setup/">&lt;p&gt;本文面向 &lt;strong&gt;Windows 用户&lt;&#x2F;strong&gt;，从零开始搭建一套完整的 AI 编程环境：安装 Git 和 Node.js 运行时，安装 Claude Code 命令行工具，通过 cc-switch 配置 DeepSeek V4 作为后端模型，最终在终端中启动 Claude Code 进行开发。&lt;&#x2F;p&gt;</description>
      </item>
      <item>
          <title>Privacy Policy</title>
          <pubDate>Tue, 31 Oct 2023 00:00:00 +0000</pubDate>
          <author>Unknown</author>
          <link>https://linzs.cn/privacy/</link>
          <guid>https://linzs.cn/privacy/</guid>
          <description xml:base="https://linzs.cn/privacy/">&lt;p&gt;This privacy policy outlines how we collect and process your data on this website.&lt;&#x2F;p&gt;

&lt;!-- toc --&gt;
&lt;h2 id=&quot;what-data-do-we-collect&quot;&gt;&lt;a class=&quot;header-anchor no-hover-padding&quot; href=&quot;#what-data-do-we-collect&quot; aria-label=&quot;Anchor link for: what-data-do-we-collect&quot;&gt;&lt;span class=&quot;link-icon&quot; aria-hidden=&quot;true&quot;&gt;&lt;&#x2F;span&gt;&lt;&#x2F;a&gt;
What data do we collect?&lt;&#x2F;h2&gt;
&lt;h3 id=&quot;what-general&quot;&gt;&lt;a class=&quot;header-anchor no-hover-padding&quot; href=&quot;#what-general&quot; aria-label=&quot;Anchor link for: what-general&quot;&gt;&lt;span class=&quot;link-icon&quot; aria-hidden=&quot;true&quot;&gt;&lt;&#x2F;span&gt;&lt;&#x2F;a&gt;
General browsing&lt;&#x2F;h3&gt;
&lt;p&gt;While browsing the site, no personal information is collected.&lt;&#x2F;p&gt;
&lt;h3 id=&quot;what-comments&quot;&gt;&lt;a class=&quot;header-anchor no-hover-padding&quot; href=&quot;#what-comments&quot; aria-label=&quot;Anchor link for: what-comments&quot;&gt;&lt;span class=&quot;link-icon&quot; aria-hidden=&quot;true&quot;&gt;&lt;&#x2F;span&gt;&lt;&#x2F;a&gt;
Comments&lt;&#x2F;h3&gt;
&lt;p&gt;Comments are not enabled on this website, so no comment data is collected.&lt;&#x2F;p&gt;
&lt;h3 id=&quot;what-analytics&quot;&gt;&lt;a class=&quot;header-anchor no-hover-padding&quot; href=&quot;#what-analytics&quot; aria-label=&quot;Anchor link for: what-analytics&quot;&gt;&lt;span class=&quot;link-icon&quot; aria-hidden=&quot;true&quot;&gt;&lt;&#x2F;span&gt;&lt;&#x2F;a&gt;
Analytics&lt;&#x2F;h3&gt;
&lt;p&gt;For website improvement, the following non-personal data is collected:&lt;&#x2F;p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Referrer&lt;&#x2F;strong&gt;: the source that led you to this site.&lt;&#x2F;li&gt;
&lt;li&gt;&lt;strong&gt;Requested URL&lt;&#x2F;strong&gt;: the specific page you visited.&lt;&#x2F;li&gt;
&lt;li&gt;&lt;strong&gt;User-Agent&lt;&#x2F;strong&gt;: identifies the browser and operating system you use (e.g. &quot;Safari 17.0, Mac OS X&quot;).&lt;&#x2F;li&gt;
&lt;li&gt;&lt;strong&gt;Country name&lt;&#x2F;strong&gt;: the country you are visiting from, determined by your IP address.&lt;&#x2F;li&gt;
&lt;li&gt;&lt;strong&gt;Screen size&lt;&#x2F;strong&gt;: the dimensions of your device&#x27;s screen.&lt;&#x2F;li&gt;
&lt;li&gt;&lt;strong&gt;Time&lt;&#x2F;strong&gt;: when you accessed the site.&lt;&#x2F;li&gt;
&lt;li&gt;&lt;strong&gt;Browsing session&lt;&#x2F;strong&gt;: a temporary identification code generated from your IP address, browser information, and a random number. This is used to recognize a browsing session for 8 hours. After that time, the code is deleted from memory and is not stored anywhere.&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;p&gt;We do not track unique visitors across sessions, and we do not track how long you stay on the site or where you go after you leave.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;how-do-we-collect-this-data&quot;&gt;&lt;a class=&quot;header-anchor no-hover-padding&quot; href=&quot;#how-do-we-collect-this-data&quot; aria-label=&quot;Anchor link for: how-do-we-collect-this-data&quot;&gt;&lt;span class=&quot;link-icon&quot; aria-hidden=&quot;true&quot;&gt;&lt;&#x2F;span&gt;&lt;&#x2F;a&gt;
How do we collect this data?&lt;&#x2F;h2&gt;
&lt;h3 id=&quot;how-comments&quot;&gt;&lt;a class=&quot;header-anchor no-hover-padding&quot; href=&quot;#how-comments&quot; aria-label=&quot;Anchor link for: how-comments&quot;&gt;&lt;span class=&quot;link-icon&quot; aria-hidden=&quot;true&quot;&gt;&lt;&#x2F;span&gt;&lt;&#x2F;a&gt;
Comments&lt;&#x2F;h3&gt;
&lt;p&gt;Comments are not enabled on this website, so no comment data is collected.&lt;&#x2F;p&gt;
&lt;h3 id=&quot;how-analytics&quot;&gt;&lt;a class=&quot;header-anchor no-hover-padding&quot; href=&quot;#how-analytics&quot; aria-label=&quot;Anchor link for: how-analytics&quot;&gt;&lt;span class=&quot;link-icon&quot; aria-hidden=&quot;true&quot;&gt;&lt;&#x2F;span&gt;&lt;&#x2F;a&gt;
Analytics&lt;&#x2F;h3&gt;
&lt;p&gt;The non-personal data is collected using a self-hosted instance of &lt;a rel=&quot;external&quot; href=&quot;https:&#x2F;&#x2F;www.goatcounter.com&#x2F;&quot;&gt;GoatCounter&lt;&#x2F;a&gt;, an open-source privacy-friendly web analytics platform.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;how-will-we-use-the-data&quot;&gt;&lt;a class=&quot;header-anchor no-hover-padding&quot; href=&quot;#how-will-we-use-the-data&quot; aria-label=&quot;Anchor link for: how-will-we-use-the-data&quot;&gt;&lt;span class=&quot;link-icon&quot; aria-hidden=&quot;true&quot;&gt;&lt;&#x2F;span&gt;&lt;&#x2F;a&gt;
How will we use the data?&lt;&#x2F;h2&gt;
&lt;p&gt;The data sent to GitHub is used to display your comment on the site.&lt;&#x2F;p&gt;
&lt;p&gt;The non personal data is used to generate statistics about the site, such as the number of visitors per day, or the most popular pages and referrers. This data is used to improve this demo site and the tabi theme. You can see the statistics generated from this data on the &lt;a rel=&quot;external&quot; href=&quot;https:&#x2F;&#x2F;tabi-stats.osc.garden&#x2F;&quot;&gt;public stats page&lt;&#x2F;a&gt;.&lt;&#x2F;p&gt;
&lt;p&gt;All data collected is publicly available, either in the form of comments or statistics.&lt;&#x2F;p&gt;
&lt;p&gt;We do not use the data for any other purpose.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;how-do-we-store-the-data&quot;&gt;&lt;a class=&quot;header-anchor no-hover-padding&quot; href=&quot;#how-do-we-store-the-data&quot; aria-label=&quot;Anchor link for: how-do-we-store-the-data&quot;&gt;&lt;span class=&quot;link-icon&quot; aria-hidden=&quot;true&quot;&gt;&lt;&#x2F;span&gt;&lt;&#x2F;a&gt;
How do we store the data?&lt;&#x2F;h2&gt;
&lt;p&gt;The analytics data is stored on this website&#x27;s server. The server follows industry best practices for security, including automatic security updates, a strict Content Security Policy, a firewall, key-based SSH access, etc.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;how-long-will-we-store-the-data&quot;&gt;&lt;a class=&quot;header-anchor no-hover-padding&quot; href=&quot;#how-long-will-we-store-the-data&quot; aria-label=&quot;Anchor link for: how-long-will-we-store-the-data&quot;&gt;&lt;span class=&quot;link-icon&quot; aria-hidden=&quot;true&quot;&gt;&lt;&#x2F;span&gt;&lt;&#x2F;a&gt;
How long will we store the data?&lt;&#x2F;h2&gt;
&lt;p&gt;The analytics data is stored indefinitely.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;what-are-your-data-protection-rights&quot;&gt;&lt;a class=&quot;header-anchor no-hover-padding&quot; href=&quot;#what-are-your-data-protection-rights&quot; aria-label=&quot;Anchor link for: what-are-your-data-protection-rights&quot;&gt;&lt;span class=&quot;link-icon&quot; aria-hidden=&quot;true&quot;&gt;&lt;&#x2F;span&gt;&lt;&#x2F;a&gt;
What are your data protection rights?&lt;&#x2F;h2&gt;
&lt;p&gt;Depending on the processing and the legal basis, there are a number of possibilities available to you to keep control over your personal data:&lt;&#x2F;p&gt;
&lt;ul&gt;
&lt;li&gt;Right to access your data&lt;&#x2F;li&gt;
&lt;li&gt;Right to amend your data&lt;&#x2F;li&gt;
&lt;li&gt;Right to object to the processing of your personal data&lt;&#x2F;li&gt;
&lt;li&gt;Right to limit the processing of your data&lt;&#x2F;li&gt;
&lt;li&gt;Right to have your data deleted&lt;&#x2F;li&gt;
&lt;li&gt;Right to withdraw your consent&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;p&gt;If you make a request, we have one month to respond to you. If you would like to exercise any of these rights, please contact us using the e-mail icon in the footer of the site.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;cookies&quot;&gt;&lt;a class=&quot;header-anchor no-hover-padding&quot; href=&quot;#cookies&quot; aria-label=&quot;Anchor link for: cookies&quot;&gt;&lt;span class=&quot;link-icon&quot; aria-hidden=&quot;true&quot;&gt;&lt;&#x2F;span&gt;&lt;&#x2F;a&gt;
Cookies&lt;&#x2F;h2&gt;
&lt;p&gt;The site does not use cookies.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;privacy-policies-of-other-websites&quot;&gt;&lt;a class=&quot;header-anchor no-hover-padding&quot; href=&quot;#privacy-policies-of-other-websites&quot; aria-label=&quot;Anchor link for: privacy-policies-of-other-websites&quot;&gt;&lt;span class=&quot;link-icon&quot; aria-hidden=&quot;true&quot;&gt;&lt;&#x2F;span&gt;&lt;&#x2F;a&gt;
Privacy policies of other websites&lt;&#x2F;h2&gt;
&lt;p&gt;This website contains links to other websites. This privacy policy applies only to this website, so if you click on a link to another website, you should read their privacy policy.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;changes-to-the-privacy-policy&quot;&gt;&lt;a class=&quot;header-anchor no-hover-padding&quot; href=&quot;#changes-to-the-privacy-policy&quot; aria-label=&quot;Anchor link for: changes-to-the-privacy-policy&quot;&gt;&lt;span class=&quot;link-icon&quot; aria-hidden=&quot;true&quot;&gt;&lt;&#x2F;span&gt;&lt;&#x2F;a&gt;
Changes to the privacy policy&lt;&#x2F;h2&gt;
&lt;p&gt;We keep this privacy policy under regular review and place any updates on this web page. You can check the date this privacy policy was updated, as well as the history of changes under the page title.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;how-to-contact-us&quot;&gt;&lt;a class=&quot;header-anchor no-hover-padding&quot; href=&quot;#how-to-contact-us&quot; aria-label=&quot;Anchor link for: how-to-contact-us&quot;&gt;&lt;span class=&quot;link-icon&quot; aria-hidden=&quot;true&quot;&gt;&lt;&#x2F;span&gt;&lt;&#x2F;a&gt;
How to contact us&lt;&#x2F;h2&gt;
&lt;p&gt;If you have any questions about this privacy policy, the data we hold on you, or you would like to exercise one of your data protection rights, please do not hesitate to contact us using the e-mail icon in the footer of the site.&lt;&#x2F;p&gt;
</description>
      </item>
    </channel>
</rss>
