> 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/20190506-mian-xiang-chuang-ke-de-freebsd/events-calendar.md).

# 活动日历

* 作者：**DRU LAVIGNE** 与 **ANNE DICKISON**

以下 BSD 活动将于 2019 年第三季度举行。

## vBSDcon

9 月 5–7 日

弗吉尼亚州雷斯顿

<https://vbsdcon.com>

vBSDcon 是两年一届的技术大会，汇聚 BSD 社区成员，开展一系列圆桌讨论、教育会议、最佳实践交流和专属社交活动。

## OSCON

7 月 15–18 日

俄勒冈州波特兰

<https://conferences.oreilly.com/oscon/oscon-or>

开源软件大会。FreeBSD 基金会将在博览会大厅设有展台，宣传 FreeBSD。

## EuroBSDCon

9 月 19–22 日

挪威利勒哈默尔

<https://2019.eurobsdcon.org/>

第 18 届欧洲 BSD 大会将于 9 月 21–22 日在挪威利勒哈默尔举行。研讨会和教程在 9 月 19–20 日进行。

## SANOG34

7 月 31 日–8 月 7 日

印度加尔各答

<http://www.sanog.org/sanog34/>

欢迎与基金会团队成员一起参加第 32 届南亚网络运营商组（SANOG）大会。本次活动将提供宝贵机会，就互联网运营、技术与发展等议题展开讨论。

## USENIX ATC

7 月 10–12 日

华盛顿州伦顿

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

USENIX ATC 汇聚顶尖系统研究人员，展示前沿系统研究成果，并提供洞察大量必知话题的机会，涵盖虚拟化；系统与网络管理及故障排查；云与边缘计算；安全、隐私与信任；移动与无线等。


---

# 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/20190506-mian-xiang-chuang-ke-de-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.
