> For the complete documentation index, see [llms.txt](https://valineliu.gitbook.io/deuterium-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://valineliu.gitbook.io/deuterium-wiki/master.md).

# Hello

在这个个人小wiki里，记录平时的一些小想法、小记录，便于快速查看。

## Linux

这里记录和Linux相关的内容。

### awk

记录awk使用的一些技巧。

{% content-ref url="/pages/-M6chJFhuQS4OLdBEKLq" %}
[awk](/deuterium-wiki/linux/awk-1.md)
{% endcontent-ref %}

### Cmd

一篇一个Linux命令小技巧。

{% content-ref url="/pages/-M6sgxQ7TztQhzc8rRat" %}
[cmd](/deuterium-wiki/linux/cmd.md)
{% endcontent-ref %}

## Reading

记录阅读过程中的小想法与小笔记。

### Novel

读小说，看故事。

{% content-ref url="/pages/-M6eGhh2Tvy9mvBzCePm" %}
[Novel](/deuterium-wiki/reading/novel.md)
{% endcontent-ref %}

### Awesome CS Books

那些计算机科学中的经典大部头们。

{% content-ref url="/pages/-M6gpm7PZRbM9vBOmNnw" %}
[Awesome CS Books](/deuterium-wiki/reading/cs-jing-dian-shu-ji.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M9bA8DE1VCQsRnS0F6W" %}
[tcpv1](/deuterium-wiki/reading/cs-jing-dian-shu-ji/tcpv1.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MB1v1r7JgpcGLj\_WqT3" %}
[http](/deuterium-wiki/reading/cs-jing-dian-shu-ji/http.md)
{% endcontent-ref %}

### 提升认知

你所不知道的肯定有很多，努力学习吧。

{% content-ref url="/pages/-M6htE6J\_IMaoFu300W8" %}
[提升认知](/deuterium-wiki/reading/ti-sheng-ren-zhi.md)
{% endcontent-ref %}


---

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

```
GET https://valineliu.gitbook.io/deuterium-wiki/master.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.
