<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
>
<channel>
	<title>G-Loaded Journal &#187; Book</title>
	<atom:link href="http://www.g-loaded.eu/tag/book/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.g-loaded.eu</link>
	<description>An open-source software and technology related journal</description>
	<lastBuildDate>Mon, 05 Dec 2011 19:55:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
		<item>
		<title>LaTeX links for the absolute beginner</title>
		<link>http://www.g-loaded.eu/2006/11/27/latex-links-for-the-absolute-beginner/</link>
		<comments>http://www.g-loaded.eu/2006/11/27/latex-links-for-the-absolute-beginner/#comments</comments>
		<pubDate>Mon, 27 Nov 2006 12:31:03 +0000</pubDate>
		<dc:creator>George Notaras</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Book]]></category>
		<category><![CDATA[Documentation]]></category>
		<category><![CDATA[Publishing]]></category>
		<guid isPermaLink="false">http://www.g-loaded.eu/2006/11/27/latex-links-for-the-absolute-beginner/</guid>
		<description><![CDATA[Today, I stumbled upon the following links, which seem to be what could get someone started with LaTeX. Andrew Roberts has done an exceptional job. His tutorials cover topics both for the absolute beginner and the medium experienced user. This is a must read! Actually, I found out about the above tutorials by this post, [...]]]></description>
			<content:encoded><![CDATA[<p>Today, I stumbled upon the following links, which seem to be what could get someone started with LaTeX. Andrew Roberts has done an exceptional job. His <a href="http://www.andy-roberts.net/misc/latex/">tutorials</a> cover topics both for the absolute beginner and the medium experienced user. This is a must read! Actually, I found out about the above tutorials by this <a href="http://yakubovich.blogspot.com/2006/11/latex-for-nontechnical-user.html">post</a>, which contains an example of a book in LaTeX. Very interesting information.</p>
<div class="cc-block"><em><a href="http://www.g-loaded.eu/2006/11/27/latex-links-for-the-absolute-beginner/">LaTeX links for the absolute beginner</a></em>, unless otherwise expressly stated, is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>. Terms and conditions beyond the scope of this license may be available at <a href="http://www.g-loaded.eu/about/disclaimer-and-license/">www.g-loaded.eu</a>.</div>
<h4>Related Articles</h4>
<ul><li><a href="http://www.g-loaded.eu/2007/02/24/creative-commons-v30-licenses-launched/" rel="bookmark">Creative Commons v3.0 Licenses Launched</a></li>
<li><a href="http://www.g-loaded.eu/2007/02/28/tab-links-extension-for-the-epiphany-browser/" rel="bookmark">Tab Links extension for the Epiphany browser</a></li>
<li><a href="http://www.g-loaded.eu/2009/04/12/opensolaris-zfs-screencasts-and-documentation-links/" rel="bookmark">OpenSolaris ZFS Screencasts and Documentation Links</a></li>
<li><a href="http://www.g-loaded.eu/2007/07/29/best-practices-of-software-licensing/" rel="bookmark">Best Practices of Software Licensing</a></li>
<li><a href="http://www.g-loaded.eu/2009/05/07/some-more-useful-opensolaris-links/" rel="bookmark">Some More Useful OpenSolaris Links</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.g-loaded.eu/2006/11/27/latex-links-for-the-absolute-beginner/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>Awesome AWK Tutorial</title>
		<link>http://www.g-loaded.eu/2006/04/07/awesome-awk-tutorial/</link>
		<comments>http://www.g-loaded.eu/2006/04/07/awesome-awk-tutorial/#comments</comments>
		<pubDate>Fri, 07 Apr 2006 00:48:55 +0000</pubDate>
		<dc:creator>George Notaras</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Book]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[Shell]]></category>
		<guid isPermaLink="false">http://www.g-loaded.eu/2006/04/07/awesome-awk-tutorial/</guid>
		<description><![CDATA[My quest for the best AWK tutorial has reached an end. The University of Georgia has set up a guide, small in size, but with content of high quality, which can help someone that knows the basics of programming to get started quickly. Of course, there are many other free online high quality guides, but [...]]]></description>
			<content:encoded><![CDATA[<p>My quest for the best <a href="http://www.gnu.org/software/gawk/gawk.html">AWK</a> tutorial has reached an end. The <a href="http://www.eits.uga.edu/">University of Georgia</a> has set up a guide, small in size, but with content of high quality, which can help someone that knows the basics of programming to get started quickly. Of course, there are many other free online high quality guides, but this one can be perfectly used as a quick reference. Unfortunately, the author is not stated in that page, so I assume that it&#8217;s the result of some excellent team work.</p>
<p>Here are the contents:</p>
<blockquote>
<ul>
<li>General structure of awk scripts</li>
<li>Elementary awk programming
<ul>
<li>Elementary examples</li>
</ul>
</li>
<li>Advanced awk programming
<ul>
<li>Advanced examples</li>
</ul>
</li>
<li>Important things which will bite you</li>
</ul>
</blockquote>
<p><a href="http://www.uga.edu/~ucns/wsg/unix/awk/">Read the full guide here</a></p>
<div class="cc-block"><em><a href="http://www.g-loaded.eu/2006/04/07/awesome-awk-tutorial/">Awesome AWK Tutorial</a></em>, unless otherwise expressly stated, is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>. Terms and conditions beyond the scope of this license may be available at <a href="http://www.g-loaded.eu/about/disclaimer-and-license/">www.g-loaded.eu</a>.</div>
<h4>Related Articles</h4>
<ul><li><a href="http://www.g-loaded.eu/2005/12/15/awesome-tutorials/" rel="bookmark">Awesome tutorials</a></li>
<li><a href="http://www.g-loaded.eu/2005/11/10/red-hat-rpm-guide/" rel="bookmark">Red Hat RPM Guide</a></li>
<li><a href="http://www.g-loaded.eu/2006/01/21/css-tutorials/" rel="bookmark">CSS Tutorials</a></li>
<li><a href="http://www.g-loaded.eu/2006/04/07/python-crash-course/" rel="bookmark">Python Crash Course</a></li>
<li><a href="http://www.g-loaded.eu/2007/02/24/creative-commons-v30-licenses-launched/" rel="bookmark">Creative Commons v3.0 Licenses Launched</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.g-loaded.eu/2006/04/07/awesome-awk-tutorial/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>Awesome tutorials</title>
		<link>http://www.g-loaded.eu/2005/12/15/awesome-tutorials/</link>
		<comments>http://www.g-loaded.eu/2005/12/15/awesome-tutorials/#comments</comments>
		<pubDate>Thu, 15 Dec 2005 18:56:41 +0000</pubDate>
		<dc:creator>George Notaras</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Book]]></category>
		<category><![CDATA[Review]]></category>
		<guid isPermaLink="false">http://www.g-loaded.eu/?p=124</guid>
		<description><![CDATA[I had made a post in the past about an awesome sed tutorial by Bruce Barnett. This is not his only tutorial though. His web site contains high quality information about awk, bash, regex, csh etc. I highly recommend it. Bruce Barnett writes: Most of these tutorials were written form 1989 &#8211; to 1995 for [...]]]></description>
			<content:encoded><![CDATA[<p>I had made a <a href="http://www.g-loaded.eu/2005/09/28/a-powerful-command-sed/">post</a> in the past about an awesome <code>sed</code> tutorial by Bruce Barnett. This is not his only tutorial though. His <a href="http://www.grymoire.com/Unix/">web site</a> contains high quality information about <code>awk</code>, <code>bash</code>, <code>regex</code>, <code>csh</code> etc. I highly recommend it.<br />
<span id="more-124"></span><br />
<cite>Bruce Barnett</cite> writes:</p>
<blockquote><p>Most of these tutorials were written form 1989 &#8211; to 1995 for The Sun Observor. The tutorials may still refer to information as &#8220;last month&#8221; and next month.&#8221; The tutorials were planned to be put into a book, but Carpal Tunnel Syndrome make the book difficult to finish in the time frame the editor wanted.<br />
These tutorials are Solaris-specific, and contained a lot of references to OpenWindows. Times have changed, but I hope the basic information will still be helpful.</p></blockquote>
<p><a href="http://www.grymoire.com/Unix/">Visit the tutorial index</a></p>
<p>Although these howtos have been written for Solaris, I, as a Linux user have benefited from them. I have referred back to them a gazillion of times. This is excellent work! Thanks, Bruce Barnett.</p>
<div class="cc-block"><em><a href="http://www.g-loaded.eu/2005/12/15/awesome-tutorials/">Awesome tutorials</a></em>, unless otherwise expressly stated, is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>. Terms and conditions beyond the scope of this license may be available at <a href="http://www.g-loaded.eu/about/disclaimer-and-license/">www.g-loaded.eu</a>.</div>
<h4>Related Articles</h4>
<ul><li><a href="http://www.g-loaded.eu/2006/04/07/awesome-awk-tutorial/" rel="bookmark">Awesome AWK Tutorial</a></li>
<li><a href="http://www.g-loaded.eu/2006/01/21/css-tutorials/" rel="bookmark">CSS Tutorials</a></li>
<li><a href="http://www.g-loaded.eu/2005/09/28/a-powerful-command-sed/" rel="bookmark">A powerful command, SED</a></li>
<li><a href="http://www.g-loaded.eu/2006/11/27/latex-links-for-the-absolute-beginner/" rel="bookmark">LaTeX links for the absolute beginner</a></li>
<li><a href="http://www.g-loaded.eu/2009/04/12/using-blender-for-basic-video-editing-in-linux/" rel="bookmark">Using Blender for Basic Video Editing in Linux</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.g-loaded.eu/2005/12/15/awesome-tutorials/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>Red Hat RPM Guide</title>
		<link>http://www.g-loaded.eu/2005/11/10/red-hat-rpm-guide/</link>
		<comments>http://www.g-loaded.eu/2005/11/10/red-hat-rpm-guide/#comments</comments>
		<pubDate>Thu, 10 Nov 2005 12:26:21 +0000</pubDate>
		<dc:creator>George Notaras</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Book]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Review]]></category>
		<guid isPermaLink="false">http://www.g-loaded.eu/2005/11/10/red-hat-rpm-guide/</guid>
		<description><![CDATA[The Red Hat RPM Guide is available under the Open Publication Licence (OPL) at: http://fedora.redhat.com/docs/drafts/rpm-guide-en/ This is an excellent document that covers all aspects of the Red Hat Package Management system, not only providing general RPM usage information, but also includes in depth reference to RPM package creation and other advanced topics. You should definitely [...]]]></description>
			<content:encoded><![CDATA[<p>The <strong>Red Hat RPM Guide</strong> is available under the Open Publication Licence (<a href="http://www.opencontent.org/openpub/">OPL</a>) at:<br />
<a href="http://fedora.redhat.com/docs/drafts/rpm-guide-en/">http://fedora.redhat.com/docs/drafts/rpm-guide-en/</a></p>
<p>This is an excellent document that covers all aspects of the Red Hat Package Management system, not only providing general RPM usage information, but also includes in depth reference to RPM package creation and other advanced topics.</p>
<p>You should definitely read this one.</p>
<div class="cc-block"><em><a href="http://www.g-loaded.eu/2005/11/10/red-hat-rpm-guide/">Red Hat RPM Guide</a></em>, unless otherwise expressly stated, is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>. Terms and conditions beyond the scope of this license may be available at <a href="http://www.g-loaded.eu/about/disclaimer-and-license/">www.g-loaded.eu</a>.</div>
<h4>Related Articles</h4>
<ul><li><a href="http://www.g-loaded.eu/2007/02/24/creative-commons-v30-licenses-launched/" rel="bookmark">Creative Commons v3.0 Licenses Launched</a></li>
<li><a href="http://www.g-loaded.eu/2005/12/04/configure-awstats/" rel="bookmark">A quick AWstats guide</a></li>
<li><a href="http://www.g-loaded.eu/2006/04/07/awesome-awk-tutorial/" rel="bookmark">Awesome AWK Tutorial</a></li>
<li><a href="http://www.g-loaded.eu/2006/11/01/bot-allow-content-and-cc-configurator-plugin-updates/" rel="bookmark">Bot-Allow-Content and CC-Configurator plugin updates</a></li>
<li><a href="http://www.g-loaded.eu/2007/07/29/best-practices-of-software-licensing/" rel="bookmark">Best Practices of Software Licensing</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.g-loaded.eu/2005/11/10/red-hat-rpm-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>A powerful command, SED</title>
		<link>http://www.g-loaded.eu/2005/09/28/a-powerful-command-sed/</link>
		<comments>http://www.g-loaded.eu/2005/09/28/a-powerful-command-sed/#comments</comments>
		<pubDate>Wed, 28 Sep 2005 18:22:12 +0000</pubDate>
		<dc:creator>George Notaras</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Book]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[Shell]]></category>
		<guid isPermaLink="false">http://www.g-loaded.eu/?p=39</guid>
		<description><![CDATA[SED is powerful. It can, besides many other things, substitute, append, remove characters or groups of characters or whole lines in a text file or the console output. You may find it difficult to use, but here is an excellent web page that will help you get going: Bruce Barnett writes in his article: Sed [...]]]></description>
			<content:encoded><![CDATA[<p><strong>SED</strong> is powerful. It can, besides many other things, substitute, append, remove characters or groups of characters or whole lines in a text file or the console output. You may find it difficult to use, but here is an excellent web page that will help you get going:<br />
<span id="more-39"></span><br />
<cite>Bruce Barnett</cite> writes in his article:</p>
<blockquote><p>Sed is the ultimate stream editor. If that sounds strange, picture a stream flowing through a pipe. Okay, you can&#8217;t see a stream if it&#8217;s inside a pipe. That&#8217;s what I get for attempting a flowing analogy. You want literature, read James Joyce.</p>
<p>Anyhow, sed is a marvelous utility. Unfortunately, most people never learn its real power. The language is very simple, but the documentation is terrible. The Solaris on-line manual pages for sed are five pages long, and two of those pages describe the 34 different errors you can get. A program that spends as much space documenting the errors than it does documenting the language has a serious learning curve.</p>
<p>Do not fret! It is not your fault you don&#8217;t understand sed. I will cover sed completely. But I will describe the features in the order that I learned them. I didn&#8217;t learn everything at once. You don&#8217;t need to either.</p></blockquote>
<p><a href="http://www.grymoire.com/Unix/Sed.html" title="External Link to the Full Article">Read on&#8230;</a></p>
<div class="cc-block"><em><a href="http://www.g-loaded.eu/2005/09/28/a-powerful-command-sed/">A powerful command, SED</a></em>, unless otherwise expressly stated, is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>. Terms and conditions beyond the scope of this license may be available at <a href="http://www.g-loaded.eu/about/disclaimer-and-license/">www.g-loaded.eu</a>.</div>
<h4>Related Articles</h4>
<ul><li><a href="http://www.g-loaded.eu/2005/11/10/using-a-cups-printer-from-command-line/" rel="bookmark">Using a CUPS printer from command line</a></li>
<li><a href="http://www.g-loaded.eu/2005/09/30/change-console-font-in-fedora/" rel="bookmark">Change console font in Fedora</a></li>
<li><a href="http://www.g-loaded.eu/2005/11/06/manage-users-from-the-command-line/" rel="bookmark">User management from the command line</a></li>
<li><a href="http://www.g-loaded.eu/2005/11/07/monitoring-a-pipe/" rel="bookmark">Monitoring a pipe&#8230;</a></li>
<li><a href="http://www.g-loaded.eu/2005/12/15/awesome-tutorials/" rel="bookmark">Awesome tutorials</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.g-loaded.eu/2005/09/28/a-powerful-command-sed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
	</item>
	</channel>
</rss>

