> 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/20150708-qi-ye-ji-freebsd/foundation-letter.md).

# 基金会来信

* 原文：[Foundation Letter](https://freebsdfoundation.org/our-work/journal/browser-based-edition/freebsd-in-the-enterprise/)
* 作者：**George Neville-Neil**

FreeBSD 在企业中被广泛使用，这也是本期两篇专题文章的主题。Groupon 的 Sean Chittenden 和 Isilon 的 Benno Rice 详述了他们各自公司在使用 FreeBSD 时的独特经历。由于 Isilon 和 Groupon 用 FreeBSD 构建了截然不同的系统——前者是集群存储设备，后者是 web 服务——你将从这两篇文章中获得大量信息。

打造一个坚如磐石的操作系统固然重要，但这只是一个有趣且可用的系统所需软件的一小部分。软件包中维护的代码量远远超过操作系统本身的代码量，而日常与用户打交道最多的正是这些软件包。从 web 浏览器到 web 服务器，从开发工具到图形编辑器，软件包系统是 FreeBSD 社区获取数以万计开源软件的途径。在本刊第二期中，Bryan Drewery 介绍了首次亮相的更新版软件包系统。现在他再次执笔，讲述所汲取的经验教训、这些经验如何塑造了今天的 `pkg`。

FreeBSD 项目的一些新人只通过代码库认识我们，但要支撑这个代码库，不仅需要工程工作，还需要许多其他方面。FreeBSD 基金会通过赞助会议、提供法律支持和商标保护、处理许多作为软件开发者我们视为理所当然的琐碎事务来支持项目。在我们“与 FreeBSD 项目互动”的连载栏目中，基金会执行董事 Deb Goodkin 带我们走进基金会，展示基金会今天所做的工作并描绘明天的计划。

2015 年是 FreeBSD 和 BSD 相关大会的丰收年；事实上，会议多到我无法全部参加。从东京的 AsiaBSDCon，到渥太华的 BSDCan、华盛顿特区附近的 vBSDCon、斯德哥尔摩的 EuroBSD 和福塔莱萨的 BSDCon Brazil，FreeBSD 真正遍布全球。每当 FreeBSD 基金会资助某人参加这些会议时，都会请与会者提交一份参会报告，本月我们将刊登 Shonali Balakrishna 的 BSDCan 2015 报告。

为本期收尾的是本刊常规的专栏阵容：Frederic Culot 的 Ports 报告、Greg Lehey 的《The Practice of System and Network Administration》书评、Glen Barber 的 `svn` 更新、Dru Lavigne 的“本月 FreeBSD 动态”和活动日历。

祝你阅读愉快！

此致，

**George Neville-Neil**

代表 FreeBSD 期刊编辑委员会


---

# 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/20150708-qi-ye-ji-freebsd/foundation-letter.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.
