<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>My Time with Linux and BASH in the POSIX universe</title>
	<atom:link href="http://trackrtest.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://trackrtest.wordpress.com</link>
	<description>Incoherent ramblings during the learning process.</description>
	<lastBuildDate>Fri, 20 Jan 2012 07:49:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='trackrtest.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>My Time with Linux and BASH in the POSIX universe</title>
		<link>http://trackrtest.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://trackrtest.wordpress.com/osd.xml" title="My Time with Linux and BASH in the POSIX universe" />
	<atom:link rel='hub' href='http://trackrtest.wordpress.com/?pushpress=hub'/>
		<item>
		<title>The vi and vim primer for beginners</title>
		<link>http://trackrtest.wordpress.com/2012/01/18/vi-and-vim/</link>
		<comments>http://trackrtest.wordpress.com/2012/01/18/vi-and-vim/#comments</comments>
		<pubDate>Thu, 19 Jan 2012 02:58:18 +0000</pubDate>
		<dc:creator>todd_dsm</dc:creator>
				<category><![CDATA[ascii files]]></category>
		<category><![CDATA[beginner]]></category>
		<category><![CDATA[Linux editor]]></category>
		<category><![CDATA[newb]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[vi]]></category>
		<category><![CDATA[vim]]></category>
		<category><![CDATA[unix editor]]></category>

		<guid isPermaLink="false">http://trackrtest.wordpress.com/?p=49</guid>
		<description><![CDATA[vi and vim No matter the subject, you are always smart to start at the beginning. vi is the beginning of almost everything. It is the text  editor you will use while configuring your system during almost every administrative task. It mainly edits ASCII files which are configuration files. Without a  text editor you may [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=trackrtest.wordpress.com&amp;blog=25094903&amp;post=49&amp;subd=trackrtest&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h1>vi and vim</h1>
<p>No matter the subject, you are always smart to start at the beginning. vi is the beginning of almost everything. It is the text  editor you will use while configuring your system during almost every administrative task. It mainly edits ASCII files which are configuration files. Without a  text editor you may as well power down the box.</p>
<h1>A Short History</h1>
<p>vi is the descendant of qed, the very first Unix editor written in 1965. From qed came ed (short for editor). From ed came ex, which later begat vi. Today, the old testament ends here. It should be adequate to say that vi has been around for a long while and, as such, it is on every *nix platform developed throughout all history, unless it has specifically been removed for security purposes. There are others, yes; emacs, pico, and nano, and <a title="Comparison of text editors" href="https://en.wikipedia.org/wiki/Comparison_of_text_editors" target="_blank">the list</a> goes on without end. This is not to say they are not good tools, they are. But, if you have to know just one &#8211; vi is it.</p>
<h1>It&#8217;s Everywhere *nux Is</h1>
<p>Given the prevalence of the Linux OS, vi becomes more and more valid argument. You can find Linux on your DSL modem, in newer Cisco equipment, in Tadiran phone systems, in cash registers and, lest we forget, that thing in your pocket that rings when your friends call. vi is resident on everything and, if it&#8217;s not today &#8211; it soon will be.</p>
<h1>When Will You Need It?</h1>
<p>Always &#8211; period. Here are some phrases that indicate your going to be using vi; When someone says you&#8217;ll have to edit that configuration file. EG:</p>
<ul>
<li>Dude, that&#8217;s in smb.conf. Change the workgroup value to WHATEVER.</li>
<li>Dude, you&#8217;ll need to set an MX record for that new email server.</li>
<li>Dude, your command is too long. Write a script.</li>
<li>Dude, get your hands outta your pants.</li>
</ul>
<p>&nbsp;</p>
<h1>The difference between vi and vim</h1>
<p>Lots really. vi is old school and vim is the, updated and improved, cool new kid at school. If you ever really ran into vi, I would be kinda surprised. It will exist on older systems but, generally, all you new guys are going to be using vim-minimal; this package includes a minimal version of VIM (vi IMproved), which is installed into /bin/vi &#8211; but it&#8217;s still not really vi.</p>
<p>Red Hat systems have these packages:<br />
$ rpm -qa vim-*<br />
vim-minimal-7.0.109-7.el5<br />
vim-common-7.0.109-7.el5<br />
vim-enhanced-7.0.109-7.el5</p>
<p>Debian-based systems (Ubuntu/Mint) have these packages:<br />
$ dpkg -l | grep &#8220;^ii&#8221; | grep &#8216;vim-*&#8217;<br />
ii  vim                    2:7.2.330-1ubuntu4   Vi IMproved &#8211; enhanced vi editor<br />
ii  vim-common    2:7.2.330-1ubuntu4   Vi IMproved &#8211; Common files<br />
ii  vim-runtime     2:7.2.330-1ubuntu4   Vi IMproved &#8211; Runtime files<br />
ii  vim-tiny           2:7.2.330-1ubuntu4   Vi IMproved &#8211; enhanced vi editor &#8211; compact version</p>
<p>The vim-common package contains files which every VIM binary will need in order to run. The vim-enhanced package contains a version of VIM with extra, recently-introduced features like Python and Perl interpreters so you can write scripts in these languages as well as bash and awk. If you don&#8217;t have the more feature-rich packages, get them:</p>
<p>Red Hat:<br />
$ sudo yum -y install vim-enhanced</p>
<p>Debian-based systems (Ubuntu/Mint) have these packages:<br />
$ sudo apt-get install vim vim-runtime</p>
<h1>The Jelly</h1>
<p>I WISH someone had shared these videos with me when I started out even though they probably didn&#8217;t exist then but still. And just to cover all bases, there are those types that only read their information, pulp snobs; for those people you can trudge through the official documentation. To be fair, there is a great deal of information not covered in these videos, you should read the docs when you run into trouble. But, just to get started, the videos are just fine.</p>
<ul>
<li>Here are some <a title="Vim Tutorial Videos" href="http://www.derekwyatt.org/vim/vim-tutorial-videos/" target="_blank">video</a> tutorials to get you started.</li>
<li>Official vi (vim) <a title="Official vim site" href="http://www.vim.org/" rel="nofollow" target="_blank">home</a>.</li>
</ul>
<p>&nbsp;</p>
<h1>VIM Addons</h1>
<p>Once you have a handle on vim, there are only a few real paths: edit configuration files and writing scripts. Configuration files will take care of themselves but when you start scripting there are some add-ons that will make your life easier.</p>
<p>VAM &#8211; <a title="VAM" href="https://github.com/MarcWeber/vim-addon-manager" target="_blank">Vim Addon Manager</a>: this little wonder will simplify your life &#8211; if you can get it installed. We&#8217;ll talk more in-depth about that in another post. VAM helps you to easily install some things to make your life easier. <a title="snipmate" href="https://github.com/MarcWeber/snipmate.vim" target="_blank">snipmate</a> is a good example; it performs auto completion of easy to complex code structures; everything from loops to arrays. You could do the extra work but, unless there is a nuclear holocaust and we all have to start over again, why would you?</p>
<p><a title="Pathogen" href="https://github.com/tpope/vim-pathogen/blob/master/README.markdown" target="_blank"><span style="text-decoration:underline;">Pathogen</span></a> &#8211; This does the same thing as VAM but in a different way. If I didn&#8217;t start a &#8220;vi vs emacs&#8221; fight earlier, that last statement should do the trick.</p>
<p>Personally, I use VAM; I&#8217;ve chatted with Marc Weber and he&#8217;s a mad man willing to fight and die for his cause. This is the only type of person that should be writing software. Marc makes tools that make his coding life easier. If it&#8217;s a pain in the ass for Marc to code something, he updates his tools (like VAM) to reduce the pain in his ass. Due to his nature, he makes these tools available to us for free. No pain in Marc&#8217;s ass = no pain in <em>your</em> ass. Strangely, he has great patience for supporting his software as well. What more could you ask of a person?</p>
<p>So, vim &#8211; learn it, know it, love it &#8211; because you can&#8217;t live without it.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/trackrtest.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/trackrtest.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/trackrtest.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/trackrtest.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/trackrtest.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/trackrtest.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/trackrtest.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/trackrtest.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/trackrtest.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/trackrtest.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/trackrtest.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/trackrtest.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/trackrtest.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/trackrtest.wordpress.com/49/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=trackrtest.wordpress.com&amp;blog=25094903&amp;post=49&amp;subd=trackrtest&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://trackrtest.wordpress.com/2012/01/18/vi-and-vim/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c07f46294c96bce458d73f445b9ef0b2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">todddsm</media:title>
		</media:content>
	</item>
		<item>
		<title>In the Begining&#8230;</title>
		<link>http://trackrtest.wordpress.com/2011/11/22/in-the-begining/</link>
		<comments>http://trackrtest.wordpress.com/2011/11/22/in-the-begining/#comments</comments>
		<pubDate>Tue, 22 Nov 2011 22:51:08 +0000</pubDate>
		<dc:creator>todd_dsm</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[awk]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[grep]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[sed]]></category>
		<category><![CDATA[vi]]></category>

		<guid isPermaLink="false">http://trackrtest.wordpress.com/?p=31</guid>
		<description><![CDATA[In the beginning there was vi, find, grep, sed, awk, and bash When I was thinking of starting with Linux, a guy told me to learn a few programs then, &#8220;you will go forth and be portable&#8221;. I had no idea what this meant. I was so enamored with all of the possibilities of being [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=trackrtest.wordpress.com&amp;blog=25094903&amp;post=31&amp;subd=trackrtest&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h1></h1>
<h1><strong>In the beginning there was vi, find, grep, sed, awk, and bash</strong></h1>
<p>When I was thinking of starting with Linux, a guy told me to learn a few programs then, &#8220;you will go forth and be portable&#8221;. I had no idea what this meant. I was so enamored with all of the possibilities of being in a new place (Linux); finding intrigue, confusion and suspense almost all at the same time. The possibilities were literally endless. So, where to begin&#8230;</p>
<ol>
<li>
<h3>Install and tinker</h3>
<ul>
<li>Mac, Windows, and Linux are all their own separate universes with their own particular benefits and drawbacks. Discover your new universe and above all, have <em>fun</em> with it.</li>
<li>There are many &#8220;flavors&#8221; or &#8220;Distros&#8221; of Linux. They are all free so you can evaluate them at will. Since they cost nothing, you can delete the ones that don&#8217;t fit your personality, sensibilities, or mood and it will cost you nothing but time.</li>
<li>When selecting an operating system it is important to understand that <em>you will need help at some point</em>. The most popular flavors, distributions (distros) of Linux will have the greatest amount of freely available support. The least-used will have less support. Select wisely. I tried <a href="http://www.ubuntu.com/" target="_blank">Ubuntu</a>, <a href="http://www.opensuse.org/" target="_blank">OpenSUSE</a>, and <a href="http://fedoraproject.org/" target="_blank">Fedora</a> but stuck with Fedora because it is formed in the image of its parent <a href="http://www.redhat.com/" target="_blank">Red Hat</a>. Red Hat has been around since the beginning and therefore has zillions of help and <a href="http://lmgtfy.com/?q=Red+Hat+how-to" target="_blank">how-to</a> articles. But, the same could be said of Ubuntu. It is based on Debian.</li>
<li>If Jason Statham was a Linux Admin, he would probably use Debian but John Wayne would use <a href="http://www.slackware.com/" target="_blank">Slackware</a>. What&#8217;s important is that you select one for <em>you</em> and have fun with it. You can start browsing for yours <a href="http://distrowatch.com/" target="_blank">here</a>.</li>
</ul>
</li>
<li>
<h3>Support &amp; Help</h3>
<ul>
<li>There are lots of support options out there. So many that sifting through all of of the answers makes your life even more confusing. Regardless of the avenue, always keep this in mind: <em>Be careful whose advice you buy, but be patient with those who supply it.</em> These are the common options:</li>
<li><strong>Online Articles</strong>: They are cheap and plentiful and then are great &#8211; generally. Even if someone uses the same Linux Distro you use, they may have differing environment variables, aliases, or <em>condition x</em>, that is beyond your default install.</li>
<li><strong>IRC</strong>: Sometimes it&#8217;s nice to talk to a person. IRC is great for that. Download an IRC client (I use xchat), connect to the freenode network, and find the IRC channel with a focus on your problem (like grep, sed, awk, etc).</li>
<li><strong>Mailing Lists</strong>: This is my least-favorite method. It&#8217;s like going back to the 70&#8242;s. But, far more people use mailing lists than use IRC. This increases the likelihood of finding a correct answer but it slows response time down greatly.</li>
<li>Regardless of which path you take, you&#8217;ll be communicating with people whose skills range from intermediate to expert. Since they have the key to your problem, you don&#8217;t want to annoy them with irrelevant details. Do the wise thing, research your problem and learn to ask questions <a title="How To Ask Questions The Smart Way" href="http://www.catb.org/~esr/faqs/smart-questions.html" target="_blank"><em>the smart way</em></a>.</li>
</ul>
</li>
<li>
<h3>Start with the basics</h3>
<p>Each Operating System (OS) has tools and utilities to make big jobs much easier; master them all. &#8220;<em>Basics are the practice of genius</em>&#8220;, Albert Einstein once said. This couldn&#8217;t be more true when discovering the Linux platform. Especially if you want to learn the right way <em>first</em>. Learning how to perform a task the right way is much easier than learning the wrong way, unlearning the wrong way, then learning the right way. Linux is an unforgiving mistress. Do yourself a favor and come into it with the mindset of correctness. You&#8217;ll both be much happier in the relationship.</li>
<li>
<h3>Linux Tools &amp; Utilities</h3>
<p>This is the butter, the jelly, the underlying truth. Learn these tools and you will become the master of your universe: <em>vi (vim), find, find, grep, sed, awk, and bash</em>. Using them individually turns small-to-medium sized jobs into very short work. Using them together can turn almost any complex job into a work of art.<em> Tip: automation; using these tools, is the key to administrative happiness</em>. The expansion of <em>how</em> to use these tools will be covered in subsequent postings.</p>
<p>When you write your first solution you will likely save it in a file called a shell script. This will be the culmination of all you have learned. The first one will not be a work of art, but they will always get better the more you practice and write. Know now that this is a lifetime pursuit.</li>
<li>
<h3>Computing Standards</h3>
<p>Linux is referred to as an Operating System, and it is &#8211; kinda. Linux is really <em>only</em> a <a title="The Source of the Linux Kernel" href="http://kernel.org/" target="_blank">kernel</a>. The Linux kernel operates within an environment that is optimized for it.</p>
<ul>
<li><strong>The POSIX Standard</strong>: The kernel and the environment are kept <em>as POSIX compliant as possible </em>for the purposes of <a title="Definition: Interoperable" href="http://oxforddictionaries.com/definition/interoperable" target="_blank">interoperability</a>. POSIX is a standard. The latest version of this standard is: IEEE Std 1003.1-2001/<a title="The Maintainers of the 1003.1-2008 Standard" href="http://pubs.opengroup.org/onlinepubs/9699919799/" target="_blank">1003.1-2008</a>. For nearly every reader, this will never come into play but you should be aware of it. <em><span style="color:#000000;">NOTE: It&#8217;s important to understand that Mac OS X is somewhat POSIX compliant, depending on who you ask. And, Windows does not claim, nor is it POSIX compliant unless by accident.</span></em></li>
<li><strong>FHS</strong>: The Filesystem Hierarchy Standard (<a title="FHS Wiki" href="https://wiki.linuxfoundation.org/en/FHS" target="_blank">FHS</a>) defines a standardized directory layout on the Linux filesystem for the purposes of consistency between each of the distributions.</li>
<li><strong>LSB</strong>: The Linux Standard Base (<a title="LSB Wiki" href="https://wiki.linuxfoundation.org/en/Linux_Standard_Base_(LSB)" target="_blank">LSB</a>) is a joint project by several Linux distributions under the organizational structure of the Linux Foundation to standardize the software system structure, including the filesystem hierarchy, used with Linux operating system. The LSB is based on the POSIX specification, the Single UNIX Specification, and several other open standards, but extends them in certain areas.</li>
<li><strong>IEEE</strong>: This is a repository for most standards but, here I will only mention it. Digging into the IEEE could spiral us out of control and way off the path.</li>
</ul>
</li>
<li>
<h3>Portability</h3>
<p>Portability is an advanced topic and one that I have not yet mastered myself but, the fact will always remain that its importance will increase the more you begin shell scripting for different clients with different flavors of Linux. Since all Unixes and Linuxes are not created equal, despite the all the standardization, there are some more lofty concepts to keep in mind. Portability being one of them.</p>
<ul>
<li>Different flavors of Linux do not always put important files in the same directory.<br />
Files like <em>smb.conf</em> for example, will sometimes be found in different directories on different Linux distros. Or at least this was true when I began evaluating different distros a few years ago. Alot can change in Linux over a few months. Over a few years, black could easily become white.</li>
<li>When you start down the road of mastering (bash) shell scripting you will become painfully aware of this. The first time you create a script on your own system, provide it to a client, then ruin their system because it&#8217;s just slightly different than the one you work on you will learn a lesson that was never taught to me.</li>
<li>Portability is an important long-term goal.</li>
</ul>
</li>
<li>
<h3>The Pay-Off</h3>
<p>The whole world does not run on Windows as they would have you believe. Some corporations run on Windows, and for good reason. But, the internet is held together by a few simple technologies that are amazingly flexible, resilient, and continuous: Linux and Cisco. Without these two core technologies the Internet would break-down and perform intermittently. Cisco is proprietary and has great competition. Linux though, is:</p>
<ul>
<li>Used to keep <a title="All Root Name Servers" href="http://private.dnsstuff.com/info/roottimes.htm" target="_blank">Root DNS Servers</a> working non-stop.</li>
<li>Smart ISPs use it to manage DNS and DHCP addresses for DSL users; it also keeps their mail servers going 24-hours a day.</li>
<li>Hosting companies (like <a title="Media Temple" href="http://mediatemple.net/" target="_blank">Media Temple</a>) use it to serve fault-tolerant web sites to the world.</li>
<li>Domain Registrars (like <a title="Network Solutions" href="http://www.networksolutions.com/" target="_blank">Network Solutions</a>) use it to automate the buying, trading, and managing of domain names and DNS records.</li>
<li>Google uses it to help you find stuff.</li>
<li>Facebook uses it to keep family and friends connected.</li>
<li>Twitter does&#8230;whatever they do. And&#8230;</li>
<li>Small Business use Linux to replace thousands of dollars in <a title="OpenSwan" href="http://www.openswan.org/" target="_blank">VPN</a> and <a title="Asterisk: PBX, VoIP gateway, IVR and ACD" href="http://www.asterisk.org/" target="_blank">Phone</a> hardware for free.</li>
<li>Projects (like <a title="WordPress Blogging Software" href="https://www.wordpress.com" target="_blank">WordPress</a>) develop software on Linux to keep costs down and reliability up so that we can do this!</li>
<li>And this is a very limited list&#8230;.</li>
</ul>
</li>
</ol>
<p>In short, starting down this road is fun, cool, and sometimes scary but it will sharpen you as a technician and broaden you as a solution provider. When your skills are developed enough to work for a large company you will find that they will value your contributions more and more, because Linux <em>makes</em> you think.This can translate into a higher salary.</p>
<p>More importantly, after you&#8217;ve mastered the basics and built other skills on top of them, like IP Routing and PHP Programming, you&#8217;re free to create your own project; shelling out a minimum of cash and the only real cost is your time. Time to learn, design, test, implement, and follow it from there&#8230;</p>
<p>Linux isn&#8217;t just a technology, it&#8217;s a journey.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/trackrtest.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/trackrtest.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/trackrtest.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/trackrtest.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/trackrtest.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/trackrtest.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/trackrtest.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/trackrtest.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/trackrtest.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/trackrtest.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/trackrtest.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/trackrtest.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/trackrtest.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/trackrtest.wordpress.com/31/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=trackrtest.wordpress.com&amp;blog=25094903&amp;post=31&amp;subd=trackrtest&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://trackrtest.wordpress.com/2011/11/22/in-the-begining/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c07f46294c96bce458d73f445b9ef0b2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">todddsm</media:title>
		</media:content>
	</item>
	</channel>
</rss>
