Learning FreeBSD

Hello!

My name is Alexey, I'm 37-years old sysadmin and
have been using FreeBSD more or less intensively
since its 1.1.5.1.

The experience I have is appropriate for doing everyday work,
but I feel strong desire to go deeper in my understanding
of the system, how it works internally, and why.

Despite a lot of information available (and probably
because of this) it seems to me not easy to choose
the right path in learning system internals.

It is interesting to know what the way other people choose.
Can you describe your way to go inside the system?

Which books helps you more, what particular project
gave you most of understanding, etc, etc...

I believe this would be useful not only for me.
Please, tell what was the way through this land.

Thank you in advance, and Merry Christmas! :)
 
I use FreeBSD as desktop. For most part i did "try and fix or reinstall" method.

FreeBSD 6 Unleashed helped me a lot.

also FreeBSD handbook is very useful resource
 
seems like you are interested in the FreeBSD internals, i.e. source itself? I'm not much experienced in that area (actually it seems like we have similar goals), however I am planning to go through the following books (which I have already in my bookshelf):

  • Modern Operating Systems - A. Tanenbaum
  • The Design and Implementation of the FreeBSD Operating System - McKusick, Neville-Neil
  • FreeBSD Developers' Handbook
 
danger@ said:
seems like you are interested in the FreeBSD internals, i.e. source itself? I'm not much experienced in that area (actually it seems like we have similar goals), however I am planning to go through the following books (which I have already in my bookshelf):

  • Modern Operating Systems - A. Tanenbaum
  • The Design and Implementation of the FreeBSD Operating System - McKusick, Neville-Neil
  • FreeBSD Developers' Handbook

speaking about internals....
After i finish my C++ course, I will be reading:

W.Richard Stevens, Stephen A.Rago - Advanced Programming in the UNIX Environment 2nd Edition
as well as developers handbook
 
Been looking at that one book as well, I will probably order it as well :)
 
I'm just reading The Design and Implementation of the FreeBSD Operating System , but it seems that it's not enough,maybe only the first step
 
lha said:
Hello!

My name is Alexey, I'm 37-years old sysadmin and
have been using FreeBSD more or less intensively
since its 1.1.5.1.

(...)

Which books helps you more, what particular project
gave you most of understanding, etc, etc...

Hi Alexey, start with official FreeBSD Handbook and FAQ:
http://freebsd.org/handbook
http://freebsd.org/doc/en_US.ISO8859-1/books/faq/index.html

Also books I encourage you to get Absolute FreeBSD, 2nd Edition,
generally is best FreeBSD book out there currently.
 
Back
Top