<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Posts on ITNote 技术笔记</title>
    <link>https://www.itnote.org/posts/</link>
    <description>Recent content in Posts on ITNote 技术笔记</description>
    <generator>Hugo</generator>
    <language>zh-cn</language>
    <lastBuildDate>Mon, 27 Jul 2026 11:00:00 +0800</lastBuildDate>
    <atom:link href="https://www.itnote.org/posts/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Linux 日志审计与轻量级入侵检测实践</title>
      <link>https://www.itnote.org/posts/linux-log-audit-ids/</link>
      <pubDate>Mon, 27 Jul 2026 11:00:00 +0800</pubDate>
      <guid>https://www.itnote.org/posts/linux-log-audit-ids/</guid>
      <description>介绍如何利用 journalctl、auditd 与开源工具搭建一套轻量级的服务器异常检测能力。</description>
    </item>
    <item>
      <title>Nginx 反向代理与 HTTPS 配置实践</title>
      <link>https://www.itnote.org/posts/nginx-reverse-proxy-https/</link>
      <pubDate>Mon, 27 Jul 2026 10:50:00 +0800</pubDate>
      <guid>https://www.itnote.org/posts/nginx-reverse-proxy-https/</guid>
      <description>为本地 AI 推理服务或 Hugo 静态站点配置 Nginx 反向代理，并使用 Let&amp;#39;s Encrypt 自动签发证书。</description>
    </item>
    <item>
      <title>使用 Docker 容器化部署 AI 推理服务</title>
      <link>https://www.itnote.org/posts/docker-ai-deployment/</link>
      <pubDate>Mon, 27 Jul 2026 10:40:00 +0800</pubDate>
      <guid>https://www.itnote.org/posts/docker-ai-deployment/</guid>
      <description>介绍如何将 vLLM 等 AI 推理服务打包为 Docker 容器，并处理 GPU 直通与资源限制问题。</description>
    </item>
    <item>
      <title>systemd 服务管理与开机自启配置详解</title>
      <link>https://www.itnote.org/posts/systemd-service-management/</link>
      <pubDate>Mon, 27 Jul 2026 10:30:00 +0800</pubDate>
      <guid>https://www.itnote.org/posts/systemd-service-management/</guid>
      <description>从编写 unit 文件到日志排查，系统梳理 systemd 服务管理的常用操作。</description>
    </item>
    <item>
      <title>Linux 防火墙配置指南：ufw 与 nftables</title>
      <link>https://www.itnote.org/posts/linux-firewall-guide/</link>
      <pubDate>Mon, 27 Jul 2026 10:20:00 +0800</pubDate>
      <guid>https://www.itnote.org/posts/linux-firewall-guide/</guid>
      <description>对比 ufw 与 nftables 两种主流防火墙管理方式，给出常见场景的配置示例。</description>
    </item>
    <item>
      <title>SSH 安全配置最佳实践</title>
      <link>https://www.itnote.org/posts/ssh-security-best-practices/</link>
      <pubDate>Mon, 27 Jul 2026 10:10:00 +0800</pubDate>
      <guid>https://www.itnote.org/posts/ssh-security-best-practices/</guid>
      <description>从密钥认证、端口策略到防暴力破解，系统整理 SSH 服务的安全加固要点。</description>
    </item>
    <item>
      <title>Linux 系统安全加固基础清单</title>
      <link>https://www.itnote.org/posts/linux-hardening-basics/</link>
      <pubDate>Mon, 27 Jul 2026 10:00:00 +0800</pubDate>
      <guid>https://www.itnote.org/posts/linux-hardening-basics/</guid>
      <description>面向新装服务器的最小化安全加固清单，覆盖账户、权限、更新与基础防护配置。</description>
    </item>
    <item>
      <title>AI 应用开发：LangChain 与 Agent 框架选型对比</title>
      <link>https://www.itnote.org/posts/agent-framework-comparison/</link>
      <pubDate>Mon, 27 Jul 2026 09:50:00 +0800</pubDate>
      <guid>https://www.itnote.org/posts/agent-framework-comparison/</guid>
      <description>对比常见的 LLM 应用开发框架，帮助在项目初期做出合适的技术选型。</description>
    </item>
    <item>
      <title>AI 应用开发：Prompt 工程实践技巧</title>
      <link>https://www.itnote.org/posts/prompt-engineering-practice/</link>
      <pubDate>Mon, 27 Jul 2026 09:40:00 +0800</pubDate>
      <guid>https://www.itnote.org/posts/prompt-engineering-practice/</guid>
      <description>总结日常开发中行之有效的 Prompt 设计技巧，包括结构化输出、角色设定与思维链引导。</description>
    </item>
    <item>
      <title>AI 应用开发：RAG 系统架构设计要点</title>
      <link>https://www.itnote.org/posts/rag-architecture/</link>
      <pubDate>Mon, 27 Jul 2026 09:30:00 +0800</pubDate>
      <guid>https://www.itnote.org/posts/rag-architecture/</guid>
      <description>梳理检索增强生成（RAG）系统的核心组件、数据流转过程以及常见的设计陷阱。</description>
    </item>
    <item>
      <title>基于 vLLM 搭建 OpenAI 兼容 API 服务并接入现有应用</title>
      <link>https://www.itnote.org/posts/vllm-openai-api-service/</link>
      <pubDate>Mon, 27 Jul 2026 09:20:00 +0800</pubDate>
      <guid>https://www.itnote.org/posts/vllm-openai-api-service/</guid>
      <description>从零搭建一个可被 LangChain、OpenAI SDK 等直接调用的本地推理服务，并配置进程守护与反向代理。</description>
    </item>
    <item>
      <title>vLLM 显存优化与批处理参数调优实战</title>
      <link>https://www.itnote.org/posts/vllm-memory-tuning/</link>
      <pubDate>Mon, 27 Jul 2026 09:10:00 +0800</pubDate>
      <guid>https://www.itnote.org/posts/vllm-memory-tuning/</guid>
      <description>详解 vLLM 中影响显存占用与吞吐量的关键参数，帮助在有限硬件资源下获得最佳推理性能。</description>
    </item>
    <item>
      <title>vLLM 入门：轻量级大模型推理引擎原理与部署</title>
      <link>https://www.itnote.org/posts/vllm-intro/</link>
      <pubDate>Mon, 27 Jul 2026 09:00:00 +0800</pubDate>
      <guid>https://www.itnote.org/posts/vllm-intro/</guid>
      <description>介绍 vLLM 的核心设计理念 PagedAttention，以及在单机环境下快速部署一个轻量级推理服务的完整流程。</description>
    </item>
  </channel>
</rss>
