<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Open Source Research and Development &#187; Book Reviews</title>
	<atom:link href="http://osrd.org/section/reviews/book-reviews/feed" rel="self" type="application/rss+xml" />
	<link>http://osrd.org</link>
	<description>Free and Open Source R&#38;D Projects, Articles, and Reviews</description>
	<lastBuildDate>Wed, 18 Feb 2009 03:54:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Book Review: &#8220;Stealing the Network: How to Own a Continent&#8221;</title>
		<link>http://osrd.org/reviews/book-reviews/book-review-stealing-the-network-how-to-own-a-continent</link>
		<comments>http://osrd.org/reviews/book-reviews/book-review-stealing-the-network-how-to-own-a-continent#comments</comments>
		<pubDate>Wed, 27 Feb 2008 03:40:11 +0000</pubDate>
		<dc:creator>hathai</dc:creator>
				<category><![CDATA[Book Reviews]]></category>

		<guid isPermaLink="false">http://osrd.org/reviews/book-reviews/book-review-stealing-the-network-how-to-own-a-continent</guid>
		<description><![CDATA[
&#8220;Stealing the Network: How to Own a Continent&#8221; is an interesting technical hacker story. Even though the plot of the story is not very well connected, the authors develop the story using real technology to compromise computer networks, which makes you feel that this is not just a fiction and it might be actually happening [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.amazon.com/gp/product/1931836051?ie=UTF8&amp;tag=opensourresea-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=1931836051"><img src="http://ecx.images-amazon.com/images/I/31RQ11W7VML._AA_SL160_.jpg" align="left" border="0" /></a><img src="http://www.assoc-amazon.com/e/ir?t=opensourresea-20&amp;l=as2&amp;o=1&amp;a=1931836051" style="border: medium none  ! important; margin: 0px ! important" border="0" height="1" width="1" /><br />
&#8220;Stealing the Network: How to Own a Continent&#8221; is an interesting technical hacker story. Even though the plot of the story is not very well connected, the authors develop the story using real technology to compromise computer networks, which makes you feel that this is not just a fiction and it might be actually happening somewhere in the world right now.</p>
<p>The book shows the intuition of people who became hackers. It also shows how the hackers&#8217; business works and how they communicate. Many various kinds of hacking techniques and tools are mentioned ranging from social engineering, several kid hacking tool, and good (or I should say bad) uses of available legitimate resources. The authors show how hackers collaborate and make use of different types of networks and security holes to help them accomplish their goal.<br />
<span id="more-8"></span><br />
The story is developed with real source codes and scripts, and requires background knowledge by readers to be able to understand and follow the consequences of an action. Although, the authors give many introductions and references about tools and techniques that they use, I wish I knew more about system administration and Linux commands before I read this book. On the other hand, I also learned a lot in a short time about those aspects.</p>
<p>Even though not being able to immediately understand what was going on give me a hard time reading through this book, the book is enjoyable to read and to have a feeling about the world of hackers. Moreover, the authors provide many references and resources that you can follow and have fun with techniques that you are interested in.</p>
<p>I recommend this book, &#8220;Stealing the Network: How to Own a Continent&#8221;, to anyone who is interested in network security. I also recommend that this book will be good for those who work as <a href="/reviews/book-reviews/essential-system-administration" title="Book Review: ">system administrators</a>.</p>
<p>This book receives 4 out 5.</p>
<p><strong>Book Information:</strong></p>
<ul>
<li>Author: Ryan Russell, Joe Grand and Tom Craig<a href="http://www.amazon.com/exec/obidos/search-handle-url/102-2247355-0006560?%5Fencoding=UTF8&amp;search-type=ss&amp;index=books&amp;field-author=Jay%20Beale"></a></li>
<li>First Edition May 2004</li>
<li>ISBN: 978-1-931836-05-0</li>
<li>498 pages</li>
</ul>
<p>&#8220;Stealing the Network: How to Own a Continent&#8221; is available from <a href="http://www.amazon.com/gp/product/1931836051?ie=UTF8&amp;tag=opensourresea-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=1931836051">Amazon.com for $32.97 USD</a><img src="http://www.assoc-amazon.com/e/ir?t=opensourresea-20&amp;l=as2&amp;o=1&amp;a=1931836051" style="border: medium none  ! important; margin: 0px ! important" border="0" height="1" width="1" />.</p>
]]></content:encoded>
			<wfw:commentRss>http://osrd.org/reviews/book-reviews/book-review-stealing-the-network-how-to-own-a-continent/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Book Review: &#8220;Essential System Administration&#8221;</title>
		<link>http://osrd.org/reviews/book-reviews/essential-system-administration</link>
		<comments>http://osrd.org/reviews/book-reviews/essential-system-administration#comments</comments>
		<pubDate>Sat, 23 Feb 2008 06:08:54 +0000</pubDate>
		<dc:creator>taa</dc:creator>
				<category><![CDATA[Book Reviews]]></category>

		<guid isPermaLink="false">http://osrd.eits.ca/blog/book-reviews/essential-system-administration</guid>
		<description><![CDATA[
All you need to know about managing Linux/UNIX/BSD.
At first glance, this book seems like a typical O&#8217;Reilly book: a narrow title, rich in material, and is beneficial to a much wider audience than the title reveals. It covers a wide range of system administration subjects and goes way beyond just the essentials.
Over the years, I [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.amazon.com/gp/product/0596003439?ie=UTF8&amp;tag=opensourresea-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=0596003439"><img src="http://ecx.images-amazon.com/images/I/21W4-hsKTvL._AA_SL160_.jpg" align="left" border="0" /></a><img src="http://www.assoc-amazon.com/e/ir?t=opensourresea-20&amp;l=as2&amp;o=1&amp;a=0596003439" style="border: medium none  ! important; margin: 0px ! important" border="0" height="1" width="1" /><br />
<strong>All you need to know about managing Linux/UNIX/BSD.</strong><br />
At first glance, this book seems like a typical O&#8217;Reilly book: a narrow title, rich in material, and is beneficial to a much wider audience than the title reveals. It covers a wide range of system administration subjects and goes way beyond just the essentials.</p>
<p>Over the years, I have administered several multi-user UNIX, Linux, and FreeBSD servers. I believed that I knew the essentials, because if I did not, I would not have been able to do my job all these years. I wanted to see if the things that I learned by experience, often the hard way, are included in &#8220;Essential System Administration&#8221;. Sure enough, they were all there. Not only that, but they were laid out simply, without much unnecessary technical details, and accompanied by numerous examples and anecdotal encounters by the author. If you read one section, you would be able to apply the knowledge and skills that it describes right away. For instance, you don&#8217;t need to read the <a href="http://pm-doc.sourceforge.net/pm-tips.html" title="Procmail Tips">entire manual</a> of <a href="http://www.procmail.org/" title="Procmail Homepage">procmail</a> in order to write some effective mail filters; chapter 9 has a section on &#8220;Mail Filtering with procmail&#8221; that covers the essentials.<br />
<span id="more-4"></span><br />
One impressive feature of this book is that it covers how to do things on a variety of operating system including various flavours of UNIX, Linux, and BSD. In the past, I often ran into a situation where I knew how to do something on FreeBSD, but did not know how to accomplish the same task on Solaris. With this book by my side, I will not have this problem again.</p>
<p>Another feature of the book is that it covers a very, VERY, very wide variety of administrative topics: from every day system management, to operating system internals, to various devices, to backing up, to scheduling, to rebuilding the kernel. I am yet to find a task, whether typical or atypical, that is not covered in &#8220;Essential System Administration&#8221;.</p>
<p>But wait, are not most, if not all, of these topics encountered in a user&#8217;s daily life? Are mail filters limited only to system administrators? Of course not! Many users organize their email by defining personal mail filters. And what about devices? Every user who uses a Linux-based desktop computer goes through the frustration of configuring devices at some point. &#8220;Essential System Administration&#8221; is really written to be useful for any UNIX/Linux/BSD user, not only system administrators.</p>
<p>On a second thought, any one who owns a computer running UNIX/Linux/BSD is the administrator of one&#8217;s system. Not only that, but anyone who uses one of these system must still manage their own account and perform tasks such as scheduling tasks, emailing, and printing. &#8220;Essential System Administration&#8221; was not written for system administrators in the traditional sense &#8212; someone who is paid to administer an expensive system with hundreds or thousands of users &#8212; but for the administrator in the broad sense &#8212; any user who wishes to perform some management tasks on their system.</p>
<p>&#8220;Essential System Administration&#8221; is an invaluable resource for anyone who wishes to become an expert in system administration, and is a useful resource for users of these systems. I give this book 4.5 out of 5.</p>
<p><strong>Book Information:</strong></p>
<ul>
<li>Author: <a href="http://www.oreillynet.com/pub/au/678">ÆFleen Frisch</a></li>
<li>Third Edition August 2002</li>
<li>ISBN 10: 0-596-00343-9 |  ISBN 13:9780596003432</li>
<li>1176 pages, $54.95 US, $85.95 CA, £38.95 UK</li>
</ul>
<p>&#8220;<a href="http://www.oreilly.com/catalog/esa3/index.html">Essential System Administration</a>&#8221; is available from O&#8217;Reilly Media, Inc. <a href="http://www.oreilly.com/catalog/esa3/chapter/index.html" title="Sample Chapter - Chapter 11: Backup and Restore">Sample chapters</a> can be obtained @ The O&#8217;Reilly Catalog.</p>
]]></content:encoded>
			<wfw:commentRss>http://osrd.org/reviews/book-reviews/essential-system-administration/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
