<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>FreeLAMP.com — RSS 订阅</title>
    <link>https://freelamp.com/</link>
    <description>Linux 底层机制、DevSecOps 安全加固与基础架构深度技术知识库</description>
    <language>zh-CN</language>
    <atom:link href="https://freelamp.com/rss.xml" rel="self" type="application/rss+xml"/>
    <item>
      <title>Linux 外接显卡性能将迎大涨：linux-dmabuf v6 消除跨显卡冗余拷贝，游戏帧率最高提升 80%</title>
      <link>https://freelamp.com/articles/2026-08-04_linux-dmabuf-v6-multigpu/</link>
      <guid isPermaLink="true">https://freelamp.com/articles/2026-08-04_linux-dmabuf-v6-multigpu/</guid>
      <pubDate>Tue, 04 Aug 2026 00:00:00 GMT</pubDate>
      <author>LeisureLinux</author>
      <description><![CDATA[Linux 图形栈迎来重大底层更新：通过优化 Wayland 下的 linux-dmabuf v6 协议，让合成器感知多显卡，消除跨显卡图像数据冗余复制，外接显卡游戏性能最高提升 80%+。本文拆解这项开发的来龙去脉、实测数据与适配现状（Mesa 待更新、NVIDIA 滞后），面向 Linux 工程师/SRE。]]></description>
      <category>Linux</category>
      <category>Wayland</category>
      <category>linux-dmabuf</category>
      <category>KWin</category>
      <category>eGPU</category>
      <category>多显卡</category>
      <category>Mesa</category>
      <category>图形栈</category>
    </item>

    <item>
      <title>被遗忘的 DNS 记录，正在给骗局开路——Hazy Hawk 子域名劫持全拆解</title>
      <link>https://freelamp.com/articles/2026-08-04_hazy-hawk-dns-subdomain-hijack/</link>
      <guid isPermaLink="true">https://freelamp.com/articles/2026-08-04_hazy-hawk-dns-subdomain-hijack/</guid>
      <pubDate>Tue, 04 Aug 2026 00:00:00 GMT</pubDate>
      <author>LeisureLinux</author>
      <description><![CDATA[深度技术拆解 Infoblox《Cloudy With a Chance of Hijacking: Forgotten DNS Records Enable Scam Actor》披露的 Hazy Hawk 子域名劫持攻击链：悬挂 CNAME 记录、云资源接管、URL 混淆（S3 桶名藏路径）、多级跳转、TDS 流量分发系统、浏览器推送通知变现（70%-90% 返佣）。面向 SRE/DevSecOps，给出 DNS 资产化、下线即删 CNAME、防护型 DNS 等落地方案。]]></description>
      <category>DNS</category>
      <category>CNAME</category>
      <category>悬挂记录</category>
      <category>子域名劫持</category>
      <category>威胁情报</category>
      <category>TDS</category>
      <category>推送通知</category>
      <category>云安全</category>
    </item>

    <item>
      <title>别急着给 AI 排岗位——读完麦肯锡《Rewired》我的一点不同意见</title>
      <link>https://freelamp.com/articles/2026-08-04_rewired-dont-hire-agent-managers/</link>
      <guid isPermaLink="true">https://freelamp.com/articles/2026-08-04_rewired-dont-hire-agent-managers/</guid>
      <pubDate>Tue, 04 Aug 2026 00:00:00 GMT</pubDate>
      <author>LeisureLinux</author>
      <description><![CDATA[针对麦肯锡《Rewired》及 Julie Goran《The rise of agent managers》的深度读后思考。作者用三十年 IT 运维、六万台银行终端的真实经历，论证有限理性（bounded rationality）决定的管理幅度约束如何被 AI 智能体打破，进而提出真正的「Agent Manager」不是一个人，而是一层编排。]]></description>
      <category>AI</category>
      <category>组织管理</category>
      <category>智能体</category>
      <category>Agent Manager</category>
      <category>麦肯锡</category>
      <category>Rewired</category>
      <category>有限理性</category>
      <category>管理幅度</category>
    </item>

    <item>
      <title>你的下一个下属，是个 AI——麦肯锡《Rewired》的答案</title>
      <link>https://freelamp.com/articles/2026-08-04_rewired-agent-managers/</link>
      <guid isPermaLink="true">https://freelamp.com/articles/2026-08-04_rewired-agent-managers/</guid>
      <pubDate>Tue, 04 Aug 2026 00:00:00 GMT</pubDate>
      <author>LeisureLinux</author>
      <description><![CDATA[深度解读麦肯锡《Rewired》及「Rewired takes」系列 Julie Goran 的文章《The rise of agent managers》。AI 时代组织本身要重连：从部署工具转向劳动力重塑与运营模式重设计，Agent Manager 管理非人类下属，采用只是起点、创造价值才是难点。]]></description>
      <category>AI</category>
      <category>组织管理</category>
      <category>智能体</category>
      <category>麦肯锡</category>
      <category>Rewired</category>
      <category>Agent Manager</category>
      <category>数字化转型</category>
    </item>

    <item>
      <title>这个开源项目让 GitHub .deb 安装从 5 步变成 1 步</title>
      <link>https://freelamp.com/articles/2026-08-01_ghdeb-deb-installer/</link>
      <guid isPermaLink="true">https://freelamp.com/articles/2026-08-01_ghdeb-deb-installer/</guid>
      <pubDate>Sat, 01 Aug 2026 00:00:00 GMT</pubDate>
      <author>LeisureLinux</author>
      <description><![CDATA[ghdeb 开源 CLI 工具教程：一条命令从 GitHub Releases 安装、升级 .deb 包。解决手动 dpkg -i 无法跟踪版本、apt 不管理孤儿包的痛点。支持 Debian/Ubuntu 系统，自动处理依赖安装与版本升级。]]></description>
      <category>GitHub</category>
      <category>Debian</category>
      <category>Ubuntu</category>
      <category>CLI</category>
      <category>包管理</category>
      <category>开源工具</category>
      <category>ghdeb</category>
    </item>

    <item>
      <title>一文讲透 Linux TLS 信任库：从 OpenSSL 到 Java/Go/Python/Node.js 的证书链校验全景</title>
      <link>https://freelamp.com/articles/2026-08-01_tls-trust-store/</link>
      <guid isPermaLink="true">https://freelamp.com/articles/2026-08-01_tls-trust-store/</guid>
      <pubDate>Sat, 01 Aug 2026 00:00:00 GMT</pubDate>
      <author>LeisureLinux</author>
      <description><![CDATA[全面解析 Linux 系统级 CA 信任库架构（Debian/RHEL/Alpine/Arch/UOS），OpenSSL 哈希符号链接与证书链校验逻辑，Java/Go/Python/Node.js 异构运行时证书验证机制，企业私有 CA 生命周期管理，以及国密 SM2/SM3/SM4 集成方案。]]></description>
      <category>Linux</category>
      <category>TLS</category>
      <category>OpenSSL</category>
      <category>Java</category>
      <category>PKI</category>
      <category>国密</category>
      <category>DevOps</category>
      <category>基础架构</category>
    </item>

    <item>
      <title>微软的安全AI不拼参数了：一个比GPT 5.4小10倍的模型，凭什么打赢神话5</title>
      <link>https://freelamp.com/articles/2026-07-30_microsoft-multi-model-cyber-stack/</link>
      <guid isPermaLink="true">https://freelamp.com/articles/2026-07-30_microsoft-multi-model-cyber-stack/</guid>
      <pubDate>Thu, 30 Jul 2026 00:00:00 GMT</pubDate>
      <author>LeisureLinux</author>
      <description><![CDATA[解析微软 MAI-Cyber-1-Flash 小模型 + GPT 5.4 多模型编排框架 MDASH，如何在 CyberGym 基准测试中以 96% 完成率超越 Anthropic Mythos 5。探讨网络安全 AI 从参数堆叠到模型编排的范式转移，以及 SOC 自动化运营的未来趋势。]]></description>
      <category>AI</category>
      <category>网络安全</category>
      <category>微软</category>
      <category>多模型编排</category>
      <category>智能体</category>
      <category>Project Perception</category>
      <category>MAI-Cyber</category>
    </item>

    <item>
      <title>CVE-2026-53921：一个路由器上的 DHCPv6，拿下 Root 权限</title>
      <link>https://freelamp.com/articles/2026-07-26_dhcpv6-slaac-vuln/</link>
      <guid isPermaLink="true">https://freelamp.com/articles/2026-07-26_dhcpv6-slaac-vuln/</guid>
      <pubDate>Sun, 26 Jul 2026 00:00:00 GMT</pubDate>
      <author>LeisureLinux</author>
      <description><![CDATA[深度分析 CVE-2026-53921 等 DHCPv6/SLAAC 协议漏洞：odhcpd（OpenWrt）、dnsmasq、ISC-DHCP 中的远程代码执行与权限提升攻击链。涵盖 IPv6 RA Guard 绕过、Prefix Delegation 劫持、路由器 Root 权限获取的完整攻击路径与防御方案。]]></description>
      <category>CVE</category>
      <category>DHCPv6</category>
      <category>SLAAC</category>
      <category>OpenWrt</category>
      <category>漏洞分析</category>
      <category>网络安全</category>
      <category>IPv6</category>
    </item>
  </channel>
</rss>
