> 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/20210708-zhuo-mian-wu-xian-wang/events-calendar.md).

# 活动日历

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

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

## POSI 2021

9 月 16 日

线上

开源促进会（OSI）将举办一场独特的半日活动，主题为实用开源信息（POSI），FreeBSD 基金会将作为社区实物赞助方支持本次活动。POSI 面向有意了解实践中良好的开源实现长什么样的人和组织，汇聚众多开源领域的专家——律师、开发者、战略家——分享关于开源最佳实践的实用、易懂的信息。无论你是开源新手，还是仅仅寻求改进现有开源实践的方法，这场活动都适合你。活动定于 2021 年 9 月 16 日上午 11 点至下午 4 点（EDT）举行，注册免费。

## EuroBSDcon 2021

9 月 16-19 日

奥地利维也纳

EuroBSDcon 是欧洲年度技术大会，汇聚基于 4.4BSD（伯克利软件发行版）操作系统家族及相关项目的用户和开发者。

## 开源峰会 2021

9 月 27-30 日

美国西雅图 + 线上

开源峰会是面向开发者、架构师及其他技术从业者，以及开源社区和行业领袖的顶尖大会，旨在协作、分享信息、了解最新技术，并通过采用创新的开源方案获得竞争优势。

开源峰会将开源生态系统汇聚一堂。它涵盖基础开源技术；通过多样性赋能峰会以及商业与合规议题，帮助生态领袖驾驭开源转型；并深入探讨影响开源的最新技术和趋势，包括网络、云原生、边缘计算、AI 等。这是开发者、系统管理员、DevOps 专业人士和 IT 架构师之间跨界交流的绝佳机会，他们共同推动技术的未来。

今年，Deb Goodkin 将代表 FreeBSD 基金会发表演讲。

## All Things Open 2021

10 月 17-19 日

美国罗利 + 线上

All Things Open 是东海岸最大的开源/开放技术/开放 Web 大会，也是美国最大的同类大会之一。它定期邀请世界上最知名的专家以及几乎所有主要科技公司。FreeBSD 很荣幸成为今年 All Things Open 的媒体合作伙伴。

## FreeBSD Fridays

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

往期 FreeBSD Fridays 内容可在以下地址查看：<https://freebsdfoundation.org/freebsd-fridays/>

## FreeBSD Office Hours

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

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

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

欢迎投稿！

请联系 Jim Maurer 提出你的文章创意。（<jmaurer@freebsdjournal.com>）


---

# 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/20210708-zhuo-mian-wu-xian-wang/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.
