Index: head/en_US.ISO8859-1/htdocs/advocacy/whyusefreebsd.xml =================================================================== --- head/en_US.ISO8859-1/htdocs/advocacy/whyusefreebsd.xml (revision 49744) +++ head/en_US.ISO8859-1/htdocs/advocacy/whyusefreebsd.xml (revision 49745) @@ -1,209 +1,209 @@ ]> &title; $FreeBSD$

Why Choose &os;?

Why would you consider using &os;? We think that there are lots of reasons. Here is a selection of reasons that some of our existing users gave for their choice of operating system.

The Community

&os; is a community-driven operating system despite it being - sponsored corporately. &os; has active mailing lists, + to a partial degree sponsored corporately. &os; has active mailing lists, forums, and IRC channels where experienced users and developers are always willing to help the less experienced.

The community is largely driven by technology, not ideology, and is focused on building the best possible system and making &os; as widely used as possible, not on pushing any other agendas.

There is no dictator—benevolent or otherwise—for the project. The Core Team is elected and is nominally responsible for overseeing the goals of the project, but this is a very light touch. Core mediates disputes between developers, but rarely needs to take an active role in development, beyond their separate contributions as individual developers.

Stability

Stability means many different things. &os; very rarely crashes (and when it does it is usually due to hardware faults), but while that was a great boast a decade ago, now it is an expected feature for any operating system.

Stability in &os; means much more than that. It means that - upgrading the system doesn't require upgrading the user. + upgrading the system does not require upgrading the user. Configuration interfaces do change over time, but only when there is a good reason. If you learned how to use &os; in 2000, most of your knowledge would still be relevant.

Backwards compatibility is very important to the &os; team, and any release in a major release series is expected to be able to run any code—including kernel modules—that ran on an earlier version. The entire base system is developed together, including the kernel, the core utilities, and the configuration system, so upgrades are usually painless. Included tools like mergemaster help update configuration files with little or no manual intervention.

Early Adoption and Collaboration With Other Projects

&os; has been one of the first adopters of the LLVM infrastructure, including the clang compiler and the libc++ stack. The entire &os; 9.x system, including kernel and userspace, can build with clang, and from &os; 9.1 both clang and the permissively-licensed libc++ are included, giving a modern, BSD-licensed C++ stack. Several &os; developers are also active contributors to LLVM, ensuring that both projects thrive together.

This same collaboration works downstream, with projects like TrueOS and pfSense building on top of the &os; base to provide desktop and firewall oriented distributions, respectively. These projects are not forks, they base their work on the latest version of &os; and customize the system for specific uses.

Simple Configuration

&os; service initialization is very simple. Each service, whether part of the base system or installed from a port, comes with a script that is responsible for starting and stopping it (and often some other options). The /etc/rc.conf file contains a list of variables for enabling and configuring services. Want to enable ssh? Just add sshd_enable="YES" to your rc.conf file. This system makes it easy to see at a glance everything that will be started when your system boots.

The rc system that reads this file understands dependencies between services and so can automatically launch them in parallel, or wait until one is finished before starting the things that it needs. You get all of the benefits of a modern configuration system, without a complex interface.

Ports

The ports tree contains a large collection of third-party software, including older versions of some things where the userbase is divided about the benefits of upgrading, and a lot of niche programs. The chances are that anything you want to run which works on &os; will be there.

Unlike some other systems, &os; maintains a clean division between the base system and third-party ports and packages. All third-party software goes in /usr/local, so if you want to - repurpose a machine then it's trivial to simply delete all + repurpose a machine, it is trivial to simply delete all installed packages and then start installing the ones that you want.

-

The pkg tool makes working with binary packages +

The pkg(8) tool makes working with binary packages even easier, although source installs are still supported for people who want the level of configurability that this implies.

Security

Security is vital in any network-connected machine. &os; provides a number of tools for ensuring that you can maintain a secure system, such as:

-

And, of course, all of the standard features that you'd - expect from a modern &unix; system including IPSec, SSH, and so +

And, of course, all of the standard features that are + expected from a modern &unix; system including IPSec, SSH, and so on.

ZFS

Cheap snapshots, clones, end-to-end checksums, deduplication, compression, and no need to decide partition sizes on install. Using ZFS for a few days makes going back to a more traditional volume manager painful. If you want to test - something with ZFS, then it's trivial to just create a + something with ZFS, it is trivial to just create a snapshot and roll back if it didn't work.

-

If you're using jails, then ZFS lets you clone an existing - jail in under a second, irrespective of how big the jail +

ZFS lets you clone an existing + jail in under a second, no matter how big the jail itself is.

GEOM

Even without ZFS, &os; comes with a rich storage system. GEOM layers providers and consumers in arbitrary ways, allowing you to use two networked machines for high-availability storage, use your choice of RAID level, or add features like compression or encryption.

Working Sound

&os; 4.x introduced in-kernel sound mixing, so that multiple applications could play sound at the same time even with cheap sound cards with no hardware mixing support. &os; 5.x automatically allocated new channels to applications, without any configuration.

Now, &os; has low-latency sound mixing with per-application volume controls and full support for the OSS 4 APIs out of the - box. There's no need to configure a userspace sound daemon. + box. There is no need to configure a userspace sound daemon. The same audio APIs that were used a decade ago still work on &os;, including some compatibility modes to allow applications that try to manipulate the global volume to only change their own. If you want to watch DVDs with 5.1 surround sound, just install your favourite media player and press play.

My System, How I Want It

&os; gives you an easy-to-use, working, &unix;-like system. This base system can then be extended easily. If you want to run KDE or GNOME, then just install the metapackage for the version that you prefer. If you want a headless server, then - it's equally easy to install the server tools that you want.

+ it is equally easy to install the server tools that you want.

-

It's easy to run the &os; installer via a serial port and to - configure the entire system from the terminal. It's also easy +

It is easy to run the &os; installer via a serial port and to + configure the entire system from the terminal. It is also easy to install and use an existing desktop environment. The decisions about the kind of system you want to use are left to you.

-

If you're deploying &os; in a corporate environment, then - it's very easy to customise both the base system and the set +

If you are deploying &os; in a corporate environment, then + it is very easy to customise both the base system and the set of installed packages for your specific requirements. The build system provides numerous tuneable variables allowing you to build exactly the base system that meets your needs.

Index: head/en_US.ISO8859-1/htdocs/community/mailinglists.xml =================================================================== --- head/en_US.ISO8859-1/htdocs/community/mailinglists.xml (revision 49744) +++ head/en_US.ISO8859-1/htdocs/community/mailinglists.xml (revision 49745) @@ -1,107 +1,107 @@ ]> &title; $FreeBSD$

Mailing lists are the primary communication channels for the FreeBSD community, and cover many topic areas.

Mailing list archives

You can search or browse the mailing list archives at www.FreeBSD.org. It is also possible to browse the mailing lists via the Mailman Web interface.

English Mailing lists

The English speaking mailing lists are listed in the FreeBSD Handbook.

Non-English Mailing lists

Several non-English mailing lists are also available:

-

If you create other FreeBSD mailing lists, If you create other FreeBSD mailing lists, please let us know about them.

Index: head/en_US.ISO8859-1/htdocs/docproj/current.xml =================================================================== --- head/en_US.ISO8859-1/htdocs/docproj/current.xml (revision 49744) +++ head/en_US.ISO8859-1/htdocs/docproj/current.xml (revision 49745) @@ -1,193 +1,193 @@ "> "> "> "> "> ]> &title; $FreeBSD$

Here are the projects currently under way (or being actively contemplated on the freebsd-doc mailing list).

If you think you can contribute to any of these, please do not hesitate to stand up and be counted. You should talk to the person responsible for that particular project, who can then bring you up to speed on what is happening. If you have any ideas for a new project then please email FreeBSD-doc@FreeBSD.org.

Documentation TODO list

The Documentation TODO list is an up-to-date list of documentation issues that should be resolved. If you wish to help us to improve the FreeBSD documentation set you should, at first, choose to work on one of the TODO list items.

Open documentation problem reports

Current FreeBSD problems reports are tracked using a Problem Reports database. You can view the open documentation problem reports.

Improve Handbook Index

Responsible: FreeBSD-doc <FreeBSD-doc@FreeBSD.org>

Synopsis: Many new sections have been added to the FreeBSD Handbook without index terms, others have been added under inappropriate primary or secondary indexterms that do not fit the existing scheme. Some indexterms have been added inside list items or other areas where they are not allowed by our stylesheets, causing ??? to be printed in the index instead of a real page number.

Index work requires experience and anyone who works on this task is highly encouraged to carefully read through the existing (print-output) index, and to have read the Chicago Manual of Style or other style books that deal with indexing. Please see the SVN history of some of the chapter.xml files to see some of the indexing errors that have been corrected in the past. It is imperative to view the PostScript version of the Handbook after making any changes to indexterms as many errors, such as long words or deeply nested indexterms will break the two column output there, or cause the page number to be listed as ???.

There is a script doc/share/misc/indexreport.pl which can be used to find areas of an SGML file where <indexterms> are sparse.

Contribute Advocacy Slides/Presentations

Responsible: FreeBSD-doc <doc@FreeBSD.org>

Synopsis: Presentations marked up in the DocBook-slides DTD have recently been added to the documentation set in doc/en_US.ISO8859-1/slides. More advocacy content is needed, and additional stylesheet work is needed to pull in content from the release notes and other XML content in our documentation set to build up-to-date slides with 'make'. A simple example presentation was committed with some of this functionality, but there is more work to be done! Also, the stylesheets for print/PDF output (using the Java based XSLT processors, PassiveTeX is too limiting for slides) could be improved as the default DocBook Slides XSL-FO stylesheets produce very spartan slides.

Write a section in the Handbook and/or FAQ

Responsible: FreeBSD-doc <doc@FreeBSD.org>

Synopsis: Chunks of the FAQ and Handbook have empty sections in them. They need filling. If you have just had to use one of these documents to complete a task, and found them lacking, please find the time to write up your experiences as a possible replacement.

Alternatively, if you have just had to do something that had no entry in the FAQ and/or Handbook, please consider writing a new section. Then submit it as outlined above.

Write some new Papers

The New SCSI layer for FreeBSD (CAM)

Responsible: <doc@FreeBSD.org>, <scsi@FreeBSD.org>

Synopsis: See The Design and Implementation of the FreeBSD SCSI Subsystem for a first snapshot.

CGI Scripts

Responsible: <doc@FreeBSD.org>, Wolfram Schneider <wosch@FreeBSD.org>

-

Synopsis:Modify the CGI script ports.cgi +

Synopsis: Modify the CGI script ports.cgi and the script portindex to use the Perl FreeBSD::Ports modules. These modules also need thorough testing.

Multilingual Web scripts

Responsible: <doc@FreeBSD.org>

Synopsis:

Our main Web pages are written in (American) English. The FreeBSD Translations Projects translate the web pages, Handbook and FAQ to other languages.

We must translate the cgi scripts and web build scripts too. The scripts should support multiple languages, not only one. Most scripts are written in perl.

Translations of the FreeBSD Documentation

Responsible: <doc@FreeBSD.org>

Translate the FreeBSD documentation (Web pages, FAQ, Handbook, Manual pages) into other languages. See the FreeBSD translations projects

Index: head/en_US.ISO8859-1/htdocs/docproj/docproj.xml =================================================================== --- head/en_US.ISO8859-1/htdocs/docproj/docproj.xml (revision 49744) +++ head/en_US.ISO8859-1/htdocs/docproj/docproj.xml (revision 49745) @@ -1,80 +1,80 @@ ]> &title; $FreeBSD$

Overview

Getting to grips with a new and complex operating system is always a difficult task, no matter how pretty the GUI is. FreeBSD is no different in this respect.

While there are a vast number of BSD Unix (and general &unix;) books available, FreeBSD has its own unique features, procedures and quirks.

In addition, FreeBSD will be the first exposure to a Unix-like - operating system for many of its users, so the availability of high + operating system for some of its users, so the availability of high quality, accurate documentation is paramount.

The FreeBSD Documentation Project exists to help fill this gap. There are two ways in which this is undertaken:

  1. Members of the Documentation Project write documentation and submit it for inclusion in the FreeBSD Documentation Set.

  2. Members of the Documentation Project discuss and arrange the formatting and organization of the FreeBSD Documentation Set.

Current projects

There are a number of projects currently in progress as part of the documentation effort. Please take the time to look over this list and see if there is anything you can help with.

Who we are, how to join

This page explains who makes up the Documentation Project, and how you can join.

The FreeBSD Documentation Set

This page outlines the components of the FreeBSD Documentation Set, and the sort of work that the Documentation Project does with them.

Submitting Documentation

Submitting documentation is the best way to become a part of the project, and help make FreeBSD easier to use. This page explains the best way to submit documentation so that it gets looked at as soon as possible.

Translation

Translations of the FreeBSD documentation, Web pages, Handbook, Manual pages and FAQ.

Index: head/en_US.ISO8859-1/htdocs/mailto.xml =================================================================== --- head/en_US.ISO8859-1/htdocs/mailto.xml (revision 49744) +++ head/en_US.ISO8859-1/htdocs/mailto.xml (revision 49745) @@ -1,48 +1,48 @@ ]> &title; $FreeBSD$

Questions about FreeBSD...

Questions regarding FreeBSD should be addressed to the FreeBSD Questions mailing list, freebsd-questions@FreeBSD.org.

Mailing lists are the primary support channel for FreeBSD users, with numerous mailing lists covering different topic areas. Several non-English mailing lists are also available.

Questions about the contents of this WWW server...

Questions or suggestions about our documentation (Handbook, FAQ, Books & Articles) should be addressed to the + href="&base;/docs.html">Books & Articles, and so forth) should be addressed to the FreeBSD Documentation Project mailing list, freebsd-doc@FreeBSD.org.

Snail mail, phone and fax

For CDROM orders: The FreeBSD Mall

For commercial support: The FreeBSD Mall

Who Is Responsible for What

Marketing, Bugmeister, Security Officer, Postmaster, Webmaster etc.

Index: head/en_US.ISO8859-1/htdocs/projects/newbies.xml =================================================================== --- head/en_US.ISO8859-1/htdocs/projects/newbies.xml (revision 49744) +++ head/en_US.ISO8859-1/htdocs/projects/newbies.xml (revision 49745) @@ -1,123 +1,123 @@ ]> &title; $FreeBSD$

Getting &os;

The latest &os; releases are available here. Before you begin, - carefully read the installation instructions.

Learning about &os;

Questions and Support

Learning about &os;-derived projects

&os; is widely used as a building block for other commercial and open-source operating systems. Some of the most widely used and publicly available systems are listed below.

How to Contribute

Everyone has something to contribute to the &os; community, even newbies! Some are busy working with the new advocacy group and some have become involved with the Documentation Project as reviewers. Other &os; newbies might have particular skills and experiences to share, either computer related or not, or just want to meet new newbies and make them feel welcome. There are always people around who help others simply because they like to.

Friends who run &os; are a great resource. No book can replace chatting on the phone or across a pizza with someone who has the same interests, enjoys similar accomplishments, and faces the same challenges. If you do not have many friends who use &os;, consider using your old &os; CDs to create some more.

User groups are good places to meet other &os; users. If there is no one nearby, you might consider starting one!

For more information on getting involved in the community, see the Contributing to &os; article.

Index: head/en_US.ISO8859-1/htdocs/search/sitemap.xml =================================================================== --- head/en_US.ISO8859-1/htdocs/search/sitemap.xml (revision 49744) +++ head/en_US.ISO8859-1/htdocs/search/sitemap.xml (revision 49745) @@ -1,1481 +1,1481 @@ $FreeBSD$ Applications &base;/applications.html Hittinger, Mark &base;/applications.html WinNet Communications &base;/applications.html Internet services &base;/applications.html X Windows workstation &base;/applications.html Networking &base;/applications.html Software development &base;/applications.html Net surfing &base;/applications.html Education and research &base;/applications.html FreeBSD Art &base;/art.html Art, FreeBSD &base;/art.html Commercial Vendors &base;/commercial/commercial.html Vendors, commercial &base;/commercial/commercial.html Commercial Vendors, Consulting &base;/commercial/consult_bycat.html Consulting, Commercial Vendors &base;/commercial/consult_bycat.html Commercial Vendors, Hardware &base;/commercial/hardware.html Hardware, Commercial Vendors &base;/commercial/hardware.html Commercial Vendors, Software &base;/commercial/software.html Software, Commercial Vendors &base;/commercial/software.html Commercial Vendors, Miscellaneous &base;/commercial/misc.html Miscellaneous, Commercial Vendors &base;/commercial/misc.html Mailing lists &base;/community/mailinglists.html non-English mailing lists &base;/community/mailinglists.html Mailing lists, Brazilian Portuguese &base;/community/mailinglists.html Mailing lists, Simplified Chinese &base;/community/mailinglists.html Mailing lists, Czech &base;/community/mailinglists.html Mailing lists, German &base;/community/mailinglists.html Mailing lists, French &base;/community/mailinglists.html Mailing lists, Hungarian &base;/community/mailinglists.html Mailing lists, Indonesian &base;/community/mailinglists.html Mailing lists, Italian &base;/community/mailinglists.html Mailing lists, Japanese &base;/community/mailinglists.html Mailing lists, Korean &base;/community/mailinglists.html Mailing lists, Netherlands &base;/community/mailinglists.html Mailing lists, Polish &base;/community/mailinglists.html Mailing lists, Portuguese &base;/community/mailinglists.html Mailing lists, Russian &base;/community/mailinglists.html Mailing lists, Slovakian &base;/community/mailinglists.html Mailing lists, Spanish &base;/community/mailinglists.html Mailing lists, Swedish &base;/community/mailinglists.html Mailing lists, Turkish &base;/community/mailinglists.html Simplified Chinese mailing lists &base;/community/mailinglists.html Czech mailing lists &base;/community/mailinglists.html German mailing lists &base;/community/mailinglists.html French mailing lists &base;/community/mailinglists.html Hungarian mailing lists &base;/community/mailinglists.html Polish mailing lists &base;/community/mailinglists.html Portuguese mailing lists &base;/community/mailinglists.html Japanese mailing lists &base;/community/mailinglists.html Hungarian mailing lists &base;/community/mailinglists.html Indonesian mailing lists &base;/community/mailinglists.html Russian mailing lists &base;/community/mailinglists.html Indonesian mailing lists &base;/community/mailinglists.html Italian mailing lists &base;/community/mailinglists.html Japanese mailing lists &base;/community/mailinglists.html Dutch mailing lists &base;/community/mailinglists.html Polish mailing lists &base;/community/mailinglists.html Portuguese mailing lists &base;/community/mailinglists.html Russian mailing lists &base;/community/mailinglists.html Slovakian mailing lists &base;/community/mailinglists.html Spanish mailing lists &base;/community/mailinglists.html Swedish mailing lists &base;/community/mailinglists.html Turkish mailing lists &base;/community/mailinglists.html Newsgroups &base;/community/newsgroups.html Web Resources, mirrors &base;/community/webresources.html BSD Daemon &base;/copyright/daemon.html Daemon, BSD &base;/copyright/daemon.html Nemeth, Evi &base;/copyright/daemon.html Lassiter, John &base;/copyright/daemon.html Hosokawa, Tatsumi &base;/copyright/daemon.html McKusick, Marshall Kirk &base;/copyright/daemon.html Copyright &base;/copyright/license.html License &base;/copyright/license.html Trademark legend &base;/copyright/trademarks.html - CVS Repository + Source Code Repository &base;/developers/cvs.html CTM &base;/developers/cvs.html CVSup &base;/developers/cvs.html SVN Repository &base;/developers/cvs.html anoncvs &base;/developers/cvs.html Japanese Handbook &base;/doc/ja_JP.eucJP/books/handbook/index.html Handbook, Japanese &base;/doc/ja_JP.eucJP/books/handbook/index.html Frequently Asked Questions (FAQ) &base;/doc/en_US.ISO8859-1/books/faq/index.html FAQ &base;/doc/en_US.ISO8859-1/books/faq/index.html Documentation Project &base;/docproj/docproj.html Project, Documentation &base;/docproj/docproj.html Goals, documentation &base;/docproj/docproj.html FAQ, Documentation Project &base;/docproj/docproj.html Handbook, Documentation Project &base;/docproj/docproj.html Contributing, Documentation Project &base;/docproj/docproj.html Submitting corrections, Documentation Project &base;/docproj/docproj.html Submitting new material, Documentation Project &base;/docproj/docproj.html SGML, Documentation Project &base;/docproj/docproj.html Linuxdoc, Documentation Project &base;/docproj/docproj.html Docbook, Documentation Project &base;/docproj/docproj.html Guidelines, Documentation Project &base;/docproj/docproj.html Documentation &base;/docs.html Handbook &base;/docs.html Books &base;/docs/books.html Manual Pages &cgibase;/man.cgi Donations &base;/donations/index.html Events &base;/events/events.html Features &base;/features.html 4.4BSD, A complete operating system &base;/features.html Berkeley, University of California &base;/features.html UCB &base;/features.html Computer Systems Research Group &base;/features.html CSRG &base;/features.html Compatibility, System V Release 4 &base;/features.html Compatibility, Linux &base;/features.html Linux, Compatibility &base;/features.html Fieber, John &base;/internal/about.html Apache http server &base;/internal/about.html http server &base;/internal/about.html WWW server www.FreeBSD.org &base;/internal/about.html BSDi, network connection &base;/internal/about.html Network connection, BSDi &base;/internal/about.html Core Bylaws &base;/internal/bylaws.html Bylaws, Core &base;/internal/bylaws.html Charter, Doceng Team &base;/internal/doceng.html Doceng Team Charter &base;/internal/doceng.html Documentation Project, doceng &base;/internal/doceng.html Mirroring the FreeBSD Web Pages &base;/internal/mirror.html rsync &base;/internal/mirror.html IPv6 in FreeBSD &base;/ipv6/index.html IPv6-only Support &base;/ipv6/ipv6only.html World IPv6 Day &base;/ipv6/w6d.html IPv6 Day, World &base;/ipv6/w6d.html Contact us &base;/mailto.html Questions about this WWW server &base;/mailto.html Questions about the contents of this WWW server &base;/mailto.html Questions about FreeBSD &base;/mailto.html News flash &base;/news/newsflash.html Press releases, News &base;/news/newsflash.html Bi-monthly status reports &base;/news/status/status.html FreeBSD Status Reports &base;/news/status/status.html Status Reports &base;/news/status/status.html AMD64 &base;/platforms/amd64.html Athlon64 &base;/platforms/amd64.html FreeBSD/amd64 &base;/platforms/amd64.html Opteron &base;/platforms/amd64.html x86-64 &base;/platforms/amd64.html ARM &base;/platforms/arm.html FreeBSD/ARM &base;/platforms/arm.html StrongARM &base;/platforms/arm.html FreeBSD/ia64 &base;/platforms/ia64/index.html IA-64 &base;/platforms/ia64/index.html Itanium &base;/platforms/ia64/index.html FreeBSD/MIPS &base;/platforms/mips.html MIPS, FreeBSD &base;/platforms/mips.html SGI MIPS, FreeBSD &base;/platforms/mips.html FreeBSD/pc98 &base;/platforms/pc98.html NEC PC-98x1 &base;/platforms/pc98.html PC-98 &base;/platforms/pc98.html FreeBSD/PowerPC &base;/platforms/ppc.html FreeBSD/ppc &base;/platforms/ppc.html PowerPC &base;/platforms/ppc.html FreeBSD/sparc64 &base;/platforms/sparc.html Sparc64 &base;/platforms/sparc.html Sparc &base;/platforms/sparc.html UltraSparc &base;/platforms/sparc.html FreeBSD/sun4v &base;/platforms/sun4v.html sun4v &base;/platforms/sun4v.html UltraSparc-T1 &base;/platforms/sun4v.html xbox &base;/platforms/xbox.html FreeBSD/xbox &base;/platforms/xbox.html Ports Collection &base;/ports/index.html Press, in the &base;/news/press.html Press Releases, Official &base;/news/pressreleases.html Privacy Policy &base;/privacy.html Java &base;/java/index.html GNOME &base;/gnome/index.html Newbies Project &base;/projects/newbies.html Retail Outlets for FreeBSD &base;/doc/en_US.ISO8859-1/books/handbook/mirrors.html Project ideas https://wiki.FreeBSD.org/IdeasPage busdma and SMPng driver conversion project &base;/projects/busdma/index.html SMPng driver conversion &base;/projects/busdma/index.html C99 & POSIX Conformance Project &base;/projects/c99/index.html POSIX Conformance &base;/projects/c99/index.html Related Publications &base;/publish.html Publications, Related &base;/publish.html Covers, Publications &base;/publish.html Daemon, Covers &base;/publish.html Recent announcements about FreeBSD Releases &base;/releases/index.html Release Information &base;/releases/index.html Release Engineering Information &base;/releng/index.html Charter, Release Engineering Team &base;/releng/charter.html Release Engineering Team Charter &base;/releng/charter.html Release Documentation &base;/relnotes.html Search Services search.html Ports Changes, Search search.html Search, Ports Changes search.html Message-ID, Search search.html Search, Message-ID search.html Usenet News, Search search.html Newsgroups, Search search.html Search, Usenet News search.html Cross reference of the FreeBSD kernel search.html XR, Cross reference of the FreeBSD kernel search.html Kernel, Cross reference search.html Searching Hints searchhints.html Security Guide &base;/security/security.html Submit a FreeBSD problem report https://bugs.freebsd.org/bugzilla/enter_bug.cgi Bug report, submit https://bugs.freebsd.org/bugzilla/enter_bug.cgi Support &base;/support.html Problem Report Database &base;/support/bugreports.html Bug reports, view &base;/support/bugreports.html Bug reports, search &base;/support/bugreports.html User Groups &base;/usergroups.html Getting FreeBSD &base;/where.html Commercial software &base;/where.html 4.4BSD Documents http://docs.freebsd.org/44doc/ BSD Documents http://docs.freebsd.org/44doc/ Documents, 4.4BSD http://docs.freebsd.org/44doc/ Info Documents http://docs.freebsd.org/info/ GNU Info Documents http://docs.freebsd.org/info/ Logo &base;/logo.html Security Advisories http://security.freebsd.org Advisories, security http://security.freebsd.org SA http://security.freebsd.org Source Code http://fxr.watson.org/ German web pages &base;/de/index.html Spanish web pages &base;/es/index.html Russian web pages &base;/ru/index.html French web pages &base;/fr/index.html Italian web pages &base;/it/index.html Japanese web pages &base;/ja/index.html Project Staff &base;/administration.html Staff, Project &base;/administration.html Who's Who &base;/administration.html Officers, Project &base;/administration.html Features &base;/features.html Releases &base;/releases/index.html Installation &base;/doc/en_US.ISO8859-1/books/handbook/install.html Supported Hardware &u.rel.hardware; Mirrors &base;/doc/en_US.ISO8859-1/books/handbook/mirrors.html Applications &base;/applications.html Java &base;/java/index.html GNOME &base;/gnome/index.html Ports &base;/ports/index.html Commercial Vendors &base;/commercial/commercial.html Administration &base;/administration.html Get FreeBSD &base;/where.html Release Information &base;/releases/index.html Snapshot Releases &base;/snapshots/index.html Ported Applications &base;/ports/index.html Books &base;/docs/books.html Handbook &base;/doc/en_US.ISO8859-1/books/handbook/index.html FAQ &base;/doc/en_US.ISO8859-1/books/faq/index.html Manual Pages &cgibase;/man.cgi Other Documentation http://docs.freebsd.org/ Publications &base;/publish.html Translations &base;/docproj/translations.html Bibliography &base;/doc/en_US.ISO8859-1/books/handbook/bibliography.html Mailing Lists &base;/community/mailinglists.html IRC &base;/community/irc.html Newsgroups &base;/community/newsgroups.html User Groups &base;/usergroups.html Web Resources &base;/community/webresources.html Developers' Handbook &base;/doc/en_US.ISO8859-1/books/developers-handbook/index.html Porter's Handbook &base;/doc/en_US.ISO8859-1/books/porters-handbook/ - CVS Repository + Source Code Repository &base;/developers/cvs.html Release Engineering &base;/releng/index.html Platforms &base;/platforms/index.html Project Ideas https://wiki.freebsd.org/IdeasPage Contributing &base;/doc/en_US.ISO8859-1/articles/contributing/index.html Commercial Vendors &base;/commercial/commercial.html Security Information &base;/security/security.html Bug Reports &base;/support/bugreports.html Web Resources &base;/support/webresources.html The FreeBSD Foundation http://www.freebsdfoundation.org/ Newsflash &base;/news/newsflash.html Official Press Releases &base;/news/pressreleases.html FreeBSD in the press &base;/news/press.html Events &base;/events/events.html Status Reports &base;/news/status/status.html FreeBSD/amd64 &base;/platforms/amd64.html FreeBSD/ARM &base;/platforms/arm.html FreeBSD/i386 &base;/platforms/i386.html FreeBSD/ia64 &base;/platforms/ia64/index.html FreeBSD/MIPS &base;/platforms/mips.html FreeBSD/pc98 &base;/platforms/pc98.html FreeBSD/ppc &base;/platforms/ppc.html FreeBSD/sparc64 &base;/platforms/sparc.html FreeBSD/sunv4 &base;/platforms/sun4v.html FreeBSD/xbox &base;/platforms/xbox.html ACPI &base;/projects/acpi/index.html Busdma and SMPng driver conversion &base;/projects/busdma/index.html CVSweb &base;/projects/cvsweb.html FreeBSD Project Ideas https://wiki.freebsd.org/IdeasPage FreeBSD/MIPS &base;/projects/mips/index.html Network Performance (netperf) &base;/projects/netperf/index.html Index: head/en_US.ISO8859-1/htdocs/where.xml =================================================================== --- head/en_US.ISO8859-1/htdocs/where.xml (revision 49744) +++ head/en_US.ISO8859-1/htdocs/where.xml (revision 49745) @@ -1,540 +1,544 @@ ]> &title; $FreeBSD$

Choosing an Architecture

Most users of &os; will have hardware for either the amd64, i386, or armv6 architectures.

Modern PCs use the amd64 architecture, including those with Intel® branded processors. Computers with more than 3 GB of memory should use amd64. If the computer is an older, 32-bit only model, use i386. For embedded devices and single-board computers (SBC) such as the Raspberry Pi, Beagle Bone Black, Panda Board, and Zed Board, use the armv6 SD card image which supports ARMv6 and ARMv7 processors.

All other users should reference the complete list of supported &os; platforms.

Choosing an Image

The &os; installer can be downloaded in a number of different formats including CD (disc1), DVD (dvd1), and Network Install (bootonly) sized ISO Disc Images, as well as regular and mini USB memory stick - images. Later versions of &os; are also offered as prebuilt + images. Recent versions of &os; are also offered as prebuilt expandable Virtual Machine images, and as SD Card images for embedded platforms.

&os; Deployment Statistics

While &os; does not gather deployment statistics, having statistical information available is essential. Please consider installing the sysutils/bsdstats package, which collects hardware and software statistics, helping developers understand how to best focus their efforts. The information collected is available at the bsdstats.org website.

&os; &rel.current;-RELEASE

Installer Images Virtual Machine Images SD Card Images Documentation

&os; &rel0.current;-RELEASE

Installer Images Virtual Machine Images SD Card Images Documentation

&os; &rel1.current;-RELEASE

Installer Images Virtual Machine Images SD Card Images Documentation

&os; &rel2.current;-RELEASE

Installer Images Virtual Machine Images Documentation

&beta.desc;

Development Snapshots

If you are interested in a purely experimental snapshot release of &os;-CURRENT (AKA &rel.head;-CURRENT), aimed at developers and bleeding-edge testers only, then please see the &os; Snapshot Releases page. For more information about past, present and future releases in general, please visit the release information page.

&os; &rel.head;-CURRENT

Installer Images Virtual Machine Images SD Card Images Documentation

 

&os; &rel.current;-STABLE

Installer Images Virtual Machine Images SD Card Images Documentation

 

&os; &rel0.current;-STABLE

Installer Images Virtual Machine Images SD Card Images Documentation

If you plan on getting &os; via HTTP or FTP, please check the listing of mirror sites in the Handbook to see if there is a site closer to you.

Install &os;

There are many options for installing &os;, including installation from CD-ROM, DVD, USB Memory Stick or even directly using anonymous FTP, HTTP, or NFS. Please read through the &os; installation guide before downloading the entire &os; distribution.

Purchase &os; Media

&os; can be acquired on CD-ROM or DVD from FreeBSD Mall, or one of the other CD-ROM and DVD Publishers.

Past Releases

For downloading past releases, please visit the FTP archive.

&os;-derived Operating System Distributions

&os; is widely used as a building block for other commercial and open-source operating systems. The projects below are widely used and of particular interest to &os; users.

Applications and Utility Software

The Ports Collection

The &os; Ports Collection is a diverse collection of utility and application software that has been ported to &os;.

+

See + Installing Applications: Packages and Ports + in the Handbook.

+

For information about how you can contribute your favorite piece of software to the Ports Collection, have a look at The Porter's Handbook and the article Contributing to &os;.

Index: head/share/xml/header.ent =================================================================== --- head/share/xml/header.ent (revision 49744) +++ head/share/xml/header.ent (revision 49745) @@ -1,212 +1,212 @@ '> '> Site Map | Legal Notices | © 1995–2016 The FreeBSD Project. All rights reserved.'> home   |   contact   |   legal   |   ©right;'> FreeBSD Home Page'> '> ]]> Header And Logo'> FreeBSD '>
.
Donate to FreeBSD
.
'>   '> '> Site Navigation'> '> Peripheral Links'> '> Skip site navigation (1) Skip section navigation (2) '> &header2.topnav.label; &header2.topnav; '> This document describes how to build and update the FreeBSD Web pages from the Subversion repository by hand.

'>