> 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/20160304-jiao-xue/events-calendar.md).

# 活动日历

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

至 2016 年 6 月。2016 年 4 月至 6 月将举办以下 BSD 相关会议。这些活动和本地用户组会议的更多信息，请访问 <[www.bsdevents.org>。](https://freebsd-journal-cn.bsdcn.org/20160304-jiao-xue/http:/www.bsdevents.org>。)

## 黑客松

4 月 22–24 日

德国埃森

<https://wiki.freebsd.org/DevSummit/201604>

第二届年度黑客松和开发者峰会将在埃森的 LinuxHotel 举行。本活动对 FreeBSD 提交者和贡献者开放。食宿收取象征性费用。

## LinuxFest NorthWest

4 月 23–24 日

华盛顿州贝灵厄姆

<http://linuxfestnorthwest.org/2016>

这是该年度社区会议的第 17 届。本活动免费参加，博览会区始终至少有一个 BSD 展台，并至少有一场 BSD 相关演讲。

## BSDCan

6 月 8–11 日

加拿大安大略省渥太华

<https://www.bsdcan.org/2016/>

第 13 届年度 BSDCan 将在加拿大渥太华举行。这场广受欢迎的会议吸引了从 BSD 操作系统新手到高级开发者的广泛人群。会议包括开发者峰会、厂商峰会、文档冲刺、教程和演讲。本次活动期间还将提供 BSDA 认证考试和 BSDP 的测试版考试。

## SouthEast LinuxFest

6 月 10–12 日

北卡罗来纳州夏洛特

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

第八届年度 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/20160304-jiao-xue/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.
