> 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/20180102-cun-chu/events-calendar.md).

# 活动日历

* 作者：**DRU LAVIGNE**

以下 BSD 相关会议将于 2018 年 3 月和 4 月举行。

## AsiaBSDCon

3 月 8—11 日

日本东京

<https://2018.asiabsdcon.org/>

这是面向基于 BSD 系统用户和开发者的年度 BSD 技术大会。提供多日的研讨会、演讲和开发者峰会。此活动需注册。

## SCALE

3 月 8—11 日

美国加州帕萨迪纳

<http://www.socallinuxexpo.org/scale/16x>

第 16 届南加州 Linux 博览会将再次提供多场 FreeBSD 相关演讲，并在展区设有 FreeBSD 展位。此活动需支付少量费用注册。

## FOSSASIA Summit 2018

3 月 22—25 日

新加坡

<https://2018.fossasia.org/>

FOSSASIA 峰会是亚洲面向开发者、初创企业和 IT 专业人士的领先开源技术大会，将于 2018 年 3 月 22—25 日在新加坡终身学习学院举行。

## ZFS User Conference

4 月 19—20 日

美国康涅狄格州诺沃克

<http://zfs.datto.com/>

第二届年度大会聚焦 ZFS 文件系统的部署、管理和调优。大会包括两天的演讲和交流。此活动需支付少量费用注册。


---

# 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/20180102-cun-chu/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.
