> 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/20190304-tiao-shi-yu-ce-shi/events-calendar.md).

# 活动日历

2019 年 5 月和 6 月的 BSD 活动

## FreeBSD 安全黑客松

6 月 8 日和 9 日

奥地利维也纳

<https://wiki.freebsd.org/Hackathon/201906>

首届以安全为主题的 FreeBSD 黑客松提供了机会，让 FreeBSD 黑客聚在一起，讨论并直接动手修复 bug、编写代码、添加功能、改进文档、处理 Ports 等等。除了 hacking，晚上还会有社交活动。周一的圣灵降临节假期会为感兴趣的参会者及其伴侣安排观光游览。

## FreeBSD 黑客松与修 bug 会议

5 月 20–22 日

加拿大安大略省基奇纳-滑铁卢

<https://hackmd.io/jrbtlbelQ1ahmqAjRHyUsQ#>

BSDCan 之后，欢迎加入 FreeBSD 开发者队伍，在加拿大安大略省基奇纳-滑铁卢开展为期数日的协作软件开发或硬件 hack。

## Rootconf 2019

6 月 21–22 日

印度班加罗尔

<https://rootconf.in/2019/>

Rootconf 是印度最知名的 DevOps 与 IT 基础设施会议。Rootconf 吸引系统工程师、运维工程师和 IT 决策者，分享构建可靠系统的实战经验。

## BSDday 阿根廷

5 月 29 日和 30 日

阿根廷布宜诺斯艾利斯

<http://bsdday.com.ar/>

BSDday 是一场让 BSD 操作系统的用户、管理员和开发者齐聚的活动，旨在分享知识、演讲和人脉，并增进彼此了解。BSDday 包含讲座、讨论、课程和系统安装。这场活动也是 Linux、Unix 等其他操作系统用户进入 BSD 世界的良好入口。

## FreeBSD 开发者峰会

5 月 15 日和 16 日

加拿大渥太华

<https://wiki.freebsd.org/DevSummit/201905>

## BSDCan 2019

5 月 15–18 日

加拿大渥太华

<https://www.bsdcan.org/2019/>

BSDCan 是面向从事 BSD 操作系统及相关项目工作者的技术会议。它是一场开发者会议，重点关注新兴技术、研究项目和进行中的工作。会议也涉及用户态基础设施项目，并邀请自由软件开发者和商业供应商共同参与。

***

* 作者：**DRU LAVIGNE** 与 **ANNE DICKISON**


---

# 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/20190304-tiao-shi-yu-ce-shi/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.
