> 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/20190708-rong-qi-hua/events-calendar.md).

# 活动日历

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

以下 BSD 活动将于 2019 年 9 月和 10 月举行。

## vBSDCon

9 月 5–7 日

弗吉尼亚州雷斯顿

<https://vbsdcon.com>

vBSDCon 汇聚 BSD 社区成员，开展一系列圆桌讨论、教育会议、最佳实践交流、专属社交活动。会议讲座前一天将举办开发者峰会。

## APNIC 48

9 月 5–12 日

泰国清迈

<https://conference.apnic.net/48/>

APNIC 48 大会汇聚全球互联网与网络专家、政府代表、行业领袖及其他相关人士，参加研讨会和教程，讨论政策，并与志同道合的同行扩展社交与专业网络。FreeBSD 基金会团队成员期待参与其中。

## mnNOG-1

9 月 14–22 日

蒙古乌兰巴托

<https://nog.mn/>

FreeBSD 基金会很高兴参与蒙古网络运营商组大会（mnNOG-1）。mnNOG 是非营利、基于社区的倡议，旨在为蒙古的网络工程师和技术专家搭建交流论坛，讨论网络、安全、其他互联网技术相关话题。

## EuroBSD

9 月 19–22 日

挪威利勒哈默尔

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

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

## Bay Area FreeBSD 厂商与开发者峰会

10 月 11–12 日

加利福尼亚州圣克拉拉

<https://wiki.freebsd.org/DevSummit/201910>

这场为期两天的开发者与厂商峰会由邀请讲座和讨论环节组成，仅限受邀者参加。

## All Things Open 2019

10 月 13–15 日

北卡罗来纳州罗利

<https://allthingsopen.org/>

All Things Open 是美国东海岸最大的开源/开放技术/开放 Web 大会，也是全美规模最大的之一。会议定期邀请世界上最知名的专家，和几乎所有主要科技公司。2017 年有来自 34 个州和 19 个国家的 3,200 余人参与。今年预计将有 3,500 至 4,000 余人参会。

## LISA

10 月 28–30 日

俄勒冈州波特兰

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

LISA 是面向运维专业人员的顶级大会，系统管理员、系统工程师、IT 运维专业人员、SRE 实践者、开发者、IT 经理、学术研究人员在此分享关于设计、构建、保护和维护我们这个互联世界关键系统的实战知识。FreeBSD 基金会将在博览会大厅设有展台。


---

# 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/20190708-rong-qi-hua/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.
