# 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: 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:

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

The question should be specific, self-contained, and written in natural language.
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.
