> 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/20180910-wang-luo/events-calendar.md).

# 活动日历

* 作者：**Dru Lavigne**

以下 BSD 相关会议将于 2018 年最后一个季度举行。

## MeetBSD

10 月 19 日和 20 日

美国加利福尼亚州圣克拉拉

<https://www.meetbsd.com/>

MeetBSD California 是两年一度的 BSD Unix 会议，在硅谷举办。本次活动是混合型非会议形式，既有预定的演讲，也有社区驱动的活动，如自由讨论和快速极客会议。

## All Things Open

10 月 21–23 日

美国北卡罗来纳州罗利

<http://allthingsopen.org/>

All Things Open 是东海岸最大的开源/开放技术/开放网络会议，也是美国最大的此类会议之一。它定期邀请世界上最知名的专家以及几乎所有主要科技公司。2017 年，来自 34 个州和 19 个国家的超过 3200 人参加。今年预计有 3500 至 4000 多人参加。基金会很高兴成为媒体合作伙伴。

## LISA

10 月 29–31 日

美国田纳西州纳什维尔

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

LISA 是运维专业人士的首要会议，系统管理员、系统工程师、IT 运维专业人士、SRE 从业者、开发者、IT 经理和学术研究人员在此分享关于设计、构建、保护和维护我们互联世界关键系统的实战知识。Expo 区域将设有 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/20180910-wang-luo/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.
