> 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/20150708-qi-ye-ji-freebsd/events-calendar.md).

# 活动日历

* 原文：[Events Calendar](https://freebsdfoundation.org/our-work/journal/browser-based-edition/freebsd-in-the-enterprise/)

未来两个月将举办以下 BSD 相关会议。关于这些活动和本地用户组会议的更多信息，请访问 <http://www.bsdevents.org>。

## vBSDCon

9 月 11–13 日

弗吉尼亚州雷斯顿

<http://vBSDcon.com>

第二届两年一度的 vBSDCon 大会将在雷斯顿的 Sheraton 酒店举行。本次活动以一天的 FreeBSD 开发者峰会开始，随后是两天的演讲和 BOF 会议。本次活动期间还提供 BSDA 认证考试和 BSDP 实验 beta 考试。此活动需要注册。

## womENcourage

9 月 24–26 日

瑞典乌普萨拉

<http://womencourage.acm.org/>

本会议旨在为计算机科学及相关领域的女性提供交流和探索职业机会的平台。男性和女性均欢迎参加。FreeBSD 项目的若干成员将参加关于开源益处的专题讨论，其中一位还将举办一场开源入门的研讨会。招聘会现场还将设有 FreeBSD 展位。此活动需要注册。

## Open Help

9 月 25–28 日

俄亥俄州辛辛那提

<https://conf.openhelp.cc/>

Open Help 汇聚了开源文档和支持领域的领军人物、对基于社区的帮助感兴趣的技术通信行业各方人士。若干 FreeBSD 文档提交者将出席，会议期间将举行文档冲刺。此活动需要注册。

## EuroBSDCon

10 月 1–4 日

瑞典斯德哥尔摩

<https://2015eurobsdcon.org/>

欧洲主要的 BSD 大会今年在斯德哥尔摩大学举行。将有为期两天的开发者峰会、两天的教程、两天的演讲、参加 BSDA 认证考试的机会。此活动需要注册。Paul Vixie 将发表今年的主题演讲。

## OhioLinuxFest

10 月 2 日和 3 日

俄亥俄州哥伦布

<https://ohiolinux.org/>

这是第 13 届年度 Ohio LinuxFest。博览会区将设有 FreeBSD 展位，并有若干与 FreeBSD 相关的演讲。此活动需要注册，但免费。

## BSDCon Brasil

10 月 9 日和 10 日

巴西福塔莱萨

<http://www.bsdcon.com.br/>

本会议由巴西 FreeBSD 用户组组织，将面向 FreeBSD、OpenBSD、NetBSD、DragonflyBSD 等其他 BSD 衍生操作系统的用户、爱好者和开发者举办演讲。本次活动也将提供 BSDA 考试（英文）。此活动需要注册，学生和教师享有折扣。

## Grace Hopper

10 月 14–16 日

得克萨斯州休斯顿

<http://gracehopper.org/>

Grace Hopper 计算机领域女性大会是世界上规模最大的女性技术从业者聚会。博览会区将设有 FreeBSD 基金会展位。此活动需要注册。

## All Things Open

10 月 19 日和 20 日

北卡罗来纳州罗利

<http://allthingsopen.org/>

这一年度大会探讨企业中的开源、开放技术和开放网络。博览会区将设有 FreeBSD 展位。此活动需要注册。

## OpenZFS DevSummit

10 月 19 日和 20 日

加利福尼亚州旧金山

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

第三届年度 OpenZFS 开发者峰会将在旧金山举行，恰逢 ZFS 开源 10 周年。邀请所有 OpenZFS 开发者参加。此活动需要注册。

你知道有 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/20150708-qi-ye-ji-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.
