From owner-freebsd-doc@FreeBSD.ORG Thu Jul 17 19:22:26 2008 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B36F0106564A for ; Thu, 17 Jul 2008 19:22:26 +0000 (UTC) (envelope-from jgsinowitz@gmail.com) Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.191]) by mx1.freebsd.org (Postfix) with ESMTP id 352528FC1C for ; Thu, 17 Jul 2008 19:22:25 +0000 (UTC) (envelope-from jgsinowitz@gmail.com) Received: by ti-out-0910.google.com with SMTP id d27so56198tid.3 for ; Thu, 17 Jul 2008 12:22:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type:references; bh=TWbjkm1QbCKi9Il91S8/r2JHTCjT/EGID1l1l/6zsBA=; b=qdOR9ciD2OgMsR+UD9Oxv+jsydA50Ovv/CILzS58qbCY1OVEGS602vwVORehYnraP8 +N3XBceb1vz9SRZUGurOTR3I3pi8h8UfUIuIyW17L499yfiiFYIsPiF536fkyXyy64xT XdXdDRxmYsF7W22ua+BGQuMJMALN6HQx3Vi/s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:references; b=o6/Ozrtm/dbnXZ1gw2X5WNYabMGGl5XgHPhkiwi6J9hUg8oiLZyXQqbYFh1kB+rrxc nXgemhjmDjp+g9CDNHYJo/aTajUnF2KR7oYvVKj5Uw9zvFaHwSu5Ck2P8OKoqIT6Z8+n c6JP8MnyhfzoWSDuS3LIAPcfUA6FXTWA5ydWg= Received: by 10.151.150.13 with SMTP id c13mr957758ybo.155.1216322543505; Thu, 17 Jul 2008 12:22:23 -0700 (PDT) Received: by 10.150.218.19 with HTTP; Thu, 17 Jul 2008 12:22:23 -0700 (PDT) Message-ID: Date: Thu, 17 Jul 2008 15:22:23 -0400 From: "Jonah Sinowitz" To: "Manolis Kiagias" In-Reply-To: <487F9926.2020703@gmail.com> MIME-Version: 1.0 References: <487F9926.2020703@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: "freebsd-doc@freebsd.org" , Tim Kellers Subject: Re: Chapter 23 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jul 2008 19:22:26 -0000 Dear Manolis, Thanks for the quick response. In the introductory course I took, we did *exactly *as you said: we downloaded the release CD and then worked through the equivalent of the first few chapters of the Handbook. We then moved very very quickly to the "Common Tasks" section of the Handbook, "Chapter 8", and configured the kernel. After this experience, my thought was -- *if *"Configuring the FreeBSD Kernel" is a common task, so are many of those tasks listed in "The Cutting Edge". Does this make sense? Best, Jonah On Thu, Jul 17, 2008 at 3:10 PM, Manolis Kiagias wrote: > Jonah Sinowitz wrote: > >> Dear freebsd-doc@freebsd.org, >> I use and enjoy the Handbook a great deal. >> I have a question about Chapter 23, "The Cutting Edge". >> I'm wondering why the issues covered in that chapter are not covered >> earlier >> in the Handbook. I'm new to FreeBSD, but these seem like very basic and >> useful , which should be learned at the very beginning of one's FreeBSD >> journey. >> Sincerely, >> Jonah Sinowitz >> >> > > > Glad you find the information useful! > Chapter 23 refers to concepts that beginners usually will not grasp - and > at that point they possibly don't care. Chapter 23 belongs to the > "administration" part of the handbook. > Most people start their FreeBSD journey by downloading a -RELEASE CD and > then reading the first few chapters of the handbook, articles and tutorials > and possibly other printed books. > > At this point, this kind of info may be confusing: What could the terms > current, stable, source, kernel, buildworld, mergemaster mean for a > beginner? Not much probably, as he is simply concentrated on getting the > system up and running the way he wants it. Later on, after earning some > experience, he can get to this chapter and decide for himself if he wishes > to track current or stable and getting deeper knowledge on the FreeBSD > development model as well. > > And you don't have to read a book from cover to cover, in sequence. You > can always jump around. I do it all the time ;) >