> 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/conference-report.md).

# 会议报告

## LinuxFest Northwest 2019

作者：**Conor Beh**

4 月 26 日至 28 日，LinuxFest Northwest 迎来 20 周年纪念，FreeBSD 社区来了很多人。我有机会和 Linux 阵营、开源社区的朋友们一起，参加了三场与 FreeBSD 相关的讲座，并在会场布置了一个大型展台。虽然 LinuxFest Northwest 的地点有些偏僻，但讲座内容多样、氛围轻松，吸引了世界各地的人前来。

周六一大早，博览会大厅开放，LinuxFest Northwest 2019 拉开帷幕。我和 Jason Barbier 两位华盛顿州本地人在展台值守。从外地赶来支援的还有 FreeBSD 基金会执行董事 Deb Goodkin、Core Team 成员 Sean Chittenden，以及俄勒冈州的 Michael Dexter 和 Rodney Grimes。还有其他几位社区成员也现身展台，大家进行了许多有价值的讨论。在展台值守让我既能够与整个社区互动，也能向那些还不知道 FreeBSD 在开源领域存在的人介绍它。

当天晚些时候，我参加了一场关于带外管理系统安全后果的讲座。无论操作系统的安全性多高，主板上的一颗芯片都能瞬间毁掉整个系统。讲座链接在此。可惜我错过了 Jon“Maddog”Hall 那场名为《Fifty Years of Unix, Internet, and More》的讲座。听说那场讲座反响热烈，涵盖了几段早期 BSD 的历史。

晚上我们在晚餐时聊得很尽兴。第二天上午，我做了今年三场 FreeBSD 讲座中的第一场。《FreeBSD at Work: Building Network and Storage Infrastructure with pfSense and FreeNAS》反响很好。这是我第一次做讲座，乐在其中，社区让我这次经历十分难忘。紧接着是 Michael Dexter 的讲座《FreeBSD is Everywhere》，反响极佳，就项目重要性提出了几个精彩观点。午后，Allan Jude 带来了《OpenZFS: The Best Filesystem for Every OS》讲座。他介绍了 OpenZFS 的精妙之处，以及为何它确实是一款优秀的跨平台文件系统。可惜这场讲座的场地很快就满了，我没能亲自到场。希望视频能尽快发布。

作为演讲者参加 LinuxFest Northwest 是一次难得的体验。会议的社区驱动特质，对我这样直接从 Microsoft 世界来到 FreeBSD 的人来说，既令人敬畏又令人鼓舞。和许多人一样，我很高兴有这样的活动存在。感谢 FreeBSD 基金会对我参会的支持，感谢 FreeBSD 联合创始人 Rodney Grimes，也感谢我的朋友兼导师 Michael Dexter。 •

***

**Conor Beh** 是华盛顿州的学生。他对 FreeBSD 系统管理、存储以及虚拟化基础设施感兴趣。


---

# 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/conference-report.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.
