> 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/20170304-pei-zhi-guan-li/events-calendar.md).

# 活动日历

截至 2017 年 6 月

* 作者：**Dru Lavigne**

以下 BSD 相关会议将于 2017 年第二季度举行。

## LinuxFest NorthWest

5 月 6 日与 7 日

华盛顿州贝灵厄姆

<https://www.linuxfestnorthwest.org>

这是该年度社区会议的第 18 个年头。博览区设有 FreeBSD 展台，Arun Thomas 将发表关于 RISC-V 架构的演讲。本次活动免费参加。

## OSCON

5 月 8–11 日

得克萨斯州奥斯汀

<https://conferences.oreilly.com/oscon/oscon-tx>

请到 OSCON 博览区的 FreeBSD 展台与我们见面。使用折扣码 USRG 可在注册费上享受 8 折优惠。本次活动需要注册。届时见！

## Kansas LinuxFest

5 月 13 日与 14 日

堪萨斯州威奇托

<http://kansaslinuxfest.org/>

这是该年度社区会议的第 3 个年头。博览区设有 FreeBSD 展台，并有数场 BSD 相关演讲。本次活动免费参加。

## BSDCan

6 月 7–10 日

安大略省渥太华

<http://www.bsdcan.org>

第 14 届年度 BSDCan 将在加拿大渥太华举行。这场广受欢迎的会议面向的人群从 BSD 操作系统的极端新手到高级开发者。会议包括开发者峰会、厂商峰会、文档冲刺、教程和演讲，并提供 BSDA 认证考试。本次活动需要注册。

## SouthEast LinuxFest

6 月 9–11 日

北卡罗来纳州夏洛特

<http://www.southeastlinuxfest.org/>

第 9 届年度 SouthEast LinuxFest 是面向所有希望深入了解开源软件的社区活动。届时将有数场 FreeBSD 相关演讲，博览区设有 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/20170304-pei-zhi-guan-li/events-calendar.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.
