> 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/20140910-ke-xue-xi-tong-yu-freebsd/events-calendar.md).

# 活动日历

* 原文标题：Events Calendar — Through December
* 作者：**Dru Lavigne**

以下 BSD 相关会议定于 2014 年最后一个季度举行。这些活动以及本地用户组会议的更多信息，可访问 <http://www.bsdevents.org>。

## Ohio LinuxFest

2014 年 10 月 24–26 日

美国俄亥俄州哥伦布

<https://ohiolinux.org/>

第 12 届年度 Ohio LinuxFest 将设有 FreeBSD 展位和多场 FreeBSD 相关演讲。BSDA 认证考试将于 10 月 25 日和 26 日提供。

## MeetBSD California

11 月 1–2 日

美国加利福尼亚州圣何塞

<https://meetbsd.com>

这场两年一度的会议回到旧金山湾区。会议采用混合的非会议（unConference）形式，包括既定演讲以及 BoF、闪电演讲和快速极客（speed geeking）环节。本次活动期间也提供 BSDA 认证考试。

## 硅谷厂商与开发者峰会

11 月 3–4 日

美国加利福尼亚州圣何塞

<https://wiki.freebsd.org/201411VendorSummit>

年度硅谷厂商峰会扩展为两天，纳入开发者峰会环节，形成合并的开发者/厂商峰会。完整议程和参会信息可在线获取。

## OpenZFS 开发者峰会

11 月 10–11 日

美国加利福尼亚州旧金山

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

第二届年度 OpenZFS 开发者峰会旨在促进跨社区关于 OpenZFS 及其进展的讨论。第一天为演讲，第二天为黑客马拉松。

## LISA

11 月 9–14 日

美国华盛顿州西雅图

<https://www.usenix.org/conference/lisa14>

第 28 届大规模安装系统管理会议（LISA）将在西雅图举行。博览区设有 FreeBSD 展位。博览区开放时间为 11 月 12 日（星期三）12:00–19:00 和 11 月 13 日（星期四）10:00–14:00。可从会议网站获取免费的博览区通行证。

你知道有什么会议、活动或事件可能令 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/20140910-ke-xue-xi-tong-yu-freebsd/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.
