> 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/20200910-gong-xian-yu-ru-men/events-calendar.md).

# 活动日历

截至 2020 年 11 月的 BSD 活动

* 作者：**ANNE DICKISON**

## OpenFEST 2020

11 月 7–8 日

线上

OpenFest 是保加利亚规模最大的专注于自由与开源软件的大会。其宗旨是倡导以自由与开源软件创建的项目，并为该领域交流思想与最佳实践提供平台。今年活动转至线上举办。FreeBSD 基金会执行董事 Deb Goodkin 将发表 FreeBSD 入门演讲。

## FreeBSD Vendor Summit

11 月 11–13 日

线上

2020 FreeBSD Vendor Summit 将以线上半天会议形式举行。活动免费参加，但你须通过 Eventbrite 系统注册才能获取会议房间访问权限。除供应商演讲外，还安排了讨论环节。

## FreeBSD Fridays

<https://freebsdfoundation.org/freebsd-fridays/>

11 月 6 日：FreeBSD 上的 RISC-V 入门 —— Mitchell Horne Mitchell Horne 将探讨 FreeBSD 对 RISC-V CPU 架构支持的过去、现在与未来。

11 月 20 日：DTrace 入门 Mark Johnston 将带你了解 FreeBSD 上的 DTrace 入门知识。

过往 FreeBSD Fridays 课程可在此查看：<https://freebsdfoundation.org/freebsd-fridays/>

## FreeBSD Office Hours

<https://wiki.freebsd.org/OfficeHours>

欢迎与 FreeBSD 社区成员一起参加 FreeBSD Office Hours。从综合问答到主题演示与教程，Office Hours 是解答 FreeBSD 相关问题的绝佳途径。

过往节目可在 FreeBSD YouTube 频道找到 <https://www.youtube.com/c/FreeBSDProject>。


---

# 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/20200910-gong-xian-yu-ru-men/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.
