> 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/2021-0304-freebsd-13.0/events-calendar.md).

# 活动日历

* 原文链接：[Events Calendar](https://freebsdfoundation.org/wp-content/uploads/2021/05/Events-Calendar.pdf)
* 作者：**ANNE DICKISON**

截至 2021 年 9 月的 BSD 活动。请将未在此处列出的任何 FreeBSD 相关活动或对 FreeBSD 用户有意义的活动详情发送至 <freebsd-doc@FreeBSD.org>。

使用支持 iCalendar 格式的组织软件的用户，可订阅 FreeBSD 活动日历，其中包含此处列出的所有活动。

## 2021 年 6 月 FreeBSD 开发者峰会

6 月 9-11 日

线上

欢迎参加 2021 年 FreeBSD 开发者峰会。这场线上活动将包含半天的会议环节，于 2021 年 6 月 9-11 日举行。活动免费参加，但需要通过 eventbrite 系统注册方可进入会议室。除厂商演讲外，我们还会安排讨论环节。更多信息可在 wiki 上找到。

## USENIX LISA21

6 月 1-3 日

线上

LISA 是面向运维专业人士的顶尖大会，分享关于设计、构建、保护和维护我们这个互联世界关键系统的实战知识。基金会很荣幸再次成为本次活动的行业合作伙伴。

## EuroBSDcon 2021

9 月 16-19 日

奥地利维也纳

EuroBSDcon 是欧洲年度技术大会，汇聚基于 4.4BSD（伯克利软件发行版）操作系统家族及相关项目的用户和开发者。CFP 已开放，请于 2021 年 5 月 26 日前提交你的 FreeBSD 演讲。

## FreeBSD Fridays

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

FreeBSD Fridays 将于 5 月重新启动。往期 FreeBSD Fridays 内容可在以下地址查看：<https://freebsdfoundation.org/freebsd-fridays/>

## FreeBSD Office Hours

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

加入 FreeBSD 社区成员参加 FreeBSD Office Hours。从综合问答到基于主题的演示和教程，Office Hours 是解答你 FreeBSD 相关问题的好去处。

往期内容可在 FreeBSD YouTube 频道查看。


---

# 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/2021-0304-freebsd-13.0/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.
