<?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>Yet Another Linux Blog &#187; YALB</title>
	<atom:link href="http://linux-blog.org/tag/yalb/feed/" rel="self" type="application/rss+xml" />
	<link>http://linux-blog.org</link>
	<description>Open Source, Open Blog</description>
	<lastBuildDate>Mon, 30 Aug 2010 14:18:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Interesting Statistics</title>
		<link>http://linux-blog.org/interesting-statistics/</link>
		<comments>http://linux-blog.org/interesting-statistics/#comments</comments>
		<pubDate>Tue, 13 Jul 2010 04:19:35 +0000</pubDate>
		<dc:creator>devnet</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[Distros]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[YALB]]></category>

		<guid isPermaLink="false">http://linux-blog.org/?p=1618</guid>
		<description><![CDATA[Very interesting statistics that I&#8217;ve noticed since moving the site to a Linode VPS. If you take a look at the graphic below, the spike in the middle will probably stick out quite a bit.  Oddly enough, the spike I noticed in CPU percentage used (which is regulated for VPS at Linode) also spiked up [...]


Related posts:<ol><li><a href='http://linux-blog.org/a-blip-on-my-posts/' rel='bookmark' title='Permanent Link: A Blip on My Posts'>A Blip on My Posts</a> <small>Hello everyone! You may have seen a blip swing by...</small></li>
<li><a href='http://linux-blog.org/do-you-uh-use-linux/' rel='bookmark' title='Permanent Link: Do you&#8230;uh&#8230;Use Linux?'>Do you&#8230;uh&#8230;Use Linux?</a> <small>I ran across the flash video above (note: I&#8217;m not...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Very interesting statistics that I&#8217;ve noticed since moving the site to a <a title="Linode VPS" href="http://www.linode.com/?r=fae2652a18fe793b2f0d0649b25e3252b71706e2" target="_blank">Linode VPS</a>.</p>
<p>If you take a look at the graphic below, the spike in the middle will probably stick out quite a bit.  Oddly enough, the spike I noticed in CPU percentage used (which is regulated for VPS at Linode) also spiked up disk usage&#8230;mainly because I began to swap when cpu/ram use skyrocketed.  All of this happened with <strong>Ubuntu 10.04</strong> installed.  CentOS was the first distro I tried but I quickly switched to Ubuntu when I spotted a really nice how-to in the Linode document library.  Oh, and please excuse my horrible gimp skills on the image below&#8230;it was a quick and dirty editing of the image:</p>
<div id="attachment_1620" class="wp-caption aligncenter" style="width: 498px"><a href="http://linux-blog.org/wp-content/uploads/2010/07/ubuntu-debian.png"><img class="size-full wp-image-1620 " title="ubuntu-debian" src="http://linux-blog.org/wp-content/uploads/2010/07/ubuntu-debian.png" alt="" width="488" height="202" /></a><p class="wp-caption-text">cpu usage</p></div>
<p style="text-align: center;">
<p>After switching to Ubuntu, I began receiving alarms for my account due to the high usage of CPU and disk.  I attempted to tweak settings and configuration files for about a week and realized it just wasn&#8217;t going to work for me.  I switched to Debian Lenny and the move was a positive as is reflected in these pictures.</p>
<div id="attachment_1622" class="wp-caption aligncenter" style="width: 498px"><a href="http://linux-blog.org/wp-content/uploads/2010/07/ubuntu-debian-disk.png"><img class="size-full wp-image-1622 " title="ubuntu-debian-disk" src="http://linux-blog.org/wp-content/uploads/2010/07/ubuntu-debian-disk.png" alt="" width="488" height="202" /></a><p class="wp-caption-text">disk usage</p></div>
<p>I was hoping Ubuntu 10.04 would fit for me since it is a long term support (LTS) release.  CentOS is my normal server distribution of choice and I really wanted to branch out and go with something different.  I used a Linode <a title="Stackscript" href="http://www.linode.com/stackscripts/" target="_blank">Stackscript </a>for WordPress for CentOS but elected for vanilla installs of Ubuntu and Debian aftwards (I didn&#8217;t like NOT knowing what was installed when I first logged in&#8230;call me a control freak).</p>
<p>I just found it interesting that Ubuntu 10.04 did so horribly in this instance.  After investigating, I found a couple of likely suspects:</p>
<ol>
<li>Default Apache install in Ubuntu leaves a lot to be desired..even after tweaking both it and PHP for days I couldn&#8217;t get them to lay off the resources.  Even switching to mpm_worker and FastCGI did little to settle things down.</li>
<li><a title="Ubuntu swappiness is bad" href="http://www.insidesocal.com/click/2010/04/ubuntu-1004-swap-update-its-no.html" target="_blank">Ubuntu swappiness is bad</a>&#8230;it is set at 60 (I use 10 normally) and it swapped every chance it could get&#8230;it&#8217;s set by default to swap more than it should.</li>
<li>mod_php on Ubuntu is hungry for all your cpu and ram and disk; be warned!</li>
</ol>
<p>Debian, as the parent distribution of Ubuntu, would most likely suffer from the same problems&#8230;except it doesn&#8217;t.  Things are working great with it and I&#8217;d recommend it for any of your server needs!  Has anyone else seen this oddity with Ubuntu 10.04?  If so, please drop me a comment below.</p>


<p>Related posts:<ol><li><a href='http://linux-blog.org/a-blip-on-my-posts/' rel='bookmark' title='Permanent Link: A Blip on My Posts'>A Blip on My Posts</a> <small>Hello everyone! You may have seen a blip swing by...</small></li>
<li><a href='http://linux-blog.org/do-you-uh-use-linux/' rel='bookmark' title='Permanent Link: Do you&#8230;uh&#8230;Use Linux?'>Do you&#8230;uh&#8230;Use Linux?</a> <small>I ran across the flash video above (note: I&#8217;m not...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><p><a href="http://linux-blog.org/interesting-statistics/" rel="bookmark">Interesting Statistics</a> originally appeared on <a href="http://linux-blog.org">Yet Another Linux Blog</a> on July 13, 2010.</p>
]]></content:encoded>
			<wfw:commentRss>http://linux-blog.org/interesting-statistics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Status Update for Devnet</title>
		<link>http://linux-blog.org/status-update-for-devnet/</link>
		<comments>http://linux-blog.org/status-update-for-devnet/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 16:30:30 +0000</pubDate>
		<dc:creator>devnet</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[devnet]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[status]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[YALB]]></category>

		<guid isPermaLink="false">http://linux-blog.org/?p=1329</guid>
		<description><![CDATA[For those of you who follow me here at Yet Another Linux Blog you might be wondering where I went the last month.  I assure you I&#8217;m still here and I still use Linux every single day.  I&#8217;m currently running both Arch Linux (32bit) and Unity Linux (64bit) on my main computer. I&#8217;ve been working [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>For those of you who follow me here at Yet Another Linux Blog you might be wondering where I went the last month.  I assure you I&#8217;m still here and I still use Linux every single day.  I&#8217;m currently running both Arch Linux (32bit) and Unity Linux (64bit) on my main computer.</p>
<p>I&#8217;ve been working pretty hard through the holidays at my full time job where I am a server administrator for a medium sized hospital in the U.S.  Recently (in December), I moved 2000+ users from Exchange 2003 to Exchange 2007.  We considered farming out our Exchange environment to the cloud or perhaps going with <a title="Microsoft Exchange Hosting" href="http://www.sherweb.com/hosted-exchange" target="_blank">Microsoft Exchange Hosting</a> services but in the end, upper management decided they&#8217;d rather underpay someone to work exceedingly long hours with minimal training on a system not built by him.  So, that&#8217;s why I&#8217;ve been pretty inactive as of late.  As you can imagine working with Microsoft technologies&#8230;I always have something to fix and things are always unstable.</p>
<p>I know that some of you might be saying &#8220;why not use linux based exchange alternatives in your enterprise?&#8221; and I&#8217;d say, why indeed.  But I inherited this beast and it&#8217;s been Exchange since Exchange came out.  Not only that, but the primary application for all departments (ERM app) runs completely on Windows and plugs into Exchange and nothing else.  Talk about vendor lock in eh?  Well, it&#8217;s a job.</p>
<p>I used to work with Linux when I worked for <a href="http://rpath.com/corp" target="_blank">rPath</a> but parted ways with them about a year and a half ago when I had to move away to help out after a death in the family.  I was very sad to leave but am very happy with the large pay increase that came with my current position.  However, migrations do take their toll&#8230;lots of hours worked and frustrations vented.  Now that I&#8217;m over the hump, I&#8217;ll be able to get back into a normal swing of things.</p>
<p>For those of you who might be Exchange administrators in your day to day work, I&#8217;ve begun blogging about my experiences and setup a community to share tips, tricks, powershell commandlets, and a place to talk shop.  I figure if I have to work with closed source at least I can open source some help.  Find my Exchange blog at <a title="http://teknologist.net" href="http://teknologist.net" target="_blank">http://teknologist.net</a></p>
<p>Thanks for hanging in there everyone, and sorry for the inactivity.  Now that I&#8217;ve hit 6+ years blogging (in December) here I have even more incentive to continue sharing great Linux help with everyone.  I&#8217;ve got some good tips directly in the pipeline and here&#8217;s to a great 2010!</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><p><a href="http://linux-blog.org/status-update-for-devnet/" rel="bookmark">Status Update for Devnet</a> originally appeared on <a href="http://linux-blog.org">Yet Another Linux Blog</a> on January 5, 2010.</p>
]]></content:encoded>
			<wfw:commentRss>http://linux-blog.org/status-update-for-devnet/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>YALB &#8211; ITLPD</title>
		<link>http://linux-blog.org/yalb-itlpd/</link>
		<comments>http://linux-blog.org/yalb-itlpd/#comments</comments>
		<pubDate>Sat, 19 Sep 2009 15:41:56 +0000</pubDate>
		<dc:creator>devnet</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[day]]></category>
		<category><![CDATA[deck]]></category>
		<category><![CDATA[pirate]]></category>
		<category><![CDATA[plank]]></category>
		<category><![CDATA[shiver]]></category>
		<category><![CDATA[swab]]></category>
		<category><![CDATA[talk]]></category>
		<category><![CDATA[thar]]></category>
		<category><![CDATA[timbers]]></category>
		<category><![CDATA[YALB]]></category>

		<guid isPermaLink="false">http://linux-blog.org/?p=1219</guid>
		<description><![CDATA[In honor of today, which is International Talk like a Pirate Day, my blog now comes in pirate flavor thanks to a very interesting plugin. So have a look around!  Some posts are pretty silly sounding and others are downright hilarious.  And have a great day or you&#8217;ll probably have to walk the plank somewhere [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>In honor of today, which is <a title="ITLPD" href="http://www.talklikeapirate.com/piratehome.html" target="_blank">International Talk like a Pirate Day</a>, my blog now comes in pirate flavor thanks to a <a href="http://wordpress.org/extend/plugins/pirate-talk/">very interesting plugin</a>.</p>
<p>So have a look around!  Some posts are pretty silly sounding and others are downright hilarious.  And have a great day or you&#8217;ll probably have to walk the plank somewhere <img src='http://linux-blog.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><p><a href="http://linux-blog.org/yalb-itlpd/" rel="bookmark">YALB &#8211; ITLPD</a> originally appeared on <a href="http://linux-blog.org">Yet Another Linux Blog</a> on September 19, 2009.</p>
]]></content:encoded>
			<wfw:commentRss>http://linux-blog.org/yalb-itlpd/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Self Musings</title>
		<link>http://linux-blog.org/self-musings/</link>
		<comments>http://linux-blog.org/self-musings/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 20:59:02 +0000</pubDate>
		<dc:creator>devnet</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[retrospect]]></category>
		<category><![CDATA[YALB]]></category>

		<guid isPermaLink="false">http://linux-blog.org/?p=912</guid>
		<description><![CDATA[With Yet Another Linux Blog silently turning 4 years old this past December, I began to examine what I&#8217;ve posted over the years and have tried to take a step back to examine what I&#8217;ve accomplished here&#8230;first, from a design perspective.  Please understand that these links go to the internet archive so they may take [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>With Yet Another Linux Blog silently turning 4 years old this past December, I began to examine what I&#8217;ve posted over the years and have tried to take a step back to examine what I&#8217;ve accomplished here&#8230;first, from a design perspective.  Please understand that these links go to the internet archive so they may take a while to load:</p>
<ul>
<li><a href="http://web.archive.org/web/20041223112139/http://linuxblog.sytes.net/">How Yet Another Linux Blog looked in 2004</a></li>
<li><a href="http://web.archive.org/web/20060425053415/http://linux-blog.org/">1st Major Redesign of YALB</a> &#8211; Happened around April 2006.</li>
<li><a href="http://web.archive.org/web/20060821073538/http://linux-blog.org/">2nd Major Redesign of YALB</a> &#8211; Around August 2006</li>
<li><a href="http://web.archive.org/web/20070220213508/http://linux-blog.org/">3rd Major Redesign of YALB</a> &#8211; Happened around February 2007</li>
<li>Current State of Redesign &#8211; how the blog looks on the date of this post, March 18, 2009.</li>
</ul>
<p>Next, I looked at some of my most popular posts.  Most of these were written quite a while ago.  2 of them are reviews, one is an opinion piece and the last 2 are how-to&#8217;s:</p>
<ul>
<li><a href="http://linux-blog.org/Enlightenment-17-Review/">Enlightenment e17 Review</a> (an older review done by guest editor Misunderstruck)</li>
<li><a href="http://linux-blog.org/ClarkConnect-Enterprise-Linux-for-Your-Home/">ClarkConnect, Enterprise Linux for the Home</a>.  A Review of version 3.2</li>
<li><a href="http://linux-blog.org/Install-extra-Themes-and-Icons-in-PCLinuxOS/">Installing Extra Themes and Icons in PCLinuxOS</a></li>
<li><a href="http://linux-blog.org/PCLinuxOS-What-Sets-it-Apart-Part-I/">What Sets PCLinuxOS Apart from Others?</a></li>
<li><a href="http://linux-blog.org/KDE-and-Xorg,-Fonts-and-DPI/">KDE and XOrg, Fonts and DPI</a></li>
<li><a href="http://linux-blog.org/Host-Your-Own-Domain-and-Webserver-using-Apache/">Host Your Own Webserver at Home</a></li>
</ul>
<p>And then, there are the most commented articles.  The winner here is Ubuntu articles&#8230;but that&#8217;s a dubious honor in my opinion as most of the comments weren&#8217;t particularly friendly:</p>
<ul>
<li><a href="http://linux-blog.org/why-ubuntu-isnt-for-new-linux-users/">Why Ubuntu ISN&#8217;T for New Users</a> &#8211; Done in 2006 and why I felt at the time, Ubuntu didn&#8217;t offer new users the best out of box experience.</li>
<li><a href="http://linux-blog.org/experiment-15-ubuntu-504-hoary-final-rating/">Ubuntu 5.04 Final Rating</a> &#8211; An experiment where I took my wife and made her use Linux for a week and give each distro a rating.  Ubuntu bombed on this one.  Of course, the community came back with lots of name calling and &#8220;why didn&#8217;t you do this dummy&#8221; to help her as a new user.  To this day she despises Ubuntu for the comments left there by their community members.</li>
<li><a href="http://linux-blog.org/enlightenment-17-review/">Enlightenment e17 Review</a> &#8211; Once again, guest editor Misunderstruck&#8217;s review of e17.  Lot&#8217;s of positive feedback and some questions.</li>
<li><a href="http://linux-blog.org/is-ubuntu-ce-needed/">Is Ubuntu CE Needed?</a> &#8211; I questioned what the point of having a separate distro versus a Meta-Package.  If you recall the release of Ubuntu CE, you&#8217;ll remember that there was some controversy surrounding the motivation of doing this as well as a quick release of Ubuntu Satanic Edition.</li>
<li><a href="http://linux-blog.org/why-open-source-isnt-succeeding/">Why Open Source Isn&#8217;t Succeeding</a> &#8211; My take on what made open source fall short of achieving its goal&#8230;in 2004</li>
<li><a href="http://linux-blog.org/why-open-source-isnt-succeedingpart-ii/">Why Open Source Isn&#8217;t Succeeding, Part II</a> &#8211; A follow up and clarification of the first article&#8230;done so boneheads that &#8220;don&#8217;t read too good&#8221; could understand &#8220;more better&#8221; what the article intended.</li>
</ul>
<p>It&#8217;s been many years, many reviews, many editorials, and many blog revisions.  Through it all, I&#8217;ve tried to stay focused on what matters to me&#8230;sharing knowledge with others.  I don&#8217;t have any plans to stop blogging and am looking at starting another blog soon that covers Windows administration stuff as well (I work in a mixed environment of Unix/Linux/Windows now as a server admin).  I feel that even if the software isn&#8217;t free, the knowledge on how to use it should be.  Thanks for reading!</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><p><a href="http://linux-blog.org/self-musings/" rel="bookmark">Self Musings</a> originally appeared on <a href="http://linux-blog.org">Yet Another Linux Blog</a> on March 18, 2009.</p>
]]></content:encoded>
			<wfw:commentRss>http://linux-blog.org/self-musings/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Switched to WordPress</title>
		<link>http://linux-blog.org/switched-to-wordpress/</link>
		<comments>http://linux-blog.org/switched-to-wordpress/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 04:59:38 +0000</pubDate>
		<dc:creator>devnet</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[s9y]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[YALB]]></category>

		<guid isPermaLink="false">http://linux-blog.org/?p=625</guid>
		<description><![CDATA[I&#8217;ve migrated to wordpress from serendipity. You may notice a few comments have been lost in the migration. However, not much else should be missing. I&#8217;ll continue to work on a custom theme for the site during the next week or so. I may write up a &#8220;reasons why I switched&#8221; article as well and [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve migrated to wordpress from serendipity.  You may notice a few comments have been lost in the migration.  However, not much else should be missing.  I&#8217;ll continue to work on a custom theme for the site during the next week or so.</p>
<p>I may write up a &#8220;reasons why I switched&#8221; article as well and post it if anyone is interested&#8230;but that&#8217;s solely if anyone is interested.  Otherwise, I&#8217;ll keep this as the only reference to it.</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><p><a href="http://linux-blog.org/switched-to-wordpress/" rel="bookmark">Switched to WordPress</a> originally appeared on <a href="http://linux-blog.org">Yet Another Linux Blog</a> on September 3, 2008.</p>
]]></content:encoded>
			<wfw:commentRss>http://linux-blog.org/switched-to-wordpress/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How do YOU Plug Your Blog to Web 2.0?</title>
		<link>http://linux-blog.org/how-do-you-plug-your-blog-to-web-20/</link>
		<comments>http://linux-blog.org/how-do-you-plug-your-blog-to-web-20/#comments</comments>
		<pubDate>Fri, 13 Jun 2008 11:32:42 +0000</pubDate>
		<dc:creator>devnet</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[functionality]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[YALB]]></category>

		<guid isPermaLink="false">http://linux-blog.org/word/how-do-you-plug-your-blog-to-web-20/</guid>
		<description><![CDATA[I&#8217;ve been drastically neglecting a few areas of my blog.  The main one is plugging it into social networks.  I&#8217;ve been using things like twitter, pownce, and stumbleupon&#8230;but I haven&#8217;t truly plugged my blog into these services. Now there are so many&#8230;I don&#8217;t even know how to plug them all in Which services are most [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been drastically neglecting a few areas of my blog.  The main one is plugging it into social networks.  I&#8217;ve been using things like twitter, pownce, and stumbleupon&#8230;but I haven&#8217;t truly plugged my blog into these services.</p>
<p>Now there are so many&#8230;I don&#8217;t even know how to plug them all in <img src='http://linux-blog.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Which services are most important?  Which ones are you, the reader, using?  Thus far, the easiest way I&#8217;ve found to manage things is to choose one service like Tumblr or Pownce and aggregate all other services into it.  THEN to use friendfeed.com to envelop them into a stream.</p>
<p>I&#8217;m curious as to how others are managing things&#8230;I&#8217;d like to make Yet Another Linux Blog reach a larger audience and I think that this is a good starting point.  So if you have suggestions, please let me know <img src='http://linux-blog.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><p><a href="http://linux-blog.org/how-do-you-plug-your-blog-to-web-20/" rel="bookmark">How do YOU Plug Your Blog to Web 2.0?</a> originally appeared on <a href="http://linux-blog.org">Yet Another Linux Blog</a> on June 13, 2008.</p>
]]></content:encoded>
			<wfw:commentRss>http://linux-blog.org/how-do-you-plug-your-blog-to-web-20/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>YALB &#8211; A Look Back after Three Years</title>
		<link>http://linux-blog.org/yalb-a-look-back-after-three-years/</link>
		<comments>http://linux-blog.org/yalb-a-look-back-after-three-years/#comments</comments>
		<pubDate>Sun, 20 May 2007 22:26:00 +0000</pubDate>
		<dc:creator>devnet</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[Stats]]></category>
		<category><![CDATA[YALB]]></category>

		<guid isPermaLink="false">http://linux-blog.org/word/yalb-a-look-back-after-three-years/</guid>
		<description><![CDATA[Quietly and without fanfare, Yet Another Linux Blog has reached the ripe old age of 3 years. I started it small and hosted at home during May of 2004. Back then it was hosted on a domain called fatalfame.org (since expired). In December 2004, I switched domains to linuxblog.sytes.net and switched to Serendipity for blogging [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Quietly and without fanfare, Yet Another Linux Blog has reached the ripe old age of 3 years.  I started it small and hosted at home during May of 2004.  Back then it was hosted on a domain called fatalfame.org (since expired).  In December 2004, I switched domains to linuxblog.sytes.net and switched to <a href="http://www.s9y.org/" target="_blank">Serendipity for blogging</a> (hence, lost data from May 2004 &#8211; Dec 2004) and it is that month that houses my <a href="http://linux-blog.org/index.php?/archives/1-My-Current-Distro.....html" target="_blank">first and oldest post</a> on the s9y platform&#8230;and it&#8217;s also the month I discovered Technorati and pingbacks <img src='http://linux-blog.org/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  which gives rise to being indexed for the first time then.  The oldest snapshot the internet archive has is December 2004&#8230;<a href="http://web.archive.org/web/20041223112139/http://linuxblog.sytes.net/" target="_blank">take a look at how the blog looked then</a> (warning, slow loading).</p>
<p>Back then, it was all about trying new Linux desktops and finding things that worked for my wife and I.  Today, it&#8217;s still all about the Linux Desktop.  YALB hasn&#8217;t changed its focus and has made some weak  minded enemies along the way, but still is managing just fine.</p>
<p>Today, I&#8217;d like to take the time to reflect a little bit and post some links of my favorite posts, as well as share some statistical information about YALB.</p>
<p><span id="more-25"></span></p>
<p><span style="text-decoration: underline;"><strong>The New Distro is Microsoft</strong></span></p>
<p>These companies are now paying Microsoft. Sure, Microsoft is paying them as well&#8230;but the kicker is this: These companies are paying Microsoft <strong>for Linux.</strong></p>
<p>Oh, but ask the CEO who made the deal if they think Linux infringes patents and they&#8217;ll say &#8220;No way! We don&#8217;t think Linux violates any patents&#8230;we&#8217;re just paying <em>in case</em> Microsoft tries to sue us&#8221;.  Well, let&#8217;s put this into perspective shall we?</p>
<p>If I was a store owner in Anycity, USA and paid the mob to not rob my store blind&#8230;you know, not because they were robbing it&#8230;but just in case. Does that mean that I&#8217;m not part of the money that the mob uses to do their dirty deeds? Does that make the cash I&#8217;m sending back to them clean? Should my conscience be clear?</p>
<p>Now, I&#8217;m not saying Microsoft is the mob&#8230;I&#8217;m just using that as an example. But they do have a good racket going on here. They get many highly publicized deals where Linux appears to be &#8216;giving in&#8217; to Microsoft. Microsoft looks to be reasonable with these deals as well saying &#8220;hey, we won&#8217;t sue you&#8230;see, we&#8217;re the good guys&#8221;. <em>The bottom line is though that Microsoft has no claims on Linux at all&#8230;if they did, they would have revealed it already.</em> The reason they don&#8217;t reveal anything is because they don&#8217;t have anything to reveal.  It&#8217;s all talk and no walk.</p>
<p>What about the Community?</p>
<p>These companies forgot one thing&#8230;the power is with the consumer. The power is in the community. Ubuntu realizes that&#8230;they&#8217;ve embraced the community and look what&#8217;s happened! The community holds the power to make or break&#8230;the power of spoken word cannot be underestimated. These companies have either forgotten that or don&#8217;t care. My guess is that they don&#8217;t care&#8230;they worry about making money and not about the tread marks they&#8217;re leaving up the back of the community. The community isn&#8217;t part of their formula even though it should be the common denominator.</p>
<p>The open source business model hasn&#8217;t been around for very long and many are still learning about it. The one no-no that these companies have completely ignored is that they have alienated their own PR system; their own word of mouth. In the end, they didn&#8217;t look at what it could cost them to do this deal or they didn&#8217;t care. One thing is certain by looking at many examples in the last 20 years&#8230;the community doesn&#8217;t forget.</p>
<p><span style="text-decoration: underline;"><strong>MS Now Makes Money from Linux</strong></span></p>
<p>Microsoft has carved a niche way for itself to make money off of Linux. Are you one of those that are paying Microsoft to use Linux? Are you helping them establish an umbrella Linux distribution made up of all the Linux distros signing up to be a part of their &#8216;protection&#8217;? If so, congratulations on buying your new Microsoft Linux. Have fun over there with Novell, Xandros, LG, and whoever else believes the vaporous and non existing threats from a callow company trying to keep itself meaningful. For myself, my family, my friends, and my distribution&#8230;we shall never pay any company that brokers this patent protection deal with Microsoft&#8230;you can take that to the bank.</p>
<p>UPDATE 06-14-2007</p>
<p>Looks like I was right!  <a href="http://news.zdnet.com/2100-3513_22-6190846.html" target="_blank">Linspire has also signed</a> a patent racket er&#8230;protection agreement with Microsoft. Up next, the other two big hitters in Linux&#8230;Mandriva and Ubuntu. 1 down, three to go Microsoft.</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><p><a href="http://linux-blog.org/yalb-a-look-back-after-three-years/" rel="bookmark">YALB &#8211; A Look Back after Three Years</a> originally appeared on <a href="http://linux-blog.org">Yet Another Linux Blog</a> on May 20, 2007.</p>
]]></content:encoded>
			<wfw:commentRss>http://linux-blog.org/yalb-a-look-back-after-three-years/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Update your RSS Feeds&#8230;</title>
		<link>http://linux-blog.org/update-your-rss-feeds/</link>
		<comments>http://linux-blog.org/update-your-rss-feeds/#comments</comments>
		<pubDate>Sat, 03 Mar 2007 17:05:35 +0000</pubDate>
		<dc:creator>devnet</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[functionality]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[YALB]]></category>

		<guid isPermaLink="false">http://linux-blog.org/word/update-your-rss-feeds/</guid>
		<description><![CDATA[I&#8217;ve decided to add a feedburner feed. Currently, I don&#8217;t even know how many subscribers I have to Yet Another Linux Blog and I&#8217;d like to know because it&#8217;s not a bad service. It&#8217;s always interesting to find out if anyone is actually out there reading. So please visit the page in the next few [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve decided to add a feedburner feed.  Currently, I don&#8217;t even know how many subscribers I have to Yet Another Linux Blog and I&#8217;d like to know <img src='http://linux-blog.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  because it&#8217;s not a bad service.  It&#8217;s always interesting to find out if anyone is actually out there reading. So please visit the page in the next few days and if you&#8217;d like to use the feedburner feed, please update your feedlist.</p>
<p><!-- s9ymdb:475 -->Thanks for reading!</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><p><a href="http://linux-blog.org/update-your-rss-feeds/" rel="bookmark">Update your RSS Feeds&#8230;</a> originally appeared on <a href="http://linux-blog.org">Yet Another Linux Blog</a> on March 3, 2007.</p>
]]></content:encoded>
			<wfw:commentRss>http://linux-blog.org/update-your-rss-feeds/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Clarity on the Linux Desktop</title>
		<link>http://linux-blog.org/clarity-on-the-linux-desktop/</link>
		<comments>http://linux-blog.org/clarity-on-the-linux-desktop/#comments</comments>
		<pubDate>Fri, 24 Nov 2006 16:13:00 +0000</pubDate>
		<dc:creator>devnet</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[lobby4linux]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[YALB]]></category>

		<guid isPermaLink="false">http://linux-blog.org/word/clarity-on-the-linux-desktop/</guid>
		<description><![CDATA[There&#8217;s been some confusion as of late via emails and comments on other blogs about YALB that I would like to &#8220;dumb down&#8221; linux to try to reach the masses. I&#8217;d like to take a little time to clarify exactly what I think of the Linux Desktop and the directions it is taking. I&#8217;ve worked [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><img style="border: 0px none ; padding-right: 5px; padding-left: 5px; float: left;" src="http://linux-blog.org/uploads/helpFile.Thumbs.png" alt="" width="110" height="110" />There&#8217;s been some confusion as of late via emails and comments on other blogs about YALB that I would like to &#8220;dumb down&#8221; linux to try to reach the masses. I&#8217;d like to take a little time to clarify exactly what I think of the Linux Desktop and the directions it is taking.</p>
<p>I&#8217;ve worked in quite a few different IT jobs the past 8 years. My current job allows me to work with many diverse individuals and technology. Diverse backgrounds, diverse ethnicities, diverse cultures, and diverse experience. Whenever the main business system can&#8217;t do what the users&#8217; want it to do, they call me. Whenever they need information from that antiquated database (runs on AIX&#8230;not current) they call me. However, since we have a small staff being a small agency, I also get to answer some helpdesk calls. The odd part is, I like answering helpdesk calls. Why? Because it tells you more about the users and allows you to help them better. It also gives you a pulse for your users&#8230;something to measure them against.</p>
<p>Having done this for quite some time now, I can honestly say that if we rolled out Linux desktops tomorrow to these people in my agency our productivity would be seriously inhibited (for a while&#8230;until everyone got used to things). This is despite the standard business system running via telnet to an AIX Box.  It&#8217;s not because of Linux&#8230;but rather because of the people. See, Linux is ready for the average power user&#8230;someone who went to college, graduated, and now works happily in department X of your business or someone who went to high school in the last 5-10 years (depending on where you grew up of course&#8230;we didn&#8217;t even have a computer at my school and I graduated in the early nineties)&#8230;and people all agree that government should be pushing Linux first and foremost.  Since my current job is for a state agency, one would figure we&#8217;d be looking into FOSS, but this isn&#8217;t the case.  The average power user isn&#8217;t the majority in this goverment agency and I&#8217;m sure it isn&#8217;t in many government agencies so we continue to look to MS for all solutions because they are the defacto standard.</p>
<p><span id="more-143"></span></p>
<p>So is Linux to blame for all of this? For not making headway onto the deskop? Nope. Linux is what Linux is. It is a fantastic operating system that is stable, secure, and customizable. The problem does not lie with Linux&#8230;sure, Linux could get better with increased usability and UI reconfigures, but in the long run, it can only do so much. Somewhere along the way the user must meet Linux halfway.</p>
<p>I&#8217;ve said in the past with my posts and I&#8217;ll say again&#8230;Linux ISN&#8217;T where it needs to be to appeal to the masses. It&#8217;s getting close and making fantastic strides. However, in order for it to make headway on the desktop, it needs to increase usability. Once again, I stress that this doesn&#8217;t require the &#8220;dumbing down&#8221; of the operating system. It requires a shift in the target audience to which Linux &#8216;aims for&#8217;. Instead of being designed with power users in mind&#8230;we should design it with standard users in mind. Here again, many people will take this to mean that we have to dumb down the operating system&#8230;but that&#8217;s not the case. You can make things quite usable without dumbing things down&#8230;some Linux programs prove this to be true. Please don&#8217;t confuse usability for dumbing down&#8230;they&#8217;re not the same thing.</p>
<p>Some readers of this blog think that I&#8217;m preaching out against the Linux &#8220;elite&#8221; (don&#8217;t confuse the use of this word&#8230;it&#8217;s used as in hacker speak to signify someone who is VERY knowledgeable on a subject: <a href="http://en.wikipedia.org/wiki/Leet" target="_blank">wikipedia entry</a>) that is, those Linux users with a higher than usual knowledge level. They think I&#8217;m trying to say that these users should be persecuted for their knowledge and that I&#8217;m generalizing that all people with knowledge are elitists. This isn&#8217;t the case&#8230;those with knowledge I call on to not hoarde knowledge but rather to share it&#8230;to open source their knowledge. To teach those new users who have no idea how to do searches and RTFM the correct way. To have patience and understanding that people trying something new aren&#8217;t going to respond well to criticism.</p>
<p>What I&#8217;m trying to convey is that the Linux desktop CAN get friendlier. It CAN get better. And it MUST get better to make headway in the PC Desktop market. What i&#8217;m NOT saying is that we need to &#8216;dumb down&#8217; Linux in any way, shape, or form. What I&#8217;m not saying is that we need to carry new users on our backs throughout the move to Linux. What I am saying is that we need to make it more friendly, more inviting. We need to give the standard user more victories than defeats on the desktop to give them confidence to WANT TO LEARN more about Linux.</p>
<p>Hopefully, people will understand my take on desktop Linux now.  There&#8217;s been confusion <a href="http://penguinpetes.com/b2evo/index.php?title=no_longer_linking_to_yet_another_linux_b&amp;more=1&amp;c=1&amp;tb=1&amp;pb=1" target="_blank">on this topic in the past</a> and I&#8217;d like to clear this up right away. It&#8217;s no fun to have people pointing fingers at you accusing you of being a geek basher (when you are a geek). I sure hope that this clears things up on my side of things.</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><p><a href="http://linux-blog.org/clarity-on-the-linux-desktop/" rel="bookmark">Clarity on the Linux Desktop</a> originally appeared on <a href="http://linux-blog.org">Yet Another Linux Blog</a> on November 24, 2006.</p>
]]></content:encoded>
			<wfw:commentRss>http://linux-blog.org/clarity-on-the-linux-desktop/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>What&#8217;s Up With the New Look?</title>
		<link>http://linux-blog.org/whats-up-with-the-new-look/</link>
		<comments>http://linux-blog.org/whats-up-with-the-new-look/#comments</comments>
		<pubDate>Wed, 03 May 2006 15:55:50 +0000</pubDate>
		<dc:creator>devnet</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[style]]></category>
		<category><![CDATA[Template]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[YALB]]></category>

		<guid isPermaLink="false">http://linux-blog.org/word/whats-up-with-the-new-look/</guid>
		<description><![CDATA[As you might have noticed, we have a new look currently. This theme is a temporary one as I build the next one from scratch. I&#8217;ve been theme shopping for the last couple of months and noticed that there isn&#8217;t a whole heckuva lot to choose from that a million people aren&#8217;t using already. So [...]


Related posts:<ol><li><a href='http://linux-blog.org/unity-linux-theme-refreshes/' rel='bookmark' title='Permanent Link: Unity Linux Theme Refreshes'>Unity Linux Theme Refreshes</a> <small>I&#8217;ve been pretty busy lately with theme design for the...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><img style="border: 0px none ; float: left; padding-left: 5px; padding-right: 5px;" src="/uploads/CinemaDisplaypaint.Thumbs.png" alt="" width="110" height="110" />As you might have noticed, we have a new look currently.  This theme is a temporary one as I build the next one from scratch.  I&#8217;ve been theme shopping for the last couple of months and noticed that there isn&#8217;t a whole heckuva lot to choose from that a million people aren&#8217;t using already.  So the only way that I can make sure that Yet Another Linux Blog is unique is if I do the theme myself.  Of course, this means that I have to learn a whole new set of .tpl files, new CSS calls, and start sketching things out on a sketchpad that I haven&#8217;t bought yet <img src='http://linux-blog.org/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>If anyone has any feedback on the current theme, please let me know&#8230;I can change it pretty easily or hack it to pieces on a whim.</p>
<p>I&#8217;ve been somewhat busy having launched http://mypclinuxos.com as a PCLinuxOS projects site to assist the PCLinuxOS development team with various projects and to provide the community with a platform on which to develop their own projects.  Therefore, I haven&#8217;t had a ton of time to blog as of late.  I should be back to a normal schedule within the next month or so.  If not, this blog might go dormant for a while until I am able to relenquish my administrative duties at mypclinuxos.com.  I have a review of a server distro I started a few weeks ago, but I haven&#8217;t finished it yet.  Hopefully, I will be able to get that review out in the next week or so.  I won&#8217;t hold my breath, I&#8217;ve got a ton of stuff going on at the projects site that keeps me oh so busy.  Thanks for reading and sticking with me through the lean parts of this blog.  Cheers.</p>
<p>Devnet</p>


<p>Related posts:<ol><li><a href='http://linux-blog.org/unity-linux-theme-refreshes/' rel='bookmark' title='Permanent Link: Unity Linux Theme Refreshes'>Unity Linux Theme Refreshes</a> <small>I&#8217;ve been pretty busy lately with theme design for the...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><p><a href="http://linux-blog.org/whats-up-with-the-new-look/" rel="bookmark">What&#8217;s Up With the New Look?</a> originally appeared on <a href="http://linux-blog.org">Yet Another Linux Blog</a> on May 3, 2006.</p>
]]></content:encoded>
			<wfw:commentRss>http://linux-blog.org/whats-up-with-the-new-look/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
