> 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/2016-0506-armv8/events-calendar.md).

# 活动日历

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

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

## 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 展位。此会议需缴纳少量注册费。

## Texas LinuxFest

7 月 8–9 日

美国得克萨斯州奥斯汀

<http://2016texaslinuxfest.org>

Texas LinuxFest 将在奥斯汀会议中心举办，届时设有 FreeBSD 展位。BSDNow 团队将出席，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/2016-0506-armv8/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.
