> 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/20230102-gou-jian-freebsd-web-fu-wu-qi/events-calendar.md).

# 活动日历

* 原文：[Events Calendar](https://freebsdfoundation.org/wp-content/uploads/2023/02/JanFeb_events_calendar.pdf)
* 作者：**ANNE DICKISON**

截至 2023 年 4 月的 BSD 活动。如发现此处未列出的 FreeBSD 相关活动或对 FreeBSD 用户有益的活动，请将详情发送至 <freebsd-doc@FreeBSD.org>。

## SCALE 20X

2023 年 3 月 9-12 日

美国加州帕萨迪纳

<https://www.socallinuxexpo.org/blog/scale-20x>

SCaLE 是北美规模最大的社区主办开源与自由软件大会，每年在大洛杉矶地区举办。Roller Angel 也会在大会期间主持一场 FreeBSD 工作坊。

## Open Source 101

2023 年 3 月 23 日

美国北卡罗来纳州夏洛特

<https://opensource101.com/>

Open Source 101 是一场为期一天的教育性大会，涵盖开源、开放技术和开放网络的基础流程与工具。所有演讲均在线上进行，内容定位为入门或中级，以提供最佳入门或回顾体验。目标受众包括开发者、技术从业者、学生和决策者。形式包括 TED 式主题演讲，以及来自业界专家的分论坛演讲。FreeBSD 基金会很荣幸成为媒体合作伙伴。

## AsiaBSDCon 2023

2023 年 3 月 30 日 - 4 月 2 日

日本东京

<https://2023.asiabsdcon.org/>

AsiaBSDCon 面向所有开发、部署和使用 FreeBSD、NetBSD、OpenBSD、DragonFlyBSD、Darwin 和 macOS X 系统的人。它是一场技术大会，旨在汇集最优秀的技术论文和演讲，确保开源社区的最新进展能传达给尽可能广泛的受众。

## 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/20230102-gou-jian-freebsd-web-fu-wu-qi/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.
