<?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; ubuntu</title>
	<atom:link href="http://linux-blog.org/tag/ubuntu/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>Ubuntu Names Their Desktop After Us?</title>
		<link>http://linux-blog.org/ubuntu-names-their-desktop-after-us/</link>
		<comments>http://linux-blog.org/ubuntu-names-their-desktop-after-us/#comments</comments>
		<pubDate>Mon, 10 May 2010 18:05:02 +0000</pubDate>
		<dc:creator>devnet</dc:creator>
				<category><![CDATA[Distros]]></category>
		<category><![CDATA[Humor]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[distro]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[names]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[unity]]></category>
		<category><![CDATA[unity linux]]></category>

		<guid isPermaLink="false">http://linux-blog.org/?p=1480</guid>
		<description><![CDATA[I was quite surprised this morning whilst reading my RSS feeds to discover that Ubuntu has named their most recent &#8216;lite desktop&#8216; Unity.  Surprised because we have our project, Unity Linux.  Strange that both our &#8216;lightweight distribution and desktop&#8217; and Ubuntu&#8217;s &#8216;lite desktop&#8217; should share a name together. While I&#8217;m not really sure why no one [...]


Related posts:<ol><li><a href='http://linux-blog.org/unity-linux-automates-build-process/' rel='bookmark' title='Permanent Link: Unity Linux Automates Build Process'>Unity Linux Automates Build Process</a> <small>The guys over at Unity Linux have created and developed...</small></li>
<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>
<li><a href='http://linux-blog.org/unity-2010-beta-2-impressions/' rel='bookmark' title='Permanent Link: Unity 2010 Beta 2 Impressions'>Unity 2010 Beta 2 Impressions</a> <small>As noted previously, I&#8217;ve been pretty hard pressed lately in...</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>I was quite surprised this morning whilst reading my RSS feeds to discover that Ubuntu has named their most recent &#8216;<a title="lite desktop" href="http://www.ubuntu.com/news/unity-ubuntu-light-instant-web" target="_blank">lite desktop</a>&#8216; Unity.  Surprised because we have our project, <a title="unity linux homepage" href="http://unity-linux.org" target="_blank">Unity Linux</a>.  Strange that both our &#8216;lightweight distribution and desktop&#8217; and Ubuntu&#8217;s &#8216;lite desktop&#8217; should share a name together.</p>
<p>While I&#8217;m not really sure why no one threw up a stop to this in the Canonical brainstorming session that produced &#8216;Ubuntu Unity&#8217; one can only have a laugh about this and hope we don&#8217;t get our pants sued off even though we named our distro first.</p>
<p>If things do get hairy, I&#8217;m sure we can change our name to &#8216;Unity Ubuntu&#8217; or something similar to properly confuse everyone.</p>
<p>So, on behalf of all the Unity Linux developers, I&#8217;d like to thank the Academy and give a special shout out to Ubuntu for making our name known!  Thanks <a title="Mark!" href="http://www.markshuttleworth.com/archives/383" target="_blank">Mark</a>!  Oh and good luck with that Unity thing! <img src='http://linux-blog.org/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<h5>* devnet removes tongue from cheek</h5>


<p>Related posts:<ol><li><a href='http://linux-blog.org/unity-linux-automates-build-process/' rel='bookmark' title='Permanent Link: Unity Linux Automates Build Process'>Unity Linux Automates Build Process</a> <small>The guys over at Unity Linux have created and developed...</small></li>
<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>
<li><a href='http://linux-blog.org/unity-2010-beta-2-impressions/' rel='bookmark' title='Permanent Link: Unity 2010 Beta 2 Impressions'>Unity 2010 Beta 2 Impressions</a> <small>As noted previously, I&#8217;ve been pretty hard pressed lately in...</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/ubuntu-names-their-desktop-after-us/" rel="bookmark">Ubuntu Names Their Desktop After Us?</a> originally appeared on <a href="http://linux-blog.org">Yet Another Linux Blog</a> on May 10, 2010.</p>
]]></content:encoded>
			<wfw:commentRss>http://linux-blog.org/ubuntu-names-their-desktop-after-us/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>A Little About Ubuntu</title>
		<link>http://linux-blog.org/why-i-dont-blog-about-ubuntu/</link>
		<comments>http://linux-blog.org/why-i-dont-blog-about-ubuntu/#comments</comments>
		<pubDate>Mon, 04 May 2009 14:07:00 +0000</pubDate>
		<dc:creator>devnet</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[rant]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://linux-blog.org/word/why-i-dont-blog-about-ubuntu/</guid>
		<description><![CDATA[I&#8217;m not a hater of Ubuntu by any means.  I think it&#8217;s done a ton of good for Linux.  It&#8217;s opened many doors and perceptions of users everywhere.  It&#8217;s available to more people than any other distribution in history.  However, I do have a problem with some of rather &#8220;excitable&#8221; users in the Ubuntu community. [...]


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;m not a hater of Ubuntu by any means.  I think it&#8217;s done a ton of good for Linux.  It&#8217;s opened many doors and perceptions of users everywhere.  It&#8217;s available to more people than any other distribution in history.  However, I do have a problem with some of rather &#8220;excitable&#8221; users in the Ubuntu community.</p>
<p>Let&#8217;s take a look a look at why I&#8217;m not all over Ubuntu as a Linux Blog.</p>
<p><span style="text-decoration: underline;"><strong>Perception is as Perception Does</strong></span></p>
<p>When I say I don&#8217;t blog about Ubuntu&#8230;it&#8217;s not to say that it was always that way.  I did blog about Ubuntu a bit when it was the 5.04 version.  I put it into the rotation for an experiment I was doing.  See, back then, my wife and I had only been married a short while.  She didn&#8217;t know Linux from any other operating system&#8230;but the important part is she was willing to give it a try.  So we picked out a bunch of desktop driven distributions like Mandrake (now Mandriva), MEPIS, Ubuntu, PCLinuxOS and Fedora Core (now Fedora) and had <a href="http://linux-blog.org/experiment-final-head-to-head/">her test drive each and every one&#8230;AND give valuable feedback on what she felt didn&#8217;t make the cut for each distro</a>.  I had a set of criteria that I created and I didn&#8217;t tell her how to find things on the web&#8230;I didn&#8217;t hold her hand after installation.  We installed it and turned her loose.  She found Ubuntu to be a very bad experience.  The community, instead of saying &#8220;hey, there is a new Linux convert now!  We all win!&#8221; thrashed her for all sorts of things.  <a href="http://linux-blog.org/experiment-15-ubuntu-504-hoary-final-rating/">They didn&#8217;t pull any punches&#8230;they actually posted so many hateful things</a>, I had to <a href="http://linux-blog.org/animosity-unfounded/">respond to the comments</a>.  The Ubuntu supporters that commented on that post made me ASHAMED of using Linux because of their horrible and hateful words.  The community should be above that&#8230;other distributions that I and my wife reviewed were above that.  The Ubuntu community was not.</p>
<p>During that experiment, I was a die hard MEPIS fan.  I think if I hadn&#8217;t been using MEPIS before Ubuntu, I would have probably liked it quite a bit. At the time, MEPIS was new and exciting and did TONS for desktop users out of the gate. Handy tools, great installer, debian base. I saw what desktop linux should be in MEPIS and found Ubuntu to be lacking at that time&#8230;so I didn&#8217;t change what I was using.</p>
<p>Fast forward to the present.  Ubuntu is now synonymous with the word Linux.  Articles like &#8220;<em>Install 100 fonts on Ubuntu</em>&#8221; and &#8220;<em>10 Media Players for Ubuntu</em>&#8221; are posted to <a href="http://digg.com/linux_unix">digg.com</a> every hour.  People adore it.  The community loves it.  Analysts love it.  Journalists can&#8217;t stop talking about it.  Zealots bite your head off about it.  The problem is that if you substitute the word &#8220;Linux&#8221; for the word Ubuntu in each of those blog posts and articles&#8230;it wouldn&#8217;t matter.  Ubuntu has become THE Linux and with all other distribtuions being held up to a certain expectation, it can cause confusion.</p>
<p><span style="text-decoration: underline;"><strong>Refugee Expectations</strong></span></p>
<p>When a previous Ubuntu user jumps into say&#8230;using Slackware Linux&#8230;some of the first questions they&#8217;ll ask are &#8220;Why doesn&#8217;t sudo work?&#8221; or &#8220;I can&#8217;t apt-get anything!&#8221;.  These things present in Ubuntu are assumed to be present in all of Linux.  Ubuntu has become the face of Linux and with that, holds all other Linux distros up to refugee expectations.  In some instances, this causes those distros to rise above and implement changes for the better (example, Linux Mint).  But in other cases, it just plain confuses both end users and developers.</p>
<p>Keeping this in mind, I&#8217;ve found there are more things than just software, packaging systems, and authentication methods being confused and mismatched&#8230;</p>
<p><span style="text-decoration: underline;"><strong>Some People who Blog about Ubuntu Confuse and Muddle Linux as a Whole</strong></span></p>
<p>Take for example, <a href="http://grikdog.blogspot.com/2008/08/dvd-player-for-ubuntu.html">this article</a>.  It&#8217;s a DVD player<strong> </strong><em><strong>for Ubuntu</strong>. </em>So a new user surfs in and sees that this DVD player is <em>for Ubuntu.</em> Since they are new to the Linux world&#8230;they see each distribution as separate.  So they think &#8220;Oh hey, that&#8217;s only available for Ubuntu&#8221;.  Call them properly confused.  A couple of new users I converted to <a href="http://www2.mandriva.com/">Mandriva</a> didn&#8217;t install Banshee because they thought it was for Ubuntu only (after reading a blog post on it).  They also didn&#8217;t install fonts from a blog post because they thought it was <em>&#8220;for Ubuntu&#8221;.</em></p>
<p>It is my opinion that these authors aren&#8217;t thinking much about what they&#8217;re posting.  They&#8217;re just posting things with exclusivity because they think &#8220;<em>if I throw Ubuntu on the name, it&#8217;s going to be a wildly popular post and get me more clicks and/or attention/comments</em>&#8220;.  <a href="http://linux-blog.org/how-to-become-a-cool-blogger-andor-hip-journalist/">I&#8217;ve blogged about this before</a>, It&#8217;s a foolproof way to garner more clicks and that&#8217;s evident by how many Ubuntu articles hit the front page of digg each week.  It&#8217;s also misleading.</p>
<p>Now some of you are going to say &#8220;well if those users can&#8217;t figure this simple thing out&#8230;that things are installable on more than just Ubuntu, we don&#8217;t need them because they&#8217;re stupid&#8221; or something similar.  I&#8217;d have to disagree with you there because Linux is not exclusionary.  It does not say you must have this much IQ to use.  Open source software means that no matter who you are&#8230;you have the opportunity to look at the source and use it how you see fit.  If anyone can look at it and use it how they see fit, should not anyone be allowed to use it no matter their IQ or computer savvy abilities?  I&#8217;m of the opinion that no matter where you come from, how much education you have, or who you know&#8230;you should have choice to use open source and Linux or not to use it.</p>
<p><span style="text-decoration: underline;"><strong>Ubuntu uses Gnome.  Most of the &#8220;cool things&#8221; about Ubuntu is just Gnome.</strong></span></p>
<p>I used <a href="http://foresightlinux.org">Foresight Linux</a> at my last job.  It&#8217;s absolute cutting edge for Gnome.  It is where the Gnome developers kit is made&#8230;that means SVN builds daily of the best of what Gnome has to offer.  I found it quite usable.  Gnome has great integration and lots of little nice things that work for it.</p>
<p>Don&#8217;t get me wrong, Ubuntu does a lot of good stuff for desktops&#8230;its detection is right up there with all other distros (you zealots would say it is superior&#8230;but that&#8217;s hardly true.  All distros are pretty close to equal nowadays&#8230;thanks Linus and team kernel!).  I just don&#8217;t find it &#8220;the best&#8221; distribution for new Windows converts.  It just doesn&#8217;t fit the bill.  Gnome is too far away from the way Windows looks and feels.  I know some of you will be saying &#8220;Bullcrap.  It totally fits the bill.  When I transferred from Windows, I was fine&#8221;.  I&#8217;m sure  you were.  But a majority of the people that I know that have no idea what Linux is or does are immediately attracted to KDE because of its familiarity and they shy away from Gnome.  These people are ones that don&#8217;t delve into customizing and tweaking their operating system.  These are the people that just use a computer to read webmail and hit facebook or myspace up from time to time.  What they&#8217;re looking for is a no frills experience with any computing they do.  That means familiarity and things &#8216;just working&#8217;.  I&#8217;ve found a good implementation of KDE (like Mandriva or OpenSuse) to fit the bill for most new Linux users.</p>
<p>It is my opinion that the best parts of Ubuntu are Gnome.  And it is also my opinion that Gnome isn&#8217;t what I feel is best for new Windows-to-Linux converts.</p>
<p><span style="text-decoration: underline;"><strong>For Those About to Flame Me</strong></span></p>
<p>For those of you about ready to flame me after this post, remember one thing:  I believe if one distribution of Linux wins, <span style="text-decoration: underline;"><strong>we all win</strong></span>.  I admire Texstar, the creator of PCLinuxOS, for his take on this;  He was approached in IRC some time ago with some hateful comments of someone who said &#8220;I switched to distro X and it kicks PCLinuxOS all over the place&#8221; but with explicatives laced inside.  How did Texstar respond?  He said &#8220;Congratulations on choosing Linux <img src='http://linux-blog.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> &#8221;  It&#8217;s attitudes like this one that Linux needs to adopt.  If you choose one distribution to use, you win.  You&#8217;re in control of your computing.  Therefore, if you are an Ubuntu user and find my post hateful or here to start a flame war, understand that this post isn&#8217;t meant to harm but to show how a few voices from a community can change user perception for a lifetime and to show how misconceptions can alter experience.  My wife still despises Ubuntu because of the comments made on her experiment review of Ubuntu.  They made her an enemy for life.</p>
<p><span style="text-decoration: underline;"><strong>Activism and Promotion</strong></span></p>
<p><a href="http://linux-blog.org/activism-and-promotion/">I&#8217;ve spoken on this topic before</a>, and I&#8217;d like to sum up this post by speaking about it again.  We need the Linux community to understand that everyone does not have to share your opinion on one topic or another&#8230;they don&#8217;t have to be all about the philosophy behind FOSS and FLOSS.  If they use Linux, that should be good enough&#8230;they shouldn&#8217;t be ostracized for not picking your favorite.</p>
<p>Keep in mind that there is confusion out there.  It may be caused by your distribution that you use and it may not.  If it does, have patience with new Linux users or distro refugees.  Take the time to explain the how and why of things.  Remember that perception is as perception does and that a new user will remember their initial experiences for many years to come.</p>
<p>It&#8217;s a big Linux world and there is plenty room for everyone to thrive.  Let&#8217;s all continue to use Linux for the win <img src='http://linux-blog.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
<script type="text/javascript"><!--
google_ad_client = "pub-3982453702542240";
/* 468x15, created 6/24/09 */
google_ad_slot = "6181047080";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></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/why-i-dont-blog-about-ubuntu/" rel="bookmark">A Little About Ubuntu</a> originally appeared on <a href="http://linux-blog.org">Yet Another Linux Blog</a> on May 4, 2009.</p>
]]></content:encoded>
			<wfw:commentRss>http://linux-blog.org/why-i-dont-blog-about-ubuntu/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>PCLinuxOS 2009 Not Diggworthy</title>
		<link>http://linux-blog.org/pclinuxos-2009-not-diggworthy/</link>
		<comments>http://linux-blog.org/pclinuxos-2009-not-diggworthy/#comments</comments>
		<pubDate>Mon, 16 Mar 2009 18:37:19 +0000</pubDate>
		<dc:creator>devnet</dc:creator>
				<category><![CDATA[Distros]]></category>
		<category><![CDATA[Rants]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[PCLinuxOS]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://linux-blog.org/?p=920</guid>
		<description><![CDATA[It&#8217;s really sad when the Alpha release of Ubuntu makes the front page of Digg.com for Linux/Unix&#8230; but the release, after two years of development, of PCLinuxOS 2009&#8230;a distribution that challenged Ubuntu for the #1 ranking at distrowatch in 2007-8&#8230;goes completely without being dug at all.  Well, to be fair, it was dugg by 18 [...]


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>It&#8217;s really sad when the <a href="http://digg.com/linux_unix/Ubuntu_9_04_Jaunty_Jackalope_Alpha_6_Released">Alpha release of Ubuntu</a> makes the front page of Digg.com for Linux/Unix&#8230; <a href="http://www.pclinuxos.com/index.php?option=com_content&amp;task=view&amp;id=62http://www.pclinuxos.com/index.php?option=com_content&amp;task=view&amp;id=62">but the release, after two years of development, of PCLinuxOS 2009</a>&#8230;a distribution that challenged Ubuntu for the #1 ranking at distrowatch in 2007-8&#8230;goes completely without being dug at all.  Well, to be fair, <a href="http://digg.com/linux_unix/PCLinuxOS_2009_1_Final_Released_2">it was dugg by 18 people at the time of this post</a>.  This just goes to show you, all those people that accused PCLinuxOS of &#8220;fixing&#8221; the distrowatch.com rankings last year may have been a bit paranoid and way off base.  Just the same, viral websites have an observable slant when it comes to things that are seen as cool so I really shouldn&#8217;t be suprised.  I just wish that distributions that deserve praise got it when they deserve it&#8230;and that more got it more often for what they do.</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/pclinuxos-2009-not-diggworthy/" rel="bookmark">PCLinuxOS 2009 Not Diggworthy</a> originally appeared on <a href="http://linux-blog.org">Yet Another Linux Blog</a> on March 16, 2009.</p>
]]></content:encoded>
			<wfw:commentRss>http://linux-blog.org/pclinuxos-2009-not-diggworthy/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Is Usability Really Simplicity?</title>
		<link>http://linux-blog.org/is-usability-really-simplicity/</link>
		<comments>http://linux-blog.org/is-usability-really-simplicity/#comments</comments>
		<pubDate>Wed, 10 Dec 2008 21:46:35 +0000</pubDate>
		<dc:creator>devnet</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://linux-blog.org/?p=812</guid>
		<description><![CDATA[What usability reasons do you have for using Gnome vs. KDE? I'm looking for usability issues here and not specific bugs that cause you to drop one on its head.  Bugs can be fixed.  I'm talking about hard features that lack from one environment to the other.  What makes you use it in Ubuntu versus KDE?  Remember, not bugs...features!


Related posts:<ol><li><a href='http://linux-blog.org/convert-png-to-gif-via-command-line/' rel='bookmark' title='Permanent Link: Convert PNG to GIF via Command Line'>Convert PNG to GIF via Command Line</a> <small>I installed a bare bones Arch Linux system today and...</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><a href="http://linux-blog.org/wp-content/uploads/2008/12/kdesmall.png"><img class="alignleft size-full wp-image-817" title="The K Desktop" src="http://linux-blog.org/wp-content/uploads/2008/12/kdesmall.png" alt="" width="50" height="50" /></a>I prefer using KDE or Openbox as my main desktop when using Linux.  I&#8217;ve used Gnome quite a bit too when working for rPath last year (Foresight is THE Gnome distro).  Still, I prefer KDE&#8230;I really like the direction that 4.x is going also.  Sure, they&#8217;re not there yet, but I trust they will be because I haven&#8217;t been let down in the past <img src='http://linux-blog.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   I have a little faith (Plus I&#8217;ve run snapshots of 4.2).<a href="http://linux-blog.org/wp-content/uploads/2008/12/gnomesmall.png"><img class="alignright size-medium wp-image-816" title="Gnome" src="http://linux-blog.org/wp-content/uploads/2008/12/gnomesmall.png" alt="" width="50" height="50" /></a></p>
<p>The thing that boggles my mind is that everyone says Gnome is better for a Windows convert taking his/her Linux steps for the first time.  I have to disagree based on the experience I&#8217;ve had with conversions of new users from Windows.  I think KDE gives the best experience for a new Windows user&#8230;it&#8217;s familiar or at least feels familiar&#8230;things are in similar places to Windows.</p>
<p>I&#8217;d say that 80-90% of the users I convert across to using Linux prefer KDE to Gnome.  I always wonder why people think Gnome is so new user friendly.  Since I&#8217;ve always wondered, perhaps some Gnome users can tell me, what <strong>usability </strong>reasons do you have for using Gnome vs. KDE?  I&#8217;ve often heard that Gnome has integration and simplicity as the main reason&#8230;but could I not argue the same for KDE?  I&#8217;m looking for usability issues here and not specific bugs that cause you to drop one on its head.  Bugs can be fixed.  I&#8217;m talking about hard features that lack from one environment to the other.  What makes you use it in Ubuntu versus KDE?  Remember, not bugs&#8230;features!  Please let me know which desktop you prefer below and don&#8217;t forget to let me know the reason in the comments section below.</p>
Note: There is a poll embedded within this post, please visit the site to participate in this post's poll.


<p>Related posts:<ol><li><a href='http://linux-blog.org/convert-png-to-gif-via-command-line/' rel='bookmark' title='Permanent Link: Convert PNG to GIF via Command Line'>Convert PNG to GIF via Command Line</a> <small>I installed a bare bones Arch Linux system today and...</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/is-usability-really-simplicity/" rel="bookmark">Is Usability Really Simplicity?</a> originally appeared on <a href="http://linux-blog.org">Yet Another Linux Blog</a> on December 10, 2008.</p>
]]></content:encoded>
			<wfw:commentRss>http://linux-blog.org/is-usability-really-simplicity/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Laying to Rest the Mandriva/PCLOS Debate</title>
		<link>http://linux-blog.org/laying-to-rest-the-mandrivapclos-debate/</link>
		<comments>http://linux-blog.org/laying-to-rest-the-mandrivapclos-debate/#comments</comments>
		<pubDate>Mon, 30 Jul 2007 09:52:42 +0000</pubDate>
		<dc:creator>devnet</dc:creator>
				<category><![CDATA[Rants]]></category>
		<category><![CDATA[fud]]></category>
		<category><![CDATA[mandriva]]></category>
		<category><![CDATA[mepis]]></category>
		<category><![CDATA[PCLinuxOS]]></category>
		<category><![CDATA[rant]]></category>
		<category><![CDATA[Texstar]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://linux-blog.org/word/laying-to-rest-the-mandrivapclos-debate/</guid>
		<description><![CDATA[The one thing about FOSS that I love is that you can take whatever you need from various sources and build what you opine is a better wheel. Take Ubuntu for instance&#8230;they took Debian and made it into something that many users are happy with. Is this wrong? Not at all. Each day, many non-commercial [...]


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>The one thing about FOSS that I love is that you can take whatever you need from various sources and build what you opine is a better wheel.  Take Ubuntu for instance&#8230;they took Debian and made it into something that many users are happy with.</p>
<p>Is this wrong?  Not at all.  Each day, many non-commercial distro makes wake up and check various distributions for updated security fixes.  They pull source rpms, updated tar.gz&#8217;s, and debs into their distro, make minor adjustments, and drop it into their repository.  Distros share with one another&#8230;they take and hopefully give back.  If not monetarily, at least by the number of users that they have that may report bugs or provide fixes.</p>
<p>So what&#8217;s the beef that some Distrowatch Weekly commenter&#8217;s seem to have with PCLinuxOS?  During the past 3 weeks of comments on the DW, some have been hounding PCLinuxOS with accusations saying that the developers hide things from their community and that PCLinuxOS eradicates changelogs and/or lights small dogs on fire while chopping kittens to bits in blenders, etc.</p>
<p><span style="text-decoration: underline;"><strong>Myth #1: PCLinuxOS Hides the Fact it is Mandriva based (False)</strong></span></p>
<p>PCLinuxOS.com has always had an &#8220;<a href="http://www.pclinuxos.com/index.php?option=com_content&amp;task=view&amp;id=22&amp;Itemid=70" target="_blank">About</a>&#8221; link on every single webpage it has ever had.  Let&#8217;s look at what information has been conveyed there:</p>
<blockquote><p>&#8220;PCLinuxOS was originally based on another distribution under the name of <span style="text-decoration: underline;"><strong>Mandriva</strong></span><br />
and shares many features of <span style="text-decoration: underline;"><strong>Mandriva such as the Control Center and the<br />
Draklive Installer</strong></span>. Texstar and team would like to thank the<br />
developers, contributors and others associated with Mandriva who may<br />
have indirectly contributed to the PCLinuxOS distribution.&#8221;</p></blockquote>
<p>Let&#8217;s look at some other distro front pages to see how they compare.  <a href="http://www.sabayonlinux.org/" target="_blank">Sabayon Linux</a> has their footer at the bottom with Gentoo in it&#8230;but no mention on the front page as to what they&#8217;re based on.  No real &#8216;about&#8217; link there either.  Move on to <a href="http://www.ubuntu.com/" target="_blank">Ubuntu</a>.  No mention of Debian on the front page.  You have to visit the Community &gt;&gt; The Ubuntu Story link in order to find that it is based on Debian.  Once again, no &#8216;about&#8217; link on the front page.</p>
<p>Let&#8217;s take a look at the PCLinuxOS Page on Distrowatch shall we?  This has been utterly unchanged in 4 years:</p>
<blockquote><p>&#8220;PCLinuxOS is an English only live CD initially based on Mandrake Linux<br />
that runs entirely from a bootable CD. Data on the CD is uncompressed<br />
on the fly, allowing up to 2GB of programs on one CD including a<br />
complete X server, KDE desktop, OpenOffice.org and many more<br />
applications all ready to use. In addition to the live CD, you can also<br />
install PCLinuxOS to your hard drive with an easy-to-use<br />
livecd-installer. Additional applications can be added or removed from<br />
your hard drive using a friendly apt-get front end via Synaptic.&#8221;</p></blockquote>
<p>If that paragraph is an attempt to hide things, I&#8217;m Miles Davis.</p>
<p>Considering these two points, I&#8217;d say PCLinuxOS hasn&#8217;t been &#8216;hiding&#8217; the fact that it is Mandriva based.  I&#8217;d say they&#8217;re doing quite well with where they have this information.  I welcome any comments with information otherwise.  If you have specific examples, please make sure they&#8217;re from a developer and not a general user&#8230;because if general users are where we&#8217;re getting our information from, every distro is in trouble.</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/laying-to-rest-the-mandrivapclos-debate/" rel="bookmark">Laying to Rest the Mandriva/PCLOS Debate</a> originally appeared on <a href="http://linux-blog.org">Yet Another Linux Blog</a> on July 30, 2007.</p>
]]></content:encoded>
			<wfw:commentRss>http://linux-blog.org/laying-to-rest-the-mandrivapclos-debate/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>How to Become a Cool Blogger and/or Hip Journalist</title>
		<link>http://linux-blog.org/how-to-become-a-cool-blogger-andor-hip-journalist/</link>
		<comments>http://linux-blog.org/how-to-become-a-cool-blogger-andor-hip-journalist/#comments</comments>
		<pubDate>Mon, 07 May 2007 00:43:00 +0000</pubDate>
		<dc:creator>devnet</dc:creator>
				<category><![CDATA[Humor]]></category>
		<category><![CDATA[editorial]]></category>
		<category><![CDATA[new users]]></category>
		<category><![CDATA[rant]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://linux-blog.org/word/how-to-become-a-cool-blogger-andor-hip-journalist/</guid>
		<description><![CDATA[First&#8230;get yourself a blog and get it running. It doesn&#8217;t matter if it is from wordpress, google, or the media company you work for&#8230;just get a blog up and running. To get maximum exposure in the past, you had to use keywords. Now is no different. The keyword we&#8217;ll focus the most on is one [...]


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>First&#8230;get yourself a blog and get it running.  It doesn&#8217;t matter if it is from wordpress, google, or the media company you work for&#8230;just get a blog up and running.</p>
<p>To get maximum exposure in the past, you had to use keywords.  Now is no different.  The keyword we&#8217;ll focus the most on is one that can get you thousands of hits in a few minutes if submitted to the right news outlet.  That keyword is Ubuntu.  Add this keyword to EVERY post you make.  Name your blog with Ubuntu in the title to make sure that it is vaulted up the rankings.  Just remember, you must use the word Ubuntu in everything you post.</p>
<p>For your first post, announce that you&#8217;re going to stop using Windows XP and use Ubuntu instead.  Do a lousy job of documenting your installation procedure and make sure you don&#8217;t talk about anything of worth to someone who might be making the same change&#8230;just talk about how cool it is to be running Ubuntu and go over all the pluses.  Don&#8217;t focus on anything negative&#8230;afterall, you don&#8217;t want any of the fanbois to come in and flame you now do you?  Best to avoid confrontation&#8230;you know that someone else will fix that nasty problem you ran across during install right?  Why should you report it?  You&#8217;re just a blogger trying to amass hits and/or a journalist trying to become hip right?</p>
<p>Ok, so now that you&#8217;ve announced to the world that you&#8217;re switching and you&#8217;ve blogged about installing and setting things up&#8230;you have to follow it up with a &#8220;this is the best thing since sliced bread&#8221; post.  Make sure you talk about how Ubuntu has completely replaced everything you&#8217;ve ever done&#8230;talk ferverently about how it does your laundry, makes you breakfast, and changes the linen on your bed.</p>
<p>Make sure that you make claims about how Ubuntu is THE best Linux available despite not trying another distribution of Linux or having anything other than Windows XP to compare it to.  Remember, always use the word Ubuntu!!  When you go to install and compile a program that can install and compile on ANY DISTRIBUTION, make sure that you title it &#8220;Installing SoftwareX on Ubuntu&#8221; so that everyone will know that you are cool and hip by using Ubuntu&#8230;plus, it&#8217;s good to confuse people into thinking that SoftwareX can only be installed on Ubuntu and no other distributions out there.</p>
<p>Finally, always speak as though you are a complete subject matter expert on Ubuntu.  Don&#8217;t worry!  You won&#8217;t have to be.  Countless people will flock to your aid in comments on your blog.  You won&#8217;t have to defend yourself at all&#8230;even when people bring up actual problems or maybe discuss the shortcomings of Ubuntu there will be many people that will completely thwart these idiotic attempts to actually improve Ubuntu.  And how dare people even think they can improve Ubuntu!  They don&#8217;t work for Canonical and everyone knows that the best distros out there are from companies and people who get paid to develop for said company.</p>
<p>Follow this how-to and you&#8217;ll be raking in the readers!  Plus you&#8217;ll be considered one of the coolest and hippest bloggers/journalists around!  You don&#8217;t need talent&#8230;you don&#8217;t need knowledge&#8230;you don&#8217;t even need experience&#8230;you just need to remember the magic word  Say it with me now&#8230;Ubuntu!</p>
<p>This blog post has been brought to you by the letter U and our word of the year Ubuntu.  Remember, Ubuntu is not a four letter word&#8230;it has 6 letters in it.  Claims of this bloultg about Ubuntu doing laundry may not work for you as results may vary.  If you start to believe that this post is from someone who is ignorant and that it is a serious blog post, hit yourself on the head numerous times with a tack hammer and point into the sky shouting &#8220;airpane!! airpane!!&#8221;.  Someone will get you the help you need <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-to-become-a-cool-blogger-andor-hip-journalist/" rel="bookmark">How to Become a Cool Blogger and/or Hip Journalist</a> originally appeared on <a href="http://linux-blog.org">Yet Another Linux Blog</a> on May 7, 2007.</p>
]]></content:encoded>
			<wfw:commentRss>http://linux-blog.org/how-to-become-a-cool-blogger-andor-hip-journalist/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Dell and Ubuntu &#8211; The most Logical Decision?</title>
		<link>http://linux-blog.org/dell-and-ubuntu-the-most-logical-decision/</link>
		<comments>http://linux-blog.org/dell-and-ubuntu-the-most-logical-decision/#comments</comments>
		<pubDate>Wed, 02 May 2007 13:17:00 +0000</pubDate>
		<dc:creator>devnet</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[dell]]></category>
		<category><![CDATA[Distros]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://linux-blog.org/word/dell-and-ubuntu-the-most-logical-decision/</guid>
		<description><![CDATA[Most people by now have heard that Dell will be preinstalling Ubuntu Feisty Fawn 7.04 on a few laptops and desktops. This is fantastic opportunity for Linux&#8230;a landmark opportunity. I know that this was done in response to the large popularity of Ubuntu and it&#8217;s solid performance and I&#8217;m happy that it was chosen over [...]


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>Most people by now have heard that Dell will be preinstalling Ubuntu Feisty Fawn 7.04 on a few laptops and desktops.  This is fantastic opportunity for Linux&#8230;a landmark opportunity.  I know that this was done in response to the large popularity of Ubuntu and it&#8217;s solid performance and I&#8217;m happy that it was chosen over Suse or Fedora.</p>
<p>However, I question whether this was the <em>logical</em> decision to be made&#8230;was it the smartest for the end user?  Allow me to ellaborate:</p>
<p>Readers of this blog know that I use Ubuntu at work for servers.  I also love Kubuntu (I&#8217;m not a gnome fan).  So my problem isn&#8217;t with (K)Ubuntu itself&#8230;it works for me.  My problem is that Gnome in general may not work for the consumer.  If you&#8217;re not convinced, do a comparison on adding a printer in Gnome and KDE.  Record the number of steps and note any confusing dialogue that pops up&#8230;then compare at the end.  Still not convinced?  I can&#8217;t help you understand where I&#8217;m coming from then.</p>
<p>Sure, there are those of us out there that are pretty Linux savvy and we can hum along quite easily with Ubuntu&#8230;but what of the person who&#8217;s looking to try Linux?  What will happen when they power up their new Dell Laptop and can&#8217;t find a control panel? What happens when an error message just spits out random characters of data as many gnome error messages do?</p>
<p>If there is one thing in all usability studies or guides that is uniform it&#8217;s this&#8230;that people will resist change.  Now, how much change Gnome is from what they are used to is up for debate and I&#8217;m not about to debate it here.  My feelings are that Gnome isn&#8217;t the right choice for new users&#8230;and that&#8217;s a personal opinion only&#8230;and it&#8217;s one I&#8217;ve found to be true when converting family members to Linux.</p>
<p>So, I ask the question&#8230;is Ubuntu and the Gnome desktop the most logical decision for Dell?  In my opinion, it isn&#8217;t.  What do you think?</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/dell-and-ubuntu-the-most-logical-decision/" rel="bookmark">Dell and Ubuntu &#8211; The most Logical Decision?</a> originally appeared on <a href="http://linux-blog.org">Yet Another Linux Blog</a> on May 2, 2007.</p>
]]></content:encoded>
			<wfw:commentRss>http://linux-blog.org/dell-and-ubuntu-the-most-logical-decision/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Debunking Confusion in PCLinuxOS</title>
		<link>http://linux-blog.org/debunking-confusion-in-pclinuxos/</link>
		<comments>http://linux-blog.org/debunking-confusion-in-pclinuxos/#comments</comments>
		<pubDate>Tue, 03 Apr 2007 12:43:00 +0000</pubDate>
		<dc:creator>devnet</dc:creator>
				<category><![CDATA[Rants]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[Distros]]></category>
		<category><![CDATA[mandrake]]></category>
		<category><![CDATA[mepis]]></category>
		<category><![CDATA[rant]]></category>
		<category><![CDATA[red hat]]></category>
		<category><![CDATA[social]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://linux-blog.org/word/debunking-confusion-in-pclinuxos/</guid>
		<description><![CDATA[Active readers of this blog know that I help out with a little distribution called PCLinuxOS. I help out through my other website mypclinuxos.com which is a community development website where like minded individuals can gather together to develop add-ons, customizations, and other items to PCLinuxOS to tailor it to what they want in a [...]


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><!-- s9ymdb:381 --><img style="border: 0px none ; float: right; padding-left: 5px; padding-right: 5px;" src="/uploads/Penguin.Thumbs.jpg" alt="" width="110" height="75" />Active readers of this blog know that I help out with a little distribution called <a href="http://pclinuxos.com" target="_blank">PCLinuxOS</a>.  I help out through my other website <a href="http://mypclinuxos.com" target="_blank">mypclinuxos.com</a> which is a community development website where like minded individuals can gather together to develop add-ons, customizations, and other items to PCLinuxOS to tailor it to what they want in a distro.  It&#8217;s a great concept and one that has been gathering quite a bit of support from the PCLinuxOS community.</p>
<p>This week, <a href="http://distrowatch.com/weekly.php?issue=20070402&amp;mode=27" target="_blank">Distrowatch Weekly</a> has redone their top 10 distributions and included PCLinuxOS inside of that top ten for the first time ever.  In fact, when I began using PCLinuxOS, it was around 15th on the distrowatch charts.  If you look at 2005 vs. 2006 charts, you&#8217;ll see that out of the top 15 distros tracked, PCLinuxOS was the largest gainer over the course of that year.  I like to think that mypclinuxos (started Mar 27, 2006) had a lot to do with that&#8230;and I don&#8217;t ask for any recognition at all&#8230;but take great satisfaction in helping what I believe to be the premiere Linux distribution for new users gain ground.</p>
<p>As stated, Distrowatch Weekly named PCLinuxOS as one of the &#8220;Top Ten&#8221; distributions and I was very happy about this.  What was less than stellar was <a href="http://distrowatch.com/weekly.php?issue=20070402&amp;mode=28" target="_blank">some of the negative feedback</a> that resulted from this announcement.  I realize that much of the feedback is based on false assumptions, ignorance, and fanboism&#8230;but just the same, I found a couple of comments I&#8217;d like to respond to so that the correct information is available for everyone to see.</p>
<p><span id="more-162"></span></p>
<p>So here&#8217;s how I&#8217;ll address things&#8230;I won&#8217;t point out individuals in the comments of this week&#8217;s Distrowatch Weekly; instead, I&#8217;ll just print the comments here and address them. If you want to see where they come from, check out <a href="http://distrowatch.com/weekly.php?issue=20070402&amp;mode=28" target="_blank">DW Comments section</a>.  And now for the first comment:</p>
<ul>
<li><em>&#8220;Also PCLOS/MEPIS don&#8217;t even offer the choice to install in another language than english, and one has to tweak hard to install another language for the system.&#8221;</em></li>
</ul>
<p>This is true to a degree. One always has the default KDE AZERTY keyboard settings for localization. One can also say that Ubuntu localized packages <em>should</em> work on <a href="http://www.mepis.org/" target="_blank">MEPIS </a>and <a href="http://www.mandriva.com/" target="_blank">Mandriva </a>localized packages <em>should </em>work on PCLinuxOS. This may not be the case in and in this instance, the poster would be correct. The nice part about PCLinuxOS is that we, the community, recognized this as a shortfall and have begun translating to various languages. An international DVD version will be out ASAP after PCLinuxOS 2007 Final is released.</p>
<ul>
<li><em>[referring to DW saying it was hard to overlook PCLOS and MEPIS since they've been gaining hits in the past few years] It&#8217;s easy to overlook, since the fanbois are artificially boosting them. Remember Yoper a couple years ago? Putting PCLOS in the top ten only adds to the abundant confusion.</em></li>
</ul>
<p>This saddens me. I&#8217;d love to see some proof to backup this accusation. If there were proof I&#8217;d totally agree because artificially inflating popularity as tracked by Distrowatch is pretty low and frowned upon. Should proof be available, I&#8217;d be really interested in seeing it.</p>
<p>Usually, this happens when someone isn&#8217;t too happy about how well a distro is doing so they dump on said distro because they feel the distro they use should be up there getting all the attention. What these people forget is that it doesn&#8217;t matter which distro anyone uses&#8230;THEY&#8217;RE USING LINUX! That&#8217;s good enough in my book&#8230;they choose Linux and in making that choice they are just like me&#8230;using Linux. I wish more people could see things this way.</p>
<ul>
<li><em> The problem with these two distros is the &#8220;one man at the top&#8221; philosophy, rather than having an active development group.</em></li>
</ul>
<p>Well, that&#8217;s half right. Tex is lead developer but he has many others that assist him. I also know that Warren Woodford has a small team of people that help him. I look at both Texstar and Warren as being &#8220;distro architects&#8221; in that they are the overall designers and creators of the distro but others chip in to help build the overall framework of the distro.</p>
<p>It&#8217;s evident by the <a href="http://www.mypclinuxos.com/index.php?option=com_smf&amp;Itemid=6&amp;board=43.0" target="_blank">beautification project</a> over at mypclinuxos.com which gave PCLinuxOS 2007 Test Releases their awesome themed look and slick appearance that Texstar is open to anyone helping develope his distro.</p>
<ul>
<li><em> The biggest drawback of pclinux is that it is only available in English. I don&#8217;t understand why, as their mandriva base have a lot of languages.</em></li>
</ul>
<p>This is probably because Mandriva isn&#8217;t their base <img src='http://linux-blog.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Mandriva offers many of the packages and much of the framework for PCLinuxOS, but PCLinuxOS is it&#8217;s own distribution. Earlier last year, Texstar expressed via the developers mailing list his concern about the way Mandriva does its packaging and how it rolls its distro and he wanted to distance himself further from that. this has become apparent in 2007 TR3.</p>
<p>Also, something to note is that PCLinuxOS pulls from MANY distros&#8230;<a href="http://www.yoper.com/" target="_blank">Yoper</a>, <a href="http://www.redhat.com/" target="_blank">Red Hat</a>/<a href="http://fedoraproject.org/wiki/" target="_blank">Fedora</a>, <a href="http://www.ubuntu.com/" target="_blank">Ubuntu</a>, <a href="http://www.opensuse.org/" target="_blank">OpenSuse</a> and perhaps even a few I don&#8217;t know. The bottom line is&#8230;the most visible parts used are from Mandriva&#8230;but that doesn&#8217;t make PCLinuxOS Mandriva re-wrapped.</p>
<p>PCLinuxOS maintains its own kernel. PCLinuxOS maintains it&#8217;s own repository. PCLinuxOS also has a policy of not installing software outside of the repository (if you do, you&#8217;re on your own) and yes that means even Mandriva rpms. So honestly, PCLinuxOS looked at in this light stands alone. If Mandriva went belly up tomorrow, PCLinuxOS would continue on quite easily by absorbing the &#8220;best of&#8221; tools available in Linux just like it always has done.</p>
<ul>
<li><em> I would like to find among the &#8220;cons&#8221; of Mepis and PCLinuxOS, the total ignorance of the Free Software Philosophy. Technical advantages are secondary.</em></li>
</ul>
<p>Really? Last I checked both MEPIS and PCLinuxOS were available for free. Now if you&#8217;re speaking of Libre Software (that is, software free of proprietary components) I&#8217;ll agree with you&#8230;those items aren&#8217;t high on the priority list for these distributions.</p>
<p>Instead, higher on the priority list is usability and less confusion for new users. Asking new users to become immediately supportive of a license and philosophy they know nothing about is asking a bit too much. After all, most of these new users haven&#8217;t even read the EULA for Windows&#8230;what&#8217;s going to be incentive for them to read the GPL? What incentive for them to think they should only use FLOSS? There is no incentive. It&#8217;s a personal choice and one that should be left up to the individual.</p>
<p>Should a distro be chastised for choosing NOT to be completely proprietary software free? Nope. Because it fills a niche for those users who want THAT DISTRO. Just like they have a choice to choose FLOSS, they also have a choice to not choose it. Distros shouldn&#8217;t be chastised for their philosophies on either end of the spectrum.</p>
<ul>
<li><em> I still believe that PCLinuxOS and MEPIS are just re-mastered editions of Mandriva and Ubuntu without offering anything new.</em></li>
</ul>
<p>Then try it and see what you think after trying it. By trying these distros it becomes apparent that they are not &#8220;re-mastered editions&#8221; of Mandriva and Ubuntu. Both MEPIS and PCLinuxOS are independently developed distributions that would be able to stand alone without Mandriva/Ubuntu. They develop all their own kernels and maintain their own independent package pools. Both of them install software using apt-get and both of them are new user friendly. Both of them have one or two click installations of graphics drivers. Both of them have good support for playing video and both of them have flash out of the box.</p>
<p>I challenge you to put your money where your mouth is and try it. If you still think that both of these distros are just repackaged copies of Ubuntu/Mandriva&#8230;bring your proof and I&#8217;ll publish it here in large, bold headlines.</p>
<ul>
<li><em>In fact, these two projects [MEPIS &amp; PCLinuxOS] ONLY deserve credit for beeing able to deliver a customised version of another project. They are nothing whitout giants like Red Hat, Novell, Mandrakesoft or Canonical. Even if they add a small number of useful feature, they don&#8217;t have the community needed to be able to maintain a whole operating system.</em></li>
</ul>
<p>These are complete lies on the part of MEPIS and PCLinuxOS. MEPIS maintained itself in the same way Ubuntu is doing since 2003. It only changed to an Ubuntu base within the past year. That means It HAS operated and maintained a whole operating system on its own without Red Hat, Novell, Mandriva, and Canonical. So using your logic, MEPIS deserves credit.</p>
<p>In the same vein, PCLinuxOS has deviated from Mandrake 9.2 continually (which was when it forked) and now doesn&#8217;t use Mandriva for it&#8217;s primary code base. It also maintains all of its own packages, rolls its own kernel, and has it&#8217;s own developers. Also, I&#8217;m quite familiar with it&#8217;s community since I operate a community website with over 2k members for it. I have to tell you that if tomorrow Mandriva dried up&#8230;PCLinuxOS would be just fine.</p>
<p>Stating that the efforts of Texstar and Warren do not deserve credit is completely ludicrous. This person needs to extract his/her head from their backside. Both PCLinuxOS and MEPIS have the community to maintain their own distribution because both of them ARE maintaining their own distribution.</p>
<ul>
<li><em>I am not saying that they are not good (MEPIS and PCLinuxOS). I used them both in the past (and still do occasionally) and they are great Live CD distros, but when security patches are not getting released on the timely base it stops being fun. I would never suggest them for any serious work. MEPIS at least has commercial support, where PCLinuxOS has ???</em></li>
</ul>
<p>I assume here that the poster is speaking of the code freeze on .93a base when they speak of security patches not being released. This is a first in the PCLinuxOS community and last as well. The reason .93a version has been frozen is because all developer attention has been focused on 2007 version. There are major changes (shifting many packages away from Mandriva, new GCC/Glibc requiring completely rebuilt repository) that require too much time for volunteers to work at it.</p>
<p>PCLinuxOS 2007, for the first time since PCLinuxOS&#8217;s inception, will need to be a &#8216;from scratch&#8217; install. Previously, you could install .71 and apt-get up to current. Since there is a new GCC version, all packages needed recompiled which means a complete re-installation must take place. To prepare, all effort has been placed on getting 2007 accomplished and .93a has been removed from most download sites. There are those of us out there that still have boxen running .93a but we do so at our own risk as PCLinuxOS is BETA software and says so before you install it.</p>
<p>Remember, Ubuntu and Debian developers often get paid to work on their distribution&#8230;by many different companies (not just Canonical). SuSe developers are paid. Xandros developers are paid. MEPIS pays itself through its commercial wing.</p>
<p>PCLinuxOS is volunteer based. Where is its commercial support? There is none&#8230;because it&#8217;s put together by a group of like minded individuals who want to make software better than what is available. Will there ever be commercial offerings for PCLinuxOS? Who knows? Maybe? But for now, I don&#8217;t think examining whether or not a distro has commercial support should be criteria for an enthusiast website to determine what is one of the top ten visited distributions.</p>
<ul>
<li><em>yeay! People continously praise pclinuxos for their inclusion of proprietary stuff etc. without being aware of these things violates licenses, patents, is strictly illegal and what not, nice..
<p>Also very nice is how most of their packages are just rebranded mandriva packages (rebuilt with their own release suffix and changelog removed) and they don&#8217;t even provide sources for the packages they modify..</em></li>
</ul>
<p>Here is your sources for PCLinuxOS [<a href="http://on-disk.com/product_info.php/products_id/104?osCsid=e990c3c3441d4435f3" target="_blank">1</a>][<a href="http://debian.ethz.ch/mirror/pclinuxos/apt/pclinuxos/2007/" target="_blank">2</a>]. Evidently you&#8217;re a bit too lazy to google it. As for inclusion of proprietary stuff, we&#8217;ve already went over that previously&#8230;I&#8217;m not going to beat a dead horse. I&#8217;m also not going over the &#8216;re-branded packages&#8217; statement as we&#8217;ve already addressed that as well.</p>
<hr size="2" />That about sums things up. If there are any other items that I&#8217;ve missed that need addressing, please let me know via comments and I&#8217;ll update this post.</p>
<p>If you have questions about PCLinuxOS, I&#8217;ll do my best to answer and if I can&#8217;t, I&#8217;ll find someone who can&#8230;even if the answer isn&#8217;t one I want to give. It&#8217;s my aim to be honest which is why I have such problems with comments like those above.</p>
<p>Hopefully, this clears a few things up for people.</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/debunking-confusion-in-pclinuxos/" rel="bookmark">Debunking Confusion in PCLinuxOS</a> originally appeared on <a href="http://linux-blog.org">Yet Another Linux Blog</a> on April 3, 2007.</p>
]]></content:encoded>
			<wfw:commentRss>http://linux-blog.org/debunking-confusion-in-pclinuxos/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Dell Dimension E521 with Linux</title>
		<link>http://linux-blog.org/dell-dimension-e521-with-linux/</link>
		<comments>http://linux-blog.org/dell-dimension-e521-with-linux/#comments</comments>
		<pubDate>Fri, 23 Feb 2007 20:40:00 +0000</pubDate>
		<dc:creator>devnet</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[clarkconnect]]></category>
		<category><![CDATA[dell]]></category>
		<category><![CDATA[e521]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[tips and tricks]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://linux-blog.org/word/dell-dimension-e521-with-linux/</guid>
		<description><![CDATA[I bought a Dimension E521n to replace my server last week. I previously built a system myself with an AMD Duron Processor and an add on IDE Controller so I could load it up with hard drives for a file server. The only downside to this was that the fan I bought for this server [...]


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><!-- s9ymdb:14 --><!-- s9ymdb:14 --><img style="border: 0px none ; float: right; padding-left: 5px; padding-right: 5px;" src="/uploads/CinemaDisplaykeyborad.Thumbs.png" alt="" width="110" height="110" />I bought a Dimension E521n to replace my server last week.  I previously built a system myself with an AMD Duron Processor and an add on IDE Controller so I could load it up with hard drives for a file server.  The only downside to this was that the fan I bought for this server I built was loud&#8230;REALLY loud.  When we moved to a different apartment this past year we lost our spare room (office) and the computer went into my bedroom.  Needless to say, it&#8217;s LOUD at night when sleeping.</p>
<p>To replace this loud server I bought the E521-n series so Microsoft didn&#8217;t get any of my money.  For those of you who don&#8217;t know, the <a href="http://www.dell.com/content/topics/segtopic.aspx/e510_nseries?c=us&amp;cs=19&amp;l=en&amp;s=dhs" target="_blank">N series desktops from Dell</a> come with no operating system.  Dell also claims that these computers are &#8216;ready for Linux&#8217;&#8230;but there are some problems associated with them.  I was able to get ClarkConnect back on my server and pop in the IDE Controller PCI card (E521&#8242;s are completely SATA) after solving a couple of problems.</p>
<p>First and foremost, you have to make sure your E521 is running <a href="http://support.dell.com/support/downloads/download.aspx?c=us&amp;l=en&amp;s=gen&amp;releaseid=R142794&amp;SystemID=DIM_P4_E521&amp;os=BIOSA&amp;osl=en&amp;deviceid=308&amp;devlib=0&amp;typecnt=1&amp;vercnt=3&amp;formatcnt=1&amp;libid=1&amp;fileid=190574" target="_blank">BIOS version 1.1.4</a> (Released January 2007).  If you don&#8217;t, you&#8217;ll have USB problems all over the place.  Second, when booting Linux, add the boot parameter <strong>acpi=noirq</strong>.  If you can&#8217;t pass this parameter to your kernel you may need to completely turn off acpi using the &#8216;<strong>noacpi</strong>&#8216; parameter.  The only downside to this is that your fan will run continuously and cause a bit more noise than it should.</p>
<p>When installing ClarkConnect 4.0, there is a routine for adding parameters to the kernel before GRUB writes to the MBR.  I used this to pass the acpi=noirq parameter and after booting everything worked.  Without passing this parameter, I received Kernel panics.</p>
<p>It&#8217;s also been reported that some kernels cannot find the broadcom module for the onboard LAN device.  With ClarkConnect, this wasn&#8217;t a problem.  I&#8217;ve heard that the Fedora Xen kernel has problems with this.</p>
<p>I&#8217;m going to list some links here for your reference that helped me in my quest:</p>
<p><a href="http://www.clarkconnect.com/" target="_blank">ClarkConnect</a><br />
<a href="http://www.felix-schwarz.name/Linux_on_Dell_E521_(en)" target="_blank">Dell E521 and Linux Wiki Page</a><br />
<a href="https://wiki.ubuntu.com/HardwareSupportMachinesDesktopsDellDimensionNSeries" target="_blank">Yet Another Linux Blog and the USB Problem<br />
Hardware Support for E521 N Series @ Ubuntu Forums</a></p>
<p>Hope this information helps someone with their problems!  For those of you running Ubuntu, you&#8217;ll have to add <strong>&#8216;noapic irqpoll pci=routeirq&#8217; </strong>to your boot parameters to get things rocking.</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/dell-dimension-e521-with-linux/" rel="bookmark">Dell Dimension E521 with Linux</a> originally appeared on <a href="http://linux-blog.org">Yet Another Linux Blog</a> on February 23, 2007.</p>
]]></content:encoded>
			<wfw:commentRss>http://linux-blog.org/dell-dimension-e521-with-linux/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
