> 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/20190102-freebsd-ru-men/events-calendar.md).

# 活动日历

* 原文链接：[Events Calendar](https://freebsdfoundation.org/our-work/journal/browser-based-edition/)
* 作者：**DRU LAVIGNE**

以下是 2019 年 3 月至 4 月期间举行的 BSD 活动。

## Aberdeen FreeBSD 黑客马拉松

4 月 17–19 日

苏格兰阿伯丁

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

欢迎来苏格兰阿伯丁大学参加 FreeBSD 黑客马拉松。本次活动安排在 AsiaBSDCon 与 BSDCan 的中间点，给热情的黑客填满日程的机会。更多信息见 wiki。报名截止日期为 2019 年 3 月 31 日。

## FOSSASIA 2019

3 月 14–17 日

新加坡

<http://2019.fossasia.org/>

FOSSASIA 峰会是面向开发者、初创企业、IT 专业人士的亚洲领先开放技术大会，将于 2019 年 3 月 14–17 日在新加坡终身学习学院举办。

## AsiaBSDCon

3 月 21–24 日

日本东京

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

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

## MENOG 19

3 月 31 日–4 月 4 日

黎巴嫩贝鲁特

<https://www.menog.org/meetings.menog-19/>

基金会团队成员将参加 2019 年 3 月 31 日至 4 月 4 日举行的 MENOG 19。活动包括 3 天内并行举办的两场研讨班，随后是 2 天的大会，议题涵盖 IPv6 部署、网络与 DNS 运营、网络与路由安全、内容分发、互联网对等与移动数据交换等。

## 哥德堡 FreeBSD 社区日

4 月 7 日

瑞典哥德堡

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

欢迎在瑞典哥德堡与 FreeBSD 社区成员相聚。活动于 2019 年 4 月 7 日举行，与 FOSS-north 2019 大会同期举办。FOSS-north 是一场为期 2 天、聚焦技术、设 2 个并行分会场、邀请全球演讲者的开源大会。

## SCALE

3 月 7–10 日

加州帕萨迪纳

<http://www.socallinuxexpo.org/scale/17x>

第 17 届南加州 Linux Expo（SCaLE 17X）将于 2019 年 3 月 7–10 日在帕萨迪纳会议中心举办。SCaLE 17X 预计今年将迎来 150 家参展商，并有近 130 场会议、教程与特别活动，其中包括一场 FreeBSD 入门研讨班。

***

**DRU LAVIGNE** 是 FreeBSD 文档提交者，《BSD Hacks》和《The Best of FreeBSD Basics》的作者。


---

# 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/20190102-freebsd-ru-men/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.
