> For the complete documentation index, see [llms.txt](https://freebsd-journal-cn.bsdcn.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://freebsd-journal-cn.bsdcn.org/20190506-mian-xiang-chuang-ke-de-freebsd/letter-from-the-foundation.md).

# 基金会来信

欢迎阅读本期 FreeBSD 期刊。本期我们深入探讨如何在我们最爱的开源操作系统上使用全球最流行的教育计算平台之一——树莓派。

Tom Jones 以《Introduction to Hardware Hacking on FreeBSD》开篇，随后是 Benedict Reuschling 的《Running Icinga2》，介绍如何使用 FreeBSD 和 RPi 做系统监控。最后，FreeBSD 基金会的 Roller Angel 暂时放下 RPi，讲解如何使用 FreeBSD 搭建媒体服务器。

FreeBSD 是不断演进的开源项目，每天都有变更提交到代码库，正如 Steven Kreuzer 在他告别专栏《SVN 动态》中所述。借此机会感谢 Steven 多年来撰写了许多这样精彩的专栏。项目在不断变化，也持续欢迎 Doug Moore 和 Sergio Carlavilla 等新开发者加入，两人都亮相于 Dru Lavigne 的《New Faces of FreeBSD》专栏。

FreeBSD 期刊的编辑委员会也在经历一些变化。Brooks Davis 和 Steven Kreuzer 将从编辑委员会轮换离任，感谢他们在过去三年里协助约稿作者和打磨文章。Kristof Provost 加入编辑委员会，已开始协助策划明年的期次。最后，George Neville-Neil 将编辑委员会主席的接力棒交给 John Baldwin。George 自期刊创刊起就担任编辑委员会主席。编辑委员会和基金会对此表示感谢，也很高兴他仍将以委员会成员身份参与。

全新组建的 FreeBSD 期刊编辑委员会将继续为我们日益壮大的社区提供关于 FreeBSD 的优质文章和专栏。即便你不是正式的编辑委员会成员，我们也欢迎你就期次主题、文章和作者人选提出建议。

**George Neville-Neil**

**John Baldwin**


---

# 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://freebsd-journal-cn.bsdcn.org/20190506-mian-xiang-chuang-ke-de-freebsd/letter-from-the-foundation.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.
