> 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/20160708-freebsd-yu-rtems/events-calendar.md).

# 活动日历

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

截至 2016 年 10 月。以下 BSD 相关会议将于 2016 年 9 月和 10 月举行。这些活动和本地用户组会议的更多信息，请访问 <https://www.bsdevents.org/>。

## EuroBSDCon

9 月 22–25 日

塞尔维亚，贝尔格莱德

<https://2016.eurobsdcon.org/>

这是欧洲首屈一指的年度 BSD 操作系统会议，吸引来自欧洲和世界各地的资深工程师、软件开发者、计算机科学师生和用户。会议包括开发者峰会、厂商峰会、教程和演讲。本次活动期间还将举行 BSDA 认证考试。需要注册。

## OpenZFS

9 月 26 日与 27 日

加利福尼亚州旧金山

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

第四届年度 OpenZFS 开发者峰会将在加利福尼亚州旧金山举行。本次活动的目的是促进各社区之间就 OpenZFS 工作展开讨论，并推进一些提出的项目。这场为期两天的活动包括一天的演讲和一天的编程马拉松。本次活动需要缴纳少量注册费，名额有限。

## Ohio LinuxFest

10 月 7 日与 8 日

俄亥俄州哥伦布

<https://ohiolinux.org/>

在哥伦布凯悦酒店举行的 Ohio LinuxFest 将设有 FreeBSD 展台和数场 FreeBSD 相关演讲。本次活动期间还将举行 BSDA 认证考试。本次会议需要缴纳少量注册费。

## Grace Hopper

10 月 19–21 日

得克萨斯州休斯顿

<http://ghc.anitaborg.org/>

年度 Grace Hopper 女性计算大会将设有 FreeBSD 展台和一场 FreeBSD 入门工作坊。本次会议需要缴纳注册费，名额有限。

***

**Dru Lavigne** 是 FreeBSD 基金会董事，也是 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/20160708-freebsd-yu-rtems/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.
