> For the complete documentation index, see [llms.txt](https://blog.wh2099.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://blog.wh2099.com/linux.md).

# Linux

- [SSH 技高一筹](https://blog.wh2099.com/linux/ssh.md): SSH 使用小技巧
- [ZFS 默认参数还不够好](https://blog.wh2099.com/linux/zfs-mo-ren-can-shu-hai-bu-gou-hao.md): ZFS 存储池创建最佳实践
- [nftables 速成](https://blog.wh2099.com/linux/nftables.md): 功能确实很强大，但这也太复杂了
- [Linux 30 周年](https://blog.wh2099.com/linux/linux-30-zhou-nian.md): Linus 受访发言节选
- [新时代 Linux 命令](https://blog.wh2099.com/linux/ng.md): 技术迭代，命令更替
- [Arch Linux UKI 启动](https://blog.wh2099.com/linux/archlinux-uki.md): systemd-boot、UKI 与 DPS
- [树莓派实时性优化](https://blog.wh2099.com/linux/raspberry-rt-linux.md): 天下武功，唯快不破
- [Bash DEBUG 一行搞定](https://blog.wh2099.com/linux/bash-debug.md): 脚本写着爽，DEBUG 火葬场


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://blog.wh2099.com/linux.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
