> 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/20150304-zfs-zui-jia-shi-jian/events-calendar.md).

# 活动日历

* 原文：[Events Calendar](https://freebsdfoundation.org/our-work/journal/browser-based-edition/zfs-best-practices/)

直至 8 月。接下来几个月将举办以下 BSD 相关会议。这些活动与本地用户组会议的更多信息，请访问 <http://www.bsdevents.org>。

## LinuxFestNorth

4 月 25 日与 26 日

华盛顿州贝灵厄姆

<http://linuxfestnorthwest.org/2015>

第 16 届年度 LFNW 开源会议将在贝灵厄姆技术学院举办，免费入场。展区设有 FreeBSD 展位，《BSD Now》团队将现场录制采访，用于后续节目。

## BSDCan

6 月 10 – 14 日

加拿大渥太华

<http://www.bsdcan.org>

第 12 届年度 BSDCan 将在加拿大渥太华举办。这场广受欢迎的会议面向从纯新手到 BSD 操作系统高级开发者的广泛人群。会议包括开发者峰会、厂商峰会、文档冲刺、教程和演讲。6 月 12 日和 13 日午休期间提供 BSDA 认证考试，6 月 11 日和 14 日提供 BSDP 实验考试的 beta 版本。

## OSCON

7 月 21 – 23 日

俄勒冈州波特兰

<http://www.oscon.com>

OSCON 的 Expo Hall 内设有 FreeBSD 展位。本活动需要注册。

## Texas LinuxFest

8 月 21 日与 22 日

得克萨斯州圣马科斯

<http://2015.texaslinuxfest.org/>

TLF 将在圣马科斯会议中心举办，届时设有 FreeBSD 展位，并有若干 FreeBSD 相关演讲。

本次活动期间也提供 BSD 认证考试。本会议需缴纳少量注册费。

你知道有什么会议、活动或事件可能令 FreeBSD 期刊读者感兴趣吗？

请将日历条目发送至 <editor@freebsdjournal.com>。


---

# 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/20150304-zfs-zui-jia-shi-jian/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.
