> 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/2017-0910-freebsd-vs-linux/events-calendar.md).

# 活动日历

* 原文：[Events Calendar](https://freebsdfoundation.org/wp-content/uploads/2017/10/Events-Calendar.pdf)
* 作者：**DRU LAVIGNE**

2017 年 10–12 月

以下 BSD 相关会议将于 2017 年最后一个季度举行。

## OpenZFS Developer Summit

10 月 24 日与 25 日

加利福尼亚州旧金山

<http://open-zfs.org/wiki/OpenZFS_Developer_Summit>

第五届年度 OpenZFS 开发者峰会将在旧金山儿童创意博物馆举行。本次活动旨在促进 OpenZFS 跨社区讨论，推动一些已提案项目取得进展。活动包含一天的演讲和一天的 hackathon。参加本次活动需缴纳少量注册费。

## LISA

10 月 29 日–11 月 3 日

加利福尼亚州旧金山

<https://www.usenix.org/conference/lisa17>

第 31 届大型安装系统管理会议（Large Installation System Administration Conference）将在旧金山举行。展区设有 FreeBSD 展台，可购买仅参展通行证，费用低廉。

## BSDTW

11 月 11 日与 12 日

台湾台北

<https://bsdtw.org/>

首届年度 BSDTW 会议旨在推动亚洲涌现更多 BSD 开发者，演讲者来自本地和世界各地。会议将在台湾台北举行，融合开发者与用户主题的演讲、美食和活动。


---

# 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/2017-0910-freebsd-vs-linux/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.
