Re: Even more documentation?

2008-04-30 Thread T.

Edward Ruggeri wrote:

Hi all,

I've used FreeBSD for about two years now.  Besides using Linux for
projects on school computers, I never had much experience with
Unix-like operating systems.  While I get by nicely on FreeBSD, I
recently felt that I didn't have a very solid understanding of it's
organization or structure.  I suppose one can't know everything about
an operating system with as much functionality as FreeBSD, but I
started to feel like my knowledge was really ad-hoc, and that I didn't
completely understand what I was doing (as if I had learned only by
example).

To that end, I started reading the FreeBSD handbook front-to-back.
I've gotten to Part III, and while it's been very valuable, I still
feel like I'm learning by example, and not by understanding the
operating system.  I'm starting to think I'm expecting something out
of the handbook it's not designed to do.

It seems like the man pages would be a good place to go, but my
trouble with using them is that they're difficult to put together the
information on different pages.  I suppose I want something like a
textbook.  I dream of a K&R type text that is very comprehensive and
well-organized.

If anyone has advice, I'd very much appreciate it!

Sincerely,

-- Ned Ruggeri


A lot more than just the handbook and man pages:
http://www.freebsd.org/doc/en/books/

Design and Implementation is dense if you're not at that level of 
understanding yet.

It's the high level, comprehensive OS engineering manual.
And, like any engineering manual, by it's nature (not reflecting on 
McKusick), it can put you to sleep trying to read it front to back.
Honestly, it's too much too fast to practically learn from unless your 
already familiar with designing and implementing an OS and just want to 
get up to speed on FreeBSD.
The purpose spans the whole OS, so it's impossible to find focus on some 
relevant achievable goal in a straight front to back reading.
I'm finding it better for referencing particular internals you're 
focusing on at the moment.


A fun and exciting whirlwind tour that cuts quickly to the most 
significant internals and is strictly focused with a well defined and 
immediately achievable purpose is "Designing BSD Rootkits" by Joseph 
Kong. You'll be tinkering with protocol structures and manipulating 
critical system tables a lot faster. It's a serious eye-opener.


What you will find is that, in terms of development, /usr/src and 
analysis tools are the ultimate resources.


In terms of system administration, the Handbook, man pages and domain 
specific documentation are your best reference. Your best resource is 
experience. Ultimately, FreeBSD is just another system. The system must 
have a purpose. Your purpose will entail providing services. Your 
experience will be in mastering these services. Services are more so 
defined by their protocols and APIs than by the systems they're hosted 
on. Once you put it in perspective, the system is really just another 
collection of services, but these focus on providing a standard 
interface to the actual hardware beneath that make it all possible. But 
that's not entirely accurate, because ultimately, it's people that have 
made it possible, not the machines.


Again and again, it comes down to "Purpose" and focus. So, the real 
question becomes not one of resources (of which, there are plenty), but 
of inspiration and creativity.



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Even more documentation?

2008-04-29 Thread Edward Ruggeri
On Fri, Apr 25, 2008 at 10:32 PM, Edward Ruggeri <[EMAIL PROTECTED]> wrote:
> Hi all,
>
>  I've used FreeBSD for about two years now.  Besides using Linux for
>  projects on school computers, I never had much experience with
>  Unix-like operating systems.  While I get by nicely on FreeBSD, I
>  recently felt that I didn't have a very solid understanding of it's
>  organization or structure.  I suppose one can't know everything about
>  an operating system with as much functionality as FreeBSD, but I
>  started to feel like my knowledge was really ad-hoc, and that I didn't
>  completely understand what I was doing (as if I had learned only by
>  example).
>
>  To that end, I started reading the FreeBSD handbook front-to-back.
>  I've gotten to Part III, and while it's been very valuable, I still
>  feel like I'm learning by example, and not by understanding the
>  operating system.  I'm starting to think I'm expecting something out
>  of the handbook it's not designed to do.
>
>  It seems like the man pages would be a good place to go, but my
>  trouble with using them is that they're difficult to put together the
>  information on different pages.  I suppose I want something like a
>  textbook.  I dream of a K&R type text that is very comprehensive and
>  well-organized.
>
>  If anyone has advice, I'd very much appreciate it!
>
>  Sincerely,
>
>  -- Ned Ruggeri
>

I have read the many replies from various people, and they have all
been exceptionally helpful.  Thanks very much everyone!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Even more documentation?

2008-04-26 Thread Patrick Lamaizière
Le Fri, 25 Apr 2008 22:32:37 -0400,
"Edward Ruggeri" <[EMAIL PROTECTED]> a écrit :

> Hi all,
> 
> I've used FreeBSD for about two years now.  Besides using Linux for
> projects on school computers, I never had much experience with
> Unix-like operating systems.  While I get by nicely on FreeBSD, I
> recently felt that I didn't have a very solid understanding of it's
> organization or structure.  I suppose one can't know everything about
> an operating system with as much functionality as FreeBSD, but I
> started to feel like my knowledge was really ad-hoc, and that I didn't
> completely understand what I was doing (as if I had learned only by
> example).
> 
> To that end, I started reading the FreeBSD handbook front-to-back.
> I've gotten to Part III, and while it's been very valuable, I still
> feel like I'm learning by example, and not by understanding the
> operating system.  I'm starting to think I'm expecting something out
> of the handbook it's not designed to do.

I think you need a good book about UNIX concept and administration.
Some spoke about "The design and implementation of the FreeBSD operating
system", this is a good book but much more about the design of the
kernel.

Regards.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Even more documentation?

2008-04-26 Thread Steven Friedrich
On Friday 25 April 2008 10:32:37 pm Edward Ruggeri wrote:
> Hi all,
>
> I've used FreeBSD for about two years now.  Besides using Linux for
> projects on school computers, I never had much experience with
> Unix-like operating systems.  While I get by nicely on FreeBSD, I
> recently felt that I didn't have a very solid understanding of it's
> organization or structure.  I suppose one can't know everything about
> an operating system with as much functionality as FreeBSD, but I
> started to feel like my knowledge was really ad-hoc, and that I didn't
> completely understand what I was doing (as if I had learned only by
> example).
>
> To that end, I started reading the FreeBSD handbook front-to-back.
> I've gotten to Part III, and while it's been very valuable, I still
> feel like I'm learning by example, and not by understanding the
> operating system.  I'm starting to think I'm expecting something out
> of the handbook it's not designed to do.
>
> It seems like the man pages would be a good place to go, but my
> trouble with using them is that they're difficult to put together the
> information on different pages.  I suppose I want something like a
> textbook.  I dream of a K&R type text that is very comprehensive and
> well-organized.
>
> If anyone has advice, I'd very much appreciate it!
>
> Sincerely,
>
> -- Ned Ruggeri
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"

To what end?

I mean, Unix knowledge spans many domains.

Domains such as user, admin, programmer.

I can offer suggestions for great books, but I need to know where you think 
you're weak.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Even more documentation?

2008-04-25 Thread Eric Schuele
On 04/25/2008 21:32, Edward Ruggeri wrote:
> Hi all,
> 
> I've used FreeBSD for about two years now.  Besides using Linux for
> projects on school computers, I never had much experience with
> Unix-like operating systems.  While I get by nicely on FreeBSD, I
> recently felt that I didn't have a very solid understanding of it's
> organization or structure.  I suppose one can't know everything about
> an operating system with as much functionality as FreeBSD, but I
> started to feel like my knowledge was really ad-hoc, and that I didn't
> completely understand what I was doing (as if I had learned only by
> example).
> 
> To that end, I started reading the FreeBSD handbook front-to-back.
> I've gotten to Part III, and while it's been very valuable, I still
> feel like I'm learning by example, and not by understanding the
> operating system.  I'm starting to think I'm expecting something out
> of the handbook it's not designed to do.
> 
> It seems like the man pages would be a good place to go, but my
> trouble with using them is that they're difficult to put together the
> information on different pages.  I suppose I want something like a
> textbook.  I dream of a K&R type text that is very comprehensive and
> well-organized.

My Vote:
  "The Design and Implementation of the FreeBSD Operating System"

Its not exactly "hot off the press" any more... but still quite a good read.

Can be found here (mind the URL wrap):
http://www.amazon.com/Design-Implementation-FreeBSD-Operating-System/dp/0201702452/ref=pd_bbs_sr_2?ie=UTF8&s=books&qid=1209177819&sr=8-2

> 
> If anyone has advice, I'd very much appreciate it!
> 
> Sincerely,
> 
> -- Ned Ruggeri
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
> 
> 


-- 
Regards,
Eric




signature.asc
Description: OpenPGP digital signature


Re: Even more documentation?

2008-04-25 Thread Mike Jeays
On April 25, 2008 10:32:37 pm Edward Ruggeri wrote:
> Hi all,
>
> I've used FreeBSD for about two years now.  Besides using Linux for
> projects on school computers, I never had much experience with
> Unix-like operating systems.  While I get by nicely on FreeBSD, I
> recently felt that I didn't have a very solid understanding of it's
> organization or structure.  I suppose one can't know everything about
> an operating system with as much functionality as FreeBSD, but I
> started to feel like my knowledge was really ad-hoc, and that I didn't
> completely understand what I was doing (as if I had learned only by
> example).
>
> To that end, I started reading the FreeBSD handbook front-to-back.
> I've gotten to Part III, and while it's been very valuable, I still
> feel like I'm learning by example, and not by understanding the
> operating system.  I'm starting to think I'm expecting something out
> of the handbook it's not designed to do.
>
> It seems like the man pages would be a good place to go, but my
> trouble with using them is that they're difficult to put together the
> information on different pages.  I suppose I want something like a
> textbook.  I dream of a K&R type text that is very comprehensive and
> well-organized.
>
> If anyone has advice, I'd very much appreciate it!
>
> Sincerely,
>
> -- Ned Ruggeri
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"

For more details on the internal design, find a copy of
"The Design and Implementation of the 4.4 BSD Operating System "

http://www.amazon.com/Design-Implementation-Operating-Addison-Wesley-Systems/dp/0201549794


-- 
Mike Jeays
http://www.jeays.ca
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Even more documentation?

2008-04-25 Thread darren kirby
quoth the Edward Ruggeri:

> It seems like the man pages would be a good place to go, but my
> trouble with using them is that they're difficult to put together the
> information on different pages.  I suppose I want something like a
> textbook.  I dream of a K&R type text that is very comprehensive and
> well-organized.
>
> If anyone has advice, I'd very much appreciate it!

Not sure how 'K&R' like it is, but I have just finished reading 'Absolute 
FreeBSD' by Micheal W. Lucas. At 700+ pages it is almost textbook like. It 
seems comprehensive, and logically organized so that very little of the text 
depends on knowledge not yet explained.

Plus, it is witty and well written IMHO. Speaking as a moderately experienced 
Linux guy new to FreeBSD it has served me well. 

Also, There is 'The Complete FreeBSD' by Greg Lehey available from O'Reilley 
(and for download from the author's site) but I haven't (yet!) read it so I 
cannot say much about it...

Also, also, I seem to recall a 'further reading' section in the back of the 
FreeBSD handbook which had more suggestions.

> Sincerely,
>
> -- Ned Ruggeri

-d
-- 
darren kirby :: Part of the problem since 1976 :: http://badcomputer.org
"...the number of UNIX installations has grown to 10, with more expected..."
- Dennis Ritchie and Ken Thompson, June 1972
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"