> 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/20150102-mips-yu-arm64/events-calendar.md).

# 活动日历

* 原文：[Events Calendar](https://freebsdfoundation.org/our-work/journal/browser-based-edition/mips-and-arm64/)
* 作者：**Dru Lavigne**

2015 年上半年安排了以下 BSD 相关会议。这些活动以及本地用户组会议的更多信息，请访问 <http://www.bsdevents.org>。

## SCALE

2 月 19 – 22 日

加利福尼亚州洛杉矶

<http://www.socallinuxexpo.org/scale13x/>

第 13 届年度南加州 Linux 博览会将再次提供数场与 FreeBSD 相关的演讲、展览区中的 FreeBSD 展台，以及参加 BSDA 认证考试的机会。此活动需缴纳少量费用注册。

## AsiaBSDCon

3 月 12 – 15 日

日本东京

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

这是面向基于 BSD 系统的用户和开发者的年度 BSD 技术会议。会议提供为期数天的研讨会、演讲、开发者峰会，以及参加英语或日语 BSDA 认证考试的机会。此活动需注册。

## LinuxFestNorthwest

4 月 25 – 26 日

华盛顿州贝灵汉

<http://linuxfestnorthwest.org/2015>

这是该年度社区会议的第 16 个年头。活动免费参加，展览区总会有至少一个 BSD 展台和至少一场 BSD 相关演讲。会议还提供参加 BSDA 认证考试的机会。

## BSDCan

6 月 10 – 13 日

加拿大渥太华

<http://www.bsdcan.org/2015/>

第 12 届年度 BSDCan 将在加拿大渥太华举行。这场广受欢迎的会议吸引了从初学者到 BSD 操作系统高级开发者的各类人群。会议包括开发者峰会、供应商峰会、文档冲刺、教程和演讲。BSDA 认证考试和 BSDP 的 beta 考试也将在活动期间提供。

如果你知道任何 FreeBSD 期刊读者可能感兴趣的会议、活动或事件，请将日历条目发送至 <editor@freebsdjournal.com>。

***

**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/20150102-mips-yu-arm64/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.
