<?xml version="1.0"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>The Open Source Weblog</title>
<link>http://opensource.weblogsinc.com</link>
<description>The Open Source Weblog</description>
<image>
<url>http://opensource.weblogsinc.com/media/feedlogo.gif</url>
<title>The Open Source Weblog</title>
<link>http://opensource.weblogsinc.com</link>
</image>
<language>en-us</language>
<copyright>Copyright 2009 Blogsmith, LLC. The contents of this feed are available for non-commercial use only.</copyright>
<generator>Blogsmith http://www.blogsmith.com/</generator><item><title>My new book - Linux Phrasebook - is out!</title><link>http://opensource.weblogsinc.com/2006/06/20/my-new-book-linux-phrasebook-is-out/</link><guid isPermaLink="true">http://opensource.weblogsinc.com/2006/06/20/my-new-book-linux-phrasebook-is-out/</guid><comments>http://opensource.weblogsinc.com/2006/06/20/my-new-book-linux-phrasebook-is-out/#comments</comments><description><![CDATA[<p>Filed under: <a href="http://opensource.weblogsinc.com/category/bash/" rel="tag">bash</a>, <a href="http://opensource.weblogsinc.com/category/books/" rel="tag">books</a></p><p>I'm really proud to announce that my 3rd book is now out &amp; available for purchase: <em><a href="http://www.amazon.com/gp/product/0672328380/">Linux Phrasebook</a></em>. My first book - <em><a href="http://www.amazon.com/exec/obidos/tg/detail/-/0596009399/qid=1128892799/">Don't Click on the Blue E!: Switching to Firefox</a></em> - was for general readers (really!) who wanted to learn how to move to and use the fantastic Firefox web browser. I included a lot of great information for more technical users as well, but the focus was your average Joe. My second book - <em><a href="http://www.amazon.com/exec/obidos/external-search/102-0395798-3910547">Hacking Knoppix</a></em> - was for the more advanced user who wanted to take advantage of Knoppix, a version of Linux that runs entirely off of a CD. You don't need to be super-technical to use and enjoy <em>Hacking Knoppix</em>, but the more technical you are, the more you'll enjoy the book. <em>Linux Phrasebook</em> is all about the Linux command line, and it's perfect for both Linux newbies and experienced users. In fact, when I was asked to write the book, I responded, "Write it? I can't wait to buy it!"</p>
<p>The idea behind <em>Linux Phrasebook</em> is to give practical examples of Linux commands and their myriad options, with examples for everything. Too often a Linux user will look up a command in order to discover how it works, and while the command and its many options will be detailed, something vitally important will be left out: examples. That's where <em>Linux Phrasebook</em> comes in. I cover a huge number of different commands and their options, and for every single one, I give an example of usage and results that makes it clear how to use it.</p>
<p>Here's the table of contents; in parentheses I've included <em>some</em> (just some) of the commands I cover in each chapter:</p>
<ol>
    <li>Things to Know About Your Command Line </li>
    <li>The Basics (ls, cd, mkdir, cp, mv, rm) </li>
    <li>Learning About Commands (man, info, whereis, apropos) </li>
    <li>Building Blocks (;, &amp;&amp;, |, &gt;, &gt;&gt;) </li>
    <li>Viewing Files (cat, less, head, tail) </li>
    <li>Printing and Managing Print Jobs (lpr, lpq, lprm) </li>
    <li>Ownerships and Permissions (chgrp, chown, chmod) </li>
    <li>Archiving and Compression (zip, gzip, bzip2, tar) </li>
    <li>Finding Stuff: Easy (grep, locate) </li>
    <li>The find command (find) </li>
    <li>Your Shell (history, alias, set) </li>
    <li>Monitoring System Resources (ps, lsof, free, df, du) </li>
    <li>Installing software (rpm, dkpg, apt-get, yum) </li>
    <li>Connectivity (ping, traceroute, route, ifconfig, iwconfig) </li>
    <li>Working on the Network (ssh, sftp, scp, rsync, wget) </li>
    <li>Windows Networking (nmblookup, smbclient, smbmount) </li>
</ol>
<p>I'm really proud of the whole book, but the chapter on the super-powerful and useful find command is a standout, along with the material on ssh and its descendants sftp and scp. But really, the whole book is great, and I will definitely be keeping a copy on my desk as a reference. If you want to know more about the Linux command line and how to use it, then I know you'll enjoy and learn from <em>Linux Phrasebook</em>.</p>
<p>You can read about and buy the book at Amazon (<a href="http://www.amazon.com/gp/product/0672328380/">http://www.amazon.com/gp/product/0672328380/</a>) for $10.19. If you have any questions or comments, don't hesitate to contact me at scott at granneman dot com, or <a href="http://www.granneman.com/pubs">check out my web site</a> for more info.</p><h6 style="clear: both; padding: 8px 0 0 0; height: 2px; font-size: 1px; border: 0; margin: 0; padding: 0;"></h6><a href="http://opensource.weblogsinc.com/2006/06/20/my-new-book-linux-phrasebook-is-out/" rel="bookmark" title="Permanent link to this entry">Permalink</a>&nbsp;|&nbsp;<a href="http://opensource.weblogsinc.com/forward/635182/" title="Send this entry to a friend via email">Email this</a>&nbsp;|&nbsp;<a href="http://opensource.weblogsinc.com/2006/06/20/my-new-book-linux-phrasebook-is-out/#comments" title="View reader comments on this entry">Comments</a><br />]]></description><category>bash</category><category>books</category><category>cli</category><category>commandline</category><category>granneman</category><dc:creator>Scott Granneman</dc:creator><dc:date>2006-06-20T14:22:00+00:00</dc:date></item><item><title>Hacking Knoppix or Knoppix Hacks</title><link>http://opensource.weblogsinc.com/2006/06/14/hacking-knoppix-or-knoppix-hacks/</link><guid isPermaLink="true">http://opensource.weblogsinc.com/2006/06/14/hacking-knoppix-or-knoppix-hacks/</guid><comments>http://opensource.weblogsinc.com/2006/06/14/hacking-knoppix-or-knoppix-hacks/#comments</comments><description><![CDATA[<p>Filed under: <a href="http://opensource.weblogsinc.com/category/knoppix/" rel="tag">knoppix</a>, <a href="http://opensource.weblogsinc.com/category/books/" rel="tag">books</a></p><p>Several months ago my second book came out, <em><a href="http://www.amazon.com/exec/obidos/external-search/102-0395798-3910547">Hacking Knoppix</a></em>. Prior to that, O'Reilly released a (good) book on the same subject titled <em>Knoppix Hacks</em>. Yup, the two sure sound alike. On the CWE-LUG list, JT asked a good question: "What is the differentiators between the books? Do they have core themes or do they just deal with different hacks?" Robert - who was the tech editor for <em>Hacking Knoppix</em> and also wrote an appendix, had this to say as an answer. He nailed it, IMHO.</p>
<p>&lt;begin Robert&gt;</p>
<p>Here's my take:</p>
<p><em>Knoppix Hacks</em>: a large collection of small hacks <br /><em>Hacking Knoppix</em>: a small collection of large hacks</p>
<p>So, <em>Hacking Knoppix</em> goes into more depth on a fewer hacks, with a fair amount of emphasis on remastering.</p>
<p>I think the two books complement each other well. But perhaps I'm biased. :)</p>
<p>&lt;end Robert&gt;</p>
<p><em>(Check out all of our posts on <a href="http://opensource.weblogsinc.com/search/?q=knoppix">Knoppix</a>.)</em></p><h6 style="clear: both; padding: 8px 0 0 0; height: 2px; font-size: 1px; border: 0; margin: 0; padding: 0;"></h6><a href="http://opensource.weblogsinc.com/2006/06/14/hacking-knoppix-or-knoppix-hacks/" rel="bookmark" title="Permanent link to this entry">Permalink</a>&nbsp;|&nbsp;<a href="http://opensource.weblogsinc.com/forward/623236/" title="Send this entry to a friend via email">Email this</a>&nbsp;|&nbsp;<a href="http://opensource.weblogsinc.com/2006/06/14/hacking-knoppix-or-knoppix-hacks/#comments" title="View reader comments on this entry">Comments</a><br />]]></description><category>books</category><category>knoppix</category><dc:creator>Scott Granneman</dc:creator><dc:date>2006-06-14T10:52:00+00:00</dc:date></item></channel></rss>