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

# README

## **关于**

**小陈运维，致力于运维技术博客文档分享。互相学习，相互进步。**

<br>

## 小陈网站：

<https://www.chenby.cn/\\>
<https://www.oiox.cn/>

<br>

## 小陈其他博客地址

* <https://www.oiox.cn/>
* <https://blog.oiox.cn/>
* <https://www.chenby.cn/>
* <https://cby-chen.github.io/>
* <https://my.oschina.net/u/3981543/>
* <https://blog.51cto.com/u\\_12212643/>
* <https://blog.csdn.net/qq\\_33921750/>
* <https://www.jianshu.com/u/0f894314ae2c/>
* <https://juejin.cn/user/3315782802482007/>
* <https://www.zhihu.com/people/chen-bu-yun-2/>
* <https://segmentfault.com/u/hppyvyv6/articles/>
* <https://space.bilibili.com/352476552/article/>
* <https://cloud.tencent.com/developer/column/93230>
* <https://developer.aliyun.com/profile/nghinjk6dyidw/>
* <https://bbs.huaweicloud.com/community/usersnew/id\\_1576987520942284/>

\ <br>

## 小陈导航

* <https://www.oiox.cn/> || || 一号网站
* <https://www.chenby.cn/> || || 二号网站
* <https://blog.oiox.cn/> || || 三号网站
* <https://book.oiox.cn/> || || GitBook
* <https://tc.oiox.cn/> || || 小陈图床
* <https://wiki.chenby.cn/> || || 维基百科
* <https://frp-8.oiox.cn/> || || 穿透-8
* <https://frp-5.oiox.cn/> || || 穿透-5
* <https://pve-1.oiox.cn/> || || PVE-1
* <https://pve-2.oiox.cn/> || || PVE-2
* <https://jk.oiox.cn/> || || 监控
* <https://dns.oiox.cn/> || || DNS
* <https://pan.oiox.cn/> || || 云盘
* <https://aria.oiox.cn/> || || Aria
* <https://doc.oiox.cn/> || || Kubernetes文档
* <https://vs.oiox.cn/> || || vscode
* <https://cn.bing.com/> || || 必应
* <https://www.google.com/> || || Google
* <https://duckduckgo.com/> || || DuckDuckGo

\ <br>

## 技术交流

### 作者:

![](https://www.oiox.cn/about/2.png)

### 加群:

![](https://www.oiox.cn/about/1.png)\ <br>

> **CSDN、GitHub、51CTO、知乎、开源中国、思否、掘金、简书、华为云、阿里云、腾讯云、哔哩哔哩、今日头条、新浪微博、个人博客**
>
> **全网可搜《小陈运维》**
>
> **文章主要发布于微信公众号**


---

# 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://book.oiox.cn/readme.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.
