> 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/20240506-pei-zhi-guan-li-dui-jue/events-calendar.md).

# 活动日历

* 作者：**Anne Dickison**

截至 2024 年 10 月的 BSD 活动。如需提交此处未列出的 FreeBSD 相关活动，或 FreeBSD 用户感兴趣的活动信息，请发送至 <freebsd-doc@FreeBSD.org>。

![活动日历](/files/TqMPKK5DfHdZN7fakcBM)

## EuroBSDCon 2024

9 月 19-22 日

爱尔兰都柏林

EuroBSDCon 是年度国际技术大会，每年在欧洲不同国家举办，汇聚基于 4.4BSD（伯克利软件发行版）操作系统家族及相关项目的用户和开发者。FreeBSD 基金会很高兴再次作为银牌赞助商参与。

![FreeBSD](/files/omQKyozrtQSqkQEhgNGj)

## EuroBSDCon FreeBSD 开发者峰会

9 月 19-20 日

第一天为演讲和讨论组，第二天为黑客马拉松。

![活动日历](/files/s5CUVKt9bTnuqq4wqxQF)

## All Things Open

10 月 27-29 日

北卡罗来纳州罗利

All Things Open 是美国东海岸规模最大的开源/开放技术/开放 Web 大会，也是全美最大的同类大会之一。大会常邀全球知名专家，几乎所有主流科技公司也到场。FreeBSD 很荣幸成为今年 All Things Open 的非营利合作伙伴。


---

# 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/20240506-pei-zhi-guan-li-dui-jue/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.
