<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://wiki.pcbsd.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.pcbsd.org/api.php?action=feedcontributions&amp;user=Drulavigne&amp;feedformat=atom</id>
		<title>PC-BSD Wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.pcbsd.org/api.php?action=feedcontributions&amp;user=Drulavigne&amp;feedformat=atom"/>
		<link rel="alternate" type="text/html" href="http://wiki.pcbsd.org/index.php/Special:Contributions/Drulavigne"/>
		<updated>2013-05-26T02:13:08Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.20.3</generator>

	<entry>
		<id>http://wiki.pcbsd.org/index.php/Convert_a_FreeBSD_System_to_PC-BSD%C2%AE</id>
		<title>Convert a FreeBSD System to PC-BSD®</title>
		<link rel="alternate" type="text/html" href="http://wiki.pcbsd.org/index.php/Convert_a_FreeBSD_System_to_PC-BSD%C2%AE"/>
				<updated>2013-05-17T14:52:58Z</updated>
		
		<summary type="html">&lt;p&gt;Drulavigne: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
{{NavHeader|back=Install a Server |forward=Using a Rolling Release}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:29--&amp;gt;&lt;br /&gt;
Beginning in February, 2013, the PC-BSD® utilities dealing with software installation and upgrades were converted to [https://wiki.freebsd.org/pkgng pkgng], FreeBSD's Next Generation package management tool. Part of this change included the creation of a custom PC-BSD® package repository which contains all of the packages that can be built using pkgng. Since the FreeBSD project does not yet have an official pkgng repository, FreeBSD users who wish to use pkgng are welcome to use the PC-BSD® package repository.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:30--&amp;gt;&lt;br /&gt;
This package repository contains a custom package, called ''pcbsd-base'', which can be used to easily convert an existing FreeBSD installation into a PC-BSD® desktop. It also contains a custom package called ''trueos-base'' which can be used to convert an existing FreeBSD installation into a TrueOS® server. The converted desktop will contain all of the graphical utilities that come with PC-BSD® and the converted server will contain all of their command line equivalents.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:31--&amp;gt;&lt;br /&gt;
This section describes how to:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:32--&amp;gt;&lt;br /&gt;
* Configure a FreeBSD or PC-BSD® system to use the pkgng repository.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:33--&amp;gt;&lt;br /&gt;
* Convert a FreeBSD system to a PC-BSD® desktop.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:34--&amp;gt;&lt;br /&gt;
* Convert a FreeBSD system to a TrueOS® server.&lt;br /&gt;
&lt;br /&gt;
== Switching to the PC-BSD® pkgng Repository == &amp;lt;!--T:5--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:6--&amp;gt;&lt;br /&gt;
If you are running PC-BSD® 9.1-RELEASE or FreeBSD 9.1, you will need to first install the {{citelink|url=http://www.freshports.org/ports-mgmt/pkg/ ports-mgmt/pkg|txt=port or package}}.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:7--&amp;gt;&lt;br /&gt;
After installing pkg, run the command '''pkg2ng''' to import your existing package database from the old format to the new pkgng format. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:8--&amp;gt;&lt;br /&gt;
Next, configure access to the PC-BSD® repository. Start by creating the file ''/usr/local/etc/pkg.conf'' with the following contents:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:35--&amp;gt;&lt;br /&gt;
{{txtbox|box=packagesite: {{ftp}}ftp.pcbsd.org/pub/mirror/packages/9.1-RELEASE/amd64&lt;br /&gt;
PUBKEY: /usr/local/etc/pkg-pubkey.cert&lt;br /&gt;
PKG_CACHEDIR: /usr/local/tmp}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:10--&amp;gt;&lt;br /&gt;
Note that the ''packagesite:'' variable should be changed to a PC-BSD® mirror close to your geographic location. Additionally, ''9.1-RELEASE'' and ''amd64'' can be changed to indicate the release version and architecture you want to use. Click [http://www.pcbsd.org/getmirrors.php?url=packages here] to get a list of the available mirrors and package sets.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:11--&amp;gt;&lt;br /&gt;
Next, download the repository's [http://trac.pcbsd.org/export/780f3da562b72643c04b47a59d277102a09abbca/src-sh/pc-extractoverlay/desktop-overlay/usr/local/etc/pkg-pubkey.cert public key cert file], and copy it to ''/usr/local/etc/pkg-pubkey.cert''.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:12--&amp;gt;&lt;br /&gt;
The system is now configured and you now update your packages to the latest versions from the pkgng repository using the following command:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:13--&amp;gt;&lt;br /&gt;
{{txtbox|box= '''pkg upgrade -fy'''}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:14--&amp;gt;&lt;br /&gt;
Depending upon what is already installed, you may have to resolve some error messages in order to successfully upgrade all packages.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:15--&amp;gt;&lt;br /&gt;
To install and delete packages use the '''pkg''' command. This command differs in usage from the original package format version. You can learn more about how to use this command in [http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/pkgng-intro.html Section 5.5.3 of the FreeBSD Handbook].&lt;br /&gt;
&lt;br /&gt;
== Converting FreeBSD to a PC-BSD® Desktop == &amp;lt;!--T:16--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:17--&amp;gt;&lt;br /&gt;
Once the repository configuration is complete, it is now easy to convert a FreeBSD system into a PC-BSD® desktop using the following commands as the superuser:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:36--&amp;gt;&lt;br /&gt;
{{txtbox|box= '''pkg install -fy pcbsd-base'''&lt;br /&gt;
'''rehash'''&lt;br /&gt;
'''pbreg set /PC-BSD/SysType PCBSD'''&lt;br /&gt;
'''pc-extractoverlay desktop'''&lt;br /&gt;
'''pc-extractoverlay ports'''}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:37--&amp;gt;&lt;br /&gt;
Next, reboot the system and the PC-BSD® login manager will start, allowing you to login to the desktop. If you want the [Post Installation Configuration and Installation Troubleshooting |PC-BSD® display wizard and first boot wizards] to run first, run these commands before rebooting:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:38--&amp;gt;&lt;br /&gt;
{{txtbox|box= '''touch /var/.runxsetup'''&lt;br /&gt;
'''touch /var/.pcbsd-firstboot'''&lt;br /&gt;
'''touch /var/.pcbsd-firstgui'''}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:39--&amp;gt;&lt;br /&gt;
If you are running FreeBSD 10-CURRENT, specify the PBI version to pull from.  To do so, edit ''/usr/local/etc/pbi.conf'' and add this line:&lt;br /&gt;
 &lt;br /&gt;
{{txtbox|box=PBI_FBSDMAJOR: 9}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:40--&amp;gt;&lt;br /&gt;
{{note|icon64= If you are using NVIDIA video hardware, load the driver before rebooting into the display wizard by running the command '''pc-metapkgmanager add NVIDIA'''.}}&lt;br /&gt;
&lt;br /&gt;
== Converting FreeBSD to a TrueOS® Server == &amp;lt;!--T:26--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:27--&amp;gt;&lt;br /&gt;
If you wish to convert a FreeBSD server to TrueOS®, use the following commands:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:41--&amp;gt;&lt;br /&gt;
{{txtbox|box= '''pkg install -fy trueos-base'''&lt;br /&gt;
'''rehash'''&lt;br /&gt;
'''pbreg set /PC-BSD/SysType TRUEOS'''&lt;br /&gt;
'''pc-extractoverlay server'''&lt;br /&gt;
'''pc-extractoverlay ports'''}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:42--&amp;gt;&lt;br /&gt;
The installation of the ''trueos-base'' package will install the following: [[PBI Manager]], the command line version of '''[[Warden®#Using the Command Line Version of Warden® | warden]]''', and the command line versions of most of the [[Control Panel]] utilities. You will find those utilities in ''/usr/local/bin/pc-*''. It also installs this {{citelink|url=http://trac.pcbsd.org/browser/pcbsd/branches/9.1/build-files/metapkgsets/warden/pkgset/base-system/ports-list|txt=list}} of additional shells and utilities.&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{refheading}}&lt;br /&gt;
[[category:Convert a FreeBSD System to PC-BSD®]]&lt;br /&gt;
[[category:Advanced Installation Topics]]&lt;br /&gt;
[[category:handbook]]&lt;br /&gt;
&amp;lt;languages/&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Drulavigne</name></author>	</entry>

	<entry>
		<id>http://wiki.pcbsd.org/index.php/Mailing_Lists</id>
		<title>Mailing Lists</title>
		<link rel="alternate" type="text/html" href="http://wiki.pcbsd.org/index.php/Mailing_Lists"/>
				<updated>2013-04-30T17:41:20Z</updated>
		
		<summary type="html">&lt;p&gt;Drulavigne: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
{{NavHeader|back=IRC Channel|forward=FreeBSD Handbook and FAQ}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
Mailing lists are a handy way to discuss problems, solutions, and requested features as they create a searchable archive of discussions. The PC-BSD® Project offers the following {{citelink|url=http://lists.pcbsd.org/mailman/listinfo|txt=mailing lists}} to cover a wide variety of discussion topics:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:3--&amp;gt;&lt;br /&gt;
* {{citelink|url=http://lists.pcbsd.org/mailman/listinfo/announce|txt='''Announce:'''}} a read-only, low frequency list used by the PC-BSD® team to make announcements to the community.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:4--&amp;gt;&lt;br /&gt;
* {{citelink|url=http://lists.pcbsd.org/mailman/listinfo/commits|txt='''Commits:'''}} lists commit messages as PC-BSD® code is added or modified by developers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:5--&amp;gt;&lt;br /&gt;
* {{citelink|url=http://lists.pcbsd.org/mailman/listinfo/dev|txt='''Dev:'''}}  for discussion related to PC-BSD® technical development.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:6--&amp;gt;&lt;br /&gt;
* {{citelink|url=http://lists.pcbsd.org/mailman/listinfo/docs|txt='''Docs:'''}} for communications between those who are involved, or interested in contributing to, the PC-BSD® documentation effort.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:7--&amp;gt;&lt;br /&gt;
* {{citelink|url=http://lists.pcbsd.org/mailman/listinfo/installer|txt='''Installer:'''}} for discussions about the backend to the '''pc-sysinstall''' utility.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:8--&amp;gt;&lt;br /&gt;
* {{citelink|url=http://lists.pcbsd.org/mailman/listinfo/pbi-bugs|txt='''PBI-bugs:'''}} for users to report and discuss bugs found in PBI applications.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:9--&amp;gt;&lt;br /&gt;
*{{citelink|url=http://lists.pcbsd.org/mailman/listinfo/pbi-dev|txt='''PBI-dev:'''}} for discussions between PBI developers and users concerning PBI construction and maintenance.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:10--&amp;gt;&lt;br /&gt;
* {{citelink|url=http://lists.pcbsd.org/mailman/listinfo/pbibuild|txt='''PBIbuild:'''}} lists SVN commits as PBIs are added or modified by PBI developers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:11--&amp;gt;&lt;br /&gt;
* {{citelink|url=http://lists.pcbsd.org/mailman/listinfo/pcbsd-malaysia|txt='''PCBSD-Malaysia:'''}} general discussion list for Malaysian users in their native language.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:12--&amp;gt;&lt;br /&gt;
* {{citelink|url=http://lists.pcbsd.org/mailman/listinfo/pcbsd-warden|txt='''PCBSD-warden:'''}} the place to discuss [[Warden®]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:13--&amp;gt;&lt;br /&gt;
* {{citelink|url=http://lists.pcbsd.org/mailman/listinfo/public|txt='''Public:'''}} general public list for discussion not related to the other mailing lists.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:14--&amp;gt;&lt;br /&gt;
* {{citelink|url=http://lists.pcbsd.org/mailman/listinfo/support|txt='''Support:'''}} if you have a problem, you should report your issue or error messages on this list.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:15--&amp;gt;&lt;br /&gt;
* {{citelink|url=http://lists.pcbsd.org/mailman/listinfo/testing|txt='''Testing:'''}} for those wishing to participate in PC-BSD® beta testing and feedback.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:16--&amp;gt;&lt;br /&gt;
* {{citelink|url=http://lists.pcbsd.org/mailman/listinfo/trac-bugs|txt='''Trac-bugs:'''}} lists notifications about changes to PC-BSD® bug reports in Trac database.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:17--&amp;gt;&lt;br /&gt;
* {{citelink|url=http://lists.pcbsd.org/mailman/listinfo/translations|txt='''Translations:'''}} for those involved in translating for PC-BSD®.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:18--&amp;gt;&lt;br /&gt;
Each mailing list includes a description of topics suitable for discussion on that list, and indicates if it is read only or available for user discussion. Anyone can read the archives of a list. If you wish to send an email to a mailing list, you will need to first subscribe to the list. The link for each mailing list provides an interface for subscribing to that list. When you send an email to the list, remember to use the mailing address that you used when you subscribed to the list.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:19--&amp;gt;&lt;br /&gt;
Several of the mailing lists are archived at {{citelink|url=http://dir.gmane.org/index.php?prefix=gmane.os.pcbsd|txt=gmane}}. Gmane allows you to read the archives in several different formats. It also provides RSS feeds in various formats for keeping up-to-date on new messages and topics.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:20--&amp;gt;&lt;br /&gt;
In addition to the official mailing lists, there are mailing lists set up by PC-BSD® users. Many of these lists are designed for discussion in other languages. A list of alternative PC-BSD® mailing lists can be found at {{citelink|url=http://groups.google.com/groups/dir?lnk=srgmt&amp;amp;q=pc-bsd|txt=Google Groups}}.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:21--&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{refheading}}&lt;br /&gt;
[[category:Mailing Lists]]&lt;br /&gt;
[[category:Finding Help]]&lt;br /&gt;
[[category:handbook]]&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;languages/&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Drulavigne</name></author>	</entry>

	<entry>
		<id>http://wiki.pcbsd.org/index.php/GNOME2</id>
		<title>GNOME2</title>
		<link rel="alternate" type="text/html" href="http://wiki.pcbsd.org/index.php/GNOME2"/>
				<updated>2013-04-26T12:49:33Z</updated>
		
		<summary type="html">&lt;p&gt;Drulavigne: Marked this version for translation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
{{NavHeader|back=Desktops|forward=KDE4}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
{{citelink|url=http://library.gnome.org/misc/release-notes/2.32/|txt=GNOME2}} is a popular desktop environment that provides many built-in utilities. Figure 6.1a shows a screenshot of GNOME2 on a PC-BSD®&amp;amp;nbsp;9.1 system with the &amp;quot;Applications&amp;quot; menu open.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:3--&amp;gt;&lt;br /&gt;
{{note|GNOME3 has not yet been ported to FreeBSD. Once it has, it may be added as a desktop component in the PC-BSD® installer.}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:4--&amp;gt;&lt;br /&gt;
[[File:GNOME2-2.png|thumb|393px|'''Figure 6.1a: GNOME2 Desktop on a PC-BSD® System''']]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:5--&amp;gt;&lt;br /&gt;
Each category in the &amp;quot;Applications&amp;quot; menu contains many applications and the &amp;quot;Settings&amp;quot; and &amp;quot;System&amp;quot; categories contain many utilities for configuring your system. If you are new to GNOME2, take some time to discover which applications best suit your needs. Some of the applications which are provided by GNOME include:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:6--&amp;gt;&lt;br /&gt;
* '''{{citelink|url=http://projects.gnome.org/eog/|txt=Eye of GNOME}}:''' image viewer found in ''Graphics'' ➜ ''Image Viewer''.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:7--&amp;gt;&lt;br /&gt;
* '''{{citelink|url=http://projects.gnome.org/epiphany/|txt=Epiphany}}:''' web browser found in ''Internet'' ➜ ''Epiphany Web Browser''.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:8--&amp;gt;&lt;br /&gt;
* '''{{citelink|url=http://projects.gnome.org/brasero/|txt=Brasero}}:''' CD/DVD burning software found in ''Multimedia'' ➜ ''Brasero Disk Burner''.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:9--&amp;gt;&lt;br /&gt;
* '''{{citelink|url=http://projects.gnome.org/totem/|txt=Totem}}:''' movie player found in ''Multimedia'' ➜ ''Movie Player''.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:10--&amp;gt;&lt;br /&gt;
* '''{{citelink|url=http://projects.gnome.org/evolution/|txt=Evolution}}:''' email client with address book and calendar. Found in ''Office'' ➜ ''Evolution Mail and Calendar''.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:11--&amp;gt;&lt;br /&gt;
* '''{{citelink|url=http://live.gnome.org/Nautilus|txt=Nautilus}}:''' file manager found in ''Utilities'' ➜ ''File Browser''.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:12--&amp;gt;&lt;br /&gt;
{{note|width=48.5%|icon64=some games, such as Gnibbels, Lights Off, Quadrapassel, and Swell Foop, require 3D acceleration. If your video driver does not support this, you will not be able to launch those games.}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:13--&amp;gt;&lt;br /&gt;
You may or may not have installed all of GNOME's components during installation. You can view the installed components and check (to add) or uncheck (to delete) various components using ''[[Control Panel]]'' ➜ ''[[System Manager#Install/Uninstall Desktops and System Components | ''System Manager'' ➜ ''System Packages'']] ➜ ''[[Desktops]]'' ➜ ''[[GNOME2|GNOME]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:14--&amp;gt;&lt;br /&gt;
You can find additional themes and wallpapers at {{citelink|url=http://gnome-look.org/|txt=gnome-look.org}}.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:15--&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{refheading}}&lt;br /&gt;
[[category:GNOME2]]&lt;br /&gt;
[[category:desktops]]&lt;br /&gt;
[[category:handbook]]&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;languages/&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Drulavigne</name></author>	</entry>

	<entry>
		<id>http://wiki.pcbsd.org/index.php/FreeBSD_Handbook_and_FAQ</id>
		<title>FreeBSD Handbook and FAQ</title>
		<link rel="alternate" type="text/html" href="http://wiki.pcbsd.org/index.php/FreeBSD_Handbook_and_FAQ"/>
				<updated>2013-04-26T12:49:22Z</updated>
		
		<summary type="html">&lt;p&gt;Drulavigne: Marked this version for translation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
{{NavHeader|back=Mailing Lists|forward=Social Media}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
PC-BSD® uses FreeBSD as its underlying operating system, so everything in the {{citelink|fbsdh|url=|txt=FreeBSD Handbook}} and {{citelink|url=http://www.freebsd.org/doc/en/books/faq/|txt=FreeBSD FAQ}} applies to PC-BSD® as well. Both documents are very comprehensive and cover nearly every task you can accomplish on a FreeBSD system. They are also an excellent resource for learning how things work under the hood of your PC-BSD® system.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:3--&amp;gt;&lt;br /&gt;
{{note|icon64=some configurations described in the FreeBSD Handbook already &amp;quot;just work&amp;quot; on your PC-BSD® system as they have been pre-configured for you. In these instances, reading that FreeBSD Handbook section can help you to understand how your system is configured and why it works.}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:4--&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{refheading}}&lt;br /&gt;
[[category:FreeBSD Handbook and FAQ]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:5--&amp;gt;&lt;br /&gt;
[[category:Finding Help]]&lt;br /&gt;
[[category:handbook]]&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;languages/&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Drulavigne</name></author>	</entry>

	<entry>
		<id>http://wiki.pcbsd.org/index.php/What%27s_New_Since_9.1</id>
		<title>What's New Since 9.1</title>
		<link rel="alternate" type="text/html" href="http://wiki.pcbsd.org/index.php/What%27s_New_Since_9.1"/>
				<updated>2013-04-25T13:21:40Z</updated>
		
		<summary type="html">&lt;p&gt;Drulavigne: Marked this version for translation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
{{navHeader|back=Goals and Features|forward=PC-BSD® Releases}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
The following features have been added since PC-BSD® 9.1 was released on December 18, 2012. Users who wish to test or take advantage of these features can either install or upgrade to a [[Using a Rolling Release|rolling release]]. Once the upcoming 9.2 release cycle begins, these features will be incorporated into that version of PC-BSD®.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:5--&amp;gt;&lt;br /&gt;
Here is a list of the new features:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:7--&amp;gt;&lt;br /&gt;
* [[EasyPBI2|EasyPBI]] has been revamped as version 2, making it even easier to create complex PBIs.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:8--&amp;gt;&lt;br /&gt;
* It is now possible to easily [[Convert a FreeBSD System to PC-BSD®]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:9--&amp;gt;&lt;br /&gt;
* The GDM login manager has been replaced with the BSD-licensed [[PCDM]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:10--&amp;gt;&lt;br /&gt;
* The system has changed from the traditional ports system to [[Using pkgng|pkgng]] and all of the PC-BSD® utilities that deal with installing or updating software now use pkgng. This means that you can now safely install non-PBI software from the command line and that a system upgrade will no longer delete non-PBI software.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:11--&amp;gt;&lt;br /&gt;
* The PC-BSD® utilities that deal with installing software or updates now use [http://aria2.sourceforge.net/ aria2] which greatly increases download speed over slow links. aria2 achieves this by downloading a file from multiple sources over multiple protocols in order to utilize the maximum download bandwidth. The '''pc-pkg''' command has been added as a wrapper script to '''pkg'''. Use '''pc-pkg''' if you wish to increase your download speed when installing or upgrading pkgng packages.&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&amp;lt;!-- {{Refheading}} --&amp;gt;&lt;br /&gt;
[[category:introduction]]&lt;br /&gt;
[[category:handbook]]&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;languages /&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Drulavigne</name></author>	</entry>

	<entry>
		<id>http://wiki.pcbsd.org/index.php/Using_a_Rolling_Release</id>
		<title>Using a Rolling Release</title>
		<link rel="alternate" type="text/html" href="http://wiki.pcbsd.org/index.php/Using_a_Rolling_Release"/>
				<updated>2013-04-25T13:21:19Z</updated>
		
		<summary type="html">&lt;p&gt;Drulavigne: Marked this version for translation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:3--&amp;gt;&lt;br /&gt;
{{NavHeader|back=Convert a FreeBSD System to PC-BSD® |forward=Dual Booting}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
In February, 2013, PC-BSD® switched to a rolling release model. This is intended to make it easier for users to keep the packages that came with the operating system up-to-date and to make new features available for testing before the next major version is released.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:4--&amp;gt;&lt;br /&gt;
The rolling release model is optional. This means that users can choose to either remain on a RELEASE version or to upgrade to a rolling release. Users that remain on RELEASE will still be notified of security updates and updates to software installed using AppCafe®, however they will not receive updates to the packages installed with the operating system or any new features until they upgrade to the next RELEASE version.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:5--&amp;gt;&lt;br /&gt;
Users who wish to install a version of PC-BSD® which contains the latest operating system software and features can choose to install the latest rolling release instead of the 9.1-RELEASE version. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:6--&amp;gt;&lt;br /&gt;
The rest of this section will demonstrate how to upgrade to a rolling release and how to install a rolling release.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:7--&amp;gt;&lt;br /&gt;
{{note|icon64=The rolling release model is new to PC-BSD® and glitches should be expected. Users who prefer stability over the latest versions of software and who do not wish to test new features should stay on RELEASE. Users who like to have the latest versions of software and who are willing to look for and to [[Report Bugs |report bugs]] should use the latest rolling release.}}&lt;br /&gt;
&lt;br /&gt;
=== Upgrading a 9.1-RELEASE System to a Rolling Release === &amp;lt;!--T:8--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:9--&amp;gt;&lt;br /&gt;
To upgrade a PC-BSD® 9.1-RELEASE system to a rolling release, become the superuser and edit the file&lt;br /&gt;
''/usr/local/share/pcbsd/pc-updatemanager/conf/sysupdate.conf''. Change this line:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;!--T:10--&amp;gt;&lt;br /&gt;
PATCHSET: pcbsd&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:11--&amp;gt;&lt;br /&gt;
to&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;!--T:12--&amp;gt;&lt;br /&gt;
PATCHSET: pcbsdtest&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:13--&amp;gt;&lt;br /&gt;
Once the edit is saved, you can use either [[Update Manager]] or [[Meta Package Manager | '''pc-updatemanager''']] to upgrade to the latest rolling release. Once the upgrade is complete, it will automatically change the above line so that it looks like this:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;!--T:14--&amp;gt;&lt;br /&gt;
PATCHSET: updates&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:15--&amp;gt;&lt;br /&gt;
As new rolling releases become available, they will appear in Update Manager. An announcement will also be made to the [http://lists.pcbsd.org/mailman/listinfo/testing testing mailing list] and to the [http://blog.pcbsd.org|PC-BSD® blog], indicating which features are new in this rolling release and any known caveats. If you find a bug in a rolling release, either leave a comment on the associated blog post or send an email with the details to the testing mailing list.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:16--&amp;gt;&lt;br /&gt;
{{note|icon64= As with any upgrade, always backup your data first. [[Life Preserver]] can be used to backup your home directory to another system in your network.}}&lt;br /&gt;
&lt;br /&gt;
=== Installing a Rolling Release === &amp;lt;!--T:17--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:18--&amp;gt;&lt;br /&gt;
To install a rolling release from DVD or USB media, or to try a live USB image, select the desired architecture and media type from this [http://mirrors.isc.org/pub/pcbsd/9.1-RELEASE/ FTP server]. Rolling releases will always have a date in the media name and you should choose the most recent date. After downloading the desired file, you can install or use the live image as usual, as described in Chapters 2-4 of this Handbook.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:19--&amp;gt;&lt;br /&gt;
Once installed, a rolling release will automatically notify you when a newer rolling release becomes available. You can use either [[Update Manager]] or [[Meta Package Manager | '''pc-updatemanager''']] to upgrade to the newer rolling release.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:20--&amp;gt;&lt;br /&gt;
Before upgrading, backup your data and check the announcement on the [http://blog.pcbsd.org|PC-BSD® blog] to see which features are new and any known caveats. If you find a bug in that rolling release, either leave a comment on the associated blog post or send an email with the details to the [http://lists.pcbsd.org/mailman/listinfo/testing testing mailing list].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:21--&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&amp;lt;!-- {{refheading}} --&amp;gt;&amp;lt;!-- uncomment this when citelink is used on this page. --&amp;gt;&lt;br /&gt;
[[category:Using a Rolling Release]]&lt;br /&gt;
[[category:Advanced Installation Topics]]&lt;br /&gt;
[[category:handbook]]&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;languages/&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Drulavigne</name></author>	</entry>

	<entry>
		<id>http://wiki.pcbsd.org/index.php/PCDM</id>
		<title>PCDM</title>
		<link rel="alternate" type="text/html" href="http://wiki.pcbsd.org/index.php/PCDM"/>
				<updated>2013-04-25T13:14:37Z</updated>
		
		<summary type="html">&lt;p&gt;Drulavigne: Marked this version for translation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
{{NavHeader|back=Post Install Finished Screen|forward=Logging In}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
The PC-BSD Display Manager (PCDM) is a new, BSD-licensed graphical login utility. In PC-BSD® 9.2, it will replace the GDM login utility. It will be added to a future rolling release to allow testing before the release of PC-BSD® 9.2.&lt;br /&gt;
&lt;br /&gt;
=== Features === &amp;lt;!--T:3--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:8--&amp;gt;&lt;br /&gt;
PCDM provides the following features:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:9--&amp;gt;&lt;br /&gt;
* provides PAM session/authentication using the login PAM module&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:10--&amp;gt;&lt;br /&gt;
* supports remote login with XDMCP (needs additional testing)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:11--&amp;gt;&lt;br /&gt;
* provides an easy-to-use desktop environment selector&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:12--&amp;gt;&lt;br /&gt;
* provides language and locale selectors during login&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:13--&amp;gt;&lt;br /&gt;
* includes a keyboard layout selector&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:14--&amp;gt;&lt;br /&gt;
* includes a virtual Keyboard (using xvkbd)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:15--&amp;gt;&lt;br /&gt;
* can be used to shutdown or restart the computer&lt;br /&gt;
&lt;br /&gt;
=== Getting PCDM === &amp;lt;!--T:16--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:17--&amp;gt;&lt;br /&gt;
If you would like to help test PCDM before it is available in a rolling release, you can build it on your current 9.x PC-BSD® system using the following instructions.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:18--&amp;gt;&lt;br /&gt;
First, go to System Manager -&amp;gt; [[System_Manager#Install.2FUninstall_Desktops_and_System_Components|System Packages]] and make sure that Development -&amp;gt; Development-Qt and Development-VCS are installed. You will also need to install system source using System Manager -&amp;gt; [[System_Manager#Install_FreeBSD_Source_and_Ports|Tasks]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:19--&amp;gt;&lt;br /&gt;
Next, open a command prompt, become the superuser, and '''cd''' to a directory suitable for downloading the PCDM source. Execute the following commands to download and build the PCDM source:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;!--T:20--&amp;gt;&lt;br /&gt;
'''svn co &amp;lt;nowiki&amp;gt;svn://svn.pcbsd.org/pcbsd/current/src-qt4/&amp;lt;/nowiki&amp;gt;'''&lt;br /&gt;
 '''cd src-qt4/libpcbsd'''&lt;br /&gt;
 '''qmake-qt4 *.pro'''&lt;br /&gt;
 '''make'''&lt;br /&gt;
 '''make install'''&lt;br /&gt;
 '''cd ../PCDM'''&lt;br /&gt;
 '''qmake-qt4 *.pro'''&lt;br /&gt;
 '''make'''&lt;br /&gt;
 '''make install'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:21--&amp;gt;&lt;br /&gt;
Once the installation is complete, instruct the system to use PCDM instead of GDM. Add these lines in ''/etc/rc.conf'':&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;!--T:22--&amp;gt;&lt;br /&gt;
gdm_enable=&amp;quot;NO&amp;quot;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;!--T:23--&amp;gt;&lt;br /&gt;
pcdm_enable=&amp;quot;YES&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:24--&amp;gt;&lt;br /&gt;
Save the edits then reboot the system to access the PCDM login prompt.&lt;br /&gt;
&lt;br /&gt;
=== Display Overview === &amp;lt;!--T:5--&amp;gt;&lt;br /&gt;
(post screenshot)&lt;br /&gt;
Currently its in rather rough shape but functional. When it is nearer to finalized, there will be screenshots.&lt;br /&gt;
&lt;br /&gt;
== Customization/Modification == &amp;lt;!--T:6--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:26--&amp;gt;&lt;br /&gt;
PCDM themes can be saved to and loaded from ''/usr/local/share/PCDM/themes/&amp;lt;my-theme&amp;gt;''.&lt;br /&gt;
&lt;br /&gt;
=== Configuring pcdm.conf === &amp;lt;!--T:27--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Modifying a Theme === &amp;lt;!--T:7--&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
[[category:Post Installation Configuration and Installation Troubleshooting]]&lt;br /&gt;
[[category:handbook]]&lt;br /&gt;
[[category:Post Installation]]&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;languages /&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Drulavigne</name></author>	</entry>

	<entry>
		<id>http://wiki.pcbsd.org/index.php/PC-BSD%C2%AE_Users_Handbook</id>
		<title>PC-BSD® Users Handbook</title>
		<link rel="alternate" type="text/html" href="http://wiki.pcbsd.org/index.php/PC-BSD%C2%AE_Users_Handbook"/>
				<updated>2013-04-25T13:13:42Z</updated>
		
		<summary type="html">&lt;p&gt;Drulavigne: Marked this version for translation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;translate&amp;gt;&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
{{swapTitle|custompagename=PC-BSD{{r}} Users Handbook|custompagecategory={{PAGENAME}}}}&lt;br /&gt;
This is the wiki area for the collaborative editing of the ''' ''upcoming edition (rolling releases up to the next release, version 9.2)'' ''' of the PC-BSD®&amp;amp;nbsp;Users&amp;amp;nbsp;Handbook. If you are using a rolling release or would like to assist in documenting the next release, refer to the wiki version of the Handbook. Otherwise, refer to the version of the PC-BSD®&amp;amp;nbsp;Users&amp;amp;nbsp;Handbook that matches your version of PC-BSD®.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
&amp;lt;onlyinclude&amp;gt;Beginning with PC-BSD® version 8.2, a PDF of the Users&amp;amp;nbsp;Handbook matching the released version is included as an icon on the PC-BSD®&amp;amp;nbsp;desktop. In addition, the Users&amp;amp;nbsp;Handbook is published in various formats as listed below. Translations of the Handbook are added as they become available and any downloadable file name will indicate the language with a [http://reference.sitepoint.com/html/lang-codes 2-letter&amp;amp;nbsp;ISO&amp;amp;nbsp;code]. If you are interested in translating a released version of the documentation, send an email to the [http://lists.pcbsd.org/mailman/listinfo/translations PC-BSD®&amp;amp;nbsp;translations&amp;amp;nbsp;mailing&amp;amp;nbsp;list]. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:3--&amp;gt;&lt;br /&gt;
&amp;lt;blockquote style=&amp;quot;border: 2px solid #666; padding: 10px; background-color: #ccc;&amp;quot; align=&amp;quot;center&amp;quot;&amp;gt; &lt;br /&gt;
&amp;lt;h2&amp;gt;Published Versions (in reverse chronological order):&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:4--&amp;gt;&lt;br /&gt;
'''PC-BSD®&amp;amp;nbsp;9.1''' was released on {{#dateformat:18 Dec 2012}}. The 9.1&amp;amp;nbsp;Users&amp;amp;nbsp;Handbook is available in the following formats:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:5--&amp;gt;&lt;br /&gt;
* [ftp://ftp.pcbsd.org/pub/handbook/9.1/handbook_en_ver9.1.epub EPUB (English)]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:6--&amp;gt;&lt;br /&gt;
* [ftp://ftp.pcbsd.org/pub/handbook/9.1/handbook_en_ver9.1.html HTML (English)]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:7--&amp;gt;&lt;br /&gt;
* [ftp://ftp.pcbsd.org/pub/handbook/9.1/handbook_en_ver9.1.pdf PDF (English)]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:8--&amp;gt;&lt;br /&gt;
* [ftp://ftp.pcbsd.org/pub/handbook/9.1/handbook_zh_cn_ver9.1.html HTML (Simplified Chinese)]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:9--&amp;gt;&lt;br /&gt;
* [ftp://ftp.pcbsd.org/pub/handbook/9.1/handbook_zh_cn_ver9.1.pdf PDF (Simplified Chinese)]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:10--&amp;gt;&lt;br /&gt;
'''PC-BSD®&amp;amp;nbsp;9.0''' was released on {{#dateformat:13 Jan 2012}}. The 9.0&amp;amp;nbsp;Users&amp;amp;nbsp;Handbook is available in the following formats:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:11--&amp;gt;&lt;br /&gt;
* [ftp://ftp.pcbsd.org/pub/handbook/9.0/handbook_en_ver9.0.epub EPUB (English)]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:12--&amp;gt;&lt;br /&gt;
* [ftp://ftp.pcbsd.org/pub/handbook/9.0/handbook_en_ver9.0.html HTML (English)]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:13--&amp;gt;&lt;br /&gt;
* [ftp://ftp.pcbsd.org/pub/handbook/9.0/handbook_en_ver9.0.pdf PDF (English)]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:14--&amp;gt;&lt;br /&gt;
* [ftp://ftp.pcbsd.org/pub/handbook/9.0/handbook_in_ver9.0.epub EPUB (Indonesian)]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:15--&amp;gt;&lt;br /&gt;
* [ftp://ftp.pcbsd.org/pub/handbook/9.0/handbook_in_ver9.0.html HTML (Indonesian)]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:16--&amp;gt;&lt;br /&gt;
* [ftp://ftp.pcbsd.org/pub/handbook/9.0/handbook_in_ver9.0.pdf PDF (Indonesian)]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:17--&amp;gt;&lt;br /&gt;
* For those who prefer to purchase a copy of the Handbook for their Kindle, &amp;quot;PC-BSD®&amp;amp;nbsp;9.0&amp;amp;nbsp;Handbook (English Version)&amp;quot; is available from Amazon. The ASIN is B006W0EHN8 and this version is text-to-speech enabled.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:18--&amp;gt;&lt;br /&gt;
* For those who prefer a &amp;quot;dead tree&amp;quot; version of the Handbook, the [http://www.freebsdmall.com/cgi-bin/fm/pcbsdhbk9.0?id=wrKa8VE5&amp;amp;mv_pc=95 book version] as well as a [http://www.freebsdmall.com/cgi-bin/fm/pcbsdhbk.bn?id=wrKa8VE5&amp;amp;mv_pc=51 book and DVD bundle] are available from FreeBSD Mall. The ISBN for the book is 1-57176-398-8.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:19--&amp;gt;&lt;br /&gt;
'''PC-BSD®&amp;amp;nbsp;8.2''' was released on {{#dateformat:24 Feb 2011}}. The 8.2&amp;amp;nbsp;Users&amp;amp;nbsp;Handbook is available in the following formats:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:20--&amp;gt;&lt;br /&gt;
* [ftp://ftp.pcbsd.org/pub/handbook/8.2/handbook_en_ver8.2.epub EPUB (English)]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:21--&amp;gt;&lt;br /&gt;
* [ftp://ftp.pcbsd.org/pub/handbook/8.2/handbook_in_ver8.2.epub EPUB (Indonesian)]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:22--&amp;gt;&lt;br /&gt;
* [ftp://ftp.pcbsd.org/pub/handbook/8.2/handbook_en_ver8.2.html HTML (English)]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:23--&amp;gt;&lt;br /&gt;
* [ftp://ftp.pcbsd.org/pub/handbook/8.2/handbook_in_ver8.2.html HTML (Indonesian)]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:24--&amp;gt;&lt;br /&gt;
* [ftp://ftp.pcbsd.org/pub/handbook/8.2/handbook_en_ver8.2.odt ODT (English)]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:25--&amp;gt;&lt;br /&gt;
* [ftp://ftp.pcbsd.org/pub/handbook/8.2/handbook_in_ver8.2.odt ODT (Indonesian)]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:26--&amp;gt;&lt;br /&gt;
* [ftp://ftp.pcbsd.org/pub/handbook/8.2/handbook_en_ver8.2.pdf PDF (English)]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:27--&amp;gt;&lt;br /&gt;
* [ftp://ftp.pcbsd.org/pub/handbook/8.2/handbook_in_ver8.2.pdf PDF (Indonesian)]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:28--&amp;gt;&lt;br /&gt;
*  For those who prefer to purchase a copy of the Handbook for their Kindle, &amp;quot;PC-BSD®&amp;amp;nbsp;8.2&amp;amp;nbsp;Handbook (English Version)&amp;quot; is available from Amazon. The ASIN is B004SP6PXY and this version is text-to-speech enabled.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:29--&amp;gt;&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:30--&amp;gt;&lt;br /&gt;
{{:License}}&amp;lt;/onlyinclude&amp;gt;&amp;lt;!-- the 'onlyinclude' tag is for transclusion control and does not affect the page otherwise. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:31--&amp;gt;&lt;br /&gt;
The Handbook grows into a useful resource when users (meaning you!) contribute to it. You do not have to write large sections of the Handbook in order to be a contributor. You also do not need to have a lot of time on your hands. You simply have to create a login account in order to assist with any of the following tasks:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:32--&amp;gt;&lt;br /&gt;
* proofread existing pages and fix any typos, grammos, or unclearly worded sections.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:33--&amp;gt;&lt;br /&gt;
* add to sections containing missing, outdated, or incomplete content.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:34--&amp;gt;&lt;br /&gt;
* update any screenshots that are out of date.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:35--&amp;gt;&lt;br /&gt;
* every page has a Discussion tab. You can use this if you would like to suggest further information that should appear in that section of the Handbook.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:36--&amp;gt;&lt;br /&gt;
* create a new section for content that is not yet covered in the Handbook. If you are not sure where to do this, ask on a semi-related Discussion tab.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:37--&amp;gt;&lt;br /&gt;
We are emailed whenever edits are made and will contact you for clarification if an edit is unclear. You can also be notified when specified pages are edited--simply click the &amp;quot;my preferences&amp;quot; or &amp;quot;my watchlist&amp;quot; links whenever you are logged into the wiki.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:38--&amp;gt;&lt;br /&gt;
''&amp;lt;center&amp;gt;Copyright 2011 - 2013, The PC-BSD® Project. PC-BSD® and the PC-BSD® logo are trademarks of [http://www.ixsystems.com iXsystems].&amp;lt;/center&amp;gt;'' &lt;br /&gt;
''&amp;lt;center&amp;gt;All other content within the PC-BSD® Users Handbook is freely available for sharing under the terms of the [http://creativecommons.org/licenses/by/3.0/ Creative Commons Attribution License].&amp;lt;/center&amp;gt;''&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size: 188%&amp;quot;&amp;gt;Work in Progress: PC-BSD{{r}} Users Handbook (Rolling Release)&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:39--&amp;gt;&lt;br /&gt;
Beginning in February, 2013, PC-BSD{{r}} switched to a rolling release model for those users who wish to test changes that will be incorporated into the next release of PC-BSD{{r}}. The wiki is used to document these changes.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:40--&amp;gt;&lt;br /&gt;
''' ''If the information and screenshots on the wiki do not match what you are seeing on your PC-BSD® system, it means it has changed since your version was released. You should instead refer to the Users Handbook that came with your version of PC-BSD®.'' '''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
= Table of Contents = &amp;lt;!--T:41--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:42--&amp;gt;&lt;br /&gt;
{{hierB|title=Preface}}&amp;lt;!--                       To update flat_html, copy all lines below this one up to the next comment. --&amp;gt;&lt;br /&gt;
{{hierB|1.|title=Introduction}}&lt;br /&gt;
{{hier|1.1|title=Goals and Features}}&lt;br /&gt;
{{hier|1.2|title=What's New Since 9.1}}&lt;br /&gt;
{{hier|1.3|title=PC-BSD® Releases}}&lt;br /&gt;
{{hier|1.4|title=PC-BSD® for Linux Users}}&lt;br /&gt;
{{hierB|2.|title=Pre-Installation Tasks}}&lt;br /&gt;
{{hier|2.1|title=Hardware Requirements}}&lt;br /&gt;
{{hier|2.2|title=Laptops}}&lt;br /&gt;
{{hier|2.3|title=Partitioning the Hard Drive}}&lt;br /&gt;
{{hier|2.4|title=Obtaining PC-BSD®}}&lt;br /&gt;
{{hier|2.5|title=Burning the Installation Media}}&lt;br /&gt;
{{hier|2.6|title=PC-BSD® Live Mode}}&lt;br /&gt;
{{hier|2.7|title=Using VirtualBox}}&lt;br /&gt;
{{hierB|3.|title=Installing PC-BSD®}}&lt;br /&gt;
{{hier|3.1|title=Starting the PC-BSD® Installation}}&lt;br /&gt;
{{hier|3.2|title=Language Selection Screen}}&lt;br /&gt;
{{hier|3.3|title=System Selection Screen}}&lt;br /&gt;
{{hier|3.4|title=Disk Selection Screen}}&lt;br /&gt;
{{hier|3.5|title=Installation Progress Screen}}&lt;br /&gt;
{{hier|3.6|title=Installation Finished Screen}}&lt;br /&gt;
{{hierB|4.|title=Post Installation Configuration and Installation Troubleshooting}}&lt;br /&gt;
{{hier|4.1|title=Booting Into PC-BSD®}}&lt;br /&gt;
{{hier|4.2|title=Language Screen}}&lt;br /&gt;
{{hier|4.3|title=Time Zone Selection Screen}}&lt;br /&gt;
{{hier|4.4|title=Set Root Password Screen}}&lt;br /&gt;
{{hier|4.5|title=Create a User Screen}}&lt;br /&gt;
{{hier|4.6|title=Connect to a Wireless Network}}&lt;br /&gt;
{{hier|4.7|title=Post Install Finished Screen}}&lt;br /&gt;
{{hier|4.8|title=PCDM}}&lt;br /&gt;
{{hier|4.9|title=Logging In}}&lt;br /&gt;
{{hier|4.10|title=Installation Troubleshooting}}&lt;br /&gt;
{{hierB|5.|title=Advanced Installation Topics}}&lt;br /&gt;
{{hier|5.1|title=Install a Server}}&lt;br /&gt;
{{hier|5.2|title=Convert a FreeBSD System to PC-BSD®}}&lt;br /&gt;
{{hier|5.3|title=Using a Rolling Release}}&lt;br /&gt;
{{hier|5.4|title=Dual Booting}}&lt;br /&gt;
{{hier|5.5|title=Multiple Boot Environments}}&lt;br /&gt;
{{hier|5.6|title=Creating an Automated Installation with pc-sysinstall}}&lt;br /&gt;
{{hierB|6.|title=Desktops}}&lt;br /&gt;
{{hier|6.1|title=GNOME2}}&amp;lt;!-- First are the 'supported' desktops --&amp;gt;&lt;br /&gt;
{{hier|6.2|title=KDE4}}&lt;br /&gt;
{{hier|6.3|title=LXDE}}&lt;br /&gt;
{{hier|6.4|title=XFCE4}}&lt;br /&gt;
{{hier|6.5|title=Awesome}}&amp;lt;!-- Next are the 'unsupported' desktops --&amp;gt;&lt;br /&gt;
{{hier|6.6|title=Enlightenment}}&lt;br /&gt;
{{hier|6.7|title=evilwm}}&lt;br /&gt;
{{hier|6.8|title=Fluxbox}}&lt;br /&gt;
{{hier|6.9|title=FVWM}}&lt;br /&gt;
{{hier|6.10|title=i3}}&lt;br /&gt;
{{hier|6.11|title=IceWM}}&lt;br /&gt;
{{hier|6.12|title=Openbox}}&lt;br /&gt;
{{hier|6.13|title=Ratpoison}}&lt;br /&gt;
{{hier|6.14|title=spectrwm}}&lt;br /&gt;
{{hier|6.15|title=WindowLab}}&lt;br /&gt;
{{hier|6.16|title=Window Maker}}&lt;br /&gt;
{{hierB|7.|title=Installing Applications and Keeping PC-BSD® Updated}}&lt;br /&gt;
{{hier|7.1|title=Using AppCafe®}}&lt;br /&gt;
{{hier|7.2|title=PBI Manager}}&lt;br /&gt;
{{hier|7.3|title=Using pkgng}}&lt;br /&gt;
{{hier|7.4|title=Update Manager}}&lt;br /&gt;
{{hier|7.5|title=Upgrading PC-BSD®}}&lt;br /&gt;
{{hier|7.6|title=Meta Package Manager}}&lt;br /&gt;
{{hier|7.7|title=Create Your Own PBI Repository}}&lt;br /&gt;
{{hierB|8.|title=Control Panel}}&amp;lt;!-- This section follows the order the items are listed in the control panel --&amp;gt;&lt;br /&gt;
{{hier|8.1|title=EasyPBI2}}&lt;br /&gt;
{{hier|8.2|title=About}}&lt;br /&gt;
{{hier|8.3|title=Active Directory &amp;amp; LDAP}}&lt;br /&gt;
{{hier|8.4|title=Hardware Compatibility}}&lt;br /&gt;
{{hier|8.5|title=GDM Configuration}}&lt;br /&gt;
{{hier|8.6|title=Service Manager}}&lt;br /&gt;
{{hier|8.7|title=System Manager}}&lt;br /&gt;
{{hier|8.8|title=User Manager}}&lt;br /&gt;
{{hier|8.9|title=Bluetooth Manager}}&lt;br /&gt;
{{hier|8.10|title=Mount Tray}}&lt;br /&gt;
{{hier|8.11|title=Sound Configuration}}&lt;br /&gt;
{{hier|8.12|title=Display}}&lt;br /&gt;
{{hier|8.13|title=Printing}}&lt;br /&gt;
{{hier|8.14|title=Scanner}}&lt;br /&gt;
{{hier|8.15|title=Network Configuration}}&lt;br /&gt;
{{hier|8.16|title=Firewall Manager}}&lt;br /&gt;
{{hier|8.17|title=Life Preserver}}&lt;br /&gt;
{{hier|8.18|title=Adobe Flash Player preferences}}&lt;br /&gt;
{{hier|8.19|title=Warden®}}&amp;lt;!-- End control panel section - special item order --&amp;gt;&lt;br /&gt;
{{hierB|9.|title=Using PC-BSD®}}&lt;br /&gt;
{{hier|9.1|title=Java, Flash, and Fonts}}&lt;br /&gt;
{{hier|9.2|title=Multimedia}}&lt;br /&gt;
{{hier|9.3|title=Files and File Sharing}}&lt;br /&gt;
{{hier|9.4|title=MythTV}}&lt;br /&gt;
{{hier|9.5|title=XBMC}}&lt;br /&gt;
{{hier|9.6|title=Windows Emulation}}&lt;br /&gt;
{{hier|9.7|title=Remote Desktop}}&lt;br /&gt;
{{hier|9.8|title=Thin Client}}&lt;br /&gt;
{{hier|9.9|title=ownCloud}}&lt;br /&gt;
{{hier|9.10|title=Security}}&lt;br /&gt;
{{hier|9.11|title=Accessibility}}&lt;br /&gt;
{{hierB|10.|title=Finding Help}}&lt;br /&gt;
{{hier|10.1|title=PC-BSD® Forums}}&lt;br /&gt;
{{hier|10.2|title=IRC Channel}}&lt;br /&gt;
{{hier|10.3|title=Mailing Lists}}&lt;br /&gt;
{{hier|10.4|title=FreeBSD Handbook and FAQ}}&lt;br /&gt;
{{hier|10.5|title=Social Media}}&lt;br /&gt;
{{hier|10.6|title=Search and Portals}}&lt;br /&gt;
{{hier|10.7|title=Other Resources}}&lt;br /&gt;
{{hierB|11.|title=Supporting PC-BSD®}}&lt;br /&gt;
{{hier|11.1|title=Become a Beta Tester}}&lt;br /&gt;
{{hier|11.2|title=Become a Translator}}&lt;br /&gt;
{{hier|11.3|title=Become a Developer}}&lt;br /&gt;
{{hier|11.4|title=Report Bugs}}&lt;br /&gt;
{{hier|11.5|title=Submit PBI Requests}}&lt;br /&gt;
{{hier|11.6|title=Test PBIs}}&lt;br /&gt;
{{hier|11.7|title=Create PBIs}}&lt;br /&gt;
{{hier|11.8|title=Purchase PC-BSD® Swag}}&lt;br /&gt;
{{hier|11.9|title=Host a Mirror}}&lt;br /&gt;
{{hier|11.10|title=Seed a Torrent}}&lt;br /&gt;
{{hier|11.11|title=Become an Advocate}}&lt;br /&gt;
&amp;lt;!-- The above chapter titles should also be placed in the 'flat html' page; when changes are made here, please make them there. Simply paste them as-is into the flat_html page as the comments there direct. Some modifications are needed before or after: words hier and hierb need to be changed to 'flatten' on the flat_html page. --&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
[[category:PC-BSD® Wiki]]&lt;br /&gt;
[[category:Handbook]]&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;languages /&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Drulavigne</name></author>	</entry>

	<entry>
		<id>http://wiki.pcbsd.org/index.php/Finding_Help</id>
		<title>Finding Help</title>
		<link rel="alternate" type="text/html" href="http://wiki.pcbsd.org/index.php/Finding_Help"/>
				<updated>2013-04-25T13:06:29Z</updated>
		
		<summary type="html">&lt;p&gt;Drulavigne: Marked this version for translation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;{{NavHeader|back=Accessibility|forward=PC-BSD® Forums}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
While professional PC-BSD® support is available from {{citelink|url=http://www.ixsystems.com/support-center/ix/software/pc-bsd.html|txt=iXsystems}}, most users turn to the Internet for help. We are doing our best to make PC-BSD® as easy as possible for newcomers. Should you need help, there are plenty of ways to get in touch with the PC-BSD® community. This section discusses the following help resources:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:3--&amp;gt;&lt;br /&gt;
* [[PC-BSD® Forums]]&lt;br /&gt;
       &lt;br /&gt;
* [[IRC Channel]]&lt;br /&gt;
    &lt;br /&gt;
* [[Mailing Lists]]&lt;br /&gt;
   &lt;br /&gt;
* [[FreeBSD Handbook and FAQ]]&lt;br /&gt;
    &lt;br /&gt;
* [[Social Media]]&lt;br /&gt;
    &lt;br /&gt;
* [[Search and Portals]]&lt;br /&gt;
    &lt;br /&gt;
* [[Other Resources]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:5--&amp;gt;&lt;br /&gt;
As your teacher may have told you, &amp;quot;Do or Do Not, there is no try,&amp;quot; or more likely, that &amp;quot;there is no such thing as a stupid question.&amp;quot; However, there are better ways to ensure that you receive the response you seek and that it will be a productive exchange for all parties involved. The two articles below help to describe how and why it is important to follow certain protocols when requesting help:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:6--&amp;gt;&lt;br /&gt;
* {{citelink|url=http://divajutta.com/doctormo/foo/ask-smart-questions.pdf|txt=Ask Smart Questions}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:7--&amp;gt;&lt;br /&gt;
* {{citelink|url=http://catb.org/~esr/faqs/smart-questions.html|txt=Smart Questions}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:4--&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{refheading}}&lt;br /&gt;
[[category:handbook]]&lt;br /&gt;
[[category:Finding Help]]&lt;br /&gt;
&amp;lt;languages/&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Drulavigne</name></author>	</entry>

	<entry>
		<id>http://wiki.pcbsd.org/index.php/EasyPBI2</id>
		<title>EasyPBI2</title>
		<link rel="alternate" type="text/html" href="http://wiki.pcbsd.org/index.php/EasyPBI2"/>
				<updated>2013-04-25T13:05:05Z</updated>
		
		<summary type="html">&lt;p&gt;Drulavigne: Marked this version for translation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
{{NavHeader|back=Control Panel|forward=About}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
{{note|width=55%|icon64=This page is for EasyPBI version 2.0 and later, which was introduced after PC-BSD® 9.1. [[EasyPBI]] explains the 9.1 version of EasyPBI. Since this version adds many features, users are encouraged to install version 2 as described in the next section.}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:3--&amp;gt;&lt;br /&gt;
EasyPBI is a graphical application that makes it easy to build a PBI module from a FreeBSD port. EasyPBI version 2 ships with PC-BSD® rolling releases and can be found in the Control Panel. If you are running PC-BSD® 9.1-RELEASE, the EasyPBI found in the control panel is for the original version. You can upgrade this version following the instructions in the next section.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:78--&amp;gt;&lt;br /&gt;
The new features built into EasyPBI version 2 include:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:79--&amp;gt;&lt;br /&gt;
* The ability to package a local directory into a PBI without using the FreeBSD Ports Collection.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:80--&amp;gt;&lt;br /&gt;
* Adds an additional build option to build 32-bit PBIs on 64-bit systems.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:81--&amp;gt;&lt;br /&gt;
* Complete support for editing installation wrapper scripts, as well as a basic template for creating new binary wrapper scripts.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:82--&amp;gt;&lt;br /&gt;
* Improved support for full creation/editing of XDG desktop/menu entries with easy MIME type integration. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:83--&amp;gt;&lt;br /&gt;
* Support for the OptionsNG format for setting port build options is enabled by default.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:84--&amp;gt;&lt;br /&gt;
* Support for multiple-lines when specifying build options.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:85--&amp;gt;&lt;br /&gt;
Additionally, the following UI improvements were made:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:86--&amp;gt;&lt;br /&gt;
* New &amp;quot;Settings&amp;quot; dialog for setting/changing default directory paths, PBI build settings, and any external utilities.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:87--&amp;gt;&lt;br /&gt;
* New &amp;quot;Ports&amp;quot; dialog displays the last time the ports tree was updated and simplifies the process of using portsnap or svn to update the system ports tree.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:88--&amp;gt;&lt;br /&gt;
* New &amp;quot;About&amp;quot; dialog for quickly viewing information about EasyPBI such as its license information and development history.&lt;br /&gt;
&lt;br /&gt;
== Getting EasyPBI Version 2 == &amp;lt;!--T:89--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:90--&amp;gt;&lt;br /&gt;
If you are running a rolling release, you already have EasyPBI version 2. You can verify this by going to Control Panel ➜ EasyPBI ➜ Information ➜ About EasyPBI.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:91--&amp;gt;&lt;br /&gt;
If you are running PC-BSD® 9.1-RELEASE, you can install EasyPBI version 2 [[Using AppCafe®]]. You will need to specify the full path to EasyPBI2 in order to run this version by typing '''/usr/pbi/easypbi-amd64/bin/EasyPBI'''.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:92--&amp;gt;&lt;br /&gt;
If you are running FreeBSD, you can install the sysutils/easypbi/ package or port. To start the application, type '''EasyPBI'''.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:93--&amp;gt;&lt;br /&gt;
The rest of this section demonstrates how to use EasyPBI version 2 to convert an existing FreeBSD port into a PC-BSD® PBI. You may wish to skim the section on how to [[Create PBIs]] first, as well as refer to that section should you have trouble creating a PBI or wish to create a more complex PBI.&lt;br /&gt;
&lt;br /&gt;
== EasyPBI Setup == &amp;lt;!--T:6--&amp;gt;&lt;br /&gt;
When EasyPBI starts up, it will automatically check for a few external utilities that are necessary for full usage of EasyPBI. If there are any that are missing, you will receive a message like the one shown in figure 8.1a. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:7--&amp;gt;&lt;br /&gt;
'''Figure 8.1a: Missing External Utilities'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:8--&amp;gt;&lt;br /&gt;
[[File:EasypbiMissingUtils.png]]  THE WORDING OF THIS MAY CHANGE&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:94--&amp;gt;&lt;br /&gt;
If this message appears, click “Options” → “EasyPBI Settings” → “Detected Utilities” tab. Any missing utilities will not have the path to that utility filled in. For most PC-BSD® users, this warning occurs if the FreeBSD ports tree is not installed, as seen in the example in Figure 8.1b..&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:95--&amp;gt;&lt;br /&gt;
'''Figure 8.1b: Ports Tree not Installed'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:96--&amp;gt;&lt;br /&gt;
[[File:EasypbiMissingUtils2.png]]&lt;br /&gt;
&lt;br /&gt;
=== Updating the FreeBSD Ports Tree === &amp;lt;!--T:9--&amp;gt;&lt;br /&gt;
To fetch or update the FreeBSD ports tree, you will need to start by clicking on the “System” → “Get FreeBSD Ports” menu button. This opens up the window shown in figure 8.1b, and will allow you to fetch/update the FreeBSD ports tree for just in current user (in the user's EasyPBI directory) or for the entire system (in /usr/ports). If you have administrator/root priveleges on your system, I recommend using the system ports tree since it will be available for all users, and the default PC-BSD® settings for ZFS usually compress that directory to save disk space.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:10--&amp;gt;&lt;br /&gt;
'''Figure 8.1b: Updating FreeBSD Ports'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:11--&amp;gt;&lt;br /&gt;
[[File:EasypbiFreebsdports.png]]&lt;br /&gt;
&lt;br /&gt;
=== PBI Build Settings === &amp;lt;!--T:12--&amp;gt;&lt;br /&gt;
To setup the options for building PBI's with EasyPBI, you will need to click on the “Options” → “EasyPBI Settings” menu button to open up the settings window. In figure 8.1c you can see the first tab that shows what PBI build options are available. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:13--&amp;gt;&lt;br /&gt;
'''Figure 8.1c: PBI Build Settings'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:14--&amp;gt;&lt;br /&gt;
[[File:SettingsPBI.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:15--&amp;gt;&lt;br /&gt;
If you choose to digitally sign your PBI's, you will need to supply the location of the file that contains your openssl signature. This will digitally sign all of the important pieces of a PBI so that it is ready for for tamper-evident distribution.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:16--&amp;gt;&lt;br /&gt;
The TMPFS option allows the PBI build process to save all of the relevant port build pieces into memory rather than saving it to disk. This will speed up the build process, but you want to make sure that you have a decent amount of memory available ( &amp;gt;2GB). If you happen to get “Out of memory” errors from a PBI build, you will need to turn this option off  for that particular build. This can happen occationally when rather large ports (like office programs and such).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:17--&amp;gt;&lt;br /&gt;
The package caching option is recommended for all users. This option saves all compiled ports as packages in the cache on your system, allowing the PBI build process to become much faster by using the pre-build packages from the cache whenever possible rather than re-compiling every port dependency for the PBI's you build. Just in case you run into problems with any packages in your cache, there are two additional options for dealing with the cache. The first option is to simply clear all packages from the cache and start fresh. The second option is for the situation where a particular package consistently causes problems with PBI builds. In this case, you can add that particular package to the “Ignore” list. This will remove the designated packages from the cache immediately before you start each build, ensuring that it will always compile that port for each build that requires it.&lt;br /&gt;
&lt;br /&gt;
=== Default Path Settings === &amp;lt;!--T:18--&amp;gt;&lt;br /&gt;
The next tab in the settings window is shown in figure 8.1d, and lets the user set some default search paths for EasyPBI. The first option lets you set the default directory to use when loading PBI modules, and it is also the directory that any new modules get created in. The option labelled “Icon Dir” sets the initial search location for icons and other resources. The last option lets you set the default icon that is gset when you initially create a new module.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:19--&amp;gt;&lt;br /&gt;
'''Figure 8.1d: Local Paths Settings'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:20--&amp;gt;&lt;br /&gt;
[[File:SettingsPBI.png]]&lt;br /&gt;
&lt;br /&gt;
=== External Utilities === &amp;lt;!--T:21--&amp;gt;&lt;br /&gt;
The last tab in the EasyPBI Settings window is the External Utilities tab. This tab (as shown in figure 8.1e) shows the detected location of the external utilities required for all of EasyPBI's features to be available. This allows you to be able to manually set the location of any of these utilities if you happen to have them installed into non-standard locations. In addition, there is a button that allows you to return to the auto-detected configuration paths, just in case it gets all messed up somehow.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:22--&amp;gt;&lt;br /&gt;
'''Figure 8.1e: Detected External Utilities'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:23--&amp;gt;&lt;br /&gt;
[[File:Easypbiexternalutilities.png]]&lt;br /&gt;
&lt;br /&gt;
== Module Editor == &amp;lt;!--T:24--&amp;gt;&lt;br /&gt;
The module editor for EasyPBI version 2.0 now supports complete control over all the options available for PBI's. Most of these options will not be necessary for the majority of PBI use cases, but they are available for those few programs that just need some extra tweaking to be able to work properly.&lt;br /&gt;
EasyPBI provides suggestions and default settings whenever there is a green arrow next to an option within the editor. Just click on the arrow to see any available suggestions, then click on the one that you wish to select to have EasyPBI add it to the proper option within the module for you. Now let's go through each of the tabs within the editor and explain the options.&lt;br /&gt;
NOTE: For tutorials on how to produce a PBI for the majority of use cases, please look at the examples at the end of the guide. &lt;br /&gt;
&lt;br /&gt;
=== PBI Configuration === &amp;lt;!--T:25--&amp;gt;&lt;br /&gt;
In figure 8.1f we can see the PBI Configuration tab of the module editor. This tab is probably the most important out of all of them, because it lets you set the required information about the program being packaged as a PBI. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:26--&amp;gt;&lt;br /&gt;
'''Figure 8.1f: PBI Configuration'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:27--&amp;gt;&lt;br /&gt;
[[File:Easypbiconfig.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:28--&amp;gt;&lt;br /&gt;
When you create a new module from a FreeBSD port, EasyPBI will try to automatically fill in this information for you from the available port information, but it is a good idea to look through it and make corrections as necessary. The value that I generally have to adjust is the program name, because quite often the FreeBSD port does not have the full program name list with the proper capitalization. The next thing to definitely check is the program author, since if the author is not listed in the FreeBSD port, EasyPBI will supply the email for the FreeBSD port maintainer instead (because that is the first person to contact about isues with the program). The icons that are available in the pulldown box are dependent upon what PNG images files have been added to the PBI resources. See the resources tab for additional information on adding icon files.&lt;br /&gt;
The build information box provides all of the options available for building a PBI. For a PBI from local sources, this just contains the directory that you are going to package as a PBI, while for a PBI from a FreeBSD port there are a number of other options. For converting a FreeBSD port to a PBI, the only option that is required is the “Main FreeBSD Port” option. This should be set for you automatically based upon the port that you selected when creating a new module, but you can also change it here by clicking on the “Change Port” button.&lt;br /&gt;
If there are any special options available for the port (click the “Information” → “FreeBSD Ports” menu button to open up a web browser with information about the port), you can enable them in the “Port Build Options” box. EasyPBI will try to autodetect the options that are available, and clicking on an available option from the recommendations will automatically add it to the box in the proper format.&lt;br /&gt;
If you discover that the port appears to be missing a dependancy for the main program you are packaging as a PBI, you can add additional FreeBSD ports to the “Make Port Before/After” options. If the missing dependency is causing the main port to not even build properly, then you will want to add it to the “Make Port Before” option, otherwise if it is a missing runtime dependency you will want to add it to the “Make Port After” option.&lt;br /&gt;
The last option available is for both local and port PBI modules. The “Requires Root Permissions” checkbox lets you set whether the PBI can only be installed/uninstalled with administrator (root) privileges. This is important if the program requires special users/groups to be created, or an installation script needs access to the local system to make modifications.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:29--&amp;gt;&lt;br /&gt;
NOTE: Changes to the PBI configuration will not be saved to the module until you click the “Save” button. So be sure to save your work before moving to other tabs!&lt;br /&gt;
&lt;br /&gt;
=== Resources === &amp;lt;!--T:30--&amp;gt;&lt;br /&gt;
The resources tab displays any extra files that will be included in the PBI (as shown in figure 8.1g). If you click on a file, for images it will show the full size image with size and type information, for other files it will attempt to display the text inside the file (for editing scripts).  &lt;br /&gt;
This tab is mainly used for adding PNG images to be used as icons for the program, but is not restricted to this. One additional use for resources that is more common is to create a wrapper script for starting the program. This is generally used for applications that have some some special environment variable that needs to be set before starting the program (such as JAVA_HOME). EasyPBI can now help in setting up a wrapper script byt clicking on the “+Wrapper Script” button. This will prompt you for a filename (I recommend &amp;lt;binary-name&amp;gt;.sh), and will generate a template for the script that sets a couple of the most commonly used variables. Creating a wrapper script is considered an “advanced” task that requires knowledge of shell programming, so feel free to ask for help on the forums or the PBI developers mailing list if you need some assistance.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:31--&amp;gt;&lt;br /&gt;
'''Figure 8.1g: Resources'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:32--&amp;gt;&lt;br /&gt;
[[File:Easypbiresources.png]]&lt;br /&gt;
&lt;br /&gt;
=== XDG Entries === &amp;lt;!--T:33--&amp;gt;&lt;br /&gt;
This tab allows the user to create desktop icons and menu entries for the application to be easily started from within a desktop environment. This is the most important step for graphical applications after the PBI configuration, as it lets you configure the primary method that users will interact with the program.&lt;br /&gt;
You can see the entries that are currently in the module on the left side of the tab, and clicking on any of the files will display its details on the right. You may remove an entry by clicking the “minus” button, or create a new entry by clicking on the white paper button under the entry list. On the right side of the tab you can edit the currently selected entry and click the “Save” button to overwrite it, or click “Add” to save the details as a new entry, easily letting you make copies of any entry.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:34--&amp;gt;&lt;br /&gt;
'''Figure 8.1h: Desktop Entries'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:35--&amp;gt;&lt;br /&gt;
[[File:Easypbixdgdesktop.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:36--&amp;gt;&lt;br /&gt;
Figure 8.1h shows the options that are available for desktop entries, and while the labels are fairly self-explanatory, lets go through and explain them. First is the “Name” for the entry. This is the text that the application user will see for the entry, and usually you just make it the full name of the application that the entry starts up. Next is the actual binary/executable that is used to start the application. EasyPBI will try to make recommendations based upon the main FreeBSD port being used, but you can manually set this as needed. After that is the icon to be used for the application. Just as with the program configuration, the available options are dependent upon the PNG resources available in the PBI.&lt;br /&gt;
The two checkboxes at the end are more for special-case options. The “Open in Terminal” checkbox let you specify whether the application needs to be opened in an X terminal. This is useful for running some text-based programs that need to be embedded into a console for user interaction. The “Make Invisible” option lets you setup the entry to not actually be shown. This is not as useful for desktop entries (where the whole purpose is to be seen), but will come in much more handy with menu entries.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:37--&amp;gt;&lt;br /&gt;
'''Figure 8.1i: Menu Entries'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:38--&amp;gt;&lt;br /&gt;
[[File:Easypbixdgmenu.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:39--&amp;gt;&lt;br /&gt;
Figure 8.1i shows the options that are available for menu entries. Most of them are exactly the same as the ones for desktop entries, but there are two new ones that will be rather important. The first new option is labelled “Category” and this is the menu category that the entry will be placed under when listed in the desktop environment. The available menu categories are listed by EasyPBI in the suggestions box, with a small arrow next to the one that EasyPBI recommends for the application based upon the main FreeBSD port information. The last option is called “MIME Patterns” and lets you associate a space-seperated list of file types with the application. This becomes extremely useful when paired with the “Make Invisible” option. &lt;br /&gt;
For example, let's assume that your application has three main binaries, one each for two different aspects of the program, and an additional one that basically askes which of the other two you want to use. You could setup menu entries for all three binaries, but make the two specific ones invisible and associate file types with them. This means that when a user tries to open one of those file types, it will automatically run the particular binary that uses it, rather than prompting the user for input about what to do with the file.&lt;br /&gt;
&lt;br /&gt;
=== Scripts === &amp;lt;!--T:40--&amp;gt;&lt;br /&gt;
This tab (as shown in figure 8.1j) allows you to view and edit any installation scripts that are included within the PBI. If you click on the pulldown box, you will see a list of the scripts that are available, with icons next to them indicating if that script exists in the module. Selecting a script will give you the option to either create it (if it does not exist) or will display the full script in a box for editing.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:41--&amp;gt;&lt;br /&gt;
NOTE: Changes to the script of any kind (including creating one) will not be saved to the module until you click the “Save” button. So be sure to save your work before moving to other tabs or scripts!&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:42--&amp;gt;&lt;br /&gt;
ADDITIONAL NOTE: For “Local Source” PBI's, the only valid scripts are &amp;quot;pre-install.sh&amp;quot;, “post-install.sh”, and “pre-remove.sh”. Later versions of EasyPBI will automatically change the list of valid scripts appropriately.&lt;br /&gt;
 &lt;br /&gt;
'''Figure 8.1j: Installation Scripts'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:43--&amp;gt;&lt;br /&gt;
[[File:Easypbiscripts.png]]&lt;br /&gt;
&lt;br /&gt;
=== External Links === &amp;lt;!--T:44--&amp;gt;&lt;br /&gt;
This tab lets you setup links for files within the PBI onto the local system. This is generally used only for additional command-line program binaries, or binaries in dependencies to the main FreeBSD port being packaged as a PBI. This becomes very important when you start adding additional files (such as wrapper scripts) to the PBI that are not included in the port. If you are packaging a local directory into a PBI instead of using the FreeBSD ports, this is the method by which you setup what the main binaries are for the application. The “File” entry is for the file location in the PBI directory, and the “Link To” option is where you want to link it on the base system (relative to /usr/local/). The “File Type” option lets you set what type of link it needs to be, with options available from the suggestions button. Details about the different file types are available below. EasyPBI will suggest any binaries that it detects from the main port (in case you want to set a different file type), but in general this is not used very often.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:45--&amp;gt;&lt;br /&gt;
NOTE: The files that you want to have listed here are any files that need to be available on the users general system path. For FreeBSD ports, the binaries from the main port are already setup for this by default (you don't need to add them here unless you want to change the file type).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:46--&amp;gt;&lt;br /&gt;
File Types:&lt;br /&gt;
* '''binary:''' indicates that this is an executable. The PBI will automatically create the necessary wrapper and PATH links for you.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:47--&amp;gt;&lt;br /&gt;
* '''linux:''' indicates that this is a Linux executable. EasyPBI will automatically create the necessary Linux wrapper and PATH links for you.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:48--&amp;gt;&lt;br /&gt;
* '''keep:''' instructs the PBI to ''' ''not'' ''' overwrite an existing file when linking a file into the LOCALBASE. By default, LOCALBASE is set to ''/usr/local''.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:49--&amp;gt;&lt;br /&gt;
* '''replace:''' instructs the PBI to overwrite an existing file when linking a file into the LOCALBASE.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:50--&amp;gt;&lt;br /&gt;
* '''nocrash:''' disables the crashhandler GUI from running on this PBI. Note that the glue for the crash handler is not built into the base system yet.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:51--&amp;gt;&lt;br /&gt;
'''Figure 8.1k: External Links'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:52--&amp;gt;&lt;br /&gt;
[[File:Easypbiexternallinks.png]]&lt;br /&gt;
&lt;br /&gt;
== PBI Builder == &amp;lt;!--T:53--&amp;gt;&lt;br /&gt;
EasyPBI provides a front-end to the PBI build structure, allowing you to use a PBI module to build the full PBI on your local system. As shown in figure 8.1l, this interface is relatively simple, with buttons to start and stop the build, as well as save the build log (in case you need to seek assistance). If you are using a 64-bit system, there is also an additional checkbox allowing you to build a 32-bit PBI rather than keeping with the system architecture. &lt;br /&gt;
Performing a PBI build will require administrator (root) access on your system, as well as an active internet connection if building a PBI from a FreeBSD port. The current options for the PBI build process can be configured in the EasyPBI settings. EasyPBI can only perform one build at a time, and you are able to load and edit other PBI modules while a PBI is building in the background. You will receive a notification about the success/failure of the PBI build when it is finished, or you can keep an eye on the build log to see how it is progressing. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:54--&amp;gt;&lt;br /&gt;
'''Figure 8.1l: PBI Builder'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:55--&amp;gt;&lt;br /&gt;
[[File:Easypbibuildsettings.png]]&lt;br /&gt;
&lt;br /&gt;
== Example: Converting a FreeBSD port to a PBI == &amp;lt;!--T:56--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:57--&amp;gt;&lt;br /&gt;
'''Step 1''': Create a PBI module&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:58--&amp;gt;&lt;br /&gt;
Click on the &amp;quot;New&amp;quot; button at the top of the window to open up the small dialog shown in figure 8.1m.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:59--&amp;gt;&lt;br /&gt;
'''Figure 8.1m: New Module Dialog'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:60--&amp;gt;&lt;br /&gt;
[[File:Easypbinewmoduleport.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:61--&amp;gt;&lt;br /&gt;
Make sure that the &amp;quot;FreeBSD Port&amp;quot; option is selected, then click select the FreeBSD port that you wish to convert. You may either type in the port directory/name manually, or click the &amp;quot;Select&amp;quot; button to open up the current FreeBSD ports directory for selecting a port. Once this is done, you may either select a PNG icon to use for the application, or simply use the default icon supplied by EasyPBI. Click &amp;quot;OK&amp;quot; to create the new module.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:62--&amp;gt;&lt;br /&gt;
'''Step 2''': (OPTIONAL) Checking the new module&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:63--&amp;gt;&lt;br /&gt;
Once a new module has been created, it is usually a good idea to just browse through the module in the editor and make sure that everything looks good. The main things to check are on the &amp;quot;PBI Configuration&amp;quot; tab (figure 8.1n), but if it is a graphical application you will also want to go to the &amp;quot;XDG Entries&amp;quot; tab and create a desktop/menu entry for the application (figure 8.1o).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:64--&amp;gt;&lt;br /&gt;
'''Figure 8.1n: Example Module Configuration'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:65--&amp;gt;&lt;br /&gt;
[[File:Easypbiportexampleconfig.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:66--&amp;gt;&lt;br /&gt;
'''Figure 8.1o: Example Menu Entry'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:67--&amp;gt;&lt;br /&gt;
[[File:Easypbiportexamplemenu.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:68--&amp;gt;&lt;br /&gt;
'''Step 3''': Build the PBI&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:69--&amp;gt;&lt;br /&gt;
Open up the PBI Builder, then click on &amp;quot;Build PBI&amp;quot; to start the build process. This will require root permissions as well as an internet connection, and might take a while to finish (depending on your system hardware and PBI build settings). Once the PBI build is finished, a notification window will appear telling you whether the build was successful or not. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:70--&amp;gt;&lt;br /&gt;
NOTE: While a PBI build is running, you may go ahead and create/edit other PBI modules without interfering with the build process.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:71--&amp;gt;&lt;br /&gt;
NOTE 2: To install a newly-created PBI, you can either open up the PBI output directory in a file manager and double-click on the PBI file, or you can run &amp;quot;pbi_add &amp;lt;pbi-file&amp;gt;&amp;quot; from the command line.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:72--&amp;gt;&lt;br /&gt;
'''Figure 8.1p: Example PBI Build'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:73--&amp;gt;&lt;br /&gt;
[[File:Easypbiportexamplebuild.png]]&lt;br /&gt;
&lt;br /&gt;
== Example: Creating a PBI from a local directory == &amp;lt;!--T:74--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Submit the Module == &amp;lt;!--T:75--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:76--&amp;gt;&lt;br /&gt;
Once you are satisfied with a PBI, make sure that the module is loaded, then click on the “Options” → “Package Module” menu button. A pop-up window will indicate that the module has been compressed and that a ''.tar.gz'' file has been added to the PBI module directory. This means that if you look at the path for the currently loaded module at the top of the screen, you can find the packaged form of the module in the same directory.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:77--&amp;gt;&lt;br /&gt;
If you send that file to the {{citelink|url=http://lists.pcbsd.org/mailman/listinfo/pbi-dev|txt=pbi-dev mailing list}}, it will be added to the PC-BSD® build servers so that the 32- and 64-bit versions of the PBI can be built. Once the built PBIs are tested, they will be added to AppCafe® so that other PC-BSD® users can benefit from the PBI.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:97--&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{refheading}}&lt;br /&gt;
[[category:EasyPBI2]]&lt;br /&gt;
[[category:Control Panel]]&lt;br /&gt;
[[category:handbook]]&lt;br /&gt;
[[category:webpage referred]]&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;languages/&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Drulavigne</name></author>	</entry>

	<entry>
		<id>http://wiki.pcbsd.org/index.php/About</id>
		<title>About</title>
		<link rel="alternate" type="text/html" href="http://wiki.pcbsd.org/index.php/About"/>
				<updated>2013-04-25T12:58:35Z</updated>
		
		<summary type="html">&lt;p&gt;Drulavigne: Marked this version for translation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
{{NavHeader|back=EasyPBI2|forward=Active Directory &amp;amp; LDAP}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
The &amp;quot;About&amp;quot; icon of Control Panel can be used to quickly find information about the PC-BSD system. To start the application, double-click its icon in Control Panel or type '''about-gui'''. An example is seen in Figure 8.2a.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:4--&amp;gt;&lt;br /&gt;
This screen displays the version of PC-BSD, the architecture, where i386 equals 32-bit and amd64 equals 64-bit, and the hostname of the system.  The &amp;quot;FreeBSD base&amp;quot; section displays the version and architecture of the underlying FreeBSD system and the name of the kernel (ident). The &amp;quot;Hardware&amp;quot; section indicates the type of CPU and the amount of installed memory. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:5--&amp;gt;&lt;br /&gt;
If you click the &amp;quot;System components&amp;quot; button, the X.org version and the revision number of the command line and graphical utilities are displayed, as seen in the example shown in Figure 8.2b.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:7--&amp;gt;&lt;br /&gt;
If you click the &amp;quot;Desktop environments&amp;quot; button, the currently installed desktops will be displayed, as seen in the example shown in Figure 8.2c. If you wish to install additional desktops, use the [[System_Manager#Install.2FUninstall_Desktops_and_System_Components | System Packages tab of System Manager]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:8--&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;overflow: hidden&amp;quot;&amp;gt;[[File:About1b.png|left|thumb|393px|'''Figure 8.2a: About Information''']] [[File:About2a.png|left|thumb|393px|'''Figure 8.2b: System Components''']] [[File:About3a.png|left|thumb|393px|'''Figure 8.2c: Desktop Environments''']]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;br clear=all&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
[[category:Control Panel]]&lt;br /&gt;
[[category:handbook]]&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;languages/&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Drulavigne</name></author>	</entry>

	<entry>
		<id>http://wiki.pcbsd.org/index.php/Using_pkgng</id>
		<title>Using pkgng</title>
		<link rel="alternate" type="text/html" href="http://wiki.pcbsd.org/index.php/Using_pkgng"/>
				<updated>2013-04-25T12:58:17Z</updated>
		
		<summary type="html">&lt;p&gt;Drulavigne: Marked this version for translation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;{{NavHeader|back=PBI Manager|forward=Update Manager}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
Beginning in February, 2013, PC-BSD® switched from the traditional FreeBSD ports system to [http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/pkgng-intro.html pkgng], the next generation package management system for FreeBSD. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:3--&amp;gt;&lt;br /&gt;
{{note|icon64= Users of PC-BSD® 9.1-RELEASE will not be affected by this change unless they upgrade or install a [[Using a Rolling Release| rolling release]].}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:4--&amp;gt;&lt;br /&gt;
All of the PC-BSD® utilities that deal with installing or updating software now use the pkgng system. This allows users to safely install non-PBI software from the command line without that software being deleted by a system upgrade.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:5--&amp;gt;&lt;br /&gt;
Since FreeBSD does not have an official pkgng repository yet, the PC-BSD® project provides its own repository containing all of the packages that can be built using pkgng.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:6--&amp;gt;&lt;br /&gt;
PC-BSD® provides a custom command, '''pc-pkg''', which is a small wrapper to '''pkg'''. When '''pc-pkg''' is used with the '''install''' or '''upgrade''' flags, it  will automatically connect to the PC-BSD® pkgng repository using the integrated [http://aria2.sourceforge.net/ aria2] downloader utility, which can significantly reduce download speeds over a slow link.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:7--&amp;gt;&lt;br /&gt;
If you are used to using the traditional FreeBSD package system, you will notice that the commands used to install and manage software differ slightly. For example, instead of using '''pkg_add''' to install a package from a remote repository, use '''pkg install''' or '''pc-pkg install''' (notice there is now a space instead of an underscore). Type '''man pkg''' to see a list of the available commands. Once you know the name of a command, you can use the built-in help system to get more information about that command. For example, to learn more about '''pkg install''', type '''pkg help install'''.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:8--&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{refheading}}&lt;br /&gt;
[[category:handbook]]&lt;br /&gt;
[[category:Installing Applications and Keeping PC-BSD® Updated]]&lt;br /&gt;
[[category:Using pkgng]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Drulavigne</name></author>	</entry>

	<entry>
		<id>http://wiki.pcbsd.org/index.php/OwnCloud</id>
		<title>OwnCloud</title>
		<link rel="alternate" type="text/html" href="http://wiki.pcbsd.org/index.php/OwnCloud"/>
				<updated>2013-04-25T12:56:12Z</updated>
		
		<summary type="html">&lt;p&gt;Drulavigne: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;{{NavHeader|back=Thin Client|forward=Security}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
{{citelink|url=http://owncloud.org/|txt=ownCloud}} is open source software that allows you to create your own cloud storage. This allows you to share data, contacts, and calendars with other devices and users.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:3--&amp;gt;&lt;br /&gt;
[[File:Owncloud.png|thumb|385px|'''Figure 9.9a: Install the Required Packages''']]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:4--&amp;gt;&lt;br /&gt;
In PC-BSD®, you can create your own private cloud service by installing ownCloud either into a traditional jail that you created using [[Warden®]] or into a [[Install a Server|TrueOS® installation]]. For security reasons, installing ownCloud directly onto a desktop installation is not recommended, as the web and database services it requires may expose the desktop to security vulnerabilities. If you are installing ownCloud on a PC-BSD® system, create a traditional jail as it isolates the software installed into the jail from your desktop operating system.&lt;br /&gt;
&lt;br /&gt;
=== Install and Start the Required Services === &amp;lt;!--T:5--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:6--&amp;gt;&lt;br /&gt;
If you are installing ownCloud into a traditional jail, make sure that the jail has been started, then go to the &amp;quot;Packages&amp;quot; tab of the jail as seen in the example in Figure 9.9a.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:7--&amp;gt;&lt;br /&gt;
Check the boxes for Database-Servers ➜ MySQL, Languages ➜ PHP, and Web-Servers ➜ Apache, then click the &amp;quot;Apply&amp;quot; button to install these packages.&lt;br /&gt;
[[File:Owncloud1.png|thumb|385px|'''Figure 9.9b: Start the Required Services''']]&lt;br /&gt;
Once installed, go to Tools ➜ Service Manager which will open the screen shown in Figure 9.9b. Highlight the apache22 service and click the &amp;quot;Enable Service&amp;quot; button and then the &amp;quot;Start&amp;quot; button. Repeat for the mysql service.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:8--&amp;gt;&lt;br /&gt;
Verify that you can reach the web server by typing the IP address of the jail into a web browser. You should receive an &amp;quot;It works!&amp;quot; message. You will need to first allow incoming TCP port 80 on the jail interface using [[Firewall Manager]] if you use a web browser on a different computer.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:9--&amp;gt;&lt;br /&gt;
If you are installing ownCloud onto a TrueOS® system, you will need to create the jail and install the dependencies from the command line. When creating the jail, specify the jail IP address and hostname as seen in this example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:10--&amp;gt;&lt;br /&gt;
{{txtbox|box='''warden create 10.0.0.1 owncloudjail --startauto'''&amp;lt;br&amp;gt;'''pc-metapkgmanager --pkgset warden --chroot /usr/jails/10.0.0.1 add MySQL,Apache,'''&amp;lt;br&amp;gt;'''PHP'''}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:11--&amp;gt;&lt;br /&gt;
[[File:Owncloud2.png|thumb|'''Figure 9.9c: ownCloud Initial Setup Screen''']]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:12--&amp;gt;&lt;br /&gt;
Once the software is installed, access the jail by its IP address in order to edit the ''/etc/rc.conf'' file within the jail so that the required services start when the jail is available:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:13--&amp;gt;&lt;br /&gt;
{{txtbox|wiki|box='''warden chroot 10.0.0.1'''{{nbsp|58}}&lt;br /&gt;
'''vi /etc/rc.conf'''}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:14--&amp;gt;&lt;br /&gt;
Add these two lines to that file:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:15--&amp;gt;&lt;br /&gt;
{{txtbox|box=apache22_enable=”YES”{{nbsp|59}}&amp;lt;br&amp;gt;mysql_enable=”YES”}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:16--&amp;gt;&lt;br /&gt;
Save your edits then start the services:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:17--&amp;gt;&lt;br /&gt;
{{txtbox|box='''usr/local/etc/rc.d/apache22 start'''&amp;lt;br&amp;gt;'''/usr/local/etc/rc.d/mysql-server start'''{{nbsp|42}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:18--&amp;gt;&lt;br /&gt;
Verify that you can reach the web server by typing the IP address of the jail into a web browser. You should receive a &amp;quot;It works!&amp;quot; message. You will need to first edit ''/etc/pf.conf'' in order to allow incoming TCP port 80 using if you use a web browser on a different computer. An example would be to add a line to the &amp;quot;Nic specific rules&amp;quot; section:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:19--&amp;gt;&lt;br /&gt;
{{txtbox|box=pass in quick on re0 proto tcp from any to (re0) port 80 keep state{{nbsp|13}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:20--&amp;gt;&lt;br /&gt;
You may wish to replace ''any'' with just the IP addresses of the systems on your network. ''re0'' should be replaced with the interface used by the jail.&lt;br /&gt;
&lt;br /&gt;
=== Configuring ownCloud === &amp;lt;!--T:21--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:22--&amp;gt;&lt;br /&gt;
You are now ready to download and configure ownCloud. If you are using a traditional jail on your desktop, go to Tools -&amp;gt; Launch Terminal to access the jail's command line. If you are using TrueOS®, use the '''warden chroot''' command to access the command line of the jail.&lt;br /&gt;
{{txtbox|box='''cd /usr/local/www/apache22/data'''&amp;lt;br&amp;gt;'''fetch {{http}}download.owncloud.org/releases/owncloud-4.0.7.tar.bz2'''{{nbsp|14}}&amp;lt;br&amp;gt;'''tar xzvf owncloud-4.0.7.tar.bz2'''&amp;lt;br&amp;gt;'''chown -R www:www owncloud'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;'''mysql -u root'''&amp;lt;br&amp;gt;mysql&amp;gt; '''create database owncloud;'''&amp;lt;br&amp;gt;mysql&amp;gt; '''grant all on owncloud.* to ''ocuser''@localhost identified by &amp;quot;''mypass''&amp;quot;;'''&amp;lt;br&amp;gt;mysql&amp;gt; '''quit'''&lt;br /&gt;
|txt=Once at the command line of the jail, download ownCloud into the Apache data directory.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''Configure the MySQL database''', substituting ''ocuser'' and ''mypass'' with the username and password that you wish to use.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:23--&amp;gt;&lt;br /&gt;
{{txtbox|box={{pound}}AddType application/x-gzip .tgz{{nbsp|48}}&amp;lt;br&amp;gt;{{highlight|text=AddType application/x-httpd-php .php&amp;lt;br&amp;gt;AddType application/x-httpd-php-source .phps}}&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;IfModule dir_module&amp;gt;&amp;lt;br&amp;gt;&amp;amp;nbsp;  DirectoryIndex index.html {{highlight|text=index.php}}&amp;lt;br&amp;gt;&amp;lt;/IfModule&amp;gt;&lt;br /&gt;
|txt='''Add the required PHP options to Apache'''. Open ''/usr/local/etc/apache22/httpd.conf'' in an editor and look for this ''AddType'' line that begins with a pound ({{pound}}) sign, and then add the highlighted lines directly below it.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Look for this ''IfModule'' section and add the highlighted text as shown.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:24--&amp;gt;&lt;br /&gt;
{{txtbox|box='''/usr/local/etc/rc.d/apache22 restart'''{{nbsp|44}}&amp;lt;br&amp;gt;'''/usr/local/etc/rc.d/mysql-server restart'''&lt;br /&gt;
|txt=Save your changes and restart the Apache and MySQL services.&amp;lt;br&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:25--&amp;gt;&lt;br /&gt;
Test your changes from a web browser by adding &amp;quot;owncloud&amp;quot; to the end of the IP address of the jail. For example, type ''{{http}}10.0.0.1/owncloud/.'' You should see the setup screen shown in Figure 9.9c.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:26--&amp;gt;&lt;br /&gt;
[[File:Owncloud3.png|thumb|'''Figure 9.9d: ownCloud Interface''']]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:27--&amp;gt;&lt;br /&gt;
Input the name of the user and password that will be used to administer ownCloud, then click the &amp;quot;&lt;br /&gt;
&amp;quot;Advanced&amp;quot; button. In the advanced settings, click the &amp;quot;MySQL&amp;quot; tab and input the MySQL username, password, and database name that you configured previously. Click the “Finish setup” button to save your changes and enter your new cloud interface -- shown in Figure 9.9d.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:28--&amp;gt;&lt;br /&gt;
Click the left panel of the interface to access a type of media. For example, if you click &amp;quot;Files&amp;quot; and then the &amp;quot;New&amp;quot; button, you can upload a file, folder, or from a URL. If you click &amp;quot;Contacts&amp;quot;, you can add a contact or import/export the address book. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:29--&amp;gt;&lt;br /&gt;
Click the &amp;quot;Settings&amp;quot; icon at the bottom of the left panel to add users, configure applications, change the administrative configuration, and to access &amp;quot;Help&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:30--&amp;gt;&lt;br /&gt;
Instructions for synchronizing the calendar and address book, integrating with a file manager, and integrating with a media player can be found in the {{citelink|url=http://owncloud.org/support/|txt=documentation section of the ownCloud website}}. Synchronization clients are available from {{citelink|url=http://owncloud.org/sync-clients/|txt=the owncloud site}}.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:31--&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{refheading}}&lt;br /&gt;
[[category:handbook]]&lt;br /&gt;
[[category:Common Tasks]]&lt;br /&gt;
[[category:ownCloud]]&lt;br /&gt;
&amp;lt;languages/&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Drulavigne</name></author>	</entry>

	<entry>
		<id>http://wiki.pcbsd.org/index.php/Thin_Client</id>
		<title>Thin Client</title>
		<link rel="alternate" type="text/html" href="http://wiki.pcbsd.org/index.php/Thin_Client"/>
				<updated>2013-04-25T12:55:31Z</updated>
		
		<summary type="html">&lt;p&gt;Drulavigne: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;{{NavHeader|back=Remote Desktop|forward=ownCloud}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
The '''pc-thinclient''' script has been improved for PC-BSD®&amp;amp;nbsp;9.1 by adding the following features:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:3--&amp;gt;&lt;br /&gt;
* the ability to create an installation server. Now when you first initialize the '''pc-thinclient''' script, you will be asked if you want to setup a PXE Boot Desktop Server or a PXE Boot Install Server.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:4--&amp;gt;&lt;br /&gt;
* when configuring a PXE Boot Install Server, all the necessary bits for PXE booting are taken care of, allowing you to prepare for PXE installs within minutes.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:5--&amp;gt;&lt;br /&gt;
* the ability to create unattended installation scripts for the PXE Boot Install Server.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:6--&amp;gt;&lt;br /&gt;
This section demonstrates how to configure and use both the PXE Boot Desktop Server and the PXE Boot Install Server.&lt;br /&gt;
&lt;br /&gt;
=== Creating a PXE Boot Desktop Server === &amp;lt;!--T:7--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:8--&amp;gt;&lt;br /&gt;
A PC-BSD® PXE Boot Desktop Server allows you to automatically configure a network of {{citelink|wp|url=Diskless_node|txt=diskless computers}} where each computer has a network interface card capable of {{citelink|wp|url=Preboot_Execution_Environment|txt=PXE}} booting. When a client boots from their network interface instead of their hard disk, they automatically connect to the PXE Boot Desktop Server and receive a login window. Once authenticated, they can use PC-BSD®, even if PC-BSD® is not installed on their own computer and even if their computer does not have a hard drive. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:9--&amp;gt;&lt;br /&gt;
To prepare your PC-BSD® system for a PXE Boot Desktop Server configuration, perform these tasks first: &lt;br /&gt;
# If the diskless clients will require Internet access, install two network cards where one NIC is connected to the Internet and the other is connected to a private LAN from which the thin clients can PXE boot from.&amp;lt;br&amp;gt;&lt;br /&gt;
# The PC-BSD® system should have lots of RAM installed, especially if multiple clients will be connecting. It is recommended that you use a 64-bit system with as much RAM installed as possible.&amp;lt;br&amp;gt;&lt;br /&gt;
# If the ''/usr/ports/'' directory is empty or does not exist, install the ports collection using the  &amp;quot;Fetch Ports Tree&amp;quot; button in the [[System Manager#Install FreeBSD Source and Ports|Tasks tab of System Manager]] or by typing '''portsnap fetch extract.''' &amp;lt;br&amp;gt;&lt;br /&gt;
# Set aside a few hours as the system will need to rebuild its world and the applications it needs in order to support the PXE environment. The script will automatically build a 32-bit environment (even on a 64-bit system) as most PXE boot clients are 32-bit.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:10--&amp;gt;&lt;br /&gt;
To configure the PC-BSD® system as a PXE Boot Desktop Server, run the following script as the superuser:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:11--&amp;gt;&lt;br /&gt;
{{txtbox|box='''pc-thinclient'''&lt;br /&gt;
/usr/local/bin/pc-thinclient will install the components to convert this system into a thin-client server. &lt;br /&gt;
Continue? (Y/N) '''y'''&lt;br /&gt;
Do you wish to make this a remote X desktop server or install server?&lt;br /&gt;
(r/i) '''r'''}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:12--&amp;gt;&lt;br /&gt;
If your intent is to install a PXE Boot Desktop Server, input '''r''' and press enter. If the DHCP server is not already installed, you will receive a configuration menu for compiling the DHCP port. You can press enter to accept the defaults. Once the DHCP server is installed, the tools needed in the PXE environment will be installed:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:13--&amp;gt;&lt;br /&gt;
{{txtbox|box=Fetching FreeBSD environment... This may take a while...&lt;br /&gt;
Extracting PC-BSD environment... This may take a while...&lt;br /&gt;
Copying /usr/ports -&amp;gt; /usr/home/thinclient/usr/ports&lt;br /&gt;
&amp;lt;snip very long output&amp;gt;&lt;br /&gt;
Setting up system for PXE booting...&lt;br /&gt;
What NIC do you wish DHCPD to listen on? (I.E. re0) &lt;br /&gt;
nic) '''em0'''}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:14--&amp;gt;&lt;br /&gt;
Input the FreeBSD device name of the interface that is attached to the local network containing the diskless workstations. This interface will run the DHCP server and should not be connected to a&lt;br /&gt;
network with another DHCP server running. In the example shown here, the user has input the ''em0'' interface. If you are unsure of the device name, type '''ifconfig''' from another terminal.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:15--&amp;gt;&lt;br /&gt;
The script will now configure the specified interface and start the required services:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:16--&amp;gt;&lt;br /&gt;
{{txtbox|box=Starting /etc/rc.d/nfsd...OK&lt;br /&gt;
Starting /etc/rc.d/inetd...OK&lt;br /&gt;
Starting /usr/local/etc/rc.d/isc-dhcpd...OK&lt;br /&gt;
 &lt;br /&gt;
You will now need to enable remote desktop.&lt;br /&gt;
This can be done via the PC-BSD Control Panel -&amp;gt; GDM Configuration&lt;br /&gt;
or by manually editing /usr/local/etc/gdm/custom.conf&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:17--&amp;gt;&lt;br /&gt;
Your system is now setup to do PXE booting!}} &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:18--&amp;gt;&lt;br /&gt;
Go to ''[[Control Panel]]'' ➜ ''[[GDM Configuration]]'' and check the box ''Enable XDMCP''. If you forget this step, clients will not be able to receive an X session when they connect.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:19--&amp;gt;&lt;br /&gt;
The installation creates a chroot directory that contains a small PXE image that is used by clients to launch Xorg and connect to the PXE Boot Desktop Server. You can access this chroot by typing this command as the superuser:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:20--&amp;gt;&lt;br /&gt;
{{txtbox|box='''chroot /usr/home/thinclient'''}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:21--&amp;gt;&lt;br /&gt;
Running '''pkg_info''' within the chroot will show which X components and drivers are available. Should you need to install additional video drivers, use '''pkg_add''' within the chroot. When you are finished using the chroot, type '''exit''' to leave it.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:22--&amp;gt;&lt;br /&gt;
The thin client script installs and configures the following services:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:23--&amp;gt;&lt;br /&gt;
'''NFS:''' the Network File System is a protocol for sharing files on a network. It has been configured to allow clients on the network attached to the interface that you specified to connect to the thin client server. Its configuration file is located in ''/etc/exports''.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:24--&amp;gt;&lt;br /&gt;
'''TFTP:''' the Trivial File Transfer Protocol is a light-weight version of FTP used to transfer configuration or boot files between machines. The PXE network cards on the diskless computers will use TFTP to receive their configuration information. This service was enabled in ''/etc/inetd.conf'' with a home directory of ''/home/thinclient''.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:25--&amp;gt;&lt;br /&gt;
'''DHCP:''' the Dynamic Host Configuration Protocol is used to configure IP addressing info on the diskless workstations. It has been configured to assign addresses for the network attached to the interface that you specified. Its configuration file is located in ''/usr/local/etc/dhcpd.conf''. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:26--&amp;gt;&lt;br /&gt;
The thin client script also creates the ''pxeboot'' user with the default password ''thinclient''. This username and password is used to save the working Xorg configuration files for each of the diskless computers. It is highly recommended that you change this password right away by running this command as the superuser:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:27--&amp;gt;&lt;br /&gt;
{{txtbox|box='''passwd pxeboot'''}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:28--&amp;gt;&lt;br /&gt;
You will also need to create the users that will connect to the system. You can do so using [[User Manager]] or by typing '''adduser''' at the command line and following the prompts.&lt;br /&gt;
&lt;br /&gt;
==== Connecting to the PXE Boot Desktop Server ==== &amp;lt;!--T:29--&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:30--&amp;gt;&lt;br /&gt;
After a successful installation and reboot of the PXE Boot Desktop Server, the DHCP service will be running on the NIC you specified. Make sure that this NIC and a PXE capable client are connected to the same hub or switch. When you boot up the client, PXE should automatically obtain an IP address and begin to load PC-BSD®. If it does not, review the boot order settings in the BIOS on the client to make sure that PXE is listed first.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:31--&amp;gt;&lt;br /&gt;
After the boot process has finished, the client will be brought to this prompt:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:32--&amp;gt;&lt;br /&gt;
{{txtbox|box=No saved xorg-config for this MAC: &amp;lt;MAC_Address&amp;gt;&lt;br /&gt;
Do you wish to setup a custom xorg.conf for this system? (Y/N)}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:33--&amp;gt;&lt;br /&gt;
If you wait 10 seconds, this message will timeout, and the client will bring up X in 1024x768 mode. If this is not the resolution that you wish to use, type &amp;quot;Y&amp;quot; at the prompt and hit enter to bring up the Xorg Configuration screen. In this menu, you will be able to setup your own custom ''xorg.conf'' file, auto-detect settings, and test the new configuration. When finished, choose &amp;quot;Save working config&amp;quot; to send this configuration to the PXE Boot Desktop Server. This will prompt for the password of the pxeboot user. Once authenticated, the file will be saved by the client's MAC address in ''/home/pxeboot/mnt/xorg-config/&amp;lt;mac&amp;gt;.conf''. The next time you boot the client, it will automatically use the saved ''xorg.conf'' file and bring the system to the PC-BSD® login screen.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:34--&amp;gt;&lt;br /&gt;
{{note|width=40%|align=right|icon64=in order for the login to succeed, the user account must already exist on the PXE Boot Desktop Server.}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:35--&amp;gt;&lt;br /&gt;
The client's boot environment is located in ''/home/pxeboot''. This is mounted read-only during the PXE boot process to allow the client to bootup and create an XDCMP connection to the server.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:36--&amp;gt;&lt;br /&gt;
Once logged in to the PXE Boot Desktop Server, using PC-BSD® will be the same as if you had installed PC-BSD® on the client system. You will be able to use [[Using AppCafe®|AppCafe®]] to install software and to save and use the files in your home directory.&lt;br /&gt;
&lt;br /&gt;
==== Uninstalling the PXE Boot Desktop Server ==== &amp;lt;!--T:37--&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:38--&amp;gt;&lt;br /&gt;
Use the '''-remove''' option if you wish to uninstall the PXE Boot Desktop Server:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:39--&amp;gt;&lt;br /&gt;
{{txtbox|box='''pc-thinclient -remove'''&lt;br /&gt;
Removing /usr/home/thinclient}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:40--&amp;gt;&lt;br /&gt;
This will remove the PXE environment from the system. If you are finished using the PXE boot services, you can stop them using these commands:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:41--&amp;gt;&lt;br /&gt;
{{txtbox|box='''service nfsd stop'''&lt;br /&gt;
'''service inetd stop'''&lt;br /&gt;
'''service isc-dhcpd stop'''}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:42--&amp;gt;&lt;br /&gt;
and prevent them from restarting by removing these lines from ''/etc/rc.conf:''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:43--&amp;gt;&lt;br /&gt;
{{txtbox|box={{pound}} pc-thinclient configuration&lt;br /&gt;
dhcpd_enable=&amp;quot;YES&amp;quot;&lt;br /&gt;
dhcpd_ifaces=&amp;quot;em0&amp;quot;&lt;br /&gt;
portmap_enable=&amp;quot;YES&amp;quot;&lt;br /&gt;
nfs_server_enable=&amp;quot;YES&amp;quot;&lt;br /&gt;
inetd_enable=&amp;quot;YES&amp;quot;&lt;br /&gt;
ifconfig_em0=&amp;quot;192.168.2.2&amp;quot;}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:44--&amp;gt;&lt;br /&gt;
Your interface name and IP address may differ from those in the example.&lt;br /&gt;
&lt;br /&gt;
=== Creating a PXE Boot Install Server === &amp;lt;!--T:45--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:46--&amp;gt;&lt;br /&gt;
A PC-BSD® PXE Boot Desktop Server can be used to install PC-BSD®, FreeBSD, or TrueOS® onto computers who connect to the server using PXE. The installations can be interactive or fully automated. The  PXE Boot Desktop Server supports multiple, concurrent installations with the only limiting factor being the server's disk I/O and the network's bandwidth.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:47--&amp;gt;&lt;br /&gt;
The installation of the PXE Boot Install Server starts the same way, except this time you select '''i''' when prompted:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:48--&amp;gt;&lt;br /&gt;
{{txtbox|box='''pc-thinclient'''&lt;br /&gt;
/usr/local/bin/pc-thinclient will install the components to convert this system into a thin-client server. &lt;br /&gt;
Continue? (Y/N) '''y'''&lt;br /&gt;
Do you wish to make this a remote X desktop server or install server?&lt;br /&gt;
(r/i) '''i'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:49--&amp;gt;&lt;br /&gt;
Fetching FreeBSD environment... This may take a while...&lt;br /&gt;
Extracting PC-BSD environment... This may take a while...&lt;br /&gt;
Setting up system for PXE booting...&lt;br /&gt;
What NIC do you wish DHCPD to listen on? (I.E. re0) &lt;br /&gt;
nic) '''em0'''&lt;br /&gt;
Starting /etc/rc.d/nfsd...OK&lt;br /&gt;
Starting /etc/rc.d/inetd...OK&lt;br /&gt;
Starting /usr/local/etc/rc.d/isc-dhcpd...OK&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:50--&amp;gt;&lt;br /&gt;
To perform system installations, place your custom pc-sysinstall scripts in:&lt;br /&gt;
/usr/home/thinclient/installscripts&lt;br /&gt;
An example script is provided in the above directory&lt;br /&gt;
For unattended installations, save your pc-sysinstall script as:&lt;br /&gt;
/usr/home/thinclient/installscripts/unattended.cfg&lt;br /&gt;
Your system is now setup to do PXE booting!}} &lt;br /&gt;
&lt;br /&gt;
==== Connecting to and Customizing the PXE Boot Install Server ==== &amp;lt;!--T:51--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:52--&amp;gt;&lt;br /&gt;
Once the PXE Boot Install Server is installed, try to PXE boot a client which is connected to the same network. If the client boots successfully, you will see the installation screen shown in Figure 9.8a.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:53--&amp;gt;&lt;br /&gt;
[[File:Pxe.png|thumb|393px|'''Figure 9.8a: PXE Boot Installation Menu''']]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:54--&amp;gt;&lt;br /&gt;
By default, selecting “install” from the boot menu will use the ''/usr/home/thinclient/installscripts/pc-sysinstall.example'' script which installs a basic FreeBSD system.  In addition to starting an installation, this menu provides an emergency shell prompt. This can be useful if you have a system which can no longer boot and you wish to either access the disk's contents or attempt to repair the installation.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:55--&amp;gt;&lt;br /&gt;
Any scripts that you create and place in the ''/usr/home/thinclient/installscripts/'' directory will be selectable as an installation option within the PXE client boot menu. Tables 5.4a and 5.4b in [[Creating an Automated Installation with pc-sysinstall]] summarize the available configuration options when creating an installation script. Alternately, every time you install PC-BSD, the installation script is automatically saved to ''/root/pc-sysinstall.cfg''. This means that if you wish to repeat an installation, you simply need to copy that file to the ''/usr/home/thinclient/installscripts/'' directory on the PXE Boot Install Server.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:56--&amp;gt;&lt;br /&gt;
The PXE Boot Install Server also supports completely unattended installations. To perform fully-automated installations over the PXE interface, create a configuration script named ''/usr/home/thinclient/installscripts/unattended.cfg''. When a PXE client first boots, it checks for the existence of the ''unattended.cfg'' file, and if found, it will automatically use it for installation. Some caution should be taken when using this method since simply plugging a PXE boot client into the wrong LAN cable could cause it to be re-installed.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:57--&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{refheading}}&lt;br /&gt;
[[category:handbook]]&lt;br /&gt;
[[category:Control Panel]]&lt;br /&gt;
[[category:Thin Client]]&lt;br /&gt;
&amp;lt;languages/&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Drulavigne</name></author>	</entry>

	<entry>
		<id>http://wiki.pcbsd.org/index.php/Preface</id>
		<title>Preface</title>
		<link rel="alternate" type="text/html" href="http://wiki.pcbsd.org/index.php/Preface"/>
				<updated>2013-04-25T12:54:53Z</updated>
		
		<summary type="html">&lt;p&gt;Drulavigne: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
{{NavHeaderFirst|forward=Introduction}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
; PC-BSD®&amp;amp;nbsp;Users&amp;amp;nbsp;Handbook&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:3--&amp;gt;&lt;br /&gt;
written by users of the [http://www.pcbsd.org PC-BSD®&amp;amp;nbsp;operating&amp;amp;nbsp;system].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:4--&amp;gt;&lt;br /&gt;
Version&amp;amp;nbsp;9.1&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:5--&amp;gt;&lt;br /&gt;
Published {{#dateformat:30 Nov 2012}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:6--&amp;gt;&lt;br /&gt;
Copyright © 2005-2013, The&amp;amp;nbsp;PC-BSD®&amp;amp;nbsp;Project.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:7--&amp;gt;&lt;br /&gt;
Welcome to PC-BSD®! This Handbook covers the installation and use of PC-BSD®&amp;amp;nbsp;9.1. This Handbook is a work in progress and relies on the contributions of many individuals. If you are interested in assisting with the Handbook, visit {{http}}wiki.pcbsd.org and create a login account for yourself. If you use IRC&amp;amp;nbsp;Freenode, you are welcome to join the #pcbsd&amp;amp;nbsp;channel where you will find other PC-BSD®&amp;amp;nbsp;users.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:8--&amp;gt;&lt;br /&gt;
Previous versions of the Handbook in various formats and languages are available from [ftp://ftp.pcbsd.org/pub/handbook/ ftp://ftp.pcbsd.org/pub/handbook/]. Errata may be found at [[Errata|{{http}}wiki.pcbsd.org/index.php/Errata]]. &amp;lt;!-- This seems a reasonable location since such inclusions are placed near the front of a book. These two URLs specifically spelled-out for the print edition, though are internal links. --&amp;gt; &lt;br /&gt;
The PC-BSD®&amp;amp;nbsp;Users&amp;amp;nbsp;Handbook is freely available for sharing and redistribution under the terms of the {{citelink|url=https://creativecommons.org/licenses/by/3.0/|txt=Creative Commons Attribution License}}. This means that you have permission to copy, distribute, translate, and adapt the work as long as you attribute the PC-BSD® Project as the original source of the Handbook.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:9--&amp;gt;&lt;br /&gt;
PC-BSD® and the PC-BSD®&amp;amp;nbsp;logo are registered trademarks of {{citelink|url=https://www.ixsystems.com/|txt=iXsystems}}. If you wish to use the PC-BSD®&amp;amp;nbsp;logo in your own works, ask for permission first from ''marketing''&amp;amp;nbsp;at&amp;amp;nbsp;''ixsystems''&amp;amp;nbsp;dot&amp;amp;nbsp;''com''.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:10--&amp;gt;&lt;br /&gt;
; Trademarks&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:11--&amp;gt;&lt;br /&gt;
AMD is a trademark of Advanced Micro Devices, Inc.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:12--&amp;gt;&lt;br /&gt;
Apache is a trademark of The Apache Software Foundation.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:13--&amp;gt;&lt;br /&gt;
AppCafe® is a registered trademark of iXsystems.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:14--&amp;gt;&lt;br /&gt;
Asus® and Eee PC® are registered trademarks of ASUSTeK® Computer Inc.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:15--&amp;gt;&lt;br /&gt;
Facebook® is a registered trademark of Facebook Inc.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:16--&amp;gt;&lt;br /&gt;
Flash® is a registered trademark of Adobe Systems Incorporated in the United States and/or other countries.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:17--&amp;gt;&lt;br /&gt;
FreeBSD® is a registered trademark of the {{citelink|url=http://www.freebsdfoundation.org|txt=FreeBSD Foundation}}.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:18--&amp;gt;&lt;br /&gt;
FreeNAS® is a registered trademark of iXsystems.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:19--&amp;gt;&lt;br /&gt;
IBM® is a registered trademark of International Business Machines Corporation.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:20--&amp;gt;&lt;br /&gt;
Intel, the Intel logo, Pentium Inside, and Pentium are trademarks of Intel Corporation in the U.S. and/or other countries.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:21--&amp;gt;&lt;br /&gt;
Java™ is a trademark of Oracle America and/or its affiliates in the United States and other countries.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:22--&amp;gt;&lt;br /&gt;
Lenovo® is a registered trademark of Lenovo.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:23--&amp;gt;&lt;br /&gt;
LinkedIn® is a registered trademark of LinkedIn Corporation.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:24--&amp;gt;&lt;br /&gt;
Linux® is a registered trademark of Linus Torvalds.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:25--&amp;gt;&lt;br /&gt;
Mac and Mac OS are trademarks of Apple Inc., registered in the U.S. and other countries.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:26--&amp;gt;&lt;br /&gt;
MacBook® is a registered trademark of Apple Inc.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:27--&amp;gt;&lt;br /&gt;
MySQL is a trademark of Oracle.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:28--&amp;gt;&lt;br /&gt;
NVIDIA® is a trademark and/or registered trademark of NVIDIA Corporation in the U.S. and other countries. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:29--&amp;gt;&lt;br /&gt;
PostgreSQL® is a registered trademark of the PostgreSQL Global Development Group.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:30--&amp;gt;&lt;br /&gt;
ThinkPad® is a registered trademark of Lenovo.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:31--&amp;gt;&lt;br /&gt;
TrueOS® is a registered trademark of iXsystems. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:32--&amp;gt;&lt;br /&gt;
Twitter is a trademark of Twitter, Inc. in the United States and other countries.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:33--&amp;gt;&lt;br /&gt;
UNIX® is a registered trademark of The Open Group.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:34--&amp;gt;&lt;br /&gt;
VirtualBox® is a registered trademark of Oracle.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:35--&amp;gt;&lt;br /&gt;
VMWare® is a registered trademark of VMWare, Inc.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:36--&amp;gt;&lt;br /&gt;
Warden® is a registered trademark of iXsystems.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:37--&amp;gt;&lt;br /&gt;
Windows® is a registered trademark of Microsoft Corporation in the United States and other countries.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:38--&amp;gt;&lt;br /&gt;
; Typographic Conventions&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:39--&amp;gt;&lt;br /&gt;
The PC-BSD®&amp;amp;nbsp;9.1&amp;amp;nbsp;Handbook uses the following typographic conventions:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:40--&amp;gt;&lt;br /&gt;
'''bold text:''' represents a command written at the command line. In usage examples, the font is changed to Courier 10 with any command output displayed in unbolded text.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:41--&amp;gt;&lt;br /&gt;
''italic text:'' used to represent device names or file name paths.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:42--&amp;gt;&lt;br /&gt;
''' ''bold italic text:'' ''' used to emphasize an important point.&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
|[[File:note-msg-icon3.png|frame|64px|'''NOTE:''']]&lt;br /&gt;
|[[File:warning-msg-icon.png|frame|64px|'''WARNING''']]&lt;br /&gt;
|[[File:danger-msg-icon.png|frame|64px|'''DANGER!''']]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:43--&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{refheading}}&lt;br /&gt;
[[category:handbook]]&lt;br /&gt;
[[category:preface]]&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;languages /&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Drulavigne</name></author>	</entry>

	<entry>
		<id>http://wiki.pcbsd.org/index.php/Obtaining_PC-BSD%C2%AE</id>
		<title>Obtaining PC-BSD®</title>
		<link rel="alternate" type="text/html" href="http://wiki.pcbsd.org/index.php/Obtaining_PC-BSD%C2%AE"/>
				<updated>2013-04-25T12:54:14Z</updated>
		
		<summary type="html">&lt;p&gt;Drulavigne: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
{{NavHeader|back=Partitioning the Hard Drive|forward=Burning the Installation Media|custompagename=Obtaining PC-BSD{{r}}|custompagecategory={{PAGENAME}}}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
The installation files for PC-BSD® can be downloaded for free and end with an ''.iso'' or ''.img.bz2'' file extension. Depending upon the type of file you choose, the size will vary between ~650MB and ~3.5GB. This section will show you how to select which file to download and how to verify the downloaded file's checksum. The next section will demonstrate how to burn the file to bootable media.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:3--&amp;gt;&lt;br /&gt;
If you have a slow download connection or wish to support the PC-BSD® project financially, you can purchase PC-BSD® DVDs from the {{citelink|url=http://www.freebsdmall.com/cgi-bin/fm/scan/su=yes/fi=prod_bsd/sf=sku/sf=title/sf=category/se=pcbsd|txt=FreeBSD Mall}}.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:4--&amp;gt;&lt;br /&gt;
Members of the PC-BSD® project attend many IT conferences across the globe and give out PC-BSD® DVDs at conference booths. Visiting a PC-BSD® booth is an excellent way to meet other PC-BSD® users and to get your questions answered. Check the {{citelink|url=http://blog.pcbsd.org/|txt=PC-BSD® Blog}} to see if any events are happening near you. If you are organizing a PC-BSD® booth, {{citelink|url=http://pcbsd.org/en/support/|txt=contact us}} to arrange for DVDs.&lt;br /&gt;
&lt;br /&gt;
=== Selecting Which File to Download === &amp;lt;!--T:5--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:6--&amp;gt;&lt;br /&gt;
When you go to the {{citelink|url=http://pcbsd.org/en/download.html|txt=Download}} page of the PC-BSD® website, you will find a number of files available for download:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:7--&amp;gt;&lt;br /&gt;
* '''DVD:''' contains the full version of PC-BSD® (all system components, ports, and source); requires a DVD burner.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:8--&amp;gt;&lt;br /&gt;
* '''USB:''' contains the full version of PC-BSD® (all system components, ports, and source); requires a USB memory stick or flash card.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:9--&amp;gt;&lt;br /&gt;
* '''USB-lite:''' contains a stripped down version of PC-BSD® and the LXDE desktop (no system components, ports, source, or FreeBSD/TrueOS®); requires a USB memory stick or flash card.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:10--&amp;gt;&lt;br /&gt;
* '''USB-live:''' contains a writable, live version of PC-BSD® running the LXDE desktop; requires a USB memory stick or flash card.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:11--&amp;gt;&lt;br /&gt;
* '''VMware disk image:''' contains a pre-installed version of PC-BSD® with the GNOME, KDE, LXDE, Openbox, and XFCE desktops. See the section on [[Using VirtualBox#Using the Downloadable VirtualBox or VMWare Disk|Using VirtualBox]] for instructions on using the VMware disk image. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:12--&amp;gt;&lt;br /&gt;
* '''VirtualBox disk:''' contains a pre-installed version of PC-BSD® with the GNOME, KDE, LXDE, Openbox, and XFCE desktops. See the section on [[Using VirtualBox#Using the Downloadable VirtualBox or VMWare Disk|Using VirtualBox]] for instructions on using the VirtualBox disk. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:13--&amp;gt;&lt;br /&gt;
{{note|icon64=if your system is not able to boot from either a DVD or USB device and GRUB version 2 is installed, you can download the DVD ''.iso'' file and instruct GRUB to boot from it using these {{citelink|url=http://www.plop.at/en/ploplinux/iso.html|txt=instructions}}.}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:14--&amp;gt;&lt;br /&gt;
The larger the installation file size, the more components that come with that installation. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:15--&amp;gt;&lt;br /&gt;
Regardless of which media you use to install PC-BSD®, you have the option to install additional components and applications after the installation using [[System Manager]] and [[Using AppCafe® | AppCafe®]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:16--&amp;gt;&lt;br /&gt;
There are two versions available for each type of file: one for 32-bit (i386) systems and one for 64-bit (amd64) systems. It is important that you download a file that matches your computer's processor type (32- or 64-bit). For example, if the system is 64-bit or has more than 4GB of RAM, download the amd64 version, even if the brand is not AMD. Each media type includes the ''pcbsd-media-details'' file which identifies the release version, architecture, media type, and date of creation. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:17--&amp;gt;&lt;br /&gt;
{{note|icon64=If you plan to use VirtualBox to install PC-BSD®, you can install the 32-bit version, even if your computer is 64-bit. Depending upon your processor's capabilities, you may or may not be able to install the 64-bit version on a 64-bit system using VirtualBox.}}&lt;br /&gt;
&lt;br /&gt;
=== Data Integrity Check === &amp;lt;!--T:18--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:19--&amp;gt;&lt;br /&gt;
After downloading the file that is correct for your architecture and installation media, it is a good idea to check that the file is exactly the same as the one on the PC-BSD® server. While downloading, a portion of the file may get damaged or lost, making the installation file unusable. Each [[Image:Fastsum1b.png|thumb|400px|'''Figure 2.4a: Verifying a Checksum Using FastSum''']] PC-BSD® download has an associated MD5 checksum which is listed next to the download link. If the checksum of the file you downloaded has the same number, your download was successful. If the MD5 numbers do not match, you should download the file again, preferably from a different mirror. In order to verify the checksum, you will need to use a checksum verification utility.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:20--&amp;gt;&lt;br /&gt;
If you are currently using a Windows system, you can download and install the {{citelink|url=http://www.fastsum.com/|txt=FastSum}} utility. Once installed, launch the program and click the &amp;quot;Files&amp;quot; button, shown in Figure 2.4a, to browse to the location of your downloaded file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:21--&amp;gt;&lt;br /&gt;
Once the file is selected, click the green arrow to calculate the checksum. Once calculated, it will be listed in the &amp;quot;Checksum\State&amp;quot; column. The checksum is 87d28f726bd6b88c62433fddda16f089 in this example (though FastSum will capitalize the letters). &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:22--&amp;gt;&lt;br /&gt;
On Linux and BSD systems you can use the built-in '''md5''' (or '''md5sum''') command line tool to check the data integrity of the downloaded file. In this example, the file is located in the ''Downloads'' subdirectory. You should substitute the name and location of the file that you downloaded:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:23--&amp;gt;&lt;br /&gt;
{{txtbox|pre|box='''md5 Downloads/PCBSD9.1-x64-DVD.iso '''&lt;br /&gt;
MD5 (Downloads/PCBSD9.1-x64-DVD.iso) = 87d28f726bd6b88c62433fddda16f089}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:24--&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{refheading}}&lt;br /&gt;
[[category:Obtaining PC-BSD®]]&lt;br /&gt;
[[category:Pre-Installation Tasks]]&lt;br /&gt;
[[category:handbook]]&lt;br /&gt;
[[category:Referred by pcbsd.org]]&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;languages /&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Drulavigne</name></author>	</entry>

	<entry>
		<id>http://wiki.pcbsd.org/index.php/PC-BSD%C2%AE_Forums</id>
		<title>PC-BSD® Forums</title>
		<link rel="alternate" type="text/html" href="http://wiki.pcbsd.org/index.php/PC-BSD%C2%AE_Forums"/>
				<updated>2013-04-25T12:53:21Z</updated>
		
		<summary type="html">&lt;p&gt;Drulavigne: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;{{NavHeader|back=Finding Help|forward=IRC Channel|custompagename=PC-BSD{{R}} Forums|custompagecategory=PC-BSD{{RM}} Forums}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
The {{citelink|url=http://forums.pcbsd.org/|txt=PC-BSD® Forums}} contain a wealth of information, tips and solutions which you can access from a web browser. There are many active members and you will find that most questions are replied to quickly. If you are having problems with something on your PC-BSD® system, try using the forum's search utility. You will often find that someone else has posted a similar question and that other users have responded with a fix or a how-to.  &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:3--&amp;gt;&lt;br /&gt;
The Forums have been categorized, allowing users to skim through the categories that interest them while learning some things along the way. You do not have to create a login account in order to search or read through the forums. However, if you wish to ask or answer a question on a forum or subscribe to a forum or a thread (to be automatically notified when a new post is added), you will need to be logged in. To subscribe to a forum, open the page for the forum and select Forum Tools ➜ Subscribe to this Forum. You will be prompted to choose how often to be notified whenever a post is added to the forum. If you wish to subscribe to a specific post, open the post and select Thread Tools ➜ Subscribe to this Thread. You will be notified whenever someone responds to that post.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:4--&amp;gt;&lt;br /&gt;
The current categories and the forum descriptions are described below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:5--&amp;gt;&lt;br /&gt;
'''The General category''' contains the following forums:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:6--&amp;gt;&lt;br /&gt;
* {{citelink|url=http://forums.pcbsd.org/forumdisplay.php?f=22|txt=Announcements}}: this is a read only forum containing announcements of new releases and news related to PC-BSD®. Subscribing to this forum is a good way to keep up-to-date with the latest news about PC-BSD®.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:7--&amp;gt;&lt;br /&gt;
* {{citelink|url=http://forums.pcbsd.org/forumdisplay.php?f=10|txt=General Questions}}: use this forum if your question does not fit into any of the other forum categories.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:8--&amp;gt;&lt;br /&gt;
* {{citelink|url=http://forums.pcbsd.org/forumdisplay.php?f=17|txt=The Lounge}}: this is a general discussion area for PC-BSD® users. Posts in this forum are not of a technical nature. Posts should be of interest to other PC-BSD® users and not contain any mature or slanderous content.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:9--&amp;gt;&lt;br /&gt;
* {{citelink|url=http://forums.pcbsd.org/forumdisplay.php?f=62|txt=Advocacy}}: this is a brainstorming area for promoting PC-BSD®.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:10--&amp;gt;&lt;br /&gt;
* {{citelink|url=http://forums.pcbsd.org/forumdisplay.php?f=34|txt=Guides}}: this forum contains how-tos and guides for performing specific tasks on PC-BSD®.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:11--&amp;gt;&lt;br /&gt;
* {{citelink|url=http://forums.pcbsd.org/forumdisplay.php?f=28|txt=Tips and Tricks}}: this forum contains suggestions for configuring and tweaking your PC-BSD® system.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:12--&amp;gt;&lt;br /&gt;
* {{citelink|url=http://forums.pcbsd.org/forumdisplay.php?f=55|txt=Books on PC-BSD®}}: this forum contains errata and discussion for published books about PC-BSD®.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:13--&amp;gt;&lt;br /&gt;
* {{citelink|url=http://forums.pcbsd.org/forumdisplay.php?f=74|txt=PC-BSD® Server Edition}}: this forum is for the discussion of the FreeBSD server and TrueOS® editions of PC-BSD®.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:14--&amp;gt;&lt;br /&gt;
'''The PC-BSD® Software category''' allows developers to become aware of any problems with current PBIs or software installed using pkgng and to receive requests for software that should be made into a PBI. If you start a post in any of these forums, subscribe to it so you can be notified of any responses to your post. The forums in this category include:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:15--&amp;gt;&lt;br /&gt;
* {{citelink|url=http://forums.pcbsd.org/forumdisplay.php?f=12|txt=PBI Discussion}}: a general discussion area for resolving PBI problem reports. If you have a problem installing or using a PBI, post the details in this forum.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:16--&amp;gt;&lt;br /&gt;
* {{citelink|url=http://forums.pcbsd.org/forumdisplay.php?f=61|txt=PBI Requests}}: do you have a favorite application that is not currently available as a PBI? You can request it in this forum. Be sure to read the {{citelink|url=http://forums.pcbsd.org/showthread.php?t=13642|txt=Readme first}} post if this is your first PBI request.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:17--&amp;gt;&lt;br /&gt;
* {{citelink|url=http://forums.pcbsd.org/forumdisplay.php?f=63|txt=Finished PBIs}}: once a new PBI is created as the result of a PBI request, the original request is moved to this forum.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:18--&amp;gt;&lt;br /&gt;
* {{citelink|url=http://forums.pcbsd.org/forumdisplay.php?f=73|txt=Port Requests}}: do you have a favorite application that is not currently available as a FreeBSD port? You can request it here. If someone does make a port it can also be converted into a PBI, as PBIs are based on FreeBSD ports. Again, read the {{citelink|url=http://forums.pcbsd.org/showthread.php?t=13743|txt=Readme first}} file if this is your first port request.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:19--&amp;gt;&lt;br /&gt;
* {{citelink|url=http://forums.pcbsd.org/forumdisplay.php?f=86|txt=pkgng Discussion}}: if you have problems installing software using pkgng or running an application installed using pkgng, post the details here.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:20--&amp;gt;&lt;br /&gt;
'''The Support category''' deals with the following types of support questions. PC-BSD® developers are subscribed to this list so they can help determine what is causing the problem, and if a fix is made available, can commit it for the next version of PC-BSD®. If you start a post in any of these forums, subscribe to it so you can be notified of any responses to your post.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:21--&amp;gt;&lt;br /&gt;
* {{citelink|url=http://forums.pcbsd.org/forumdisplay.php?f=16|txt=General Bug Reports}}: if you are having a problem on your PC-BSD® system that does not match any of the other forum categories, you can report it here. Read any posts marked as &amp;quot;sticky&amp;quot; (they will always be at the top of the forum) if this is your first bug report.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:22--&amp;gt;&lt;br /&gt;
* {{citelink|url=http://forums.pcbsd.org/forumdisplay.php?f=11|txt=Installing PC-BSD®}}: if you are having problems installing PC-BSD®, post the details of your problem to this forum.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:23--&amp;gt;&lt;br /&gt;
* {{citelink|url=http://forums.pcbsd.org/forumdisplay.php?f=20|txt=Startup Bug Reports}}: if you have been able to install PC-BSD® but are having problems booting into PC-BSD®, post the details of your problem in this forum.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:24--&amp;gt;&lt;br /&gt;
* {{citelink|url=http://forums.pcbsd.org/forumdisplay.php?f=21|txt=Usage Bug Reports}}: if you are having problems performing a task or using the software that was installed with your PC-BSD® system, post the details of your problem to this forum.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:25--&amp;gt;&lt;br /&gt;
* {{citelink|url=http://forums.pcbsd.org/forumdisplay.php?f=14|txt=FreeBSD Help}}: if you suspect that your problem is not with PC-BSD® but with the underlying FreeBSD operating system, post the details of your problem in this forum. The {{citelink|url=http://forums.pcbsd.org/showthread.php?t=12938|txt=Looking for FreeBSD Help? README FIRST!}} post should be read first.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:26--&amp;gt;&lt;br /&gt;
'''The Hardware Support category''' is for reporting hardware-related problems. PC-BSD® developers are subscribed to this list so they can help determine what is causing the problem, and if a fix is made available, can commit it for the next version of PC-BSD®. If you start a post in any of these forums, subscribe to it so you can be notified of any responses to your post. Be sure to read the {{citelink|url=http://forums.pcbsd.org/showthread.php?t=13753|txt=README first}} before posting.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:27--&amp;gt;&lt;br /&gt;
* {{citelink|url=http://forums.pcbsd.org/forumdisplay.php?f=27|txt=General Support}}: if your hardware problem does not match any of the other forum categories, post the details of your problem in this forum.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:28--&amp;gt;&lt;br /&gt;
* {{citelink|url=http://forums.pcbsd.org/forumdisplay.php?f=29|txt=Graphics Cards}}: if you are having problems with your video card settings, post the details of your problem to this forum.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:29--&amp;gt;&lt;br /&gt;
* {{citelink|url=http://forums.pcbsd.org/forumdisplay.php?f=30|txt=Sound and Multimedia}}: if you are having problems with sound or in playing multimedia such as CDs or videos, post the details of your problem to this forum. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:30--&amp;gt;&lt;br /&gt;
* {{citelink|url=http://forums.pcbsd.org/forumdisplay.php?f=31|txt=Networking}}: if you are having problems using or configuring a network interface, post the details of your problem to this forum.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:31--&amp;gt;&lt;br /&gt;
* {{citelink|url=http://forums.pcbsd.org/forumdisplay.php?f=32|txt=Laptops}}: if you are having problems with power management or other laptop-specific issues, post the details of your problem to this forum.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:32--&amp;gt;&lt;br /&gt;
* {{citelink|url=http://forums.pcbsd.org/forumdisplay.php?f=33|txt=Drives}}: if you are having problems accessing or formatting CD, DVD, USB or hard drives, post the details of your problem to this forum.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:33--&amp;gt;&lt;br /&gt;
'''The Development category''' contains the following forums:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:34--&amp;gt;&lt;br /&gt;
* {{citelink|url=http://forums.pcbsd.org/forumdisplay.php?f=13|txt=Creating PC-BSD® Packages (.pbi files)}}: this is a discussion area for PBI developers who need help with or have questions about creating a PBI.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:35--&amp;gt;&lt;br /&gt;
* {{citelink|url=http://forums.pcbsd.org/forumdisplay.php?f=15|txt=Feature Requests}}: do you have an idea for a feature that you would like to be available in PC-BSD®? This is the forum to request it.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:36--&amp;gt;&lt;br /&gt;
* {{citelink|url=http://forums.pcbsd.org/forumdisplay.php?f=19|txt=Translations}}: this is a discussion area for translators who localize PC-BSD® menus or translate PC-BSD® documentation.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:37--&amp;gt;&lt;br /&gt;
* {{citelink|url=http://forums.pcbsd.org/forumdisplay.php?f=25|txt=Documentation Project}}: this is a discussion area for those who wish to help with PC-BSD® documentation.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:38--&amp;gt;&lt;br /&gt;
* {{citelink|url=http://forums.pcbsd.org/forumdisplay.php?f=26|txt=PC-BSD® Installer}}: this is a discussion area for feature requests and testing of the PC-BSD® installation program.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:39--&amp;gt;&lt;br /&gt;
'''The Testing category''' is for PC-BSD® beta testers to report problems found in upcoming versions of PC-BSD®. It contains the following forums:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:40--&amp;gt;&lt;br /&gt;
* {{citelink|url=http://forums.pcbsd.org/forumdisplay.php?f=65|txt=General Testing}}: if your problem is not related to one of the following desktop environments, report the problem in this forum. Be sure to read the sticky threads first as they contain useful information about beta testing and any known issues with the testing snapshot.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:41--&amp;gt;&lt;br /&gt;
* {{citelink|url=http://forums.pcbsd.org/forumdisplay.php?f=66|txt=KDE}}: if your problem is related to the KDE desktop or KDE applications, report the problem in this forum. Be sure to read {{citelink|url=http://forums.pcbsd.org/showthread.php?t=13636|txt=README first}} for instructions before posting.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:42--&amp;gt;&lt;br /&gt;
* {{citelink|url=http://forums.pcbsd.org/forumdisplay.php?f=67|txt=Gnome}}: if your problem is related to the GNOME desktop or GNOME applications, report the problem in this forum. Be sure to read {{citelink|url=http://forums.pcbsd.org/showthread.php?t=13637|txt=README first}} for instructions before posting.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:43--&amp;gt;&lt;br /&gt;
* {{citelink|url=http://forums.pcbsd.org/forumdisplay.php?f=68|txt=XFCE}}: if your problem is related to the XFCE desktop, report the problem in this forum. Be sure to read {{citelink|url=http://forums.pcbsd.org/showthread.php?t=13638|txt=README first}} for instructions before posting.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:44--&amp;gt;&lt;br /&gt;
* {{citelink|url=http://forums.pcbsd.org/forumdisplay.php?f=69|txt=LXDE}}: if your problem is related to the LXDE desktop, report the problem in this forum. Be sure to read {{citelink|url=http://forums.pcbsd.org/showthread.php?t=13639|txt=README first}} for instructions before posting.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:45--&amp;gt;&lt;br /&gt;
* {{citelink|url=http://forums.pcbsd.org/forumdisplay.php?f=70|txt=Fluxbox}}: if your problem is related to the Fluxbox desktop, report the problem in this forum. Be sure to read {{citelink|url=http://forums.pcbsd.org/showthread.php?t=13640|txt=README first}} for instructions before posting.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:46--&amp;gt;&lt;br /&gt;
* {{citelink|url=http://forums.pcbsd.org/forumdisplay.php?f=72|txt=Ports Testers}}: if your problem is related to a FreeBSD package or port, you can report the problem in this forum. Be sure to read {{citelink|url=http://forums.pcbsd.org/showthread.php?t=13742|txt=README first}} for instructions before posting.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:47--&amp;gt;&lt;br /&gt;
'''The Hardware Compatibility category''' contains forums to help users determine if their hardware is compatible with PC-BSD®. It contains the following forums:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:48--&amp;gt;&lt;br /&gt;
* {{citelink|url=http://forums.pcbsd.org/forumdisplay.php?f=77|txt=Motherboards}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:49--&amp;gt;&lt;br /&gt;
* {{citelink|url=http://forums.pcbsd.org/forumdisplay.php?f=78|txt=Video Cards}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:50--&amp;gt;&lt;br /&gt;
* {{citelink|url=http://forums.pcbsd.org/forumdisplay.php?f=79|txt=NICS}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:51--&amp;gt;&lt;br /&gt;
'''The Server Administration category''' contains forums for discussing system administrative tasks system administration topics and questions for PC-BSD®, TrueOS®, FreeBSD, and Warden®. It contains the following forums:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:52--&amp;gt;&lt;br /&gt;
* {{citelink|url=http://forums.pcbsd.org/forumdisplay.php?f=82|txt=System Administrators}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:53--&amp;gt;&lt;br /&gt;
* {{citelink|url=http://forums.pcbsd.org/forumdisplay.php?f=83|txt=Jails}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:54--&amp;gt;&lt;br /&gt;
'''The International category''' contains forums for non-English speakers for PC-BSD® related discussions in their native language. Each forum has its own categories for organizing posts. The following forums are available:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:55--&amp;gt;&lt;br /&gt;
* {{citelink|url=http://forums.pcbsd.org/forumdisplay.php?f=75|txt=Chinese}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:56--&amp;gt;&lt;br /&gt;
* {{citelink|url=http://forums.pcbsd.org/forumdisplay.php?f=40|txt=French - Français}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:57--&amp;gt;&lt;br /&gt;
* {{citelink|url=http://forums.pcbsd.org/forumdisplay.php?f=41|txt=German - Deutsch}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:58--&amp;gt;&lt;br /&gt;
* {{citelink|url=http://forums.pcbsd.org/forumdisplay.php?f=84|txt=Russian - Русский}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:59--&amp;gt;&lt;br /&gt;
* {{citelink|url=http://forums.pcbsd.org/forumdisplay.php?f=80|txt=Slovene - Slovenščina}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:60--&amp;gt;&lt;br /&gt;
* {{citelink|url=http://forums.pcbsd.org/forumdisplay.php?f=39|txt=Spanish - Español}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:61--&amp;gt;&lt;br /&gt;
While logged into the forums, a link called &amp;quot;UserCP&amp;quot; will appear in the upper left hand corner. This is your control panel and it contains many settings to customize your forums experience. You should review the settings in your Control Panel.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:62--&amp;gt;&lt;br /&gt;
Before asking a question on the forums or starting a new thread, first use the search utility to see if a similar thread already exists. If one does, you can add to the conversation by using the &amp;quot;Reply&amp;quot; button. If you find a thread useful, feel free to click the &amp;quot;Thanks&amp;quot; button to let the original poster know that you benefited from their knowledge.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:63--&amp;gt;&lt;br /&gt;
If a similar thread does not already exist, review the forum categories to determine which one is the best fit for your post. When creating a new thread, use a useful &amp;quot;Title&amp;quot; name to describe your problem or question -- remember, other users may be researching a similar issue and you want them to find your thread. Include enough details in your message so that others can quickly understand what you are experiencing -- otherwise, they will have to ask you additional questions to understand your problem. Make sure you are subscribed to your thread so that you will receive a notification when someone responds to it.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:64--&amp;gt;&lt;br /&gt;
You can ask a question by clicking on the &amp;quot;New Thread&amp;quot; button in the forum category that most closely matches your question. For example, if you are having problems with your video settings, you should create a new thread in the &amp;quot;Graphics Card&amp;quot; forum. If you do not see a category that matches your question, try the &amp;quot;General Support&amp;quot; category.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:65--&amp;gt;&lt;br /&gt;
In addition to the forums available from the PC-BSD® Forums website, the following forums may assist you in troubleshooting your PC-BSD® system:&lt;br /&gt;
 &lt;br /&gt;
* {{citelink|url=http://forums.freebsd.org/|txt=FreeBSD Forums}}: many PC-BSD® problems are related to the underlying FreeBSD operating system. The FreeBSD forums are very active and full of useful information that can apply to your PC-BSD® system.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:66--&amp;gt;&lt;br /&gt;
* {{citelink|url=http://forums.bsdnexus.com/|txt=BSD Nexus}}: contains categories for each of the BSD operating systems as well as general BSD information.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:67--&amp;gt;&lt;br /&gt;
* {{citelink|url=http://www.bsdforen.de/index.php|txt=BSD Foren}}: these forums are in German and contain many categories for each of the BSD operating systems.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:68--&amp;gt;&lt;br /&gt;
* {{citelink|url=http://www.bsdguru.org/dyskusja/viewforum.php?f=45|txt=BSD Guru PC-BSD® Forum}}: this forum is in Polish and is specific to PC-BSD®, forums for the other BSD operating systems are also available at {{citelink|url=http://www.bsdguru.org/dyskusja/|txt=BSD Guru}}.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:69--&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;{{refheading}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
[[category:handbook]]&lt;br /&gt;
[[category:Finding Help]]&lt;br /&gt;
[[category:PC-BSD® Forums]]&lt;br /&gt;
&amp;lt;languages/&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Drulavigne</name></author>	</entry>

	<entry>
		<id>http://wiki.pcbsd.org/index.php/What%27s_New_in_9.1</id>
		<title>What's New in 9.1</title>
		<link rel="alternate" type="text/html" href="http://wiki.pcbsd.org/index.php/What%27s_New_in_9.1"/>
				<updated>2013-04-25T12:51:04Z</updated>
		
		<summary type="html">&lt;p&gt;Drulavigne: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{NavHeader|back=Goals and Features|forward=PC-BSD® Releases}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
The following features have been added to or improved for PC-BSD®&amp;amp;nbsp;9.1:&lt;br /&gt;
&lt;br /&gt;
* Based on FreeBSD&amp;amp;nbsp;9.1, which includes improved Intel video support. The {{Citelink|url=http://www.freebsd.org/releases/9.1R/relnotes.html|txt=Release&amp;amp;nbsp;Notes for FreeBSD&amp;amp;nbsp;9.1}} list the new features and drivers introduced in FreeBSD&amp;amp;nbsp;9.1.&amp;lt;!-- URL DOES NOT EXIST YET --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* The PC-BSD® installer has been revamped to separate pre-installation tasks from post-installation tasks. This makes it easier to automate the roll-out of multiple installations because the end-user can configure their account information and display settings before logging in for the first time. &lt;br /&gt;
&lt;br /&gt;
* The PC-BSD® installer now sets its default settings according to the hardware installed. 64-bit systems containing over 2GB of RAM will default to the ZFS filesystem whereas 32-bit systems and any system containing less than 2GB of RAM will default to UFS+SUJ. Systems containing more than 2GB of RAM will default to the KDE desktop and all other systems will default to the LXDE desktop. A hardware compatibility icon within the installer allows the user to see at a glance if their video card, Ethernet card, wireless card, and sound card are compatible with PC-BSD®. &lt;br /&gt;
&lt;br /&gt;
* The PC-BSD® installer now provides a [[Install a Server | wizard to install either a vanilla FreeBSD server or a TrueOS® server]]. In addition to the base FreeBSD system provided by a vanilla FreeBSD server installation, the TrueOS® server edition adds the command line versions of [[PBI Manager]], [[Update Manager]], and [[Warden®]].&lt;br /&gt;
&lt;br /&gt;
* The ability to perform a network install has been removed from the graphical installer. The [[Creating an Automated Installation with pc-sysinstall | scriptable back-end]] still provides the variables needed for network installations.&lt;br /&gt;
&lt;br /&gt;
* The ZFS section of the PC-BSD® installer now allows you to set ZFS properties such as compression and quotas, create datasets, and import existing ZFS pools.&lt;br /&gt;
&lt;br /&gt;
* [[Multiple Boot Environments]] support allows systems formatted with ZFS to create alternate bootable snapshots. These can be used for testing purposes or to create a bootable backup of the boot environment before performing an upgrade.&lt;br /&gt;
&lt;br /&gt;
* [[Warden®]] is now built into the operating system and available through Control Panel. It can now be used to manage multiple jails.&lt;br /&gt;
&lt;br /&gt;
* Warden® now supports the creation of three types of jails: traditional FreeBSD jails for running network services, (a less secure) ports jail for safely installing and running FreeBSD ports/packages from your PC-BSD® system, and the installation of Linux within a jail.&lt;br /&gt;
&lt;br /&gt;
* Warden® now supports the management of ZFS snapshots on a per-jail basis.&lt;br /&gt;
&lt;br /&gt;
* [[Update Manager]] has been integrated into Warden®. Combined with the meta-package support, it is now easier than ever to install software into a jail and to keep that software up-to-date.&lt;br /&gt;
&lt;br /&gt;
* [[Using AppCafe® | AppCafe®]] now shows the number of available PBIs and supports automatic updating. &lt;br /&gt;
&lt;br /&gt;
* [[EasyPBI]] is now available through Control Panel, making it easier than ever to convert existing FreeBSD ports to PC-BSD® PBIs.&lt;br /&gt;
&lt;br /&gt;
* An [[About]] icon has been added to the Control Panel, making it easy to determine the PC-BSD® version, which desktops, and the version of X that have been installed.&lt;br /&gt;
&lt;br /&gt;
* An [[Active Directory &amp;amp; LDAP]] GUI has been added to Control Panel, allowing you to set the client information for connecting to Active Directory servers.&lt;br /&gt;
&lt;br /&gt;
* A [[Hardware Compatibility]] icon has been added to the control panel, providing a quick overview of detected hardware devices.&lt;br /&gt;
&lt;br /&gt;
* The [[GDM Configuration]] GUI has been added to Control Panel and can be used to configure auto-login and remote login through XDMCP.&lt;br /&gt;
&lt;br /&gt;
* A [[Mount Tray]] icon has been added to the Control Panel and System Tray, allowing easy access to USB drives.&lt;br /&gt;
&lt;br /&gt;
* A [[Sound Configuration]] icon has been added to the Control Panel and can be used to test sound or change the default audio device.&lt;br /&gt;
&lt;br /&gt;
* [[Network Configuration]] manager now supports 802.1x authentication over Ethernet networks.&lt;br /&gt;
&lt;br /&gt;
* [[Life Preserver]] now provides a browse button when creating an include or exclude filter.&lt;br /&gt;
&lt;br /&gt;
* [[Thin Client]] now allows you to create a PXE Boot Desktop Server or a PXE Boot Installation Server.&lt;br /&gt;
&lt;br /&gt;
* [[Bluetooth Manager]] has been added to the System Tray.&lt;br /&gt;
&lt;br /&gt;
* [[PC-BSD® Live Mode]] is now a USB-only, read/write image.&lt;br /&gt;
&lt;br /&gt;
* When ZFS formatting during installation, {{Citelink|url=http://ivoras.net/blog/tree/2011-01-01.freebsd-on-4k-sector-drives.html|txt=gnop 4K alignment}} is now used when creating the zpool. This results in a dramatic increase in performance. For this reason, it is recommended that users with existing ZFS installations re-install rather than upgrade in order to receive these performance benefits.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;{{refheading}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
[[category:handbook]]&lt;br /&gt;
[[category:Introduction]]&lt;br /&gt;
[[category:What's New]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Drulavigne</name></author>	</entry>

	<entry>
		<id>http://wiki.pcbsd.org/index.php/System_Selection_Screen</id>
		<title>System Selection Screen</title>
		<link rel="alternate" type="text/html" href="http://wiki.pcbsd.org/index.php/System_Selection_Screen"/>
				<updated>2013-04-25T12:50:35Z</updated>
		
		<summary type="html">&lt;p&gt;Drulavigne: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
{{NavHeader|back=Language Selection Screen|forward=Disk Selection Screen}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
The &amp;quot;System Selection&amp;quot; screen, shown in Figure 3.3a, allows you to select the system components and window managers to install with PC-BSD®.&lt;br /&gt;
[[File:Installer2c.png|thumb|393px|'''Figure 3.3a: Desktop Selection Screen''']]&lt;br /&gt;
The default selection will depend upon the amount of RAM on the system. Systems containing more than 2GB of RAM will default to the KDE desktop and all other systems will default to the LXDE desktop. The arrow buttons can be used to browse through the primary window managers or to [[Install a Server | install a FreeBSD or TrueOS® server]] instead of a PC-BSD® desktop. Before leaving this screen, click the &amp;quot;Customize&amp;quot; button to review a larger selection of desktops and system components to install. If you right-click a component and select &amp;quot;View Packages&amp;quot;, a pop-up menu will list the packages that are installed with that component.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:3--&amp;gt;&lt;br /&gt;
After installation, you can return to this &amp;quot;Customize&amp;quot; screen in order to install or uninstall additional components by going to [[Control Panel]] ➜ [[System Manager]] ➜ [[System Manager#Install/Uninstall Desktops and System Components | System Packages]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:4--&amp;gt;&lt;br /&gt;
In the example shown in Figure 3.3b, the user clicked “Components” then right-clicked Development ➜ Development-Science to view the packages to be installed with this component. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:5--&amp;gt;&lt;br /&gt;
[[File:Installer2d.png|thumb|393px|'''Figure 3.3b: Browsing Additional System Components''']]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:6--&amp;gt;&lt;br /&gt;
The following components are available for installation.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:7--&amp;gt;&lt;br /&gt;
* '''Desktops:''' includes the following supported desktops: [[GNOME2]], [[KDE4]], [[LXDE]], and [[XFCE4]]. If you expand the + next to a desktop, you can select which components to install with that desktop. You can select as many desktops and components as you wish to install.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:8--&amp;gt;&lt;br /&gt;
* '''Development:''' software utilities suited for developers. These include the valgrind debugging tool, QT development tools, CMake, GNU make, Subversion, and git.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:9--&amp;gt;&lt;br /&gt;
* '''Hardware-Drivers:''' if you expand the + you can select additional drivers to install: HPLIP (for HP printers), Handheld (for syncing with WinCE devices), and NVIDIA (for older NVIDIA cards). If you have an older NVIDIA video card or a HP printer, check the applicable box to install the required drivers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:10--&amp;gt;&lt;br /&gt;
* '''Misc:''' if you expand the + you can select from the following: [[Display#KDE Desktop Effects and Compiz|Compiz]], the [[MythTV]] DVR, {{citelink|url=http://open-vm-tools.sourceforge.net/about.php|txt=VMwareGuest}}, [[Using VirtualBox#Installing VirtualBox Guest Additions|VirtualBox Guest additions]], and the [[XBMC]] media center.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:11--&amp;gt;&lt;br /&gt;
* '''Unsupported-Desktops:''' additional light-weight desktops for expert users.  If you expand the + you can select from [[Awesome]], [[Enlightenment]], [[EvilWM]], [[FVWM]], [[i3]], [[IceWM]], [[Openbox]], [[Ratpoison]], [[Spectrwm]], [[WindowLab]], or [[Window Maker]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:12--&amp;gt;&lt;br /&gt;
{{note|width=48.5%|[[Fluxbox]] is always installed and available in the login menu of a PC-BSD® system.}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:13--&amp;gt;&lt;br /&gt;
If you check the box of a component that has a + next to it, it will automatically select all of its sub-components. You can click the + to expand and uncheck any sub-components that you do not wish to install.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:14--&amp;gt;&lt;br /&gt;
Once you have made your selection(s), click the &amp;quot;Save&amp;quot; button to save your selections. The &amp;quot;System Selection&amp;quot; box will list the components that you selected for installation. You can now click the &amp;quot;Next&amp;quot; button to proceed to the next screen.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:15--&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{refheading}}&lt;br /&gt;
[[category:Installing PC-BSD®]]&lt;br /&gt;
[[category:Desktop Selection Screen]]&lt;br /&gt;
[[category:handbook]]&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;languages /&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Drulavigne</name></author>	</entry>

	<entry>
		<id>http://wiki.pcbsd.org/index.php/Hardware_Requirements</id>
		<title>Hardware Requirements</title>
		<link rel="alternate" type="text/html" href="http://wiki.pcbsd.org/index.php/Hardware_Requirements"/>
				<updated>2013-04-25T12:49:57Z</updated>
		
		<summary type="html">&lt;p&gt;Drulavigne: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
{{NavHeader|back=Pre-Installation Tasks|forward=Laptops}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
PC-BSD® has moderate hardware requirements and commonly uses less resources than its commercial counterparts. Before installing PC-BSD®, make sure that your hardware or virtual machine at least meets the minimum requirements. To get the most out of your PC-BSD® experience, refer to the recommended system requirements.&lt;br /&gt;
&lt;br /&gt;
=== Minimum System Requirements === &amp;lt;!--T:3--&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:4--&amp;gt;&lt;br /&gt;
At a bare minimum, you need to meet these requirements in order to install PC-BSD®:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:5--&amp;gt;&lt;br /&gt;
* Pentium II or higher&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:6--&amp;gt;&lt;br /&gt;
* 512 MB RAM &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:7--&amp;gt;&lt;br /&gt;
* 10GB of free hard drive space on a primary partition for a TrueOS® or FreeBSD server installation&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:8--&amp;gt;&lt;br /&gt;
* Network card&lt;br /&gt;
&lt;br /&gt;
=== Recommended System Requirements === &amp;lt;!--T:9--&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:10--&amp;gt;&lt;br /&gt;
The following are the minimum recommended requirements. The more RAM and available disk space, the better your computing experience:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:11--&amp;gt;&lt;br /&gt;
* Pentium 4 or higher&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:12--&amp;gt;&lt;br /&gt;
* 1024 MB of RAM&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:13--&amp;gt;&lt;br /&gt;
* 50GB of free hard drive space on a primary partition for a desktop installation&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:14--&amp;gt;&lt;br /&gt;
* Network card&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:15--&amp;gt;&lt;br /&gt;
* Sound card&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:16--&amp;gt;&lt;br /&gt;
* NVIDIA 3D accelerated video card &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:17--&amp;gt;&lt;br /&gt;
The PC-BSD installer's hardware check will display a warning message if the selected partition contains less than 20GB for a server installation or less than 50GB for a desktop installation.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:18--&amp;gt;&lt;br /&gt;
You can never have too much RAM, so install as much as you can afford. To play modern video games, you should use a fast CPU. If you want to create a collection of tunes and movies on your computer, you will want a large hard disk drive which can be internal or external.&lt;br /&gt;
&lt;br /&gt;
=== Supported Processors === &amp;lt;!--T:19--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:20--&amp;gt;&lt;br /&gt;
PC-BSD® should install on any system containing a 32-bit (also called i386) or 64-bit (also called amd64) processor. Despite the amd64 name, a 64-bit processor does '' '''not need''' '' to be manufactured by AMD in order to be supported. The {{citelink|url=http://www.freebsd.org/releases/9.1R/hardware.html#PROC|txt=FreeBSD Hardware Notes}} list the i386 and amd64 processors known to work.&lt;br /&gt;
&lt;br /&gt;
=== Supported Video Cards === &amp;lt;!--T:21--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:22--&amp;gt;&lt;br /&gt;
Like most open source operating systems, PC-BSD® uses X.org drivers for graphics support. PC-BSD® will automatically detect the optimal video settings for supported video drivers. You can verify that your graphics hardware is supported by clicking the [[Hardware Compatibility]] icon within the installer or by accessing this utility from Control Panel when using [[PC-BSD® Live Mode|Live Mode]]. If this utility shows your video as VESA on a 32-bit system with an older NVIDIA card, you must install and use the legacy driver as described below.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:23--&amp;gt;&lt;br /&gt;
Support for the major graphic vendors is as follows:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:24--&amp;gt;&lt;br /&gt;
'''NVIDIA:''' if you want to use 3D acceleration, NVIDIA is currently the best supported as there is a native driver for PC-BSD®. If an NVIDIA video card is detected, an &amp;quot;nVidia settings&amp;quot; icon will be added to the Control Panel for managing NVIDIA settings. Some older NVIDIA cards on 32-bit systems require an older NVIDIA driver. If you suspect you have one of these cards, select the Hardware-Drivers ➜ NVIDIA-Legacy drivers [[System Selection Screen|during installation]] or afterwards using '''control panel ➜ [[System Manager#Install/Uninstall Desktops and System Components | System Manager]]'''.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:25--&amp;gt;&lt;br /&gt;
'''Intel:''' as of 9.1, 3D acceleration on most Intel graphics is supported. Due to the current KMS support, you will not be able to switch between the graphical console and a virtual console using Crtl+Alt+F#. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:26--&amp;gt;&lt;br /&gt;
'''ATI/Radeon:'''  3D acceleration will not work on ATI or Radeon cards until FreeBSD completes its TTM work (possibly in time for 9.2). You can still use these cards, but you will have to choose the 2D driver, and if that does not work, you will need to resort to using the Vesa driver. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:27--&amp;gt;&lt;br /&gt;
'''Optimus:''' at this time {{citelink|url=https://github.com/Bumblebee-Project/Bumblebee/wiki/FAQ|txt=Bumblebee}} has not been ported to FreeBSD, meaning that there is no switching support between the two graphics adapters provided by Optimus. Optimus implementations vary, so PC-BSD® may or may not be able to successfully load a graphics driver on your hardware. If you get a blank screen after installation, check your BIOS to see if it has an option to disable one of the graphics adapters or to set “discrete” mode. If the BIOS does not provide a discrete mode, PC-BSD® will default to the 3D Intel driver and disable NVIDIA. This will change in the future when the NVIDIA driver supports Optimus.&lt;br /&gt;
&lt;br /&gt;
=== Wireless Cards === &amp;lt;!--T:28--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:29--&amp;gt;&lt;br /&gt;
PC-BSD® has built-in support for dozens of wireless networking cards. You can check if your card has {{citelink|url=http://www.freebsd.org/releases/9.1R/hardware.html#WLAN|txt=a FreeBSD driver}}. If it does, it should &amp;quot;just work&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:30--&amp;gt;&lt;br /&gt;
PC-BSD® will automatically detect available wireless networks for supported wireless devices. You can verify that your device is supported by clicking the [[Hardware Compatibility]] icon within the installer or by accessing this utility from Control Panel when using [[PC-BSD® Live Mode|Live Mode]]. If it an external wireless device, insert it before running the Hardware Compatibility utility. If your device is not detected, the [[Wireless Testing]] page has some information about drivers which have not been ported yet. It also contains instructions for converting a Microsoft driver to a FreeBSD kernel module, though results will vary by driver. Known missing wireless drivers are typically for the Broadcom and newer Realtek series of cards.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:31--&amp;gt;&lt;br /&gt;
Certain Broadcom devices, typically found in cheap laptops, are quite buggy and can have lockups when in DMA mode. If the device freezes, try switching to PIO mode in the BIOS. Alternately, add the line ''hw.bwn.usedma=0'' to ''/boot/loader.conf'' and reboot to see if that makes a difference.&lt;br /&gt;
&lt;br /&gt;
=== Checking Hardware Compatibility === &amp;lt;!--T:32--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:33--&amp;gt;&lt;br /&gt;
If you wish to check your hardware before installing PC-BSD®, a good place to start is the {{citelink|url=http://www.freebsd.org/releases/9.1R/hardware.html|txt=FreeBSD 9.1 Hardware Notes}}. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:34--&amp;gt;&lt;br /&gt;
Another good resource is to run PC-BSD® in [[PC-BSD® Live Mode|Live Mode]]; that way you can test your various devices before committing to an install.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:35--&amp;gt;&lt;br /&gt;
While most hardware &amp;quot;just works&amp;quot; with PC-BSD®, it is possible that you will run across a piece of hardware that does not. If you do, you can help improve hardware support for all PC-BSD® users by [[Report Bugs|reporting the problem]] so that it can be addressed by the developers. It should be remembered that PC-BSD® is really FreeBSD, meaning that any hardware that works on FreeBSD will work on PC-BSD®.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:36--&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{refheading}}&lt;br /&gt;
[[category:Minimum Hardware Requirements]]&lt;br /&gt;
[[category:Pre-Installation Tasks]]&lt;br /&gt;
[[category:handbook]]&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;languages /&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Drulavigne</name></author>	</entry>

	<entry>
		<id>http://wiki.pcbsd.org/index.php/Install_a_Server</id>
		<title>Install a Server</title>
		<link rel="alternate" type="text/html" href="http://wiki.pcbsd.org/index.php/Install_a_Server"/>
				<updated>2013-04-25T12:49:31Z</updated>
		
		<summary type="html">&lt;p&gt;Drulavigne: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
{{NavHeader|back=Advanced Installation Topics|forward=Convert a FreeBSD System to PC-BSD®}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
The [[System Selection Screen]] of the PC-BSD® installer can be used to install a FreeBSD-based server operating system, rather than a PC-BSD® desktop operating system. This screen provides two server options:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:3--&amp;gt;&lt;br /&gt;
[[File:Freebsd1c.png|thumb|393px|'''Figure 5.1a: Selecting to Install TrueOS®''']]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:4--&amp;gt;&lt;br /&gt;
* '''FreeBSD Server:''' installs a basic, vanilla installation of FreeBSD. While the installation routine is different, the end result is the same as if one had installed FreeBSD from a FreeBSD media as it results in a minimal, command-line only FreeBSD server installation.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:5--&amp;gt;&lt;br /&gt;
* '''TrueOS®:''' adds the following to a vanilla installation of FreeBSD: [[PBI Manager]], the command line version of '''[[Warden®#Using the Command Line Version of Warden® | warden]]''', and the command line versions of most of the [[Control Panel]] utilities. You will find those utilities in ''/usr/local/bin/pc-*''. It also installs this {{citelink|url=http://trac.pcbsd.org/browser/pcbsd/branches/9.1/build-files/metapkgsets/warden/pkgset/base-system/ports-list|txt=list}} of additional shells and utilities.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:6--&amp;gt;&lt;br /&gt;
For a server installation, using the PC-BSD® installer rather than the FreeBSD installer offers several benefits:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:7--&amp;gt;&lt;br /&gt;
* the ability to easily [[Disk Selection Screen#ZFS Layout | configure ZFS]] during installation&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:8--&amp;gt;&lt;br /&gt;
* the ability to configure encryption during installation&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:9--&amp;gt;&lt;br /&gt;
* the ability to configure ZFS [[Multiple Boot Environments]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:10--&amp;gt;&lt;br /&gt;
* a wizard (described in this section) is provided during installation to configure the server for first use.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:11--&amp;gt;&lt;br /&gt;
To perform a server installation, [[Installing PC-BSD® | start the PC-BSD® installation]] as usual. When you get to the [[System Selection Screen]] of the installer, click the left arrow until either FreeBSD or TrueOS® is selected. In the example shown as in Figure 5.1a, the user has selected TrueOS® and the FreeBSD option is to the left of the selection. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:12--&amp;gt;&lt;br /&gt;
Once selected, press &amp;quot;Next&amp;quot; to start the &amp;quot;Server Setup Wizard&amp;quot;. The wizard is the same for either a FreeBSD or a TrueOS® installation.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:13--&amp;gt;&lt;br /&gt;
Click &amp;quot;Next&amp;quot; to see the screen shown in Figure 5.1b.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:14--&amp;gt;&lt;br /&gt;
[[File:Freebsd1b.png|thumb|393px|'''Figure 5.1b: Set the Root Password''']]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:15--&amp;gt;&lt;br /&gt;
Input and confirm the root password which will be used for administrative or &amp;quot;superuser&amp;quot; access to the server, then click &amp;quot;Next&amp;quot; to proceed to the screen shown in Figure 5.1c.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:16--&amp;gt;&lt;br /&gt;
[[File:Freebsd2a.png|thumb|393px|'''Figure 5.1c: Create the Primary User Account''']]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:17--&amp;gt;&lt;br /&gt;
For security reasons, you should not login as the ''root'' user. For this reason, the wizard requires you to create a primary user account that will be used to login to the FreeBSD system. This account will automatically be added to the ''wheel'' group, allowing that user to '''su''' to the root account when administrative access is required.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:18--&amp;gt;&lt;br /&gt;
This screen contains the following fields:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:19--&amp;gt;&lt;br /&gt;
* '''Name:''' can contain capital letters and spaces.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:20--&amp;gt;&lt;br /&gt;
* '''Username:''' the name used when logging in. Can not contain spaces and is case sensitive (e.g. Kris is a different username than kris).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:21--&amp;gt;&lt;br /&gt;
* '''Password:''' the password used when logging in. You must type it twice in order to confirm it.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:22--&amp;gt;&lt;br /&gt;
* '''Default shell:''' use the drop-down menu to select the '''csh''', '''tcsh''', or '''sh''' login shell.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:23--&amp;gt;&lt;br /&gt;
When finished, click &amp;quot;Next&amp;quot; to proceed to the screen shown in Figure 5.1d.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:24--&amp;gt;&lt;br /&gt;
[[File:Freebsd3a.png|thumb|393px|'''Figure 5.1d: Set the Hostname''']]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:25--&amp;gt;&lt;br /&gt;
Input the system's hostname. If you will be using '''ssh''' to administer the system, check the box &amp;quot;Enable remote SSH login&amp;quot;. Click &amp;quot;Next&amp;quot; to proceed to the network configuration screen shown in Figure 5.1e.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:26--&amp;gt;&lt;br /&gt;
[[File:Freebsd4a.png|thumb|393px|'''Figure 5.1e: Configure the Network''']]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:27--&amp;gt;&lt;br /&gt;
Use the &amp;quot;Network Interface&amp;quot; drop-down menu to select from the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:28--&amp;gt;&lt;br /&gt;
* '''AUTO-DHCP-SLAAC:''' (default) will configure every active interface configured for DHCP and both IPv4 and IPv6&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:29--&amp;gt;&lt;br /&gt;
* '''AUTO-DHCP:''' will configure every active interface for DHCP and IPv4&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:30--&amp;gt;&lt;br /&gt;
* '''IPv6-SLAAC:''' will configure every active interface for DHCP and IPv6&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:31--&amp;gt;&lt;br /&gt;
Alternately, select the device name for the interface that you wish to manually configure and input the IPv4 and/or IPv6 addressing information. When finished, click &amp;quot;Next&amp;quot; to proceed to the screen shown in Figure 5.1f.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:32--&amp;gt;&lt;br /&gt;
[[File:Freebsd5a.png|thumb|393px|'''Figure 5.1f: Install Source or Ports''']]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:33--&amp;gt;&lt;br /&gt;
If you wish to install FreeBSD source or ports, check the associated box(es) then click &amp;quot;Finish&amp;quot; to exit the wizard.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:34--&amp;gt;&lt;br /&gt;
If you are installing TrueOS®, you can use the &amp;quot;Customize&amp;quot; button to install server meta-packages. This screen, shown in Figure 5.1g, can be used to install packages such as MySQL, PostgreSQL, Samba, PHP, VirtualBox, Apache, and Lighttp.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:35--&amp;gt;&lt;br /&gt;
[[File:Apps.png|thumb|393px|'''Figure 5.1g: Installing Server Applications into TrueOS®''']]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:36--&amp;gt;&lt;br /&gt;
When you have saved your selections, click &amp;quot;Next&amp;quot; to proceed to the [[Disk Selection Screen]] in order to configure the system's disk(s).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:37--&amp;gt;&lt;br /&gt;
Once the system is installed, it will boot to a command-line login prompt. Login using the primary user account that was configured during installation. You can now configure and use the server as you would any other FreeBSD server installation. The &lt;br /&gt;
{{citelink|fbsdh|url=|txt=FreeBSD Handbook}} is an excellent reference for performing common FreeBSD server tasks.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:38--&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{refheading}}&lt;br /&gt;
[[category:Install a Server]]&lt;br /&gt;
[[category:Advanced Installation Topics]]&lt;br /&gt;
[[category:handbook]]&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;languages/&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Drulavigne</name></author>	</entry>

	<entry>
		<id>http://wiki.pcbsd.org/index.php/About</id>
		<title>About</title>
		<link rel="alternate" type="text/html" href="http://wiki.pcbsd.org/index.php/About"/>
				<updated>2013-04-22T15:57:49Z</updated>
		
		<summary type="html">&lt;p&gt;Drulavigne: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;{{NavHeader|back=EasyPBI2|forward=Active Directory &amp;amp; LDAP}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
The &amp;quot;About&amp;quot; icon of Control Panel can be used to quickly find information about the PC-BSD system. To start the application, double-click its icon in Control Panel or type '''about-gui'''. An example is seen in Figure 8.2a.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:4--&amp;gt;&lt;br /&gt;
This screen displays the version of PC-BSD, the architecture, where i386 equals 32-bit and amd64 equals 64-bit, and the hostname of the system.  The &amp;quot;FreeBSD base&amp;quot; section displays the version and architecture of the underlying FreeBSD system and the name of the kernel (ident). The &amp;quot;Hardware&amp;quot; section indicates the type of CPU and the amount of installed memory. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:5--&amp;gt;&lt;br /&gt;
If you click the &amp;quot;System components&amp;quot; button, the X.org version and the revision number of the command line and graphical utilities are displayed, as seen in the example shown in Figure 8.2b.&lt;br /&gt;
&lt;br /&gt;
If you click the &amp;quot;Desktop environments&amp;quot; button, the currently installed desktops will be displayed, as seen in the example shown in Figure 8.2c. If you wish to install additional desktops, use the [[System_Manager#Install.2FUninstall_Desktops_and_System_Components | System Packages tab of System Manager]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;overflow: hidden&amp;quot;&amp;gt;[[File:About1b.png|left|thumb|393px|'''Figure 8.2a: About Information''']] [[File:About2a.png|left|thumb|393px|'''Figure 8.2b: System Components''']] [[File:About3a.png|left|thumb|393px|'''Figure 8.2c: Desktop Environments''']]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;br clear=all&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
[[category:handbook]]&lt;br /&gt;
[[category:Control Panel]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;languages/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Drulavigne</name></author>	</entry>

	<entry>
		<id>http://wiki.pcbsd.org/index.php/About</id>
		<title>About</title>
		<link rel="alternate" type="text/html" href="http://wiki.pcbsd.org/index.php/About"/>
				<updated>2013-04-22T15:55:54Z</updated>
		
		<summary type="html">&lt;p&gt;Drulavigne: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;{{NavHeader|back=EasyPBI2|forward=Active Directory &amp;amp; LDAP}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
The &amp;quot;About&amp;quot; icon of Control Panel can be used to quickly find information about the PC-BSD system. To start the application, double-click its icon in Control Panel or type '''about-gui'''. An example is seen in Figure 8.2a.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:3--&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;overflow: hidden&amp;quot;&amp;gt;[[File:About1b.png|left|thumb|393px|'''Figure 8.2a: About Information''']] [[File:About2a.png|left|thumb|393px|'''Figure 8.2b: System Components''']] [[File:About3a.png|left|thumb|393px|'''Figure 8.2c: Desktop Environments''']]&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:4--&amp;gt;&lt;br /&gt;
The screen displays the version of PC-BSD, the architecture, where i386 equals 32-bit and amd64 equals 64-bit, and the hostname of the system.  The &amp;quot;FreeBSD base&amp;quot; section displays the version and architecture of the underlying FreeBSD system and the name of the kernel (ident). The &amp;quot;Hardware&amp;quot; section indicates the type of CPU and the amount of installed memory. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:5--&amp;gt;&lt;br /&gt;
If you click the &amp;quot;System components&amp;quot; button, the X.org version and the revision number of the command line and graphical utilities are displayed, as seen in the example shown in Figure 8.2b.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:6--&amp;gt;&lt;br /&gt;
If you wish to install additional desktops, use the [[System_Manager#Install.2FUninstall_Desktops_and_System_Components | System Packages tab of System Manager]].&lt;br /&gt;
&amp;lt;br clear=all&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
[[category:handbook]]&lt;br /&gt;
[[category:Control Panel]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;languages/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Drulavigne</name></author>	</entry>

	<entry>
		<id>http://wiki.pcbsd.org/index.php/About</id>
		<title>About</title>
		<link rel="alternate" type="text/html" href="http://wiki.pcbsd.org/index.php/About"/>
				<updated>2013-04-22T15:54:56Z</updated>
		
		<summary type="html">&lt;p&gt;Drulavigne: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;{{NavHeader|back=EasyPBI2|forward=Active Directory &amp;amp; LDAP}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
The &amp;quot;About&amp;quot; icon of Control Panel can be used to quickly find information about the PC-BSD system. To start the application, double-click its icon in Control Panel or type '''about-gui'''. An example is seen in Figure 8.2a.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:3--&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;overflow: hidden&amp;quot;&amp;gt;[[File:About1a.png|left|thumb|393px|'''Figure 8.2a: About Information''']] [[File:About2a.png|left|thumb|393px|'''Figure 8.2b: System Components''']] [[File:About3a.png|left|thumb|393px|'''Figure 8.2c: Desktop Environments''']]&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:4--&amp;gt;&lt;br /&gt;
The screen displays the version of PC-BSD, the architecture, where i386 equals 32-bit and amd64 equals 64-bit, and the hostname of the system.  The &amp;quot;FreeBSD base&amp;quot; section displays the version and architecture of the underlying FreeBSD system and the name of the kernel (ident). The &amp;quot;Hardware&amp;quot; section indicates the type of CPU and the amount of installed memory. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:5--&amp;gt;&lt;br /&gt;
If you click the &amp;quot;System components&amp;quot; button, the X.org version and the revision number of the command line and graphical utilities are displayed, as seen in the example shown in Figure 8.2b.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:6--&amp;gt;&lt;br /&gt;
If you wish to install additional desktops, use the [[System_Manager#Install.2FUninstall_Desktops_and_System_Components | System Packages tab of System Manager]].&lt;br /&gt;
&amp;lt;br clear=all&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
[[category:handbook]]&lt;br /&gt;
[[category:Control Panel]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;languages/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Drulavigne</name></author>	</entry>

	<entry>
		<id>http://wiki.pcbsd.org/index.php/Using_pkgng</id>
		<title>Using pkgng</title>
		<link rel="alternate" type="text/html" href="http://wiki.pcbsd.org/index.php/Using_pkgng"/>
				<updated>2013-04-22T14:01:20Z</updated>
		
		<summary type="html">&lt;p&gt;Drulavigne: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;{{NavHeader|back=PBI Manager|forward=Update Manager}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Beginning in February, 2013, PC-BSD® switched from the traditional FreeBSD ports system to [http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/pkgng-intro.html pkgng], the next generation package management system for FreeBSD. &lt;br /&gt;
&lt;br /&gt;
{{note|icon64= Users of PC-BSD® 9.1-RELEASE will not be affected by this change unless they upgrade or install a [[Using a Rolling Release| rolling release]].}}&lt;br /&gt;
&lt;br /&gt;
All of the PC-BSD® utilities that deal with installing or updating software now use the pkgng system. This allows users to safely install non-PBI software from the command line without that software being deleted by a system upgrade.&lt;br /&gt;
&lt;br /&gt;
Since FreeBSD does not have an official pkgng repository yet, the PC-BSD® project provides its own repository containing all of the packages that can be built using pkgng.&lt;br /&gt;
&lt;br /&gt;
PC-BSD® provides a custom command, '''pc-pkg''', which is a small wrapper to '''pkg'''. When '''pc-pkg''' is used with the '''install''' or '''upgrade''' flags, it  will automatically connect to the PC-BSD® pkgng repository using the integrated [http://aria2.sourceforge.net/ aria2] downloader utility, which can significantly reduce download speeds over a slow link.&lt;br /&gt;
&lt;br /&gt;
If you are used to using the traditional FreeBSD package system, you will notice that the commands used to install and manage software differ slightly. For example, instead of using '''pkg_add''' to install a package from a remote repository, use '''pkg install''' or '''pc-pkg install''' (notice there is now a space instead of an underscore). Type '''man pkg''' to see a list of the available commands. Once you know the name of a command, you can use the built-in help system to get more information about that command. For example, to learn more about '''pkg install''', type '''pkg help install'''.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{refheading}}&lt;br /&gt;
[[category:handbook]]&lt;br /&gt;
[[category:Installing Applications and Keeping PC-BSD® Updated]]&lt;br /&gt;
[[category:Using pkgng]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Drulavigne</name></author>	</entry>

	<entry>
		<id>http://wiki.pcbsd.org/index.php/Using_pkgng</id>
		<title>Using pkgng</title>
		<link rel="alternate" type="text/html" href="http://wiki.pcbsd.org/index.php/Using_pkgng"/>
				<updated>2013-04-22T14:00:42Z</updated>
		
		<summary type="html">&lt;p&gt;Drulavigne: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;{{NavHeader|back=PBI Manager|forward=Update Manager}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Beginning in February, 2013, PC-BSD® switched from the traditional FreeBSD ports system to [http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/pkgng-intro.html pkgng], the next generation package management system for FreeBSD. &lt;br /&gt;
&lt;br /&gt;
{{note|icon64= Users of PC-BSD® 9.1-RELEASE will not be affected by this change unless they upgrade or install a [[Using a Rolling Release| rolling release]].}}&lt;br /&gt;
&lt;br /&gt;
All of the PC-BSD® utilities that deal with installing or updating software now use the pkgng system. This allows users to safely install non-PBI software from the command line without that software being deleted by a system upgrade.&lt;br /&gt;
&lt;br /&gt;
Since FreeBSD does not have an official pkgng repository yet, the PC-BSD® project provides its own repository containing all of the packages that can be built using pkgng.&lt;br /&gt;
&lt;br /&gt;
PC-BSD® provides a custom command, '''pc-pkg''', which is a small wrapper to '''pkg'''. When '''pc-pkg''' is used with the '''install''' or '''upgrade''' flags, it  will automatically connect to the PC-BSD® pkgng repository using the integrated [http://aria2.sourceforge.net/ aria2] downloader utility, which can significantly reduce download speeds over a slow link.&lt;br /&gt;
&lt;br /&gt;
If you are used to using the traditional FreeBSD package system, you will notice that the commands used to install and manage software differ slightly. For example, instead of using '''pkg_add''' to install a package from a remote repository, use '''pkg install''' or '''pc-pkg install''' (notice there is now a space instead of an underscore). Type '''man pkg''' to see a list of the commands. Once you know the name of a command, you can use the built-in help system to get more information about that command. For example, to learn more about '''pkg install''', type '''pkg help install'''.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{refheading}}&lt;br /&gt;
[[category:handbook]]&lt;br /&gt;
[[category:Installing Applications and Keeping PC-BSD® Updated]]&lt;br /&gt;
[[category:Using pkgng]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Drulavigne</name></author>	</entry>

	<entry>
		<id>http://wiki.pcbsd.org/index.php/Using_pkgng</id>
		<title>Using pkgng</title>
		<link rel="alternate" type="text/html" href="http://wiki.pcbsd.org/index.php/Using_pkgng"/>
				<updated>2013-04-22T13:59:36Z</updated>
		
		<summary type="html">&lt;p&gt;Drulavigne: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;{{NavHeader|back=PBI Manager|forward=Update Manager}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Beginning in February, 2013, PC-BSD® switched from the traditional FreeBSD ports system to [http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/pkgng-intro.html pkgng], the next generation package management system for FreeBSD. &lt;br /&gt;
&lt;br /&gt;
{{note|icon64= Users of PC-BSD® 9.1-RELEASE will not be affected by this change unless they upgrade or install a [[Using a Rolling Release| rolling release]].}}&lt;br /&gt;
&lt;br /&gt;
All of the PC-BSD® utilities that deal with installing or updating software now use the pkgng system. This allows users to safely install non-PBI software from the command line without that software being deleted by a system upgrade.&lt;br /&gt;
&lt;br /&gt;
Since FreeBSD does not have an official pkgng repository yet, the PC-BSD® project provides its own repository containing all of the packages that can be built using pkgng.&lt;br /&gt;
&lt;br /&gt;
PC-BSD® provides a custom command, '''pc-pkg''', which is a small wrapper to '''pkg'''. When '''pc-pkg''' is used with the '''install''' or '''upgrade''' flags, it  will automatically connect to the PC-BSD® pkgng repository using the integrated [http://aria2.sourceforge.net/ aria2] downloader utility, which can significantly reduce download speeds over a slow link.&lt;br /&gt;
&lt;br /&gt;
If you are used to using the traditional FreeBSD package system, you will notice that the commands used to install and manage software differ slightly. For example, instead of using '''pkg_add''' to install a package, the command is now '''pkg install''' or '''pc-pkg install''' (notice there is now a space instead of an underscore). Type '''man pkg''' to see a list of the commands. Once you know the name of a command, you can use the built-in help system to get more information about that command. For example, to learn more about '''pkg install''', type '''pkg help install'''.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{refheading}}&lt;br /&gt;
[[category:handbook]]&lt;br /&gt;
[[category:Installing Applications and Keeping PC-BSD® Updated]]&lt;br /&gt;
[[category:Using pkgng]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Drulavigne</name></author>	</entry>

	<entry>
		<id>http://wiki.pcbsd.org/index.php/Using_pkgng</id>
		<title>Using pkgng</title>
		<link rel="alternate" type="text/html" href="http://wiki.pcbsd.org/index.php/Using_pkgng"/>
				<updated>2013-04-19T20:17:43Z</updated>
		
		<summary type="html">&lt;p&gt;Drulavigne: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;{{NavHeader|back=PBI Manager|forward=Update Manager}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Beginning in February, 2013, PC-BSD® switched from the traditional FreeBSD ports system to [http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/pkgng-intro.html pkgng], the next generation package management system for FreeBSD. &lt;br /&gt;
&lt;br /&gt;
{{note|icon64= Users of PC-BSD® 9.1-RELEASE will not be affected by this change unless they upgrade or install a [[Using a Rolling Release| rolling release]].}}&lt;br /&gt;
&lt;br /&gt;
All of the PC-BSD® utilities that deal with installing or updating software now use the pkgng system. This allows users to safely install non-PBI software from the command line without that software being deleted by a system upgrade.&lt;br /&gt;
&lt;br /&gt;
Since FreeBSD does not have an official pkgng repository yet, the PC-BSD® project provides its own repository containing all of the packages that can be built using pkgng.&lt;br /&gt;
&lt;br /&gt;
PC-BSD® provides a custom command, '''pc-pkg''', which is a small wrapper to '''pkg'''. When '''pc-pkg''' is used with the '''install''' or '''upgrade''' flags, it  will automatically connect to the PC-BSD® pkgng repository using the integrated [http://aria2.sourceforge.net/ aria2] downloader utility, which can significantly reduce download speeds over a slow link.&lt;br /&gt;
&lt;br /&gt;
If you are used to using the traditional FreeBSD package system, you will notice that the commands used to install and manage software differ slightly. For example, instead of using '''pkg_add''' to install a package, the command is now '''pkg install''' or '''pc-pkg install''' (notice there is now a space instead of an underscore).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{refheading}}&lt;br /&gt;
[[category:handbook]]&lt;br /&gt;
[[category:Installing Applications and Keeping PC-BSD® Updated]]&lt;br /&gt;
[[category:Using pkgng]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Drulavigne</name></author>	</entry>

	<entry>
		<id>http://wiki.pcbsd.org/index.php/Using_pkgng</id>
		<title>Using pkgng</title>
		<link rel="alternate" type="text/html" href="http://wiki.pcbsd.org/index.php/Using_pkgng"/>
				<updated>2013-04-19T20:16:10Z</updated>
		
		<summary type="html">&lt;p&gt;Drulavigne: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;{{NavHeader|back=PBI Manager|forward=Update Manager}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Beginning in February, 2013, PC-BSD® switched from the traditional FreeBSD ports system to [http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/pkgng-intro.html pkgng], the next generation package management system for FreeBSD. &lt;br /&gt;
&lt;br /&gt;
{{note|icon64= Users of PC-BSD® 9.1-RELEASE will not be affected by this change unless they upgrade or install a [[Using a Rolling Release| rolling release]].}}&lt;br /&gt;
&lt;br /&gt;
All of the PC-BSD® utilities that deal with installing or updating software now use the pkgng system. This allows users to safely install non-PBI software from the command line without that software being deleted by a system upgrade.&lt;br /&gt;
&lt;br /&gt;
Since FreeBSD does not have an official pkgng repository yet, the PC-BSD® project provides its own repository containing all of the packages that can be built using pkgng.&lt;br /&gt;
&lt;br /&gt;
PC-BSD® provides a custom command, '''pc-pkg''' which is a small wrapper to '''pkg''' in order to improve its functionality. When '''pc-pkg''' is used with the '''install''' or '''upgrade''' flags, it  will automatically connect to the use PC-BSD® pkgng repository using the integrated [http://aria2.sourceforge.net/ aria2] downloader utility, which can significantly reduce download speeds over a slow link.&lt;br /&gt;
&lt;br /&gt;
If you are used to using the traditional FreeBSD package system, you will notice that the commands to install and manage software differ slightly. For example, instead of using '''pkg_add''' to install a package, the command is now '''pkg install''' or '''pc-pkg install''' (notice there is now a space instead of an underscore).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{refheading}}&lt;br /&gt;
[[category:handbook]]&lt;br /&gt;
[[category:Installing Applications and Keeping PC-BSD® Updated]]&lt;br /&gt;
[[category:Using pkgng]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Drulavigne</name></author>	</entry>

	<entry>
		<id>http://wiki.pcbsd.org/index.php/Using_pkgng</id>
		<title>Using pkgng</title>
		<link rel="alternate" type="text/html" href="http://wiki.pcbsd.org/index.php/Using_pkgng"/>
				<updated>2013-04-19T20:15:49Z</updated>
		
		<summary type="html">&lt;p&gt;Drulavigne: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;{{NavHeader|back=PBI Manager|forward=Update Manager}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Beginning in February, 2013, PC-BSD® switched from the traditional FreeBSD ports system to [http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/pkgng-intro.html pkgng], the next generation package management system for FreeBSD. &lt;br /&gt;
&lt;br /&gt;
{{note|icon64 Users of PC-BSD® 9.1-RELEASE will not be affected by this change unless they upgrade or install a [[Using a Rolling Release| rolling release]].}}&lt;br /&gt;
&lt;br /&gt;
All of the PC-BSD® utilities that deal with installing or updating software now use the pkgng system. This allows users to safely install non-PBI software from the command line without that software being deleted by a system upgrade.&lt;br /&gt;
&lt;br /&gt;
Since FreeBSD does not have an official pkgng repository yet, the PC-BSD® project provides its own repository containing all of the packages that can be built using pkgng.&lt;br /&gt;
&lt;br /&gt;
PC-BSD® provides a custom command, '''pc-pkg''' which is a small wrapper to '''pkg''' in order to improve its functionality. When '''pc-pkg''' is used with the '''install''' or '''upgrade''' flags, it  will automatically connect to the use PC-BSD® pkgng repository using the integrated [http://aria2.sourceforge.net/ aria2] downloader utility, which can significantly reduce download speeds over a slow link.&lt;br /&gt;
&lt;br /&gt;
If you are used to using the traditional FreeBSD package system, you will notice that the commands to install and manage software differ slightly. For example, instead of using '''pkg_add''' to install a package, the command is now '''pkg install''' or '''pc-pkg install''' (notice there is now a space instead of an underscore).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{refheading}}&lt;br /&gt;
[[category:handbook]]&lt;br /&gt;
[[category:Installing Applications and Keeping PC-BSD® Updated]]&lt;br /&gt;
[[category:Using pkgng]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Drulavigne</name></author>	</entry>

	<entry>
		<id>http://wiki.pcbsd.org/index.php/Using_pkgng</id>
		<title>Using pkgng</title>
		<link rel="alternate" type="text/html" href="http://wiki.pcbsd.org/index.php/Using_pkgng"/>
				<updated>2013-04-19T20:14:43Z</updated>
		
		<summary type="html">&lt;p&gt;Drulavigne: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;{{NavHeader|back=PBI Manager|forward=Update Manager}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Beginning in February, 2013, PC-BSD® switched from the traditional FreeBSD ports system to [http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/pkgng-intro.html pkgng], the next generation package management system for FreeBSD. &lt;br /&gt;
&lt;br /&gt;
{{note|icon64 Users of PC-BSD® 9.1-RELEASE will not be affected by this change unless they upgrade or install a [[Using a Rolling Release| rolling release]].&lt;br /&gt;
&lt;br /&gt;
All of the PC-BSD® utilities that deal with installing or updating software now use the pkgng system. This allows users to safely install non-PBI software from the command line without that software being deleted by a system upgrade.&lt;br /&gt;
&lt;br /&gt;
Since FreeBSD does not have an official pkgng repository yet, the PC-BSD® project provides its own repository containing all of the packages that can be built using pkgng.&lt;br /&gt;
&lt;br /&gt;
PC-BSD® provides a custom command, '''pc-pkg''' which is a small wrapper to '''pkg''' in order to improve its functionality. When '''pc-pkg''' is used with the '''install''' or '''upgrade''' flags, it  will automatically connect to the use PC-BSD® pkgng repository using the integrated [http://aria2.sourceforge.net/ aria2] downloader utility, which can significantly reduce download speeds over a slow link.&lt;br /&gt;
&lt;br /&gt;
If you are used to using the traditional FreeBSD package system, you will notice that the commands to install and manage software differ slightly. For example, instead of using '''pkg_add''' to install a package, the command is now '''pkg install''' or '''pc-pkg install''' (notice there is now a space instead of an underscore).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{refheading}}&lt;br /&gt;
[[category:handbook]]&lt;br /&gt;
[[category:Installing Applications and Keeping PC-BSD® Updated]]&lt;br /&gt;
[[category:Using pkgng]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Drulavigne</name></author>	</entry>

	<entry>
		<id>http://wiki.pcbsd.org/index.php/Using_pkgng</id>
		<title>Using pkgng</title>
		<link rel="alternate" type="text/html" href="http://wiki.pcbsd.org/index.php/Using_pkgng"/>
				<updated>2013-04-19T19:08:09Z</updated>
		
		<summary type="html">&lt;p&gt;Drulavigne: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;{{NavHeader|back=PBI Manager|forward=Update Manager}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Beginning in February, 2013, PC-BSD® switched from the traditional FreeBSD ports system to [http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/pkgng-intro.html pkgng], the next generation package management system for FreeBSD. &lt;br /&gt;
&lt;br /&gt;
All of the PC-BSD® utilities that deal with installing or updating software now use the pkgng system. This allows users to safely install non-PBI software from the command line without that software being deleted by a system upgrade.&lt;br /&gt;
&lt;br /&gt;
Since FreeBSD does not have an official pkgng repository yet, the PC-BSD® project provides its own repository containing all of the packages that can be built using pkgng.&lt;br /&gt;
&lt;br /&gt;
PC-BSD® provides a custom command, '''pc-pkg''' which is a small wrapper to '''pkg''' in order to improve its functionality. When '''pc-pkg''' is used with the '''install''' or '''upgrade''' flags, it  will automatically connect to the use PC-BSD® pkgng repository using the integrated [http://aria2.sourceforge.net/ aria2] downloader utility, which can significantly reduce download speeds over a slow link.&lt;br /&gt;
&lt;br /&gt;
If you are used to using the traditional FreeBSD package system, you will notice that the commands to install and manage software differ slightly. For example, instead of using '''pkg_add''' to install a package, the command is now '''pkg install''' or '''pc-pkg install''' (notice there is now a space instead of an underscore).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{refheading}}&lt;br /&gt;
[[category:handbook]]&lt;br /&gt;
[[category:Installing Applications and Keeping PC-BSD® Updated]]&lt;br /&gt;
[[category:Using pkgng]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Drulavigne</name></author>	</entry>

	<entry>
		<id>http://wiki.pcbsd.org/index.php/Using_pkgng</id>
		<title>Using pkgng</title>
		<link rel="alternate" type="text/html" href="http://wiki.pcbsd.org/index.php/Using_pkgng"/>
				<updated>2013-04-19T19:03:55Z</updated>
		
		<summary type="html">&lt;p&gt;Drulavigne: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;{{NavHeader|back=PBI Manager|forward=Update Manager}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Beginning in February, 2013, PC-BSD® switched from the traditional FreeBSD ports system to [http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/pkgng-intro.html pkgng], the next generation package management system for FreeBSD. &lt;br /&gt;
&lt;br /&gt;
All of the PC-BSD® utilities that deal with installing or updating software now use the pkgng system. This allows users to safely install non-PBI software from the command line without that software being deleted by a system upgrade.&lt;br /&gt;
&lt;br /&gt;
Since FreeBSD does not have an official pkgng repository yet, the PC-BSD® project provides its own repository containing all of the packages that can be built using pkgng.&lt;br /&gt;
&lt;br /&gt;
PC-BSD® provides a custom command, '''pc-pkg''' which is a small wrapper to '''pkg''' in order to improve its functionality. When '''pc-pkg''' is used with the '''install''' or '''upgrade''' flags, it  will automatically connect to the use PC-BSD® pkgng repository using the integrated [http://aria2.sourceforge.net/ aria2] downloader utility, which can significantly reduce download speeds over a slow link.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{refheading}}&lt;br /&gt;
[[category:handbook]]&lt;br /&gt;
[[category:Installing Applications and Keeping PC-BSD® Updated]]&lt;br /&gt;
[[category:Using pkgng]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Drulavigne</name></author>	</entry>

	<entry>
		<id>http://wiki.pcbsd.org/index.php/Using_pkgng</id>
		<title>Using pkgng</title>
		<link rel="alternate" type="text/html" href="http://wiki.pcbsd.org/index.php/Using_pkgng"/>
				<updated>2013-04-19T18:59:37Z</updated>
		
		<summary type="html">&lt;p&gt;Drulavigne: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;{{NavHeader|back=PBI Manager|forward=Update Manager}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Beginning in February, 2013, PC-BSD® switched from the traditional FreeBSD ports system to [http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/pkgng-intro.html|pkgng], the next generation package management system for FreeBSD. &lt;br /&gt;
&lt;br /&gt;
All of the PC-BSD® utilities that deal with installing or updating software now use the pkgng system. This allows users to safely install non-PBI software from the command line without that software being deleted by a system upgrade.&lt;br /&gt;
&lt;br /&gt;
Since FreeBSD does not have an official pkgng repository yet, the PC-BSD® project provides its own repository containing all of the packages that can be built using pkgng.&lt;br /&gt;
&lt;br /&gt;
PC-BSD® provides a custom command, '''pc-pkg''' which is a small wrapper to '''pkg''' in order to improve its functionality. When '''pc-pkg''' is used with the '''install''' or '''upgrade''' flags, it  will automatically connect to the use PC-BSD® pkgng repository using the integrated [http://aria2.sourceforge.net/ aria2] downloader utility, which can significantly reduce download speeds over a slow link.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{refheading}}&lt;br /&gt;
[[category:handbook]]&lt;br /&gt;
[[category:Installing Applications and Keeping PC-BSD® Updated]]&lt;br /&gt;
[[category:Using pkgng]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Drulavigne</name></author>	</entry>

	<entry>
		<id>http://wiki.pcbsd.org/index.php/Using_pkgng</id>
		<title>Using pkgng</title>
		<link rel="alternate" type="text/html" href="http://wiki.pcbsd.org/index.php/Using_pkgng"/>
				<updated>2013-04-19T18:56:42Z</updated>
		
		<summary type="html">&lt;p&gt;Drulavigne: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;{{NavHeader|back=PBI Manager|forward=Update Manager}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Beginning in February, 2013, PC-BSD® switched from the traditional FreeBSD ports system to [[Using pkgng|pkgng]]. All of the PC-BSD® utilities that deal with installing or updating software now use the pkgng system. This allows users to safely install non-PBI software from the command line without that software being deleted by a system upgrade.&lt;br /&gt;
&lt;br /&gt;
PC-BSD® provides a custom command, '''pc-pkg''' which is a small wrapper to '''pkg''' in order to improve its functionality. When '''pc-pkg''' is used with the '''install''' or '''upgrade''' flags, it  will automatically use the integrated [http://aria2.sourceforge.net/ aria2] downloader utility, which can significantly reduce download speeds over a slow link.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{refheading}}&lt;br /&gt;
[[category:handbook]]&lt;br /&gt;
[[category:Installing Applications and Keeping PC-BSD® Updated]]&lt;br /&gt;
[[category:Using pkgng]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Drulavigne</name></author>	</entry>

	<entry>
		<id>http://wiki.pcbsd.org/index.php/Using_a_Rolling_Release</id>
		<title>Using a Rolling Release</title>
		<link rel="alternate" type="text/html" href="http://wiki.pcbsd.org/index.php/Using_a_Rolling_Release"/>
				<updated>2013-04-19T18:52:50Z</updated>
		
		<summary type="html">&lt;p&gt;Drulavigne: Marked this version for translation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:3--&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;{{NavHeader|back=Convert a FreeBSD System to PC-BSD® |forward=Dual Booting}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
In February, 2013, PC-BSD® switched to a rolling release model. This is intended to make it easier for users to keep the packages that came with the operating system up-to-date and to make new features available for testing before the next major version is released.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:4--&amp;gt;&lt;br /&gt;
The rolling release model is optional. This means that users can choose to either remain on a RELEASE version or to upgrade to a rolling release. Users that remain on RELEASE will still be notified of security updates and updates to software installed using AppCafe®, however they will not receive updates to the packages installed with the operating system or any new features until they upgrade to the next RELEASE version.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:5--&amp;gt;&lt;br /&gt;
Users who wish to install a version of PC-BSD® which contains the latest operating system software and features can choose to install the latest rolling release instead of the 9.1-RELEASE version. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:6--&amp;gt;&lt;br /&gt;
The rest of this section will demonstrate how to upgrade to a rolling release and how to install a rolling release.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:7--&amp;gt;&lt;br /&gt;
{{note|icon64=The rolling release model is new to PC-BSD® and glitches should be expected. Users who prefer stability over the latest versions of software and who do not wish to test new features should stay on RELEASE. Users who like to have the latest versions of software and who are willing to look for and to [[Report Bugs |report bugs]] should use the latest rolling release.}}&lt;br /&gt;
&lt;br /&gt;
=== Upgrading a 9.1-RELEASE System to a Rolling Release === &amp;lt;!--T:8--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:9--&amp;gt;&lt;br /&gt;
To upgrade a PC-BSD® 9.1-RELEASE system to a rolling release, become the superuser and edit the file&lt;br /&gt;
''/usr/local/share/pcbsd/pc-updatemanager/conf/sysupdate.conf''. Change this line:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;!--T:10--&amp;gt;&lt;br /&gt;
PATCHSET: pcbsd&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:11--&amp;gt;&lt;br /&gt;
to&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;!--T:12--&amp;gt;&lt;br /&gt;
PATCHSET: pcbsdtest&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:13--&amp;gt;&lt;br /&gt;
Once the edit is saved, you can use either [[Update Manager]] or [[Meta Package Manager | '''pc-updatemanager''']] to upgrade to the latest rolling release. Once the upgrade is complete, it will automatically change the above line so that it looks like this:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;!--T:14--&amp;gt;&lt;br /&gt;
PATCHSET: updates&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:15--&amp;gt;&lt;br /&gt;
As new rolling releases become available, they will appear in Update Manager. An announcement will also be made to the [http://lists.pcbsd.org/mailman/listinfo/testing testing mailing list] and to the [http://blog.pcbsd.org|PC-BSD® blog], indicating which features are new in this rolling release and any known caveats. If you find a bug in a rolling release, either leave a comment on the associated blog post or send an email with the details to the testing mailing list.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:16--&amp;gt;&lt;br /&gt;
{{note|icon64= As with any upgrade, always backup your data first. [[Life Preserver]] can be used to backup your home directory to another system in your network.}}&lt;br /&gt;
&lt;br /&gt;
=== Installing a Rolling Release === &amp;lt;!--T:17--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:18--&amp;gt;&lt;br /&gt;
To install a rolling release from DVD or USB media, or to try a live USB image, select the desired architecture and media type from this [http://mirrors.isc.org/pub/pcbsd/9.1-RELEASE/ FTP server]. Rolling releases will always have a date in the media name and you should choose the most recent date. After downloading the desired file, you can install or use the live image as usual, as described in Chapters 2-4 of this Handbook.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:19--&amp;gt;&lt;br /&gt;
Once installed, a rolling release will automatically notify you when a newer rolling release becomes available. You can use either [[Update Manager]] or [[Meta Package Manager | '''pc-updatemanager''']] to upgrade to the newer rolling release.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:20--&amp;gt;&lt;br /&gt;
Before upgrading, backup your data and check the announcement on the [http://blog.pcbsd.org|PC-BSD® blog] to see which features are new and any known caveats. If you find a bug in that rolling release, either leave a comment on the associated blog post or send an email with the details to the [http://lists.pcbsd.org/mailman/listinfo/testing testing mailing list].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{refheading}}&lt;br /&gt;
[[category:handbook]]&lt;br /&gt;
[[category:Advanced Installation Topics]]&lt;br /&gt;
[[category:Using a Rolling Release]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Drulavigne</name></author>	</entry>

	<entry>
		<id>http://wiki.pcbsd.org/index.php/Using_a_Rolling_Release</id>
		<title>Using a Rolling Release</title>
		<link rel="alternate" type="text/html" href="http://wiki.pcbsd.org/index.php/Using_a_Rolling_Release"/>
				<updated>2013-04-19T18:39:53Z</updated>
		
		<summary type="html">&lt;p&gt;Drulavigne: /* Installing a Rolling Release */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;{{NavHeader|back=Convert a FreeBSD System to PC-BSD® |forward=Dual Booting}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
In February, 2013, PC-BSD® switched to a rolling release model. This is intended to make it easier for users to keep the packages that came with the operating system up-to-date and to make new features available for testing before the next major version is released.&lt;br /&gt;
&lt;br /&gt;
The rolling release model is optional. This means that users can choose to either remain on a RELEASE version or to upgrade to a rolling release. Users that remain on RELEASE will still be notified of security updates and updates to software installed using AppCafe®, however they will not receive updates to the packages installed with the operating system or any new features until they upgrade to the next RELEASE version.&lt;br /&gt;
&lt;br /&gt;
Users who wish to install a version of PC-BSD® which contains the latest operating system software and features can choose to install the latest rolling release instead of the 9.1-RELEASE version. &lt;br /&gt;
&lt;br /&gt;
The rest of this section will demonstrate how to upgrade to a rolling release and how to install a rolling release.&lt;br /&gt;
&lt;br /&gt;
{{note|icon64=The rolling release model is new to PC-BSD® and glitches should be expected. Users who prefer stability over the latest versions of software and who do not wish to test new features should stay on RELEASE. Users who like to have the latest versions of software and who are willing to look for and to [[Report Bugs |report bugs]] should use the latest rolling release.}}&lt;br /&gt;
&lt;br /&gt;
=== Upgrading a 9.1-RELEASE System to a Rolling Release ===&lt;br /&gt;
&lt;br /&gt;
To upgrade a PC-BSD® 9.1-RELEASE system to a rolling release, become the superuser and edit the file&lt;br /&gt;
''/usr/local/share/pcbsd/pc-updatemanager/conf/sysupdate.conf''. Change this line:&lt;br /&gt;
&lt;br /&gt;
 PATCHSET: pcbsd&lt;br /&gt;
&lt;br /&gt;
to&lt;br /&gt;
&lt;br /&gt;
 PATCHSET: pcbsdtest&lt;br /&gt;
&lt;br /&gt;
Once the edit is saved, you can use either [[Update Manager]] or [[Meta Package Manager | '''pc-updatemanager''']] to upgrade to the latest rolling release. Once the upgrade is complete, it will automatically change the above line so that it looks like this:&lt;br /&gt;
&lt;br /&gt;
 PATCHSET: updates&lt;br /&gt;
&lt;br /&gt;
As new rolling releases become available, they will appear in Update Manager. An announcement will also be made to the [http://lists.pcbsd.org/mailman/listinfo/testing testing mailing list] and to the [http://blog.pcbsd.org|PC-BSD® blog], indicating which features are new in this rolling release and any known caveats. If you find a bug in a rolling release, either leave a comment on the associated blog post or send an email with the details to the testing mailing list.&lt;br /&gt;
&lt;br /&gt;
{{note|icon64= As with any upgrade, always backup your data first. [[Life Preserver]] can be used to backup your home directory to another system in your network.}}&lt;br /&gt;
&lt;br /&gt;
=== Installing a Rolling Release ===&lt;br /&gt;
&lt;br /&gt;
To install a rolling release from DVD or USB media, or to try a live USB image, select the desired architecture and media type from this [http://mirrors.isc.org/pub/pcbsd/9.1-RELEASE/ FTP server]. Rolling releases will always have a date in the media name and you should choose the most recent date. After downloading the desired file, you can install or use the live image as usual, as described in Chapters 2-4 of this Handbook.&lt;br /&gt;
&lt;br /&gt;
Once installed, a rolling release will automatically notify you when a newer rolling release becomes available. You can use either [[Update Manager]] or [[Meta Package Manager | '''pc-updatemanager''']] to upgrade to the newer rolling release.&lt;br /&gt;
&lt;br /&gt;
Before upgrading, backup your data and check the announcement on the [http://blog.pcbsd.org|PC-BSD® blog] to see which features are new and any known caveats. If you find a bug in that rolling release, either leave a comment on the associated blog post or send an email with the details to the [http://lists.pcbsd.org/mailman/listinfo/testing testing mailing list].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{refheading}}&lt;br /&gt;
[[category:handbook]]&lt;br /&gt;
[[category:Advanced Installation Topics]]&lt;br /&gt;
[[category:Using a Rolling Release]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Drulavigne</name></author>	</entry>

	<entry>
		<id>http://wiki.pcbsd.org/index.php/Using_a_Rolling_Release</id>
		<title>Using a Rolling Release</title>
		<link rel="alternate" type="text/html" href="http://wiki.pcbsd.org/index.php/Using_a_Rolling_Release"/>
				<updated>2013-04-19T18:35:19Z</updated>
		
		<summary type="html">&lt;p&gt;Drulavigne: /* Upgrading a 9.1-RELEASE System to a Rolling Release */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;{{NavHeader|back=Convert a FreeBSD System to PC-BSD® |forward=Dual Booting}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
In February, 2013, PC-BSD® switched to a rolling release model. This is intended to make it easier for users to keep the packages that came with the operating system up-to-date and to make new features available for testing before the next major version is released.&lt;br /&gt;
&lt;br /&gt;
The rolling release model is optional. This means that users can choose to either remain on a RELEASE version or to upgrade to a rolling release. Users that remain on RELEASE will still be notified of security updates and updates to software installed using AppCafe®, however they will not receive updates to the packages installed with the operating system or any new features until they upgrade to the next RELEASE version.&lt;br /&gt;
&lt;br /&gt;
Users who wish to install a version of PC-BSD® which contains the latest operating system software and features can choose to install the latest rolling release instead of the 9.1-RELEASE version. &lt;br /&gt;
&lt;br /&gt;
The rest of this section will demonstrate how to upgrade to a rolling release and how to install a rolling release.&lt;br /&gt;
&lt;br /&gt;
{{note|icon64=The rolling release model is new to PC-BSD® and glitches should be expected. Users who prefer stability over the latest versions of software and who do not wish to test new features should stay on RELEASE. Users who like to have the latest versions of software and who are willing to look for and to [[Report Bugs |report bugs]] should use the latest rolling release.}}&lt;br /&gt;
&lt;br /&gt;
=== Upgrading a 9.1-RELEASE System to a Rolling Release ===&lt;br /&gt;
&lt;br /&gt;
To upgrade a PC-BSD® 9.1-RELEASE system to a rolling release, become the superuser and edit the file&lt;br /&gt;
''/usr/local/share/pcbsd/pc-updatemanager/conf/sysupdate.conf''. Change this line:&lt;br /&gt;
&lt;br /&gt;
 PATCHSET: pcbsd&lt;br /&gt;
&lt;br /&gt;
to&lt;br /&gt;
&lt;br /&gt;
 PATCHSET: pcbsdtest&lt;br /&gt;
&lt;br /&gt;
Once the edit is saved, you can use either [[Update Manager]] or [[Meta Package Manager | '''pc-updatemanager''']] to upgrade to the latest rolling release. Once the upgrade is complete, it will automatically change the above line so that it looks like this:&lt;br /&gt;
&lt;br /&gt;
 PATCHSET: updates&lt;br /&gt;
&lt;br /&gt;
As new rolling releases become available, they will appear in Update Manager. An announcement will also be made to the [http://lists.pcbsd.org/mailman/listinfo/testing testing mailing list] and to the [http://blog.pcbsd.org|PC-BSD® blog], indicating which features are new in this rolling release and any known caveats. If you find a bug in a rolling release, either leave a comment on the associated blog post or send an email with the details to the testing mailing list.&lt;br /&gt;
&lt;br /&gt;
{{note|icon64= As with any upgrade, always backup your data first. [[Life Preserver]] can be used to backup your home directory to another system in your network.}}&lt;br /&gt;
&lt;br /&gt;
=== Installing a Rolling Release ===&lt;br /&gt;
&lt;br /&gt;
To install a rolling release from DVD or USB media, or to try a live USB image, select the desired architecture and media type from this [http://mirrors.isc.org/pub/pcbsd/9.1-RELEASE/ FTP server]. Rolling releases will always have a date in the media name and you should choose the most recent date.&lt;br /&gt;
&lt;br /&gt;
Once installed, a rolling release will automatically notify you when a newer rolling release becomes available. You can use either [[Update Manager]] or [[Meta Package Manager | '''pc-updatemanager''']] to upgrade to the newer rolling release.&lt;br /&gt;
&lt;br /&gt;
Before upgrading, backup your data and check the announcement on the [http://blog.pcbsd.org|PC-BSD® blog] to see which features are new and any known caveats. If you find a bug in that rolling release, either leave a comment on the associated blog post or send an email with the details to the [http://lists.pcbsd.org/mailman/listinfo/testing testing mailing list].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{refheading}}&lt;br /&gt;
[[category:handbook]]&lt;br /&gt;
[[category:Advanced Installation Topics]]&lt;br /&gt;
[[category:Using a Rolling Release]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Drulavigne</name></author>	</entry>

	<entry>
		<id>http://wiki.pcbsd.org/index.php/Using_a_Rolling_Release</id>
		<title>Using a Rolling Release</title>
		<link rel="alternate" type="text/html" href="http://wiki.pcbsd.org/index.php/Using_a_Rolling_Release"/>
				<updated>2013-04-19T18:27:12Z</updated>
		
		<summary type="html">&lt;p&gt;Drulavigne: /* Installing a Rolling Release */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;{{NavHeader|back=Convert a FreeBSD System to PC-BSD® |forward=Dual Booting}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
In February, 2013, PC-BSD® switched to a rolling release model. This is intended to make it easier for users to keep the packages that came with the operating system up-to-date and to make new features available for testing before the next major version is released.&lt;br /&gt;
&lt;br /&gt;
The rolling release model is optional. This means that users can choose to either remain on a RELEASE version or to upgrade to a rolling release. Users that remain on RELEASE will still be notified of security updates and updates to software installed using AppCafe®, however they will not receive updates to the packages installed with the operating system or any new features until they upgrade to the next RELEASE version.&lt;br /&gt;
&lt;br /&gt;
Users who wish to install a version of PC-BSD® which contains the latest operating system software and features can choose to install the latest rolling release instead of the 9.1-RELEASE version. &lt;br /&gt;
&lt;br /&gt;
The rest of this section will demonstrate how to upgrade to a rolling release and how to install a rolling release.&lt;br /&gt;
&lt;br /&gt;
{{note|icon64=The rolling release model is new to PC-BSD® and glitches should be expected. Users who prefer stability over the latest versions of software and who do not wish to test new features should stay on RELEASE. Users who like to have the latest versions of software and who are willing to look for and to [[Report Bugs |report bugs]] should use the latest rolling release.}}&lt;br /&gt;
&lt;br /&gt;
=== Upgrading a 9.1-RELEASE System to a Rolling Release ===&lt;br /&gt;
&lt;br /&gt;
To upgrade a PC-BSD® 9.1-RELEASE system to a rolling release, become the superuser and edit the file&lt;br /&gt;
''/usr/local/share/pcbsd/pc-updatemanager/conf/sysupdate.conf''. Change this line:&lt;br /&gt;
&lt;br /&gt;
 PATCHSET: pcbsd&lt;br /&gt;
&lt;br /&gt;
to&lt;br /&gt;
&lt;br /&gt;
 PATCHSET: pcbsdtest&lt;br /&gt;
&lt;br /&gt;
Once the edit is saved, you can use either [[Update Manager]] or [[Meta Package Manager | '''pc-updatemanager''']] to upgrade to the latest rolling release.&lt;br /&gt;
&lt;br /&gt;
As new rolling releases become available, they will appear in Update Manager. An announcement will also be made to the [http://lists.pcbsd.org/mailman/listinfo/testing testing mailing list] and to the [http://blog.pcbsd.org|PC-BSD® blog], indicating which features are new in this rolling release and any known caveats. If you find a bug in a rolling release, either leave a comment on the associated blog post or send an email with the details to the testing mailing list.&lt;br /&gt;
&lt;br /&gt;
{{note|icon64= As with any upgrade, always backup your data first. [[Life Preserver]] can be used to backup your home directory to another system in your network.}}&lt;br /&gt;
&lt;br /&gt;
=== Installing a Rolling Release ===&lt;br /&gt;
&lt;br /&gt;
To install a rolling release from DVD or USB media, or to try a live USB image, select the desired architecture and media type from this [http://mirrors.isc.org/pub/pcbsd/9.1-RELEASE/ FTP server]. Rolling releases will always have a date in the media name and you should choose the most recent date.&lt;br /&gt;
&lt;br /&gt;
Once installed, a rolling release will automatically notify you when a newer rolling release becomes available. You can use either [[Update Manager]] or [[Meta Package Manager | '''pc-updatemanager''']] to upgrade to the newer rolling release.&lt;br /&gt;
&lt;br /&gt;
Before upgrading, backup your data and check the announcement on the [http://blog.pcbsd.org|PC-BSD® blog] to see which features are new and any known caveats. If you find a bug in that rolling release, either leave a comment on the associated blog post or send an email with the details to the [http://lists.pcbsd.org/mailman/listinfo/testing testing mailing list].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{refheading}}&lt;br /&gt;
[[category:handbook]]&lt;br /&gt;
[[category:Advanced Installation Topics]]&lt;br /&gt;
[[category:Using a Rolling Release]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Drulavigne</name></author>	</entry>

	<entry>
		<id>http://wiki.pcbsd.org/index.php/Using_a_Rolling_Release</id>
		<title>Using a Rolling Release</title>
		<link rel="alternate" type="text/html" href="http://wiki.pcbsd.org/index.php/Using_a_Rolling_Release"/>
				<updated>2013-04-19T18:26:15Z</updated>
		
		<summary type="html">&lt;p&gt;Drulavigne: /* Upgrading a 9.1-RELEASE System to a Rolling Release */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;{{NavHeader|back=Convert a FreeBSD System to PC-BSD® |forward=Dual Booting}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
In February, 2013, PC-BSD® switched to a rolling release model. This is intended to make it easier for users to keep the packages that came with the operating system up-to-date and to make new features available for testing before the next major version is released.&lt;br /&gt;
&lt;br /&gt;
The rolling release model is optional. This means that users can choose to either remain on a RELEASE version or to upgrade to a rolling release. Users that remain on RELEASE will still be notified of security updates and updates to software installed using AppCafe®, however they will not receive updates to the packages installed with the operating system or any new features until they upgrade to the next RELEASE version.&lt;br /&gt;
&lt;br /&gt;
Users who wish to install a version of PC-BSD® which contains the latest operating system software and features can choose to install the latest rolling release instead of the 9.1-RELEASE version. &lt;br /&gt;
&lt;br /&gt;
The rest of this section will demonstrate how to upgrade to a rolling release and how to install a rolling release.&lt;br /&gt;
&lt;br /&gt;
{{note|icon64=The rolling release model is new to PC-BSD® and glitches should be expected. Users who prefer stability over the latest versions of software and who do not wish to test new features should stay on RELEASE. Users who like to have the latest versions of software and who are willing to look for and to [[Report Bugs |report bugs]] should use the latest rolling release.}}&lt;br /&gt;
&lt;br /&gt;
=== Upgrading a 9.1-RELEASE System to a Rolling Release ===&lt;br /&gt;
&lt;br /&gt;
To upgrade a PC-BSD® 9.1-RELEASE system to a rolling release, become the superuser and edit the file&lt;br /&gt;
''/usr/local/share/pcbsd/pc-updatemanager/conf/sysupdate.conf''. Change this line:&lt;br /&gt;
&lt;br /&gt;
 PATCHSET: pcbsd&lt;br /&gt;
&lt;br /&gt;
to&lt;br /&gt;
&lt;br /&gt;
 PATCHSET: pcbsdtest&lt;br /&gt;
&lt;br /&gt;
Once the edit is saved, you can use either [[Update Manager]] or [[Meta Package Manager | '''pc-updatemanager''']] to upgrade to the latest rolling release.&lt;br /&gt;
&lt;br /&gt;
As new rolling releases become available, they will appear in Update Manager. An announcement will also be made to the [http://lists.pcbsd.org/mailman/listinfo/testing testing mailing list] and to the [http://blog.pcbsd.org|PC-BSD® blog], indicating which features are new in this rolling release and any known caveats. If you find a bug in a rolling release, either leave a comment on the associated blog post or send an email with the details to the testing mailing list.&lt;br /&gt;
&lt;br /&gt;
{{note|icon64= As with any upgrade, always backup your data first. [[Life Preserver]] can be used to backup your home directory to another system in your network.}}&lt;br /&gt;
&lt;br /&gt;
=== Installing a Rolling Release ===&lt;br /&gt;
&lt;br /&gt;
To install a rolling release from DVD or USB media, or to try a live USB image, select the desired architecture and media type from this [http://mirrors.isc.org/pub/pcbsd/9.1-RELEASE/ FTP server]. Rolling releases will always have a date in the media name and you should choose the most recent date.&lt;br /&gt;
&lt;br /&gt;
Once installed, a rolling release will automatically notify you when a newer rolling release becomes available. You can use either [[Update Manager]] or [[Meta Package Manager | '''pc-updatemanager''']] to upgrade to the newer latest rolling release.&lt;br /&gt;
&lt;br /&gt;
Before upgrading, backup your data and check the announcement on the [http://blog.pcbsd.org|PC-BSD® blog] to see which features are new and any known caveats. If you find a bug in that rolling release, either leave a comment on the associated blog post or send an email with the details to the [http://lists.pcbsd.org/mailman/listinfo/testing testing mailing list].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{refheading}}&lt;br /&gt;
[[category:handbook]]&lt;br /&gt;
[[category:Advanced Installation Topics]]&lt;br /&gt;
[[category:Using a Rolling Release]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Drulavigne</name></author>	</entry>

	<entry>
		<id>http://wiki.pcbsd.org/index.php/Using_a_Rolling_Release</id>
		<title>Using a Rolling Release</title>
		<link rel="alternate" type="text/html" href="http://wiki.pcbsd.org/index.php/Using_a_Rolling_Release"/>
				<updated>2013-04-19T18:24:53Z</updated>
		
		<summary type="html">&lt;p&gt;Drulavigne: /* Upgrading a 9.1-RELEASE System to a Rolling Release */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;{{NavHeader|back=Convert a FreeBSD System to PC-BSD® |forward=Dual Booting}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
In February, 2013, PC-BSD® switched to a rolling release model. This is intended to make it easier for users to keep the packages that came with the operating system up-to-date and to make new features available for testing before the next major version is released.&lt;br /&gt;
&lt;br /&gt;
The rolling release model is optional. This means that users can choose to either remain on a RELEASE version or to upgrade to a rolling release. Users that remain on RELEASE will still be notified of security updates and updates to software installed using AppCafe®, however they will not receive updates to the packages installed with the operating system or any new features until they upgrade to the next RELEASE version.&lt;br /&gt;
&lt;br /&gt;
Users who wish to install a version of PC-BSD® which contains the latest operating system software and features can choose to install the latest rolling release instead of the 9.1-RELEASE version. &lt;br /&gt;
&lt;br /&gt;
The rest of this section will demonstrate how to upgrade to a rolling release and how to install a rolling release.&lt;br /&gt;
&lt;br /&gt;
{{note|icon64=The rolling release model is new to PC-BSD® and glitches should be expected. Users who prefer stability over the latest versions of software and who do not wish to test new features should stay on RELEASE. Users who like to have the latest versions of software and who are willing to look for and to [[Report Bugs |report bugs]] should use the latest rolling release.}}&lt;br /&gt;
&lt;br /&gt;
=== Upgrading a 9.1-RELEASE System to a Rolling Release ===&lt;br /&gt;
&lt;br /&gt;
To upgrade a PC-BSD® 9.1-RELEASE system to a rolling release, become the superuser and edit the file&lt;br /&gt;
''/usr/local/share/pcbsd/pc-updatemanager/conf/sysupdate.conf''. Change this line:&lt;br /&gt;
&lt;br /&gt;
 PATCHSET: pcbsd&lt;br /&gt;
&lt;br /&gt;
to&lt;br /&gt;
&lt;br /&gt;
 PATCHSET: pcbsdtest&lt;br /&gt;
&lt;br /&gt;
Once the edit is saved, you can use either [[Update Manager]] or [[Meta Package Manager | '''pc-updatemanager''']] to upgrade to the latest rolling release.&lt;br /&gt;
&lt;br /&gt;
As new rolling releases become available, they will appear in Update Manager. An announcement will also be made to the [http://blog.pcbsd.org|PC-BSD® blog], indicating which features are new in this rolling release and any known caveats. If you find a bug in a rolling release, either leave a comment on the associated blog post or send an email with the details to the [http://lists.pcbsd.org/mailman/listinfo/testing testing mailing list].&lt;br /&gt;
&lt;br /&gt;
{{note|icon64= As with any upgrade, always backup your data first. [[Life Preserver]] can be used to backup your home directory to another system in your network.}}&lt;br /&gt;
&lt;br /&gt;
=== Installing a Rolling Release ===&lt;br /&gt;
&lt;br /&gt;
To install a rolling release from DVD or USB media, or to try a live USB image, select the desired architecture and media type from this [http://mirrors.isc.org/pub/pcbsd/9.1-RELEASE/ FTP server]. Rolling releases will always have a date in the media name and you should choose the most recent date.&lt;br /&gt;
&lt;br /&gt;
Once installed, a rolling release will automatically notify you when a newer rolling release becomes available. You can use either [[Update Manager]] or [[Meta Package Manager | '''pc-updatemanager''']] to upgrade to the newer latest rolling release.&lt;br /&gt;
&lt;br /&gt;
Before upgrading, backup your data and check the announcement on the [http://blog.pcbsd.org|PC-BSD® blog] to see which features are new and any known caveats. If you find a bug in that rolling release, either leave a comment on the associated blog post or send an email with the details to the [http://lists.pcbsd.org/mailman/listinfo/testing testing mailing list].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{refheading}}&lt;br /&gt;
[[category:handbook]]&lt;br /&gt;
[[category:Advanced Installation Topics]]&lt;br /&gt;
[[category:Using a Rolling Release]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Drulavigne</name></author>	</entry>

	<entry>
		<id>http://wiki.pcbsd.org/index.php/Using_a_Rolling_Release</id>
		<title>Using a Rolling Release</title>
		<link rel="alternate" type="text/html" href="http://wiki.pcbsd.org/index.php/Using_a_Rolling_Release"/>
				<updated>2013-04-19T18:21:26Z</updated>
		
		<summary type="html">&lt;p&gt;Drulavigne: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;{{NavHeader|back=Convert a FreeBSD System to PC-BSD® |forward=Dual Booting}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
In February, 2013, PC-BSD® switched to a rolling release model. This is intended to make it easier for users to keep the packages that came with the operating system up-to-date and to make new features available for testing before the next major version is released.&lt;br /&gt;
&lt;br /&gt;
The rolling release model is optional. This means that users can choose to either remain on a RELEASE version or to upgrade to a rolling release. Users that remain on RELEASE will still be notified of security updates and updates to software installed using AppCafe®, however they will not receive updates to the packages installed with the operating system or any new features until they upgrade to the next RELEASE version.&lt;br /&gt;
&lt;br /&gt;
Users who wish to install a version of PC-BSD® which contains the latest operating system software and features can choose to install the latest rolling release instead of the 9.1-RELEASE version. &lt;br /&gt;
&lt;br /&gt;
The rest of this section will demonstrate how to upgrade to a rolling release and how to install a rolling release.&lt;br /&gt;
&lt;br /&gt;
{{note|icon64=The rolling release model is new to PC-BSD® and glitches should be expected. Users who prefer stability over the latest versions of software and who do not wish to test new features should stay on RELEASE. Users who like to have the latest versions of software and who are willing to look for and to [[Report Bugs |report bugs]] should use the latest rolling release.}}&lt;br /&gt;
&lt;br /&gt;
=== Upgrading a 9.1-RELEASE System to a Rolling Release ===&lt;br /&gt;
&lt;br /&gt;
To upgrade a 9.1-RELEASE system to a rolling release, become the superuser and edit the file&lt;br /&gt;
''/usr/local/share/pcbsd/pc-updatemanager/conf/sysupdate.conf''. Change this line:&lt;br /&gt;
&lt;br /&gt;
 PATCHSET: pcbsd&lt;br /&gt;
&lt;br /&gt;
to&lt;br /&gt;
&lt;br /&gt;
 PATCHSET: pcbsdtest&lt;br /&gt;
&lt;br /&gt;
Once the edit is saved, you can use either [[Update Manager]] or [[Meta Package Manager | '''pc-updatemanager''']] to upgrade to the latest rolling release.&lt;br /&gt;
&lt;br /&gt;
As new rolling releases become available, they will appear in Update Manager. An announcement will also be made to the [http://blog.pcbsd.org|PC-BSD® blog], indicating which features are new in this rolling release and any known caveats. If you find a bug in a rolling release, either leave a comment on the associated blog post or send an email with the details to the [http://lists.pcbsd.org/mailman/listinfo/testing testing mailing list].&lt;br /&gt;
&lt;br /&gt;
{{note|icon64= As with any upgrade, always backup your data first. [[Life Preserver]] can be used to backup your home directory to another system in your network.}}&lt;br /&gt;
&lt;br /&gt;
=== Installing a Rolling Release ===&lt;br /&gt;
&lt;br /&gt;
To install a rolling release from DVD or USB media, or to try a live USB image, select the desired architecture and media type from this [http://mirrors.isc.org/pub/pcbsd/9.1-RELEASE/ FTP server]. Rolling releases will always have a date in the media name and you should choose the most recent date.&lt;br /&gt;
&lt;br /&gt;
Once installed, a rolling release will automatically notify you when a newer rolling release becomes available. You can use either [[Update Manager]] or [[Meta Package Manager | '''pc-updatemanager''']] to upgrade to the newer latest rolling release.&lt;br /&gt;
&lt;br /&gt;
Before upgrading, backup your data and check the announcement on the [http://blog.pcbsd.org|PC-BSD® blog] to see which features are new and any known caveats. If you find a bug in that rolling release, either leave a comment on the associated blog post or send an email with the details to the [http://lists.pcbsd.org/mailman/listinfo/testing testing mailing list].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{refheading}}&lt;br /&gt;
[[category:handbook]]&lt;br /&gt;
[[category:Advanced Installation Topics]]&lt;br /&gt;
[[category:Using a Rolling Release]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Drulavigne</name></author>	</entry>

	<entry>
		<id>http://wiki.pcbsd.org/index.php/Using_a_Rolling_Release</id>
		<title>Using a Rolling Release</title>
		<link rel="alternate" type="text/html" href="http://wiki.pcbsd.org/index.php/Using_a_Rolling_Release"/>
				<updated>2013-04-19T18:19:31Z</updated>
		
		<summary type="html">&lt;p&gt;Drulavigne: /* Installing a Rolling Release */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;{{NavHeader|back=Convert a FreeBSD System to PC-BSD® |forward=Dual Booting}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
In February, 2013, PC-BSD® switched to a rolling release model. This is intended to make it easier for users to keep the packages that came with the operating system up-to-date and to make new features available for testing before the next major version is released.&lt;br /&gt;
&lt;br /&gt;
The rolling release model is optional. This means that users can choose to either remain on a RELEASE version or to upgrade to a rolling release. Users that remain on RELEASE will still be notified of security updates and updates to software installed using AppCafe®, however they will not receive updates to the packages installed with the operating system or any new features until they upgrade to the next RELEASE version.&lt;br /&gt;
&lt;br /&gt;
Users who wish to install a version of PC-BSD® which contains the latest operating system software and features can choose to install the latest rolling release instead of the 9.1-RELEASE version. &lt;br /&gt;
&lt;br /&gt;
The rest of this section will demonstrate how to upgrade to a rolling release and how to install a rolling release.&lt;br /&gt;
&lt;br /&gt;
{{note|icon64=The rolling release model is new to PC-BSD® and glitches should be expected. Users who prefer stability over the latest versions of software and who do not wish to test new features should stay on RELEASE. Users who like to have the latest versions of software and who are willing to look for and to [[Report Bugs |report bugs]] should use the latest rolling release.}}&lt;br /&gt;
&lt;br /&gt;
=== Upgrading a 9.1-RELEASE System to a Rolling Release ===&lt;br /&gt;
&lt;br /&gt;
To upgrade a 9.1-RELEASE system to a rolling release, become the superuser and edit the file&lt;br /&gt;
''/usr/local/share/pcbsd/pc-updatemanager/conf/sysupdate.conf''. Change this line:&lt;br /&gt;
&lt;br /&gt;
 PATCHSET: pcbsd&lt;br /&gt;
&lt;br /&gt;
to&lt;br /&gt;
&lt;br /&gt;
 PATCHSET: pcbsdtest&lt;br /&gt;
&lt;br /&gt;
Once the edit is saved, you can use either [[Update Manager]] or [[Meta Package Manager | '''pc-updatemanager''']] to upgrade to the latest rolling release.&lt;br /&gt;
&lt;br /&gt;
As new rolling releases become available, they will appear in Update Manager. An announcement will also be made to the [http://blog.pcbsd.org|PC-BSD® blog], indicating which features are new in this rolling release and any known caveats. If you find a bug in a rolling release, either leave a comment on the associated blog post or send an email with the details to the [http://lists.pcbsd.org/mailman/listinfo/testing testing mailing list].&lt;br /&gt;
&lt;br /&gt;
{{note|icon64= As with any upgrade, always backup your data first. [[Life Preserver]] can be used to backup your home directory to another system in your network.}}&lt;br /&gt;
&lt;br /&gt;
=== Installing a Rolling Release ===&lt;br /&gt;
&lt;br /&gt;
To install a rolling release from DVD or USB media, or to try a live USB image, select the desired architecture and media type from this [http://mirrors.isc.org/pub/pcbsd/9.1-RELEASE/ FTP server]. Rolling releases will always have a date in the media name and you should choose the most recent date.&lt;br /&gt;
&lt;br /&gt;
Once installed, a rolling release will automatically notify you when a newer rolling release becomes available.  &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{refheading}}&lt;br /&gt;
[[category:handbook]]&lt;br /&gt;
[[category:Advanced Installation Topics]]&lt;br /&gt;
[[category:Using a Rolling Release]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Drulavigne</name></author>	</entry>

	<entry>
		<id>http://wiki.pcbsd.org/index.php/Using_a_Rolling_Release</id>
		<title>Using a Rolling Release</title>
		<link rel="alternate" type="text/html" href="http://wiki.pcbsd.org/index.php/Using_a_Rolling_Release"/>
				<updated>2013-04-19T18:16:59Z</updated>
		
		<summary type="html">&lt;p&gt;Drulavigne: /* Upgrading a 9.1-RELEASE System to a Rolling Release */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;{{NavHeader|back=Convert a FreeBSD System to PC-BSD® |forward=Dual Booting}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
In February, 2013, PC-BSD® switched to a rolling release model. This is intended to make it easier for users to keep the packages that came with the operating system up-to-date and to make new features available for testing before the next major version is released.&lt;br /&gt;
&lt;br /&gt;
The rolling release model is optional. This means that users can choose to either remain on a RELEASE version or to upgrade to a rolling release. Users that remain on RELEASE will still be notified of security updates and updates to software installed using AppCafe®, however they will not receive updates to the packages installed with the operating system or any new features until they upgrade to the next RELEASE version.&lt;br /&gt;
&lt;br /&gt;
Users who wish to install a version of PC-BSD® which contains the latest operating system software and features can choose to install the latest rolling release instead of the 9.1-RELEASE version. &lt;br /&gt;
&lt;br /&gt;
The rest of this section will demonstrate how to upgrade to a rolling release and how to install a rolling release.&lt;br /&gt;
&lt;br /&gt;
{{note|icon64=The rolling release model is new to PC-BSD® and glitches should be expected. Users who prefer stability over the latest versions of software and who do not wish to test new features should stay on RELEASE. Users who like to have the latest versions of software and who are willing to look for and to [[Report Bugs |report bugs]] should use the latest rolling release.}}&lt;br /&gt;
&lt;br /&gt;
=== Upgrading a 9.1-RELEASE System to a Rolling Release ===&lt;br /&gt;
&lt;br /&gt;
To upgrade a 9.1-RELEASE system to a rolling release, become the superuser and edit the file&lt;br /&gt;
''/usr/local/share/pcbsd/pc-updatemanager/conf/sysupdate.conf''. Change this line:&lt;br /&gt;
&lt;br /&gt;
 PATCHSET: pcbsd&lt;br /&gt;
&lt;br /&gt;
to&lt;br /&gt;
&lt;br /&gt;
 PATCHSET: pcbsdtest&lt;br /&gt;
&lt;br /&gt;
Once the edit is saved, you can use either [[Update Manager]] or [[Meta Package Manager | '''pc-updatemanager''']] to upgrade to the latest rolling release.&lt;br /&gt;
&lt;br /&gt;
As new rolling releases become available, they will appear in Update Manager. An announcement will also be made to the [http://blog.pcbsd.org|PC-BSD® blog], indicating which features are new in this rolling release and any known caveats. If you find a bug in a rolling release, either leave a comment on the associated blog post or send an email with the details to the [http://lists.pcbsd.org/mailman/listinfo/testing testing mailing list].&lt;br /&gt;
&lt;br /&gt;
{{note|icon64= As with any upgrade, always backup your data first. [[Life Preserver]] can be used to backup your home directory to another system in your network.}}&lt;br /&gt;
&lt;br /&gt;
=== Installing a Rolling Release ===&lt;br /&gt;
&lt;br /&gt;
To install a rolling release, select the desired media from this [http://mirrors.isc.org/pub/pcbsd/9.1-RELEASE/ FTP server]. Rolling releases will always have a date in the media name. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{refheading}}&lt;br /&gt;
[[category:handbook]]&lt;br /&gt;
[[category:Advanced Installation Topics]]&lt;br /&gt;
[[category:Using a Rolling Release]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Drulavigne</name></author>	</entry>

	<entry>
		<id>http://wiki.pcbsd.org/index.php/Using_a_Rolling_Release</id>
		<title>Using a Rolling Release</title>
		<link rel="alternate" type="text/html" href="http://wiki.pcbsd.org/index.php/Using_a_Rolling_Release"/>
				<updated>2013-04-19T18:11:40Z</updated>
		
		<summary type="html">&lt;p&gt;Drulavigne: /* Upgrading a 9.1-RELEASE System to a Rolling Release */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;{{NavHeader|back=Convert a FreeBSD System to PC-BSD® |forward=Dual Booting}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
In February, 2013, PC-BSD® switched to a rolling release model. This is intended to make it easier for users to keep the packages that came with the operating system up-to-date and to make new features available for testing before the next major version is released.&lt;br /&gt;
&lt;br /&gt;
The rolling release model is optional. This means that users can choose to either remain on a RELEASE version or to upgrade to a rolling release. Users that remain on RELEASE will still be notified of security updates and updates to software installed using AppCafe®, however they will not receive updates to the packages installed with the operating system or any new features until they upgrade to the next RELEASE version.&lt;br /&gt;
&lt;br /&gt;
Users who wish to install a version of PC-BSD® which contains the latest operating system software and features can choose to install the latest rolling release instead of the 9.1-RELEASE version. &lt;br /&gt;
&lt;br /&gt;
The rest of this section will demonstrate how to upgrade to a rolling release and how to install a rolling release.&lt;br /&gt;
&lt;br /&gt;
{{note|icon64=The rolling release model is new to PC-BSD® and glitches should be expected. Users who prefer stability over the latest versions of software and who do not wish to test new features should stay on RELEASE. Users who like to have the latest versions of software and who are willing to look for and to [[Report Bugs |report bugs]] should use the latest rolling release.}}&lt;br /&gt;
&lt;br /&gt;
=== Upgrading a 9.1-RELEASE System to a Rolling Release ===&lt;br /&gt;
&lt;br /&gt;
To upgrade a 9.1-RELEASE system to a rolling release, become the superuser and edit the file&lt;br /&gt;
''/usr/local/share/pcbsd/pc-updatemanager/conf/sysupdate.conf''. Change this line:&lt;br /&gt;
&lt;br /&gt;
 PATCHSET: pcbsd&lt;br /&gt;
&lt;br /&gt;
to&lt;br /&gt;
&lt;br /&gt;
 PATCHSET: pcbsdtest&lt;br /&gt;
&lt;br /&gt;
Once the edit is saved, you can use either [[Update Manager]] or [[Meta Package Manager | '''pc-updatemanager'''] to upgrade to the latest rolling release.&lt;br /&gt;
&lt;br /&gt;
As new rolling releases become available, they will appear in Update Manager. An announcement will also be made to the [http://blog.pcbsd.org|PC-BSD® blog], indicating which features are new in this rolling release and any known caveats. If you find a bug in a rolling release, either leave a comment on the associated blog post or send an email with the details to the [http://lists.pcbsd.org/mailman/listinfo/testing testing mailing list].&lt;br /&gt;
&lt;br /&gt;
{{note|icon64= As with any upgrade, always backup your data first. [[Life Preserver]] can be used to backup your home directory to another system in your network.}}&lt;br /&gt;
&lt;br /&gt;
=== Installing a Rolling Release ===&lt;br /&gt;
&lt;br /&gt;
To install a rolling release, select the desired media from this [http://mirrors.isc.org/pub/pcbsd/9.1-RELEASE/ FTP server]. Rolling releases will always have a date in the media name. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{refheading}}&lt;br /&gt;
[[category:handbook]]&lt;br /&gt;
[[category:Advanced Installation Topics]]&lt;br /&gt;
[[category:Using a Rolling Release]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Drulavigne</name></author>	</entry>

	<entry>
		<id>http://wiki.pcbsd.org/index.php/Using_a_Rolling_Release</id>
		<title>Using a Rolling Release</title>
		<link rel="alternate" type="text/html" href="http://wiki.pcbsd.org/index.php/Using_a_Rolling_Release"/>
				<updated>2013-04-19T18:08:37Z</updated>
		
		<summary type="html">&lt;p&gt;Drulavigne: /* Upgrading a 9.1-RELEASE System to a Rolling Release */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;{{NavHeader|back=Convert a FreeBSD System to PC-BSD® |forward=Dual Booting}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
In February, 2013, PC-BSD® switched to a rolling release model. This is intended to make it easier for users to keep the packages that came with the operating system up-to-date and to make new features available for testing before the next major version is released.&lt;br /&gt;
&lt;br /&gt;
The rolling release model is optional. This means that users can choose to either remain on a RELEASE version or to upgrade to a rolling release. Users that remain on RELEASE will still be notified of security updates and updates to software installed using AppCafe®, however they will not receive updates to the packages installed with the operating system or any new features until they upgrade to the next RELEASE version.&lt;br /&gt;
&lt;br /&gt;
Users who wish to install a version of PC-BSD® which contains the latest operating system software and features can choose to install the latest rolling release instead of the 9.1-RELEASE version. &lt;br /&gt;
&lt;br /&gt;
The rest of this section will demonstrate how to upgrade to a rolling release and how to install a rolling release.&lt;br /&gt;
&lt;br /&gt;
{{note|icon64=The rolling release model is new to PC-BSD® and glitches should be expected. Users who prefer stability over the latest versions of software and who do not wish to test new features should stay on RELEASE. Users who like to have the latest versions of software and who are willing to look for and to [[Report Bugs |report bugs]] should use the latest rolling release.}}&lt;br /&gt;
&lt;br /&gt;
=== Upgrading a 9.1-RELEASE System to a Rolling Release ===&lt;br /&gt;
&lt;br /&gt;
To upgrade a 9.1-RELEASE system to a rolling release, become the superuser and edit the file&lt;br /&gt;
''/usr/local/share/pcbsd/pc-updatemanager/conf/sysupdate.conf''. Change this line:&lt;br /&gt;
&lt;br /&gt;
 PATCHSET: pcbsd&lt;br /&gt;
&lt;br /&gt;
to&lt;br /&gt;
&lt;br /&gt;
 PATCHSET: pcbsdtest&lt;br /&gt;
&lt;br /&gt;
Once the edit is saved, you can use either [[Update Manager]] or [[Meta Package Manager | '''pc-updatemanager'''] to upgrade to the latest rolling release.&lt;br /&gt;
&lt;br /&gt;
As new rolling releases become available, they will appear in Update Manager. An announcement will also be made to the [http://blog.pcbsd.org|PC-BSD® blog], indicating which features are new in this rolling release and any known caveats. If you find a bug in a rolling release, either leave a comment on the associated blog post or send an email with the details to the [http://lists.pcbsd.org/mailman/listinfo/testing testing mailing list].&lt;br /&gt;
&lt;br /&gt;
=== Installing a Rolling Release ===&lt;br /&gt;
&lt;br /&gt;
To install a rolling release, select the desired media from this [http://mirrors.isc.org/pub/pcbsd/9.1-RELEASE/ FTP server]. Rolling releases will always have a date in the media name. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{refheading}}&lt;br /&gt;
[[category:handbook]]&lt;br /&gt;
[[category:Advanced Installation Topics]]&lt;br /&gt;
[[category:Using a Rolling Release]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Drulavigne</name></author>	</entry>

	<entry>
		<id>http://wiki.pcbsd.org/index.php/Using_a_Rolling_Release</id>
		<title>Using a Rolling Release</title>
		<link rel="alternate" type="text/html" href="http://wiki.pcbsd.org/index.php/Using_a_Rolling_Release"/>
				<updated>2013-04-19T17:49:13Z</updated>
		
		<summary type="html">&lt;p&gt;Drulavigne: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;{{NavHeader|back=Convert a FreeBSD System to PC-BSD® |forward=Dual Booting}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
In February, 2013, PC-BSD® switched to a rolling release model. This is intended to make it easier for users to keep the packages that came with the operating system up-to-date and to make new features available for testing before the next major version is released.&lt;br /&gt;
&lt;br /&gt;
The rolling release model is optional. This means that users can choose to either remain on a RELEASE version or to upgrade to a rolling release. Users that remain on RELEASE will still be notified of security updates and updates to software installed using AppCafe®, however they will not receive updates to the packages installed with the operating system or any new features until they upgrade to the next RELEASE version.&lt;br /&gt;
&lt;br /&gt;
Users who wish to install a version of PC-BSD® which contains the latest operating system software and features can choose to install the latest rolling release instead of the 9.1-RELEASE version. &lt;br /&gt;
&lt;br /&gt;
The rest of this section will demonstrate how to upgrade to a rolling release and how to install a rolling release.&lt;br /&gt;
&lt;br /&gt;
{{note|icon64=The rolling release model is new to PC-BSD® and glitches should be expected. Users who prefer stability over the latest versions of software and who do not wish to test new features should stay on RELEASE. Users who like to have the latest versions of software and who are willing to look for and to [[Report Bugs |report bugs]] should use the latest rolling release.}}&lt;br /&gt;
&lt;br /&gt;
=== Upgrading a 9.1-RELEASE System to a Rolling Release ===&lt;br /&gt;
&lt;br /&gt;
To upgrade a 9.1-RELEASE system to a rolling release, follow the instructions in this [http://blog.pcbsd.org/2013/03/first-rolling-release-upgrade-available/ blog post].&lt;br /&gt;
&lt;br /&gt;
=== Installing a Rolling Release ===&lt;br /&gt;
&lt;br /&gt;
To install a rolling release, select the desired media from this [http://mirrors.isc.org/pub/pcbsd/9.1-RELEASE/ FTP server]. Rolling releases will always have a date in the media name. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{refheading}}&lt;br /&gt;
[[category:handbook]]&lt;br /&gt;
[[category:Advanced Installation Topics]]&lt;br /&gt;
[[category:Using a Rolling Release]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Drulavigne</name></author>	</entry>

	<entry>
		<id>http://wiki.pcbsd.org/index.php/Using_a_Rolling_Release</id>
		<title>Using a Rolling Release</title>
		<link rel="alternate" type="text/html" href="http://wiki.pcbsd.org/index.php/Using_a_Rolling_Release"/>
				<updated>2013-04-19T17:43:24Z</updated>
		
		<summary type="html">&lt;p&gt;Drulavigne: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;{{NavHeader|back=Convert a FreeBSD System to PC-BSD® |forward=Dual Booting}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
In February, 2013, PC-BSD® switched to a rolling release model. This is intended to make it easier for users to keep the packages that came with the operating system up-to-date and to make new features available for testing before the next major version is released.&lt;br /&gt;
&lt;br /&gt;
The rolling release model is optional. This means that users can choose to either remain on a RELEASE version or to upgrade to a rolling release. Users that remain on RELEASE will still be notified of security updates and updates to software installed using AppCafe®, however they will not receive updates to the packages installed with the operating system or any new features until they upgrade to the next RELEASE version.&lt;br /&gt;
&lt;br /&gt;
Users who wish to install a version of PC-BSD® which contains the latest operating system software and features, can choose to install the latest rolling release instead of the 9.1-RELEASE version. The rest of this section will demonstrate how to upgrade to a rolling release and how to install a rolling release.&lt;br /&gt;
&lt;br /&gt;
=== Upgrading a 9.1-RELEASE System to a Rolling Release ===&lt;br /&gt;
&lt;br /&gt;
To upgrade a 9.1-RELEASE system to a rolling release, follow the instructions in this [http://blog.pcbsd.org/2013/03/first-rolling-release-upgrade-available/ blog post].&lt;br /&gt;
&lt;br /&gt;
=== Installing a Rolling Release ===&lt;br /&gt;
&lt;br /&gt;
To install a rolling release, select the desired media from this [http://mirrors.isc.org/pub/pcbsd/9.1-RELEASE/ FTP server]. Rolling releases will always have a date in the media name. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{refheading}}&lt;br /&gt;
[[category:handbook]]&lt;br /&gt;
[[category:Advanced Installation Topics]]&lt;br /&gt;
[[category:Using a Rolling Release]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Drulavigne</name></author>	</entry>

	<entry>
		<id>http://wiki.pcbsd.org/index.php/Using_a_Rolling_Release</id>
		<title>Using a Rolling Release</title>
		<link rel="alternate" type="text/html" href="http://wiki.pcbsd.org/index.php/Using_a_Rolling_Release"/>
				<updated>2013-04-19T17:42:11Z</updated>
		
		<summary type="html">&lt;p&gt;Drulavigne: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;{{NavHeader|back=Convert a FreeBSD System to PC-BSD® |forward=Dual Booting}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
In February, 2013, PC-BSD® switched to a rolling release model. This is intended to make it easier for users to keep the packages that came with the operating system up-to-date and to make new features available for testing before the next major release.&lt;br /&gt;
&lt;br /&gt;
The rolling release model is optional. This means that users can choose to either remain on a RELEASE version or to upgrade to a rolling release. Users that remain on RELEASE will still be notified of security updates and updates to software installed using AppCafe®, however they will not receive updates to the packages installed with the operating system or any new features until they upgrade to the next RELEASE version.&lt;br /&gt;
&lt;br /&gt;
Users who wish to install a version of PC-BSD® which contains the latest operating system software and features, can choose to install the latest rolling release instead of the 9.1-RELEASE version.&lt;br /&gt;
&lt;br /&gt;
=== Upgrading a 9.1-RELEASE System to a Rolling Release ===&lt;br /&gt;
&lt;br /&gt;
To upgrade a 9.1-RELEASE system to a rolling release, follow the instructions in this [http://blog.pcbsd.org/2013/03/first-rolling-release-upgrade-available/ blog post].&lt;br /&gt;
&lt;br /&gt;
=== Installing a Rolling Release ===&lt;br /&gt;
&lt;br /&gt;
To install a rolling release, select the desired media from this [http://mirrors.isc.org/pub/pcbsd/9.1-RELEASE/ FTP server]. Rolling releases will always have a date in the media name. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{refheading}}&lt;br /&gt;
[[category:handbook]]&lt;br /&gt;
[[category:Advanced Installation Topics]]&lt;br /&gt;
[[category:Using a Rolling Release]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Drulavigne</name></author>	</entry>

	<entry>
		<id>http://wiki.pcbsd.org/index.php/What%27s_New_Since_9.1</id>
		<title>What's New Since 9.1</title>
		<link rel="alternate" type="text/html" href="http://wiki.pcbsd.org/index.php/What%27s_New_Since_9.1"/>
				<updated>2013-04-19T17:22:44Z</updated>
		
		<summary type="html">&lt;p&gt;Drulavigne: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;{{navHeader|back=Goals and Features|forward=PC-BSD® Releases|custompagename=What's New Since 9.1|custompagecategory={{PAGENAME}}}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
The following features have been added since PC-BSD® 9.1 was released on December 18, 2012. Users who wish to test or take advantage of these features can either install or upgrade to a [[Using a Rolling Release|rolling release]]. Once the upcoming 9.2 release cycle begins, these features will be incorporated into that version of PC-BSD®.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:5--&amp;gt;&lt;br /&gt;
Here is a list of the new features:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:7--&amp;gt;&lt;br /&gt;
* [[EasyPBI2|EasyPBI]] has been revamped as version 2, making it even easier to create complex PBIs.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:8--&amp;gt;&lt;br /&gt;
* It is now possible to easily [[Convert a FreeBSD System to PC-BSD®]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:9--&amp;gt;&lt;br /&gt;
* The GDM login manager has been replaced with the BSD-licensed [[PCDM]].&lt;br /&gt;
&lt;br /&gt;
* The system has changed from the traditional ports system to [[Using pkgng|pkgng]] and all of the PC-BSD® utilities that deal with installing or updating software now use pkgng. This means that you can now safely install non-PBI software from the command line and that a system upgrade will no longer delete non-PBI software.&lt;br /&gt;
&lt;br /&gt;
* The PC-BSD® utilities that deal with installing software or updates now use [http://aria2.sourceforge.net/ aria2] which greatly increases download speed over slow links. aria2 achieves this by downloading a file from multiple sources over multiple protocols in order to utilize the maximum download bandwidth. The '''pc-pkg''' command has been added as a wrapper script to '''pkg'''. Use '''pc-pkg''' if you wish to increase your download speed when installing or upgrading pkgng packages.&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Drulavigne</name></author>	</entry>

	<entry>
		<id>http://wiki.pcbsd.org/index.php/What%27s_New_Since_9.1</id>
		<title>What's New Since 9.1</title>
		<link rel="alternate" type="text/html" href="http://wiki.pcbsd.org/index.php/What%27s_New_Since_9.1"/>
				<updated>2013-04-19T17:22:19Z</updated>
		
		<summary type="html">&lt;p&gt;Drulavigne: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;{{navHeader|back=Goals and Features|forward=PC-BSD® Releases|custompagename=What's New Since 9.1|custompagecategory={{PAGENAME}}}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
The following features have been added since PC-BSD® 9.1 was released on December 18, 2012. Users who wish to test or take advantage of these features can either install or upgrade to a [[Using a Rolling Release|rolling release]]. Once the upcoming 9.2 release cycle begins, these features will be incorporated into that version of PC-BSD®.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:5--&amp;gt;&lt;br /&gt;
Here is a list of the new features:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:7--&amp;gt;&lt;br /&gt;
* [[EasyPBI2|EasyPBI]] has been revamped, making it even easier to create complex PBIs.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:8--&amp;gt;&lt;br /&gt;
* It is now possible to easily [[Convert a FreeBSD System to PC-BSD®]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:9--&amp;gt;&lt;br /&gt;
* The GDM login manager has been replaced with the BSD-licensed [[PCDM]].&lt;br /&gt;
&lt;br /&gt;
* The system has changed from the traditional ports system to [[Using pkgng|pkgng]] and all of the PC-BSD® utilities that deal with installing or updating software now use pkgng. This means that you can now safely install non-PBI software from the command line and that a system upgrade will no longer delete non-PBI software.&lt;br /&gt;
&lt;br /&gt;
* The PC-BSD® utilities that deal with installing software or updates now use [http://aria2.sourceforge.net/ aria2] which greatly increases download speed over slow links. aria2 achieves this by downloading a file from multiple sources over multiple protocols in order to utilize the maximum download bandwidth. The '''pc-pkg''' command has been added as a wrapper script to '''pkg'''. Use '''pc-pkg''' if you wish to increase your download speed when installing or upgrading pkgng packages.&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Drulavigne</name></author>	</entry>

	</feed>