[BACK]Return to books.html CVS log [TXT][DIR] Up to [local] / www

Annotation of www/books.html, Revision 1.21

1.1       ian         1: <!DOCTYPE HTML PUBLIC  "-//IETF//DTD HTML Strict//EN">
1.13      deraadt     2: <html>
                      3: <head>
                      4: <link rev=made href=mailto:www@openbsd.org>
                      5: <meta name="resource-type" content="document">
                      6: <meta name="description" content="Books about BSD and OpenBSD">
                      7: <meta name="keywords" content="openbsd,books,information">
                      8: <meta name="distribution" content="global">
                      9: <meta name="copyright" content="This document copyright 1998 by OpenBSD.">
1.15      philen     10: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
                     11: <meta name="generator" content="The vi editor from UNIX">
                     12: <meta name="Author" content="Ian Darwin">
1.13      deraadt    13: <title>The OpenBSD Bookstore</title>
                     14: </head>
                     15:
1.15      philen     16: <body bgcolor="#ffffff">
                     17:
                     18: <a href="index.html"><img alt="[OpenBSD]" height=30 width=141 border="0" src="images/smalltitle.gif"></a>
1.13      deraadt    19: <p>
1.15      philen     20: <h2><font color=#cc0000>UNIX and BSD books</font><hr></h2>
1.1       ian        21:
1.15      philen     22: <P>We are now associated with <a href="http://www.amazon.com/">Amazon.com</a>
1.2       ian        23: so that you can order some of these books directly from them.
                     24: <EM>Ordering from these "Order from Amazon" links is a way of helping to
1.4       ian        25: fund the OpenBSD project</EM>.
1.13      deraadt    26:
1.15      philen     27: <P>
                     28: <UL>
                     29: <LI><A HREF="#1">OpenBSD-specific books</a>
                     30: <LI><A HREF="#2">BSD-specific books</a>
                     31: <LI><A HREF="#3">Unix user guides</a>
                     32: <LI><A HREF="#4">Unix administration</a>
                     33: <LI><A HREF="#5">Unix programming</a>
                     34: <LI><A HREF="#6">Network administration</a>
1.21    ! chris      35: <LI><A HREF="#7">Cryptography</a>
1.15      philen     36: </UL>
                     37: <hr>
1.13      deraadt    38:
1.15      philen     39: <h3><a name="1">OpenBSD-specific books</a></h3>
                     40: <dl>
                     41: <dt>
                     42: <i>Building Linux and OpenBSD Firewalls</i>
                     43: <dd>by Wes Sonnenreich, Tom Yates.
                     44: <dd>
                     45: This book describes the OpenBSD 2.5 installation process and the elementary management of the system firewalling tools.
                     46: <dd>[<a href="http://www.amazon.com/exec/obidos/ISBN=0471353663/openbsdA/">Order
                     47: from Amazon</a>]
                     48: </dl>
                     49: <hr>
                     50:
                     51: <h3><a name="2">BSD-specific books</a></h3>
                     52: <dl>
                     53: <dt>
                     54: <i>The Design and Implementation of the 4.4 BSD Operating System</i>
                     55: <dd>by Marshal Kirk McKusick, Keith Bostic, Michael J. Karels, John S. Quarterman
                     56: <dd>
                     57: At 549 pages plus an index, <A HREF="http://cseng.aw.com/bookdetail.qry?ISBN=0-201-54979-4&ptype=0">this book</a> must be considered comprehensive.
                     58: McKusick, Bostic and Karels are well known as prime movers at
                     59: Berkeley CSRG (Computer Systems Research Group) during the 4.3/4.4BSD
                     60: period. This book covers the 4.4 and 4.4-Lite releases, and discusses
                     61: everything you wanted to know about how the system operates.  Not
                     62: 100% applicable, but probably the closest there is to an overall
                     63: system internals manual for OpenBSD.
                     64: <dd>[<a href="http://www.amazon.com/exec/obidos/ISBN=0201549794/openbsdA/">Order
                     65: from Amazon</a>]
1.13      deraadt    66: <p>
1.15      philen     67: <dt>
                     68: <i>Source Code Secrets: The Basic 386BSD Operating System Reference
                     69: (Volume 1 of Operating System Source Code Secrets)</i>
                     70: <dd>by L. W. Jolitz, William Jolitz; 1997
                     71: <dd>
                     72: The Jolitzes built the first port of BSD to the PC-386 architecture,
                     73: and deserve a lot of credit for making BSD portable to this low-cost
                     74: architecture. The earliest versions, called "386bsd", were described
                     75: in articles in <EM>Dr. Dobbs Journal</EM>. This book goes beyond the articles,
                     76: and provides a comprehensive annotated collection of source code.
                     77: Not all of it applies to modern versions of OpenBSD, of course, but
                     78: you can still learn a lot from it.
                     79: <dd>[<a href="http://www.amazon.com/exec/obidos/ISBN=1573980269/openbsdA/">Order
                     80: from Amazon</a>]
1.13      deraadt    81: <p>
1.15      philen     82: <dt>
                     83: <i>Berkeley Unix: A Simple and Comprehensive Guide</i>
                     84: <dd>by James Wilson
                     85: <dd>
                     86: Begins with the basic commands and finishes with advanced programming
                     87: techniques. Offers strong coverage of systems calls.
                     88: <dd>[<a href="http://www.amazon.com/exec/obidos/ISBN=047161582X/openbsdA/">Order
                     89: from Amazon</a>]
                     90: <p>
                     91: <dt>
                     92: <i>An Introduction to Berkeley Unix and ANSI C</i>
                     93: <dd>by Jack Hodges
                     94: <dd>
                     95: An introduction to the operating system and the programming language.  Intended
                     96: for self-study, requires no previous knowledge of Unix.  Covers the fundamentals
                     97: of programming; the correct use of syntax; programming style, debugging, logic,
                     98: and system programming with C.
                     99: <dd>[<a href="http://www.amazon.com/exec/obidos/ISBN=0130684953/openbsdA/">Order
                    100: from Amazon</a>]
                    101: <p>
                    102: <dt>
                    103: <dt>
                    104: <i>4.4 BSD User's Reference Manual (URM)</i>
                    105: <dd>published by O'Reilly, 1994
                    106: <dd>
1.12      ian       107: This is just a reprint of the man pages for users.
1.2       ian       108: Your OpenBSD distribution includes the online man pages,
                    109: which are specific to OpenBSD, and more up-to-date. So
1.13      deraadt   110: you don't need this one: use the <em>man</em> command instead.
                    111: <p>
1.15      philen    112: <dt>
                    113: <dt>
                    114: <i>4.4 BSD System Manager's Manual (SMM)</i>
                    115: <dd>published by O'Reilly, 1994
                    116: <dd>
                    117: This book details what you need to know to run a BSD system.
1.2       ian       118: Quite a bit of this material is relevant to OpenBSD.
                    119: Unfortunately it is currently out of print.
1.13      deraadt   120: Worse, due to licensing restrictions from AT&amp;T,
                    121: the electronic editions of these were not included in the
1.2       ian       122: 4.4BSD distributions, so most of them are not included with OpenBSD.
1.13      deraadt   123: The few that are may be found via the <a href="docum.html">Documents page</a>.
1.17      louis     124: <p>
                    125: <dt>
                    126: <dt>
                    127: <i>BSD mit Methode</i>
                    128: <dd>published by C&L Computer- und Literaturverlag GmbH, 1998
                    129: <dd>
                    130: <a href="http://www.cul.de/buecher/bsd.html">A book in German</a> on all
                    131: three freenix BSDs covering the essentials of installation, X configuration
                    132: and system administration, as well as PERL programming and tips on
                    133: LaTeX/Lyx. The book also covers the KDE desktop environment.
                    134: <br>Includes older versions of OpenBSD on the two included CD-ROMs.
                    135: <br>Apparently not available through Amazon.com, but <a
                    136: href="http://www.lob.de/cgi-bin/work/frameset?flag=jfl&frame=yes&id=38effe1813566">
                    137: Lehmann's Online Bookshop</a> lists it. However, you might want to pick up a <a
                    138: href="http://www.lob.de/cgi-bin/work/frameset?flag=jfl&frame=yes&id=38effe1813566">more
                    139: recent version of the CD-ROM</a>.
1.15      philen    140: </dl>
                    141: <hr>
1.2       ian       142:
1.15      philen    143: <h3><a name="3">Unix user guides</a></h3>
                    144: <dl>
                    145: <dt><i>Unix Made Easy</i>
                    146: <dd>by John Muster
                    147: <dd>A general Unix book that covers all areas of the system.
                    148: <dd>[<a href="http://www.amazon.com/exec/obidos/ISBN=0078821738/openbsdA/">Order from Amazon</a>]
                    149: <p>
                    150: <dt><i>UNIX Power Tools</i>
                    151: <dd>by Jerry D. Peek, Tim O'Reilly, and Mike Loukides
                    152: <dd>
                    153: This book is now now in its second edition. It discusses
                    154: hundreds of neat tricks, little-known techniques, and add-on utilities.
                    155: Be aware that many of the utilities are either included with OpenBSD
                    156: or, more commonly, are already available as ports or packages.
                    157: So most of section 52.03, complaining about how hard it is to port
                    158: software to different UNIXes, can be disregarded if you learn about the
                    159: <a href="ports.html">Ports Mechanism</a>
                    160: that is part of OpenBSD.
                    161: <dd>[<a href="http://www.amazon.com/exec/obidos/ISBN=1565922603/openbsdA/">Order
                    162: from Amazon</a>]
1.18      ericj     163: <p>
                    164: <dt><i><a href="http://www.rodsbooks.com/multiboot/">The Multi-Boot Configuration Handbook</a></i>
                    165: <dd>by Rod Smith
                    166: <dd>
                    167: <dd>
                    168: Book explaining techniques for Multi-booting.
                    169: <dd>[<a href="http://www.amazon.com/exec/obidos/ISBN=0789722836/openbsdA/">Order from Amazon</a>]
1.15      philen    170: </dl>
                    171: <hr>
1.1       ian       172:
1.15      philen    173: <h3><a name="4">Unix administration</a></h3>
                    174: <dl>
                    175: <dt><i>UNIX System Administration Handbook</i>
                    176: <dd>by Evi Nemeth, Garth Snyder, Scott Seebass, Trent R. Hein
                    177: <dd>
                    178: This is an excellent book on Unix system administration.
                    179: <dd>[<a href="http://www.amazon.com/exec/obidos/ISBN=0131510517/openbsdA/">Order
                    180: from Amazon</a>]
                    181: <p>
                    182: <dt><i>Essential System Administration</i>
                    183: <dd>by AEleen Frisch
                    184: <dd>
                    185: This book covers many fundamental tasks in system administration.  It includes
                    186: examples for a wide range of Unix operating systems, including BSD.
                    187: <dd>[<a href="http://www.amazon.com/exec/obidos/ISBN=1565921275/openbsdA/">Order
                    188: from Amazon</a>]
                    189: </dl>
                    190: <hr>
1.1       ian       191:
1.15      philen    192: <h3><a name="5">Unix programming</a></h3>
                    193: <dl>
                    194: <P>
                    195: <dt><i>Unix Systems for Modern Architectures</i>
                    196: <dd>by Curt Schimmel
                    197: <dd>
                    198: This book leads its' reader through all the low-level kernel models for
                    199: multi-processing architectures.  OpenBSD does not implement multi-processing
                    200: capabilities as of yet, but what do you think the developers are reading?
                    201: <dd>[<a href="http://www.amazon.com/exec/obidos/ISBN=0201633388/openbsdA/">Order
                    202: from Amazon</a>]
                    203: <p>
                    204: <dt><i>Lions' Commentary on UNIX 6th Edition with Source Code</i>
                    205: <dd>by John Lions
                    206: <dd>
1.2       ian       207: Although the UNIX described in this book is to BSD as a Model T Ford
1.1       ian       208: is to a 70's Mustang or Thunderbird, UNIX inventor Ken Thompson
                    209: claims that "After 20 years, this is still the best exposition
                    210: of the workings of a 'real' operating system." Originally circulated
                    211: in illicit photocopies, this is the book that most first- and second-generation
                    212: UNIX hackers cut their code-teeth on. Recommended as a good introduction
                    213: to how a timesharing OS works, if you've not been inside one before.
                    214: Substantially shorter than the McKusick book above.
1.15      philen    215: <dd>[<a href="http://www.amazon.com/exec/obidos/ISBN=1573980137/openbsdA/">Order
                    216: from Amazon</a>]
                    217: <p>
                    218: <dt><i>The Practice of Programming</i>
                    219: <dd>by Brian W. Kernighan and Rob Pike
                    220: <dd>
                    221: Brian Kernighan had a hand in two other books which we recommend even though they're not UNIX specific, but are useful to programmers on UNIX and elsewhere.
                    222: This book covers practical programming considerations for C, C++ and Java.
                    223: Highly recommended.
                    224: <dd>[<a href="http://www.amazon.com/exec/obidos/ISBN=020161586X/openbsdA/">Order
                    225: from Amazon</a>]
                    226: <P>
                    227: <dt><i>The Elements of Programming Style</i>
                    228: <dd>by Brian W. Kernighan and P. J. Plauger
                    229: <dd>
                    230: This book is similar to <i>The Practice of Programming</i>, but older.  The
                    231: examples are given in Fortran and PL/I.
                    232: <dd>[<a href="http://www.amazon.com/exec/obidos/ISBN=0070342075/openbsdA/">Order
                    233: from Amazon</a>]
1.16      chris     234: <p>
                    235: <dt><i>Advanced Programming in the Unix Environment</i>
                    236: <dd>by W. Richard Stevens
                    237: <dd>
                    238: This is a very detailed and easy to read book.  It has several examples
                    239: that you can learn from.  There is plenty of information about library and
                    240: system calls, and associated information so that you can use them.
                    241: This book along with the OpenBSD manual pages
                    242: make an excellent combination.
                    243: <dd>[<a href="http://www.amazon.com/exec/obidos/ISBN=0201563177/openbsdA/">Order
                    244: from Amazon</a>]
1.15      philen    245: </dl>
                    246: <hr>
                    247:
                    248: <h3><a name="6">Network administration</a></h3>
                    249: <dl>
                    250: <dt><i>TCP/IP Illustrated, Volume 1</i>
                    251: <dd>by W. Richard Stevens
                    252: <dd>
                    253: "Network administration" is really an inappropriate heading for this book.  It
                    254: is an encyclopedia of the TCP/IP protocol suite.  This book provides information,
                    255: and diagrams useful to understand the suite to its' lowest level.
                    256: Home enthusiasts, developers, and network administrators alike will enjoy this
                    257: book.
                    258: <dd>[<a href="http://www.amazon.com/exec/obidos/ISBN=0201633469/openbsdA/">Order
                    259: from Amazon</a>]
                    260: <p>
1.20      chris     261: <dt><i>Kerberos: A Network Authentication System</i>
                    262: <dd>by Brian Tung
                    263: <dd>
                    264: A guide for administrators of Kerberos-based networks.  Explains concepts of
                    265: the Kerberos system, as well as the installation and administration of it.
                    266: <dd>[<a href="http://www.amazon.com/exec/obidos/ISBN%3D0201379244/openbsdA/">Order
                    267: from Amazon</a>]
                    268: <p>
                    269: <dt><i>IPSec: The New Security Standard for the Internet, Intranets and Virtual
                    270: Private Networks</i>
                    271: <dd>by Naganand Doraswamy and Dan Harkins
                    272: <dd>
                    273: This book explains the IPSec protocol suite.  It also describes its relation
                    274: to the current deployments, such as VPNs, and future ideas.
                    275: <dd>[<a href="http://www.amazon.com/exec/obidos/ISBN%3D0130118982/openbsdA/">Order from Amazon</a>]
                    276: <P>
                    277: <dt><i>Computer Networks</i>
                    278: <dd>by Andy Tanenbaum
                    279: <dd>
                    280: This book is an high-level guide to modern computer networking.  It presents
                    281: a wide range of protocols, concepts, and technologies.  It covers technologies
                    282: from fiber to wireless, LANs, Mobile IP, and a lot more.
                    283: <dd>[<a href="http://www.amazon.com/exec/obidos/ISBN%3D0133499456/openbsdA/">Order from Amazon</a>]
                    284: <P>
1.19      ericj     285: <a name="dns&bind">
1.15      philen    286: <dt><i>DNS and BIND</i>
                    287: <dd>by Paul Albitz and Cricket Liu
                    288: <dd>
                    289: This book is an excellent introduction to DNS and BIND, useful for
                    290: anyone who has to implement DNS under OpenBSD.
                    291: <dd>[<a href="http://www.amazon.com/exec/obidos/ISBN=1565925122/openbsdA/">Order
                    292: from Amazon</a>]
                    293: <p>
                    294: <dt><i>DHCP</i>
                    295: <dd>by Ted Lemon and Ralph E. Droms
                    296: <dd>
                    297: Recommended by the <A HREF="http://www.isc.org/">Internet Software Consortium</a>,
                    298: which is the organization that produces the DHCP client/server software
                    299: included with OpenBSD.
                    300: <dd>[<a href="http://www.amazon.com/exec/obidos/ISBN=1578701376/openbsdA/">Order from Amazon</a>]
                    301: <p>
                    302: <dt><i>Managing NFS and NIS</i>
                    303: <dd>by Hal Stern
                    304: <dd>
                    305: Gives essential information with examples on managing NFS and NIS.
                    306: <dd>[<a href="http://www.amazon.com/exec/obidos/ISBN=0937175757/openbsdA/">Order
                    307: from Amazon</a>]
1.20      chris     308: <P>
                    309: <dt><i>SSL and TLS Essentials: Securing the Web</i>
                    310: <dd>by Stephen A. Thomas
                    311: <dd>
                    312: This book offers introductory coverage of the SSL and TLS protocols, with
                    313: examples.  The SSL protocol
                    314: is currently the basis of secure data transfer and secure transactions
                    315: on the Internet.  Aside from encryption, this book also covers data
                    316: integrity and details the SSL protocol.
                    317: <dd>
                    318: [<a href="http://www.amazon.com/exec/obidos/ISBN%3D0471383546/openbsdA/">Order
                    319: from Amazon</a>]
                    320: <p>
                    321: <dt><i>Big Book of IPsec RFCs: Internet Security Architecture</i>
                    322: <dd>compiled by Pete Loshin
                    323: <dd>
                    324: A complete reprint of the <A HREF="faq/faq13.html#rfc">IPSec RFCs</a> with
                    325: an extensive index and glossary.
                    326: <dd>
                    327: [<A href="http://www.amazon.com/exec/obidos/ISBN%3D0124558399/openbsdA/">Order
                    328: from Amazon</a>]
1.21    ! chris     329:
        !           330: </dl>
        !           331: <h3><a name="7">Cryptography</a></h3>
        !           332: <dl>
        !           333: <P>
        !           334: <dt><i>Applied Cryptography: Protocols, Algorithms, and Source Code in C</i>
        !           335: <dd>by Bruce Schneier
        !           336: <dd>
        !           337: A comprehensive explanation of Cryptography, with information
        !           338: about its history, protocols, and algorithms.  This book is a great
        !           339: introduction to cryptography, with the necessary basics
        !           340: to understand the field.  Also, it has a very extensive reference section.
        !           341: <BR>
        !           342: From Amazon, someone commented "<i>
        !           343: It is common to find that masters of mysterious technical arts are poor communicators. Bruce Schneier
        !           344: demonstrates exceptional skill as a technical communicator. Here is a book about an esoteric subject - one
        !           345: built on a foundation of theoretical mathematics - that ordinary folk can read. Sure, one needs to be
        !           346: motivated by an interest in the subject, and the technical level sometimes requires a more than ordinary
        !           347: background in number theory and the like - but a degree in theoretical mathematics is not necessary to
        !           348: derive pleasure and profit from reading Applied Cryptography.</i>"
        !           349: <dd>
        !           350: [<A href="http://www.amazon.com/exec/obidos/ISBN%3D0471117099/openbsdA/">Order
        !           351: from Amazon</a>]
        !           352:
1.15      philen    353: </dl>
                    354:
                    355: <a href="index.html"><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>
                    356: <a href=mailto:www@openbsd.org>www@openbsd.org</a>
1.21    ! chris     357: <br><small>$OpenBSD: books.html,v 1.20 2000/05/26 06:01:11 chris Exp $</small>
1.13      deraadt   358:
                    359: </body>
                    360: </html>