<?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; Reviews</title>
	<atom:link href="http://linux-blog.org/category/reviews/feed/" rel="self" type="application/rss+xml" />
	<link>http://linux-blog.org</link>
	<description>Open Source, Open Blog</description>
	<lastBuildDate>Thu, 22 Jul 2010 03:57:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Foresight Linux and KDE 4.2</title>
		<link>http://linux-blog.org/foresight-linux-and-kde-42/</link>
		<comments>http://linux-blog.org/foresight-linux-and-kde-42/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 16:00:46 +0000</pubDate>
		<dc:creator>devnet</dc:creator>
				<category><![CDATA[Distros]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[4.2]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[foresight]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://linux-blog.org/?p=832</guid>
		<description><![CDATA[UPDATE:  Foresight Linux 2.0.6 has recently updated the stable branch with python 2.6.  Therefore, much of this post is not needed to get Foresight KDE 4.2 running.  I&#8217;ve crossed through the portions not needed.  Thanks for reading! I&#8217;ve been working with a lot of different distributions out there the past few days and haven&#8217;t found [...]


Related posts:<ol><li><a href='http://linux-blog.org/clarification-on-foresight-and-fedora/' rel='bookmark' title='Permanent Link: Clarification on Foresight and Fedora'>Clarification on Foresight and Fedora</a> <small>I previously wrote about a possible &#8220;rebasing&#8221; of Foresight Linux...</small></li>
<li><a href='http://linux-blog.org/foresight-and-fedora-clarkconnect-becomes-clearos/' rel='bookmark' title='Permanent Link: Foresight and Fedora, ClarkConnect Becomes ClearOS'>Foresight and Fedora, ClarkConnect Becomes ClearOS</a> <small>Foresight and Fedora (aka &#8220;boots, a fedora remix&#8221;) Last week...</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><em>UPDATE:  Foresight Linux 2.0.6 has recently updated the stable branch with python 2.6.  Therefore, much of this post is not needed to get Foresight KDE 4.2 running.  I&#8217;ve crossed through the portions not needed.  Thanks for reading!</em></p>
<p>I&#8217;ve been working with a lot of different distributions out there the past few days and haven&#8217;t found one that I like that has KDE 4.2 packages.  Experimenting further brought me back to my old friend Conary and Foresight Linux.  For those of you that don&#8217;t know what Conary is, I&#8217;ve written a <a href="http://linux-blog.org/foresight-linux-and-conary-part-i/">Part 1</a> (I never finished Part 2 as I changed jobs and haven&#8217;t found the motivation) on what Conary attempts to accomplish and a bit of background on how it does things.</p>
<p>When I think of Foresight and rPath Linux along with Conary, I come to a direct comparison to Arch Linux&#8230;because <a href="http://en.wikipedia.org/wiki/Pacman_(package_manager)">pacman</a> is quite similar.  The main difference is that Foresight does a lot more for you out of the gate than Arch does&#8230;and arch is quite a bit faster than Foresight.  Still, I decided to give KDE 4.2 a go on Foresight to see how it&#8217;s been progressing.</p>
<p> <span style="text-decoration: line-through;">The first thing I needed to do was to change from the 2 branch of Foresight to the 2-qa branch.  The reason for this is that 2-qa houses python 2.6, which is needed for KDE 4.2.  Until python 2.6 is pushed into the stable branch of Foresight, you&#8217;ll need to move your installation to the 2-qa branch.  First, using your favorite text editor, edit /etc/conary/config.d/foresight file.  Inside that file, you&#8217;ll see next to the line InstallLabelPath the following:</span></p>
<pre><span style="text-decoration: line-through;">installLabelPath foresight.rpath.org@fl:2-kernel  foresight.rpath.org@fl:2 conary.rpath.com@rpl:2-qa</span></pre>
<p><span style="text-decoration: line-through;">change this to the following:</span></p>
<pre><span style="text-decoration: line-through;">installLabelPath foresight.rpath.org@fl:2-qa-kernel  foresight.rpath.org@fl:2-qa conary.rpath.com@rpl:2-qa</span></pre>
<p><span style="text-decoration: line-through;">or you can substitute 2-devel there if you&#8217;d like to move to the 2-devel branch:</span></p>
<pre><span style="text-decoration: line-through;">installLabelPath foresight.rpath.org@fl:2-devel-kernel  foresight.rpath.org@fl:2-devel conary.rpath.com@rpl:2-qa</span></pre>
<p><span style="text-decoration: line-through;">Now, let&#8217;s migrate the system.  Migration to a different branch will result in moving your system to become EXACTLY like the branch you&#8217;re migrating to.  That means that any custom applications you have installed may be removed&#8230;conary will make your system become EXACTLY what 2-qa says it should.  This is the reason I recommend performing these tasks with a fresh install before customizing.</span></p>
<p><span style="text-decoration: line-through;">Change with the following command:</span></p>
<pre><span style="text-decoration: line-through;">sudo conary migrate group-gnome-dist=@fl:2-qa --keep-required --resolve</span></pre>
<p><span style="text-decoration: line-through;">Don&#8217;t worry, 2-qa is not as unstable as it sounds&#8230;the most unstable branch of Foresight is 2-devel.  To compare these branches to Debian, 2-qa is like testing while 2-devel is like unstable.</span> </p>
<p>I installed <a href="http://www.rpath.org/project/foresight/release?id=6216">Foresight Linux 2.0.6 Gnome</a> using a DVD on a Dell D630 Latitude.   Next, I like to uninstall the stuff that is extra in Gnome that I don&#8217;t use (you could say, I strongly do not like these):</p>
<pre>sudo conary erase transmission f-spot evolution evolution-exchange tomboy banshee</pre>
<p>With those packages out of the way, I did a full update.</p>
<pre>sudo conary updateall</pre>
<p>Some early Foresight 2.0.6 kernels cause random disconnects for my wireless chipset on the Dell Latitude D630 (Intel Pro Wireless) but after the upgrade this symptom isn&#8217;t present.  The default 2.6.27.5 kernel made way for the 2.6.27.10 and it seems to work for me quite nicely.  I did notice that the 2.6.27.10 kernel had some sound abnormalities for me with the Intel HDA sound card&#8230;so I rolled back to the 2.6.27.5 and things worked great.  <a href="https://issues.foresightlinux.org/browse/FL-1903">See this issue for more information on this sound issue</a>.</p>
<p>Now we have a completely &#8220;useable&#8221; Gnome system on our hands&#8230;but we can&#8217;t have that unusable system now can we? (easy Gnome supporters&#8230;tis only a joke).  Let us get a real desktop like openbo&#8230;er&#8230;KDE on there!  Before I got too far though, I wanted to make sure I could play mp3&#8242;s and other restricted format items so I installed the codecs needed:</p>
<pre>sudo conary update group-codecs</pre>
<p>Once this has finished, let&#8217;s get KDE 4.2 up and running.</p>
<pre>sudo conary update group-kde4=kde.rpath.org@fl:2-kde4.2-devel</pre>
<p>Once that command has completed, you should be able to logout and log back in to KDE 4.2.  The most recent builds of KDE 4.2 include python 2.6&#8230;something that Foresight Linux has been slow on the uptake with due to conary being written in python.  I&#8217;m still working on testing everything&#8230;I&#8217;m not sure how well this newest build works.  Look for a status update in a few days on this&#8230;</p>


<p>Related posts:<ol><li><a href='http://linux-blog.org/clarification-on-foresight-and-fedora/' rel='bookmark' title='Permanent Link: Clarification on Foresight and Fedora'>Clarification on Foresight and Fedora</a> <small>I previously wrote about a possible &#8220;rebasing&#8221; of Foresight Linux...</small></li>
<li><a href='http://linux-blog.org/foresight-and-fedora-clarkconnect-becomes-clearos/' rel='bookmark' title='Permanent Link: Foresight and Fedora, ClarkConnect Becomes ClearOS'>Foresight and Fedora, ClarkConnect Becomes ClearOS</a> <small>Foresight and Fedora (aka &#8220;boots, a fedora remix&#8221;) Last week...</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/foresight-linux-and-kde-42/" rel="bookmark">Foresight Linux and KDE 4.2</a> originally appeared on <a href="http://linux-blog.org">Yet Another Linux Blog</a> on February 3, 2009.</p>
]]></content:encoded>
			<wfw:commentRss>http://linux-blog.org/foresight-linux-and-kde-42/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>YALB &#8211; Now Brought to you by Evolution Studios</title>
		<link>http://linux-blog.org/evolution-studios/</link>
		<comments>http://linux-blog.org/evolution-studios/#comments</comments>
		<pubDate>Wed, 08 Oct 2008 01:17:51 +0000</pubDate>
		<dc:creator>devnet</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[best host]]></category>
		<category><![CDATA[best linux host]]></category>
		<category><![CDATA[cheap hosting]]></category>
		<category><![CDATA[coupon]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[vps hosting]]></category>
		<category><![CDATA[web host]]></category>
		<category><![CDATA[web hosting]]></category>

		<guid isPermaLink="false">http://linux-blog.org/?p=677</guid>
		<description><![CDATA[Some of you may  have noticed a few blips in RSS feeds during the last month or so.  The blips were caused by two things.. I switched from Serendipity Blogging Engine to WordPress YALB gained a sponsor for hosting Now, I&#8217;ve been running the new blogging engine and software for over a month now so [...]


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>Some of you may  have noticed a few blips in RSS feeds during the last month or so.  The blips were caused by two things..</p>
<ol>
<li>I switched from Serendipity Blogging Engine to WordPress</li>
<li>YALB gained a sponsor for hosting</li>
</ol>
<p>Now, I&#8217;ve been running the new blogging engine and software for over a month now so that I could form an opinion on both of these items.  I&#8217;m happy to say that WordPress fits the bill quite nicely (more on that in later posts)&#8230;but that my host is the BEST part of the changes that have happened.</p>
<p><a title="Evolution Studios" href="http://www.evolutionstudios.org" target="_blank">Evolution Studios</a> offered me some server space on their servers&#8230;Linux of course&#8230;and not a moment too soon.  My old account was beginning to crawl with latent page loads and the service had grown latent as well.  <a title="Evolution Studios" href="http://www.evolutionstudios.org" target="_blank">Evolution Studios</a> stepped in and made me a great offer and asked that I evaluate things and post my honest opinion (whether good or bad) of how the transition went and how well the service is.</p>
<p>Just some background on Evolution Studios:  They power all of the media behind <a href="http://ping.fm">ping.fm</a> and <a href="http://chris.pirillo.com">chris.pirillo.com</a> (yes, THAT Chris Pirillo).  Those two sites alone generate a huge amount of traffic and have elected to go with <a href="http://www.evolutionstudios.org">evolutionstudios.org</a> to be their media workhorse.</p>
<p>I can honestly say that both the transition and service went beyond my expectations.  Not only did I have one of their engineers helping me every step of the way, I was able to approach that engineer with all of my questions being answered in REAL TIME&#8230;which was fantastic.</p>
<p>So why all the hoopla?  Why would I go out of my way to give these guys a &#8220;thumbs up&#8221;?  One word&#8230;or URL rather.  <a href="http://ping.fm">Ping.fm</a> is one of their clients.  I use ping.fm on a daily basis&#8230;it allows me to make one post to ALL my social networks via Instant Message or igoogle page widget.  It&#8217;s fast and easy.  And all of their media is powered by <a href="http://tinyurl.com/46u7z4">Evolution Studios</a>.  So, despite having HUGE customers like <a href="http://chris.pirillo.com">Chris Pirillo</a> and <a href="http://ping.fm">ping.fm</a> which both have millions of users on a daily basis&#8230;they still found the time to hold my hand through the migration and bent over backwards to make my hosting experience BEYOND EXCELLENT.  I think these guys will continue to grow and will continue to bring on like minded individuals who are courteous and professional&#8230;and I think their clients will benefit.</p>
<p>I asked Evolution Studios if they were having any specials this week so that I could tell everyone that reads my blog about them and they wanted to offer readers here a deal.  The first 100 users referred through Yet Another Linux Blog will receive a $20 coupon to go toward any hosting plans purchased.  If this sounds like a good deal or you just want to check the host out, visit <a href="http://tinyurl.com/46u7z4">Evolution Studios</a> today.  The coupon code is &#8220;<strong>devnet</strong>&#8220;.  Remember, that&#8217;s the first 100 openings so space is limited!  Let <a href="http://tinyurl.com/46u7z4">Evolution Studios</a> show you what EXCELLENT products and services are all about <img src='http://linux-blog.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div id="attachment_695" class="wp-caption aligncenter" style="width: 336px"><a href="http://tinyurl.com/46u7z4"><img class="size-full wp-image-695" title="Evolution Studios" src="http://linux-blog.org/wp-content/uploads/2008/10/croppercapture4.png" alt="" width="326" height="103" /></a><p class="wp-caption-text">Hosting like it should be... </p></div>


<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/evolution-studios/" rel="bookmark">YALB &#8211; Now Brought to you by Evolution Studios</a> originally appeared on <a href="http://linux-blog.org">Yet Another Linux Blog</a> on October 7, 2008.</p>
]]></content:encoded>
			<wfw:commentRss>http://linux-blog.org/evolution-studios/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Blogbridge, Simply the Best RSS</title>
		<link>http://linux-blog.org/blogbridge-simply-the-best-rss/</link>
		<comments>http://linux-blog.org/blogbridge-simply-the-best-rss/#comments</comments>
		<pubDate>Mon, 26 Feb 2007 14:27:00 +0000</pubDate>
		<dc:creator>devnet</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[blogbridge]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[syndication]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://linux-blog.org/word/blogbridge-simply-the-best-rss/</guid>
		<description><![CDATA[I&#8217;ve been asked by various people how I keep up to date with technology news, research, and the latest reports&#8230;mainly because I&#8217;m never at a loss for words when discussing something (big mouth much?). Of course, many people haven&#8217;t heard of RSS at all and don&#8217;t know that one can have a program to read [...]


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 asked by various people how I keep up to date with technology news, research, and the latest reports&#8230;mainly because I&#8217;m never at a loss for words when discussing something (big mouth much?).  Of course, many people haven&#8217;t heard of RSS at all and don&#8217;t know that one can have a program to read multiple sites in a short amount of time.  I previously used Sage reader as an extension in firefox and exported my OPML list (which I kept on a thumbdrive).  This allowed me mobility&#8230;I could check the news on just about any feedreader or use portable firefox and sage to get things moving.  I could edit my OPML list quickly and easily.</p>
<p>Despite the luxury this bought me&#8230;I found myself missing out on many big stories.   Let&#8217;s face it, not everyone knows how to title and tag their blog entries (current company INCLUDED) to correctly reflect what the subject matter is.  Since RSS readers only get a small synopsis of the head of an article, it&#8217;s difficult to find out if you want to read the article or not.  I found myself missing some key phrases that I normally wouldn&#8217;t miss (like FOSS, FLOSS, and OSS) mainly because I wouldn&#8217;t see those in the third sentence of the synopsis when I was quickly scanning my feedlists.  So, I searched for something that was better than those I had used:  Pluck, Sage, Owl, Sharpreader, Wiz.  I found it.  And to my delight, it&#8217;s a cross-platform, GPL Licensed, Feed-synchronizing one that delivers unparalleled functionality and options.  There&#8217;s nothing like it on the planet.  If your interest is peaked, you&#8217;re in for a real treat if you keep reading.</p>
<p><span id="more-137"></span></p>
<p>One word.  Two Syllables.  <a href="http://www.blogbridge.com/" target="_blank">Blogbridge</a>.</p>
<p>It&#8217;s one of the best feed readers I have ever used. Without it, I wouldn&#8217;t be able to cover near as much ground in a small amount of time. It allows me to scan through hundreds of blogs daily and filter out the stuff that doesn&#8217;t interest me. There seems to be a lot of this today as people start out well but then turn their blog into a news aggregator or change focus and broaden what they blog about. This review is going to be populated heavily with screenshots of this amazing tool. I&#8217;ll go through some of the functionality of Blogbridge but overall, there are too many features to cover in a single article.</p>
<table style="width: 100%;" border="0" cellspacing="1" cellpadding="1">
<tbody>
<tr>
<td style="width: 25%;" align="left"><a class="serendipity_image_link" href="../../uploads/Reviews/bb/1stRun/bb_getstarted.png"><!-- s9ymdb:478 --></a></p>
<div class="serendipity_imageComment_left" style="width: 110px;">
<div class="serendipity_imageComment_img"><a class="serendipity_image_link" href="../../uploads/Reviews/bb/1stRun/bb_license.png"><!-- s9ymdb:480 --><img src="../../uploads/Reviews/bb/1stRun/bb_license.Thumbs.png" alt="" width="110" height="88" /></a></div>
<div class="serendipity_imageComment_txt">GPL</div>
</div>
</td>
<td style="width: 25%;">
<div class="serendipity_imageComment_left" style="width: 110px;">
<div class="serendipity_imageComment_img"><a class="serendipity_image_link" href="../../uploads/Reviews/bb/1stRun/bb_getgoing.png"><!-- s9ymdb:477 --><img src="../../uploads/Reviews/bb/1stRun/bb_getgoing.Thumbs.png" alt="" width="110" height="88" /></a></div>
<div class="serendipity_imageComment_txt">Guides</div>
</div>
</td>
<td style="width: 25%;">
<div class="serendipity_imageComment_left" style="width: 110px;">
<div class="serendipity_imageComment_img"><a class="serendipity_image_link" href="../../uploads/Reviews/bb/1stRun/bb_serviceacct.png"><!-- s9ymdb:481 --><img src="../../uploads/Reviews/bb/1stRun/bb_serviceacct.Thumbs.png" alt="" width="110" height="88" /></a></div>
<div class="serendipity_imageComment_txt">Service Account</div>
</div>
</td>
<td style="width: 25%;">
<div class="serendipity_imageComment_left" style="width: 110px;">
<div class="serendipity_imageComment_img"><a class="serendipity_image_link" href="../../uploads/Reviews/bb/1stRun/bb_setupTags.png"><!-- s9ymdb:482 --><img src="../../uploads/Reviews/bb/1stRun/bb_setupTags.Thumbs.png" alt="" width="110" height="88" /></a></div>
<div class="serendipity_imageComment_txt">Tagit!</div>
</div>
</td>
</tr>
</tbody>
</table>
<p>Some of the things that set Blogbridge apart I&#8217;ve pictured above.  First off, it&#8217;s <strong>GPL</strong> which makes it outstanding in my book. Second, a stock install has no RSS feeds setup. I find it very annoying when you install a feed reader and find it already has a section of &#8216;popular&#8217; feeds for you&#8230;that&#8217;s like me buying a car and them putting in Brittany Spears in the CD Player&#8230;I don&#8217;t want it to happen EVER.</p>
<p>Next up, <strong>Guides</strong>.  You can choose to have feeds by default by using the &#8220;Guides&#8221; option pictured above.  These &#8220;Guides&#8221; plugin to their <strong>Service Account</strong> (also pictured above). Your feeds that you subscribe to can be synchronized to Blogbridge servers so that no matter what computer you install it on you&#8217;ll have your feeds waiting for you. I find this very convenient due to going back and forth to work&#8230;I&#8217;m able to read no matter what my location. Things work much in the way Foxmarks would save your Firefox bookmarks. It&#8217;s very handy.</p>
<p>Lastly, <strong>tagging</strong> is a must for me. Inputting common words separated by comma in the installation screen pictured above such as Linux, FOSS, FLOSS, etc. allows me to quickly filter through my articles and weed out those that don&#8217;t contain these tags. This makes reading the most important articles (to me) a snap. You don&#8217;t <em>have</em> to put tags in there but they&#8217;re awfully handy as you&#8217;ll see later.</p>
<p><!-- s9ymdb:483 -->These things aren&#8217;t the only fabulous things one finds in Blogbridge&#8230;they&#8217;re just a few of the things you&#8217;ll see when you first install it. There are countless other functions, bells, whistles, and features that I&#8217;m not even going to go into. I haven&#8217;t even found all the different things you can do with Blogbridge&#8230;but I will attempt to do it justice and showcase the things I DO know.</p>
<p>First things first&#8230;you&#8217;ll need to get some feeds. Say you have an OPML list you&#8217;d like to import. This can be done simply by going to the menu Guides &gt;&gt; Import. Just like you would have individual feeds divided by folders in other RSS readers, Blogbridge divides the categories up into &#8220;Guides&#8221;. You can also use the BlogBridge feature of automatically signing up to previous chosen <a href="http://library.blogbridge.com/" target="_blank">Topic Guides</a>. These topic guides are put together by many experts in each individual field of interest so it might be a good idea to start with those previously selected and then pick and choose from them. Pictured below are some screenshots of the &#8220;Guides&#8221; in action.</p>
<table style="width: 100%;" border="0" cellspacing="1" cellpadding="1" align="center">
<tbody>
<tr>
<td style="width: 33%;">
<div class="serendipity_imageComment_left" style="width: 110px;">
<div class="serendipity_imageComment_img"><a class="serendipity_image_link" href="../../uploads/Reviews/bb/guides/bb_guideproperties.png"><!-- s9ymdb:508 --><img src="../../uploads/Reviews/bb/guides/bb_guideproperties.Thumbs.png" alt="" width="110" height="88" /></a></div>
<div class="serendipity_imageComment_txt">Changing Icons</div>
</div>
</td>
<td style="width: 33%;">
<div class="serendipity_imageComment_right" style="width: 110px;">
<div class="serendipity_imageComment_img"><a class="serendipity_image_link" href="../../uploads/Reviews/bb/guides/bb_guidesonline.png"><!-- s9ymdb:509 --><img src="../../uploads/Reviews/bb/guides/bb_guidesonline.Thumbs.png" alt="" width="110" height="83" /></a></div>
<div class="serendipity_imageComment_txt">Guides Online</div>
</div>
</td>
<td style="width: 33%;">
<div class="serendipity_imageComment_right" style="width: 110px;">
<div class="serendipity_imageComment_img"><a class="serendipity_image_link" href="../../uploads/Reviews/bb/guides/bb_topicguides.png"><!-- s9ymdb:510 --><img src="../../uploads/Reviews/bb/guides/bb_topicguides.Thumbs.png" alt="" width="110" height="88" /></a></div>
<div class="serendipity_imageComment_txt">Setup Guides</div>
</div>
</td>
</tr>
</tbody>
</table>
<p>As you can see&#8230;you have many different options when customizing your guides. You can go online and browse different Guides that topic experts have&#8230;you can import these guides with all of their feeds when going through initial setup when you are installing. It&#8217;s up to you how you control your feeds and how you classify them using your guides.</p>
<p>Let&#8217;s say that you just want to browse and setup feeds manually&#8230;so setup one Guide as perhaps &#8220;Daily Reading&#8221; by right clicking in the space on the far left of the screen for guides and choosing &#8220;add guide&#8221;. You can also get back to adding expert guides here if you didn&#8217;t set them up during installation&#8230;simply select &#8220;subscribe to reading list&#8221; instead of &#8220;add guide&#8221; when you right clicked in that space and hit the &#8220;suggest&#8221; button. Now that you have a guide added, let&#8217;s put some feeds in there.</p>
<p><a class="serendipity_image_link" href="../../uploads/Reviews/bb/feeds/bb_newfeedurl.png"><!-- s9ymdb:501 --><img style="border: 0px none; float: left; padding-left: 5px; padding-right: 5px;" src="../../uploads/Reviews/bb/feeds/bb_newfeedurl.Thumbs.png" alt="" width="110" height="58" /></a>I love keyboard shortcuts&#8230;and adding a new feed can be done with control-n or by right clicking in the Feeds column. If you visit a feed you like, you can copy the URL and Blogbridge should detect it on the klipboard so that when you go to add a feed the url is already present.</p>
<table style="width: 100%;" border="0" cellspacing="1" cellpadding="1">
<tbody>
<tr>
<td style="width: 20%;"><a class="serendipity_image_link" href="../../uploads/Reviews/bb/feeds/bb_newfeed.png"><!-- s9ymdb:498 --><img style="border: 0px none; float: left; padding-left: 5px; padding-right: 5px;" src="../../uploads/Reviews/bb/feeds/bb_newfeed.Thumbs.png" alt="" width="110" height="88" /></a></td>
<td style="width: 20%;"><a class="serendipity_image_link" href="../../uploads/Reviews/bb/feeds/bb_newfeedloading.png"><!-- s9ymdb:500 --><img style="border: 0px none; float: left; padding-left: 5px; padding-right: 5px;" src="../../uploads/Reviews/bb/feeds/bb_newfeedloading.Thumbs.png" alt="" width="110" height="83" /></a></td>
<td style="width: 20%;"><a class="serendipity_image_link" href="../../uploads/Reviews/bb/feeds/bb_newfeedloaded.png"><!-- s9ymdb:499 --><img style="border: 0px none; float: left; padding-left: 5px; padding-right: 5px;" src="../../uploads/Reviews/bb/feeds/bb_newfeedloaded.Thumbs.png" alt="" width="110" height="83" /></a></td>
<td style="width: 20%;">Adding Feeds is simple with Blogbridge</td>
</tr>
</tbody>
</table>
<p>Another great set of features that Blogbridge has is the granular control over feeds aka articles. You can quickly cleanup old feeds, search through existing ones, and/or tag articles to find them easily later. You can also share out those tags with the rest of the BlogBridge community or you can import tags from that same community.</p>
<p>One of the great features Blogbridge has that simplifies my reading is filtering. With this feature, we put to use the keywords you inputted during the installation process. When filtering by tags/keywords you&#8217;ll quickly be able to identify the feeds and posts in the feeds that mean the most to you. For example, some of my keywords are &#8216;Linux, Free Software, Open Source, FOSS, FLOSS, and OSS&#8217;. I can quickly find the articles that contain these keywords by enabling filters:</p>
<table style="width: 100%;" border="0" cellspacing="1" cellpadding="1">
<tbody>
<tr>
<td style="width: 33%;"><a class="serendipity_image_link" href="../../uploads/Reviews/bb/filters/bb_filterbytags.keywords.png"><!-- s9ymdb:506 --></a></p>
<div class="serendipity_imageComment_left" style="width: 110px;">
<div class="serendipity_imageComment_img"><a class="serendipity_image_link" href="../../uploads/Reviews/bb/filters/bb_filterbytags.keywords.png"><!-- s9ymdb:506 --><img src="../../uploads/Reviews/bb/filters/bb_filterbytags.keywords.Thumbs.png" alt="" width="110" height="83" /></a></div>
<div class="serendipity_imageComment_txt">Applying filters</div>
</div>
</td>
<td style="width: 33%;">
<div class="serendipity_imageComment_left" style="width: 110px;">
<div class="serendipity_imageComment_img"><a class="serendipity_image_link" href="../../uploads/Reviews/bb/filters/bb_filterstars.png"><!-- s9ymdb:507 --><img src="../../uploads/Reviews/bb/filters/bb_filterstars.Thumbs.png" alt="" width="110" height="83" /></a></div>
<div class="serendipity_imageComment_txt">Filter by Stars</div>
</div>
</td>
<td style="width: 33%;">
<div class="serendipity_imageComment_left" style="width: 110px;">
<div class="serendipity_imageComment_img"><a class="serendipity_image_link" href="../../uploads/Reviews/bb/filters/bb_afterfilter.png"><!-- s9ymdb:505 --><img src="../../uploads/Reviews/bb/filters/bb_afterfilter.Thumbs.png" alt="" width="110" height="83" /></a></div>
<div class="serendipity_imageComment_txt">after applying filter</div>
</div>
</td>
</tr>
</tbody>
</table>
<p>You can also filter further by using the stars rating system. The stars rating system allows you to rate the blogs that you read on a scale from 1-5 stars. This plugs directly into the community as well and shows you the average rating (shown by the # of greyed out stars before you rate it). Rate the blogs you like higher and then filter by stars. This is a way for you to quickly read the blogs that you rate the highest and to leave out the others that you didn&#8217;t rate that high. Very handy <img src='http://linux-blog.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>So you have control over all of these feeds with filters&#8230;what about the articles contained in these feeds? You have excellent handling of these as well by Blogbridge. Let&#8217;s go over some hypothetical examples that showcases this. Let&#8217;s say that you have 2-3 hundred feeds&#8230;many of which may be outdated or are updated less frequently than normal&#8230;will you go through each of these to find the relevance to you or look at the update frequency of these (show as a graph in the feeds column in BB) and spend hours finding those you need to trim? Most likely not&#8230;it&#8217;s a daunting task. But daunting no logner. Blogbridge includes a cleanup wizard just for this situation.</p>
<table style="width: 100%;" border="0" cellspacing="1" cellpadding="1">
<tbody>
<tr>
<td style="width: 33%;"><a class="serendipity_image_link" href="../../uploads/Reviews/bb/article/bb_cleanupWiz2.png"><!-- s9ymdb:486 --><img style="border: 0px none; float: left; padding-left: 5px; padding-right: 5px;" src="../../uploads/Reviews/bb/article/bb_cleanupWiz2.Thumbs.png" alt="" width="86" height="110" /></a></td>
<td style="width: 33%;"><a class="serendipity_image_link" href="../../uploads/Reviews/bb/article/bb_cleanupWiz.png"><!-- s9ymdb:485 --><img style="border: 0px none; float: left; padding-left: 5px; padding-right: 5px;" src="../../uploads/Reviews/bb/article/bb_cleanupWiz.Thumbs.png" alt="" width="86" height="110" /></a></td>
<td style="width: 33%;">Messy Feeds?  Too much mess to clean?  Blogbridge makes cleaning a snap with the Cleanup Wizard!</td>
</tr>
</tbody>
</table>
<p>After you&#8217;ve cleaned, perhaps you read an article that you&#8217;d like to come back to later in the day&#8230;in this instance, you can pin the article and keep it &#8216;stickied&#8217; to the top of all feeds.</p>
<table style="height: 235px;" border="0" cellspacing="1" cellpadding="1" width="249" align="right">
<tbody>
<tr>
<td style="width: 50%;">
<div class="serendipity_imageComment_left" style="width: 110px;">
<div class="serendipity_imageComment_img"><a class="serendipity_image_link" href="../../uploads/Reviews/bb/article/bb_pinarticle.png"><!-- s9ymdb:490 --><img src="../../uploads/Reviews/bb/article/bb_pinarticle.Thumbs.png" alt="" width="110" height="83" /></a></div>
<div class="serendipity_imageComment_txt">Pinning article</div>
</div>
</td>
<td style="width: 50%;">
<div class="serendipity_imageComment_left" style="width: 110px;">
<div class="serendipity_imageComment_img"><a class="serendipity_image_link" href="../../uploads/Reviews/bb/article/bb_pinUnpin.png"><!-- s9ymdb:489 --><img src="../../uploads/Reviews/bb/article/bb_pinUnpin.Thumbs.png" alt="" width="110" height="83" /></a></div>
<div class="serendipity_imageComment_txt">Unpinning</div>
</div>
</td>
</tr>
<tr>
<td style="width: 50%;">
<div class="serendipity_imageComment_left" style="width: 110px;">
<div class="serendipity_imageComment_img"><a class="serendipity_image_link" href="../../uploads/Reviews/bb/article/bb_taggingarticles.png"><!-- s9ymdb:491 --><img src="../../uploads/Reviews/bb/article/bb_taggingarticles.Thumbs.png" alt="" width="110" height="61" /></a></div>
<div class="serendipity_imageComment_txt">Tagging</div>
</div>
</td>
<td style="width: 50%;">
<div class="serendipity_imageComment_left" style="width: 110px;">
<div class="serendipity_imageComment_img"><a class="serendipity_image_link" href="../../uploads/Reviews/bb/article/bb_markread.png"><!-- s9ymdb:488 --><img src="../../uploads/Reviews/bb/article/bb_markread.Thumbs.png" alt="" width="110" height="83" /></a></div>
<div class="serendipity_imageComment_txt">Marked Read</div>
</div>
</td>
</tr>
</tbody>
</table>
<p>When you&#8217;re finished following up on it, you can unpin it. You can also tag individual articles in your feeds and share those tags with the Blogbridge community.</p>
<p>You can set Blogbridge to automatically mark an article read after a set period of time you have it selected, or you can right click the article and mark it read. You can also search through all of your feeds to find EXACTLY what you&#8217;re looking for.</p>
<p>You can quickly find your way through vast amounts of information by using Blogbridge to handle your feeds. Whether you want to use it in simple mode (where you just subscribe and read feeds without using the whiz bang features) or use it to the fullest&#8230;there are so many options that any voracious reader would be completely satisfied with its abilities.</p>
<p>The preferences and settings menu&#8217;s are robust and contain so many different features that I wouldn&#8217;t be able to go over them all here. Screenshots of the settings and preferences menu are posted below:</p>
<table style="width: 100%;" border="0" cellspacing="1" cellpadding="1">
<tbody>
<tr>
<td style="width: 33%;"><a class="serendipity_image_link" href="../../uploads/Reviews/bb/prefs/bb_openpreferences.png"><!-- s9ymdb:511 --><img style="border: 0px none; float: left; padding-left: 5px; padding-right: 5px;" src="../../uploads/Reviews/bb/prefs/bb_openpreferences.Thumbs.png" alt="" width="110" height="83" /></a></td>
<td style="width: 33%;"><a class="serendipity_image_link" href="../../uploads/Reviews/bb/prefs/bb_pref1stscreen.png"><!-- s9ymdb:512 --><img style="border: 0px none; float: left; padding-left: 5px; padding-right: 5px;" src="../../uploads/Reviews/bb/prefs/bb_pref1stscreen.Thumbs.png" alt="" width="98" height="110" /></a></td>
<td style="width: 33%;">
<div class="serendipity_imageComment_left" style="width: 98px;">
<div class="serendipity_imageComment_img"><a class="serendipity_image_link" href="../../uploads/Reviews/bb/settings/bb_advancedsettings.png"><!-- s9ymdb:522 --><img src="../../uploads/Reviews/bb/settings/bb_advancedsettings.Thumbs.png" alt="" width="98" height="110" /></a></div>
<div class="serendipity_imageComment_txt">Advanced</div>
</div>
</td>
</tr>
</tbody>
</table>
<p>I&#8217;ve found Blogbridge to be the complete package I need to navigate quickly through the hundreds<a class="serendipity_image_link" href="../../uploads/Reviews/bb/service/bb_loadvs.save.png"><!-- s9ymdb:517 --></a><a class="serendipity_image_link" href="../../uploads/Reviews/bb/service/bb_loadvs.save.png"><!-- s9ymdb:517 --></a> of feeds I subscribe to. I can quickly and easily sort through this mount of information using the handy filtering system that utilizes my keywords/tags. I can also keep my Blogbridge updated with my latest feeds and then synchronize these from anywhere in the world via the Blogbridge service. Using the stars rating system, I can keep track of Blogs and sites that I find interesting and worthy and I can use this to filter in or out articles and sites that I want to read first or don&#8217;t want to read at all.</p>
<p>I highly recommend that you give Blogbridge a try. If you use PCLinuxOS, you can install Blogbridge immediately by using synaptic or apt-get. For all others, check your distros repositories or visit Blogbridge&#8217;s <a href="http://www.blogbridge.com/downloads/blogbridge/" target="_blank">download page</a>.  Hope Blogbrigde works for you as well as it does for me!</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/blogbridge-simply-the-best-rss/" rel="bookmark">Blogbridge, Simply the Best RSS</a> originally appeared on <a href="http://linux-blog.org">Yet Another Linux Blog</a> on February 26, 2007.</p>
]]></content:encoded>
			<wfw:commentRss>http://linux-blog.org/blogbridge-simply-the-best-rss/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ClarkConnect &#8211; Enterprise Linux for Your Home</title>
		<link>http://linux-blog.org/clarkconnect-enterprise-linux-for-your-home/</link>
		<comments>http://linux-blog.org/clarkconnect-enterprise-linux-for-your-home/#comments</comments>
		<pubDate>Tue, 25 Jul 2006 12:07:00 +0000</pubDate>
		<dc:creator>devnet</dc:creator>
				<category><![CDATA[Distros]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[clarkconnect]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://linux-blog.org/word/clarkconnect-enterprise-linux-for-your-home/</guid>
		<description><![CDATA[Ever wonder how you could get a solid Security Enhanced Enterprise Grade Linux Router/Server with ftp, apache, traffic shaping, pop-up blocker, content filter, intrusion detection/prevention, and other nice handy tools that every robust server should have&#8230;and here&#8217;s the kicker&#8230;installed and running in about 30 minutes in your home? I know quite a few friends of [...]


Related posts:<ol><li><a href='http://linux-blog.org/foresight-and-fedora-clarkconnect-becomes-clearos/' rel='bookmark' title='Permanent Link: Foresight and Fedora, ClarkConnect Becomes ClearOS'>Foresight and Fedora, ClarkConnect Becomes ClearOS</a> <small>Foresight and Fedora (aka &#8220;boots, a fedora remix&#8221;) Last week...</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/Reviews/CC_logo.gif" alt="" width="190" height="70" />Ever wonder how you could get a solid Security Enhanced Enterprise Grade Linux Router/Server with ftp, apache, traffic shaping, pop-up blocker, content filter, intrusion detection/prevention, and other nice handy tools that every robust server should have&#8230;and here&#8217;s the kicker&#8230;<span style="text-decoration: underline;">installed and running in about 30 minutes</span> in your home?  I know quite a few friends of mine that went out and bought routers from brand names like Linksys, Dlink, and Netgear and then bragged about how cool their new router was (especially concerning &#8216;gaming routers&#8217;.  Good lord that&#8217;s a con).  I then showed them that their router was hackable within a few minutes because most of them didn&#8217;t change their default password.  It&#8217;s interesting also that their routers didn&#8217;t do a whole heckuva lot other than route traffic&#8230;without throttling or intrusion prevention/detection.  On those that were wireless&#8230;after some intense packet sniffing, I logged into their network and began surfing the web.</p>
<p><a></a><a></a><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><br />
The bottom line is&#8230;most routers, if not configured correctly and used to full potential, are wide open and provide only a few functions.  If you&#8217;re like me, this just won&#8217;t do.  To combat this in the past, I used to use Red Hat 7.2 on a PI 75Mhz like an appliance to provide DHCP addresses for the LAN and a tidy firewall via ipchains and later iptables. Now there is a Linux distro that is more robust, more organized, and much more dynamic than most Linux router/server configured systems and it provides MANY functions.  That distro is <a title="ClarkConnect, from Point Clark Networks" href="http://www.clarkconnect.com/" target="_blank">ClarkConnect</a>.  Today, I&#8217;m going to take a look at ClarkConnect 3.2 and show you how you can secure your network using its web interface and excellent administration tools.</p>
<p><span id="more-115"></span></p>
<p>ClarkConnect is based on CentOS 4.X and offers a very robust set of tools organized into easy to navigate administration pages. The administration pages are very similar to those that you would find with IPCOP and Smoothwall. However, ClarkConnect throws in extras such as the ability to use Samba and set it up as a PDC (Primary Domain Controller), 2 click updates, a caching dns server, a transparent proxy to speed up web surfing, a pop up blocker built into the proxy, dansguardian with blacklisting, online log viewer&#8230;there just is a list of features WAY to long to list here. So <a title="features" href="http://www.clarkconnect.com/info/features.php" target="_blank">I&#8217;ll </a><a href="http://www.clarkconnect.com/info/features.php">link to the features page</a> and you can read a few more things for yourself. Also, if you&#8217;re wondering Point Clark Network&#8217;s take on community and open source, please <a href="http://www.clarkconnect.com/community/whatsnew.php#freeversion" target="_blank">read this page</a>.  They&#8217;re committed to community AND open source.</p>
<p>I started using ClarkConnect at version 2.0. Back then, they used Red Hat Linux as their base. Today, they&#8217;ve ported over to CentOS packages&#8230;which are Red Hat Enterprise Linux binaries repackaged by the CentOS project. All in all, I&#8217;ve been <strong>extremely</strong> pleased with the performance and handy web interface ClarkConnect provides which enables me to monitor my home network from afar. One thing that truly impresses me is that the home version remains free and open source despite the rise in business that ClarkConnect is currently enjoying. The people at Point Clark networks have a strong sense of community and they are continuously helping in the forums. They are to be commended for keeping this version available to home users! Any problems you might have with CC can be and will be addressed in the <a title="CC Forums - Active and Helpful" href="http://www.clarkconnect.com/forums/ubbthreads.php" target="_blank">community forums</a>.  If you get lost or need to understand something better at anytime, please <a href="http://www.clarkconnect.com/help/userguide.php" target="_blank">check the userguides</a> at clarkconnect.com.  You can also download the <a href="http://www.clarkconnect.com/help/pdf/CC-Quickstart.pdf" target="_blank">Quickstart Guide</a> to get things rolling as well.</p>
<p>You can <a title="ClarkConnect Download Page" href="http://www.clarkconnect.com/downloads/" target="_blank">download</a> and burn the 3.2 Home version of ClarkConnect (or CC as it is commonly referred). When installing, you&#8217;ll be greeted by a variation of the old Red Hat Anaconda text installer. It&#8217;s relatively easy to follow and hardware detection is superb&#8230;although I&#8217;ve found some older computers (think 266Mhz <img src='http://linux-blog.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ) do have a bit of trouble with the newer kernel (2.6 branch). I&#8217;ll assume that you can get it installed and up and running. Please be advised that in order to route traffic on your LAN, you&#8217;ll need at least two Network Cards in the computer you&#8217;ll be installing ClarkConnect on (see <a href="http://www.clarkconnect.com/info/requirements.php" target="_blank">requirements</a>)&#8230;one for internal and one for external traffic. Please also be advised that if you do install ClarkConnect onto a computer, it will wipe the entire hard disk of all operating systems. After installing, point your browser in a computer on your LAN to the IP address you assigned CC during install (should be an internal IP address). So you&#8217;d point your browser to https://192.168.1.X:81. The port number 81 and https are important&#8230;81 isn&#8217;t a standard web port and https means this is a secure transaction of information.<a onclick="F1 = window.open('/uploads/Posts/cc1.jpg','Zoom','height=550,width=931,top=116.5,left=54,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes'); return false;" href="../../uploads/Posts/cc1.jpg"><img style="border: 0px none; float: right; padding-left: 5px; padding-right: 5px;" src="../../uploads/Posts/cc1.Thumbs.jpg" alt="" width="110" height="64" /></a></p>
<p>You should be greeted by the dashboard screen. &#8211;&gt;</p>
<p>The dashboard tells you what your two (or how ever many you have) interfaces are (LAN and External Internet, DMZ, whatever) as well as gives you the opportunity to set languages, set system time, and see a quick overview of current intrusion attempts. Navigating to other areas is a snap with the menu bar at the top of the screen.</p>
<p><span style="text-decoration: underline;"><strong>Updates</strong></span></p>
<p>First, let&#8217;s move over and update the system. To do this, we&#8217;ll have to register with Point Clark Networks (who develop ClarkConnect) using their built in registration. Registering gives you a dynamic domain name (yourname.pointclark.net but hey, it&#8217;s automatically configured and allows you remote access to your box from the outside world). You can also piece together other services should you decide to purchase them. Of course, since I use the home version, I choose<a class="serendipity_image_link" href="../../uploads/Posts/cc10.Jpg"><img style="border: 0px none; float: right; padding-left: 5px; padding-right: 5px;" src="../../uploads/Posts/cc10.Thumbs.Jpg" alt="" width="110" height="66" /></a> only the dynamic DNS service which is free so that I can connect from work to my box at home. So, back to updating the system. After you register, click on the sidebar item &#8220;Critical Updates&#8221;. Any updates that are critical to the system, including kernel patches, will update themselves here. To install the updates, turn off your popup blocker for this site, toggle the checkmarks, and click &#8220;go&#8221;. A window will pop up and show you apt-get progress. Close it when it states it is done. Feel free to browse other updates and install them at any time.</p>
<p>It&#8217;s important to note that all updates are pushed through this interface. This includes major updates to new versions as well. Updating to new versions is therefore extremely easy. The upcoming ClarkConnect 4.0 release is <a href="http://distrowatch.com/?newsid=03580#0" target="_blank">currently in beta</a> and ClarkConnect is looking to release this in the very near future. Look for some new packages including Horde Webmail, Kollab groupware, ClamAV, and others.</p>
<p>Another handy thing that ClarkConnect does is keep track of those patches you&#8217;ve installed (as long as you go through the services tab on this webconfig). You can also update via apt and the shell (soon to be yum with the next release 4.0)&#8230;I use putty to connect via SSH to the box and update from time to time. You can cycle through other updates as well and even see some of the handy community contributed modules. Install any you&#8217;d like and head to the various resources that clarkconnect has to get you started such as the <a href="http://www.clarkconnect.com/forums/ubbthreads.php" target="_blank">forums</a>, the <a title="Newbie Guide" href="http://newbie.valar.co.uk/" target="_blank">newbie guide</a>, and <a title="CC FAQ" href="http://ccfaq.valar.co.uk/" target="_blank">Ya-FAQ.</a></p>
<p><strong><span style="text-decoration: underline;">Users</span></strong><br />
<a class="serendipity_image_link" href="../../uploads/Posts/cc2.Jpg"><img style="border: 0px none; float: left; padding-left: 5px; padding-right: 5px;" src="../../uploads/Posts/cc2.Thumbs.Jpg" alt="" width="110" height="64" /></a>To take a look at the users present and to have control over whether or not your users have shell accounts available, etc. Head over to the users tab. Here you have ultimate control over all the users on your system. This makes it handy in situations where you&#8217;d like to setup a user for VPN but don&#8217;t want that user to have a shell account (for security reasons). I leave one user and make the password as complex as I possibly can. I also change the password about once every 3 months to keep things secure. Whatever your security policy is, the web interface makes things easy to administer and easy to use.</p>
<p><span style="text-decoration: underline;"><strong>Reports</strong></span></p>
<p><a class="serendipity_image_link" href="../../uploads/Posts/cc11.Jpg"><img style="border: 0px none; float: left; padding-left: 5px; padding-right: 5px;" src="../../uploads/Posts/cc11.Thumbs.Jpg" alt="" width="110" height="66" /></a></p>
<p>Now that we previously updated the system, let&#8217;s take a look at the overview of all hardware. Click on the reports tab and make sure &#8220;current status&#8221; is selected. This gives us a graphical overview of all hardware and current performance. As you can see from the screenshot, you don&#8217;t need a fast computer to power your ClarkConnect install (pictured is my emachines Celeron 900). I&#8217;ve had over 194 days of uptime with this current install of ClarkConnect (version 3.2). I don&#8217;t see any reason why it won&#8217;t continue other than a hardware fail. Overall, ClarkConnect is stable, secure, and the most handy server distro I&#8217;ve ever used. I trust it so much after using it these years as my main workhorse server that I&#8217;m prepping to start a side business installing and configuring ClarkConnect boxes for small businesses. Point Clark Networks is doing a great job helping small businesses have the functionality they need at an affordable price. Anyway, back to the review.<a class="serendipity_image_link" href="../../uploads/Posts/cc12.Jpg"><img style="border: 0px none; float: right; padding-left: 5px; padding-right: 5px;" src="../../uploads/Posts/cc12.Thumbs.Jpg" alt="" width="110" height="66" /></a></p>
<p>Back to the reports tab; In reports, you&#8217;ll be able to check out all the logs on your server. This makes reading logs less of a hassle and something you can do without cracking the shell.</p>
<p><span style="text-decoration: underline;"><strong>Services</strong></span></p>
<p><a class="serendipity_image_link" href="../../uploads/Posts/cc8.Jpg"><img style="border: 0px none; float: left; padding-left: 5px; padding-right: 5px;" src="../../uploads/Posts/cc8.Thumbs.Jpg" alt="" width="110" height="66" /></a>Click the services tab. In this view, we should be defaulted to &#8220;Running Services&#8221; which is the handiest page in the admin section. Here you will find a service listing of all the system services/software that can be toggled &#8220;on&#8221; the CC box. You can start, stop, enable at boot, or disable at boot any single service you see in this view. The color scheme will tell you what is enabled (Green) and what service is disabled (red). Take a look to make sure you have running what you need to have running&#8230;since CC defaults are safe, we can leave everything as it is or turn on whatever it is we need.</p>
<p><span style="text-decoration: underline;"><strong>Backups</strong></span></p>
<p><a class="serendipity_image_link" href="../../uploads/Posts/cc6.Jpg"><img style="border: 0px none; float: left; padding-left: 5px; padding-right: 5px;" src="../../uploads/Posts/cc6.Thumbs.Jpg" alt="" width="110" height="64" /></a>Next, let&#8217;s make a quick backup snapshot of all our settings. You can do this by staying in the services tab and clicking &#8220;backup/restore&#8221;. From there, you can backup all your settings in CC. This is handy if, like me, you&#8217;re thinking of starting a business. One click snapshots means less configuring. It also makes things nice if you are planning on reinstalling. You can take this backup snapshot you&#8217;re creating and upload it to a fresh install to restore settings. Please be advised though that this backup is configuration files only (in /etc and /usr) and only for CC default apps. If you install something else, CC won&#8217;t backup that install without hacking.</p>
<p><span style="text-decoration: underline;"><strong>Proxy Server</strong></span></p>
<p>How about setting up a transparent proxy server to speed up your web browsing? Point Clark and CC have you covered in a couple of point-clicks. Head over to the Software tab. Select &#8220;Web Proxy&#8221; on the left side menu. From there, select the proxy to auto start if you&#8217;d like it to<a class="serendipity_image_link" href="../../uploads/Reviews/webproxycc.Jpg"><img style="border: 0px none; float: right; padding-left: 5px; padding-right: 5px;" src="../../uploads/Reviews/webproxycc.Thumbs.Jpg" alt="" width="110" height="71" /></a> start at boot, then select to start the service. You can setup cache space, enable download size limits, and set maximum object size. Let&#8217;s set all to defaults for now&#8230;just make sure that if you plan on downloading larger files to set the maximum download file size to Unlimited. Also, if you want to use content filtering along with our transparent proxy, select &#8220;transparent + content filter&#8221; in the selection box titled &#8220;Transparent Mode.&#8221; You can clear your proxy out anytime by selecting &#8220;Reset Cache.&#8221;</p>
<p><span style="text-decoration: underline;"><strong>Pop-Up Blocker</strong></span></p>
<p><a class="serendipity_image_link" href="../../uploads/Reviews/bannerpopcc.Jpg"><img style="border: 0px none; float: left; padding-left: 5px; padding-right: 5px;" src="../../uploads/Reviews/bannerpopcc.Thumbs.Jpg" alt="" width="110" height="71" /></a>Now that you have the web proxy setup, let&#8217;s put the pop-up blocker on and look at content filtering. Select &#8220;Banner/Pop-up Blocker&#8221; from the menu on the right. Start it up by clicking on the links (Autostart if you choose). That&#8217;s it! Pretty simple eh? Let&#8217;s move over to content filtering. Click on &#8220;Content Filter&#8221; on the left side menu.</p>
<p><span style="text-decoration: underline;"><strong>Content Filter</strong></span></p>
<p><a class="serendipity_image_link" href="../../uploads/Posts/cc14.Jpg"><img style="border: 0px none; float: left; padding-left: 5px; padding-right: 5px;" src="../../uploads/Posts/cc14.Thumbs.Jpg" alt="" width="110" height="66" /></a>Now CC will automatically update your blacklists for content management for you.  However, you&#8217;ll have to <a title="Update Basic to Personal @ $80" href="http://www.clarkconnect.com/buy/" target="_blank">upgrade to one of the service levels</a> to do so. Since I&#8217;m a home user and someone who&#8217;s run DansGuardian (the content filter system they use) for quite some time&#8230;I do my updates manually and pass on the upgrade in service. Point Clark networks has no problem with this, they simply have this in place to cater to their business clients to provide no-hassle management of their servers. Let&#8217;s get our update in place. Head over to the folks at URLBlacklist.com, specifically their <a title="Downloads Section" href="http://urlblacklist.com/?sec=download" target="_blank">download section</a>.  Download the bigblacklist.tar.gz.  This is a <span style="text-decoration: underline;">one time free</span> download for personal use.  This is an up to date blacklisting that we can drop into our dansguardian<a class="serendipity_image_link" href="../../uploads/Reviews/dansguardcc.Jpg"><img style="border: 0px none; float: right; padding-left: 5px; padding-right: 5px;" src="../../uploads/Reviews/dansguardcc.Thumbs.Jpg" alt="" width="110" height="46" /></a> directory to make sure that it is running with the latest and greatest. Drop all the contents of bigblacklist.tar.gz inside the /etc/dansguardian/blacklists directory. Remember, you will need to either purchase a subscription through dansguardian, urlblacklist.com, or go with purchasing the personal gateway service through clarkconnect to have a completely updated dansguardian blacklist. I&#8217;ve found that I don&#8217;t really need an up to date box&#8230;it does quite nicely on it&#8217;s own and I can add and remove sites as I see fit. Plus, you can do well to check out <a href="http://isak.gplindustries.com/wiki/Dmozlists" target="_blank">dmoz and their urlblacklists</a> for squidguard which translate nicely into dansguardian (for advanced users only). You can enable dansguardian with a couple of clicks and set options for it on the Software Tab &gt;&gt; Content Filtering Menu.</p>
<p><span style="text-decoration: underline;"><strong>Network</strong></span></p>
<p><a class="serendipity_image_link" href="../../uploads/Reviews/softwarecc.Jpg"><img style="border: 0px none; float: left; padding-left: 5px; padding-right: 5px;" src="../../uploads/Reviews/softwarecc.Thumbs.Jpg" alt="" width="33" height="110" /></a>Now that we&#8217;ve seen some of the wizbang features built into ClarkConnect, let&#8217;s take a look at the rest of the tabs. You can see from the screenshot to the left of this paragraph that there is plenty other software that you can configure in CC, but let&#8217;s move over to the<a class="serendipity_image_link" href="../../uploads/Posts/cc5.Jpg"><img style="border: 0px none; float: right; padding-left: 5px; padding-right: 5px;" src="../../uploads/Posts/cc5.Thumbs.Jpg" alt="" width="110" height="64" /></a> other tabs to show you just what you can control using the web interface. Click on the &#8220;Network&#8221; tab. ClarkConnect can operate in gateway mode (which is &#8216;router&#8217; style mode with ipmasquerading, etc.), DMZ mode if you want to have a DMZ (demilitarized zone), standalone with firewall, and standalone without firewall. You can set these anytime you&#8217;d like to and control all of your network interfaces here. You can also go straight to DHCP configuration which will allow your CC box to give computers connected behind it a network address.</p>
<p><a class="serendipity_image_link" href="../../uploads/Posts/cc4.Jpg"><img style="border: 0px none; float: left; padding-left: 5px; padding-right: 5px;" src="../../uploads/Posts/cc4.Thumbs.Jpg" alt="" width="110" height="64" /></a>One thing that is a definitive plus for CC is the firewall manager. You can control incoming, outgoing, and port forwarding all from the web interface. I specifically like the group manager. Why? Because it is handy if I want to use torrents, I setup a group to open up ports 10000-60000 and forward to my desktop behind my CC box. When I&#8217;m done, I turn it off by disabling that group of rules. Handy eh?</p>
<p><span style="text-decoration: underline;"><strong>Intrusion Detection/Prevention</strong></span></p>
<p>Also contained in the network tab is intrusion detection and intrusion prevention. I enable both of these but will enter into the intrusion prevention exempt list my work IP address and all the addresses of my LAN. That way I don&#8217;t have my CC box thinking that I&#8217;m trying to break in and dropping my connections to it as I test things or connect to it using various<a class="serendipity_image_link" href="../../uploads/Reviews/IntrusDetectReportCC.Jpg"><img style="border: 0px none; float: right; padding-left: 5px; padding-right: 5px;" src="../../uploads/Reviews/IntrusDetectReportCC.Thumbs.Jpg" alt="" width="110" height="98" /></a> methods (ftp, ssh, web, vpn, etc). Intrusion detection rules can be updated through Point Clark Networks by upgrading to gateway service level to <a href="http://www.clarkconnect.com/buy/" target="_blank">SOHO</a> which is around $10 USD a month. I just enable mine and let it go <img src='http://linux-blog.org/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> . Seems to do a fine job using the default rules and as long as I keep a watchful eye on my firewall rules, I&#8217;m just as safe as if I had a Security Enhanced Linux Fedora box running things. To read your intrusion detection and prevention logs, head over to your reports tab and then select the appropriate area on the left.</p>
<p><span style="text-decoration: underline;"><strong>Bandwidth Management</strong></span></p>
<p>One other area of interest here in the network tab is bandwidth management. Select &#8220;Bandwidth&#8221; from the left menu area. In this menu, you can enter in upload and download limits for bandwidth and take control of your network. Very handy if you have a multiple computer LAN and a teenager that downloads EVERYTHING. Play around with the settings and when you&#8217;re satisfied, let&#8217;s cinch things up with samba, ftp, and webserver.</p>
<p><span style="text-decoration: underline;"><strong>Samba</strong></span></p>
<p>CC comes ready to operate as a PDC (Primary Domain Controller) for your LAN. If you only operate a small LAN (1-2 computers) having a PDC is really for bragging rights only. Instead, you might want to configure your samba shares using CC&#8217;s handy web interface. Head over to the &#8220;Software&#8221; tab and click &#8220;Windows File Sharing&#8221;. ClarkConnect has common shares already in place for you. You can enable these or disable them. You can even add your own. It&#8217;s up to you. Starting samba is once again just a point click away. There is also an advanced setup option for those of you who are a bit more experienced with samba.</p>
<p>Personally, I don&#8217;t use the samba interface from ClarkConnect. I instead use Network Attached Storage which automatically is detected on my network by all my desktops (easy as connecting to another PC) so I haven&#8217;t found the need to implement samba on my CC box. In the future, when I expand to include a computer for my son, I will implement a PDC with roaming profiles so that all settings are backed up to ClarkConnect. Thus, if a computer fails, I still have all settings saved server side.</p>
<p>We&#8217;ve covered a varying amount of information in this review and I won&#8217;t cover everything that CC has to offer either. But two other areas I wanted to discuss was ftp and webserver. CC uses proftp for their ftp server and apache 2 for their webserver. One thing I&#8217;ve found of value for the webserver (which I&#8217;ll discuss first) is their virtual host creator.</p>
<p><span style="text-decoration: underline;"><strong>FTP and Webserver</strong></span></p>
<p><a class="serendipity_image_link" href="../../uploads/Reviews/Webserver.Jpg"><img style="border: 0px none; float: left; padding-left: 5px; padding-right: 5px;" src="../../uploads/Reviews/Webserver.Thumbs.Jpg" alt="" width="110" height="86" /></a>The webserver interface is handy. Very handy. You can enable SSL for Apache by toggling a setting. You can setup a virtual host by typing in the webaddress. Dead easy. I&#8217;ve found that setting up virtual hosts via this interface is better than doing so through webmin because it configures all defaults for you a bit better than webmin does. No idea why, but I&#8217;ve had trouble with webmin in the past with vhosts. I usually create a vhost with CC on their web server interface&#8230;such as linuxblog.sytes.net shown in the picture. This was my old blog location when I hosted it at home (2004 with CC 2.2 I think). I now have a virtual host setup so that all requests for linuxblog.sytes.net go through my CC box&#8230;I&#8217;ve written a rewrite rule to forward all traffic from the old blog to this current blog. Handy and easy with ClarkConnect. Like I said, I create the vhosts with CC and then hand them off to webmin for more detailed configuration. It&#8217;s important to note that you can install webmin through your &#8220;services&#8221; tab.</p>
<p>If you notice in the picture in the previous paragraph, I have linuxblog.sytes.net as a virtual host.  I use the no-ip service <a href="../../index.php?/archives/158-Host-Your-Own-Domain-and-Webserver-using-Apache.html" target="_blank">I previously blogged about</a> to register this name. If you plugin the topic to that article with a ClarkConnect install&#8230;you can see that they&#8217;d be a fine fit together and that you can have your own webserver running in a matter of minutes. Put that together with Gallery, which CC is bundled with, and you&#8217;ve got yourself a family photo album!</p>
<p><a class="serendipity_image_link" href="../../uploads/Reviews/ftpserver.Jpg"><img style="border: 0px none; float: left; padding-left: 5px; padding-right: 5px;" src="../../uploads/Reviews/ftpserver.Thumbs.Jpg" alt="" width="110" height="86" /></a>Lastly, let&#8217;s look at the ftp server in CC. Click on the &#8220;Software&#8221; tab and then select &#8220;ftp server&#8221; from the menu on the left. You are a few clicks away from having a fully operational ftp server. Change the details you&#8217;d like to using the form provided by the web interface, then click to start and autostart the service. By default, CC shares /var/ftp. It is also open to anonymous connections. You&#8217;ll have to edit /etc/proftpd.conf to your liking to get your ftp server up and operational for other directories and users. Please see the <a href="http://www.proftpd.org/" target="_blank">proftp homepage</a> for more details.</p>
<p><span style="text-decoration: underline;"><strong>Summary</strong></span></p>
<p>We&#8217;ve taken a semi-detailed look at ClarkConnect Home Edition 3.2 and how you can benefit both from the vast amount of software/programs already enabled on it and the ability to have an up and running router/server in as little as 30 minutes. Combine this with <a href="../../index.php?/archives/158-Host-Your-Own-Domain-and-Webserver-using-Apache.html" target="_blank">my previous article on using a no-ip domain</a> and there isn&#8217;t any reason why you shouldn&#8217;t be able to show off a gallery or ftp server to your friends and relatives. If you have any problems, please head over to the <a href="http://www.clarkconnect.com/forums/ubbthreads.php" target="_blank">ClarkConnect forums</a> and ask&#8230;but not before using their search tool to see if the topic has been covered. As previously stated, there are two websites you can also connect to <a href="http://ccfaq.valar.co.uk/" target="_blank">Ya-FAQ</a> and the <a href="http://newbie.valar.co.uk/" target="_blank">Newbie Portal</a>.  These two sites can provide you with good info as well as How-Tos made by the community.</p>
<p>I&#8217;d also like to take the time to let everyone know that I am in NO WAY being compensated for this article. I&#8217;ve used the software for quite some time and felt that I might be able to repay the people at Point Clark Networks by giving them props through this review. Whenever a new user is looking for a quick server oriented distribution, I always point them to ClarkConnect. In my opinion, it is the best distro out there to have for your home LAN. Hopefully, you&#8217;ll give it a test drive and come to the same conclusion.<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>Related posts:<ol><li><a href='http://linux-blog.org/foresight-and-fedora-clarkconnect-becomes-clearos/' rel='bookmark' title='Permanent Link: Foresight and Fedora, ClarkConnect Becomes ClearOS'>Foresight and Fedora, ClarkConnect Becomes ClearOS</a> <small>Foresight and Fedora (aka &#8220;boots, a fedora remix&#8221;) Last week...</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/clarkconnect-enterprise-linux-for-your-home/" rel="bookmark">ClarkConnect &#8211; Enterprise Linux for Your Home</a> originally appeared on <a href="http://linux-blog.org">Yet Another Linux Blog</a> on July 25, 2006.</p>
]]></content:encoded>
			<wfw:commentRss>http://linux-blog.org/clarkconnect-enterprise-linux-for-your-home/feed/</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
		<item>
		<title>Enlightenment 17 Review</title>
		<link>http://linux-blog.org/enlightenment-17-review/</link>
		<comments>http://linux-blog.org/enlightenment-17-review/#comments</comments>
		<pubDate>Mon, 22 Aug 2005 20:45:00 +0000</pubDate>
		<dc:creator>misunderstruck</dc:creator>
				<category><![CDATA[Guest Editors]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[e17]]></category>
		<category><![CDATA[enlightenment]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[window manager]]></category>

		<guid isPermaLink="false">http://linux-blog.org/word/enlightenment-17-review/</guid>
		<description><![CDATA[My first Linux experiences came through Knoppix and Mandrake, which send you to the KDE desktop by default. I used KDE at first, but I wanted to experiment with other less Windowsesque environments. The first one I installed was Enlightenment 16, which I must confess I had first heard of in Neal Stephenson&#8217;s essay &#8220;In [...]


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><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 style="margin-bottom: 0in;">My first Linux experiences came through <a title="Knoppix Homepage" href="http://www.knoppix.org/" target="_blank">Knoppix</a> and <a title="Mandrake now Mandriva Linux" href="http://mandriva.com/" target="_blank">Mandrake</a>, which send you to the KDE desktop by default. I used KDE at first, but I wanted to experiment with other less Windowsesque environments. The first one I installed was Enlightenment 16, which I must confess I had first heard of in Neal Stephenson&#8217;s essay &#8220;<a title="The Article" href="http://www.cryptonomicon.com/beginning.html" target="_blank">In The Beginning There Was the Command Line</a>.” In that essay he said Enlightenment &#8220;may be the hippest single technology product I have ever seen&#8221; and that &#8220;it looks amazingly cool.&#8221; Since these sentiments were written in 1999, plenty of rivals have emerged for the title of “hippest tech.”</p>
<p style="margin-bottom: 0in;">Once I had <a title="Enlightenment Homepage" href="http://www.enlightenment.org/" target="_blank">Enlightenment</a> installed on my laptop there was no going back. I tried out a few other window managers, but the efficiency of E16 was hard to beat. My only complaints were that Enlightenment seemed a bit short on conveniences such as launchers, so I ended up running GNOME stripped down to one panel and the main menu with E16 as the window manager. Meanwhile, I read the descriptions of the new &#8220;desktop shell&#8221; that the Enlightenment crew was working on, dubbed <a title="DR17 on Enlightenment.org" href="http://www.enlightenment.org/" target="_blank">Enlightenment DR17</a> (or E17, as I&#8217;ll refer to it from here on) and thought it sounded like exactly what I wanted.</p>
<p style="margin-bottom: 0in;"><a href="http://linux-blog.org/uploads/desktoptreebg.png"><img style="border: 0px none ; padding-right: 5px; padding-left: 5px; float: left;" src="http://linux-blog.org/uploads/desktoptreebg.Thumbs.png" border="0" alt="" hspace="0" width="110" height="83" align="right" /></a>I should mention that &#8220;window manager&#8221; isn&#8217;t quite the right term for E17. The developers call it a desktop shell, intending it to fill in the space between a simple window manager like the original Enlightenment and a full-featured desktop environment like GNOME. In other words, they were setting out to create a desktop not unlike my own E16/GNOME hybrid. In this respect it does not disappoint.</p>
<p>In creating E17 the Enlightenment crew have created a set of shared libraries (the Enlightenment Foundation Libraries) with the goal of building a complete set of applications to<a href="http://linux-blog.org/uploads/e17sky.png"><img style="border: 0px none ; padding-right: 5px; padding-left: 5px; float: left;" src="http://linux-blog.org/uploads/e17sky.Thumbs.png" alt="" width="110" height="83" /></a> create an integrated environment where all files and programs are readily available that remains fast and non-resource-intensive. Essentially, E17 breaks down a desktop environment into its essential components (window manager, file manager, launcher, main menu, etc.) and offers them as a completely customizable package, where the user chooses which elements to use at any time.</p>
<p><strong><span style="text-decoration: underline;">Early Impressions</span></strong></p>
<p style="margin-bottom: 0in;"><a href="http://linux-blog.org/uploads/desktopmilktheme.png"><img style="border: 0px none ; padding-right: 5px; padding-left: 5px; float: right;" src="http://linux-blog.org/uploads/desktopmilktheme.Thumbs.png" border="0" alt="" hspace="0" width="110" height="83" /></a>When I started using E17 back in early May, I had already been a regular user of E16 for a while. My first impressions were that E17 sported some neat features, but configuring the menus (by making all those damn eapp files, E17&#8242;s special icon format &#8212; read on for more details) was a hassle, plus E17 was missing many of the small features, such as edge-flipping or icon boxes, that I liked in E16. But I stuck</p>
<div class="serendipity_imageComment_left" style="width: 110px;">
<div class="serendipity_imageComment_img"><a href="http://linux-blog.org/uploads/exige.png"><img src="http://linux-blog.org/uploads/exige.Thumbs.png" alt="" width="110" height="44" /></a></div>
<div class="serendipity_imageComment_txt">run command</div>
</div>
<p>with it, updating it on a regular basis and reading the continually updated user guide at <a title="Get-E.org - E17 user resources" href="http://www.get-e.org/">Get-E.org</a>, and usability has steadily increased. Also, a number of the features I had been missing were added (like</p>
<div class="serendipity_imageComment_right" style="width: 110px;">
<div class="serendipity_imageComment_img"><a href="http://linux-blog.org/uploads/winlist.png"><img src="http://linux-blog.org/uploads/winlist.Thumbs.png" alt="" width="110" height="91" /></a></div>
<div class="serendipity_imageComment_txt">window list</div>
</div>
<p>edge-flipping) or had been there all along (turns out there is an icon box module called ibox, which is disabled by default). A graphical eap creator and other additions like a run command, alt-tab window switching (complete with a well designed display) and, for those who use sloppy or mouse focus, automatic placement of the cursor in the newly selected window have improved general usability.<br />
<span id="more-99"></span></p>
<p><span style="text-decoration: underline;"><strong>Peeves</strong></span></p>
<p>One functional feature of E16 I still miss is using middle-clicks to shade windows. I made an attempt at setting this mouse binding in E17, though what happened was middle-clicking anywhere in the window (as opposed to directly on the titlebar) would shade it, which is problematic when, say, browsing in Firefox and trying to open links in new tabs by middle clicking.</p>
<p>Naturally I wasn&#8217;t expecting everything to work perfectly &#8212; even the splash screen advises &#8220;This is development code &#8212; be warned!&#8221; But to paraphrase someone from another forum, E17 is more stable than your average development window manager.</p>
<p>One early issue I had was Firefox behaving strangely with sloppy focus, the default setting. The titlebar would flash in time with my typing, I would lose all of my Firefox-specific keyboard shortcuts, and there would be no auto completion in the URL bar. Perhaps one of the many &#8220;minor bugfixes&#8221; one reads about in CVS logs took care of it. Another recently remedied problem was the inability to open menus in applications run under WINE. Another curious effect with WINE programs is that any Windows apps opened with WINE (or CrossOver) have the same window-class, which is how Enlightenment chooses what eap icon it uses to represent the app in the taskbar, pager, and window list. While you can set up different eaps with unique icons for each application (useful for the menu), they will all appear with the same icon in the pager (not so useful). Annoying, though likely not a deal breaker for most users.</p>
<p>Other minor annoyances:</p>
<ul>
<li>no easy configuration of module appearance</li>
<li>click-to-raise only works on titlebar under mouse/sloppy focus, while click-to-focus works anywhere in the window.</li>
</ul>
<p><strong><span style="text-decoration: underline;">Good Things</span></strong></p>
<div class="serendipity_imageComment_left" style="width: 110px;">
<div class="serendipity_imageComment_img"><a href="../../uploads/evidenceshelf.png"><img src="../../uploads/evidenceshelf.Thumbs.png" alt="" width="110" height="83" /></a></div>
<div class="serendipity_imageComment_txt">Evidence in icon view with shelf displayed</div>
</div>
<p>I remember someone writing that one of the biggest considerations in your choice of an OS or window manager was answering the question, &#8220;Does this help you get your work done?&#8221; For a short time last month I switched back to Fluxbox, as I found minor things like focus issues distracting while trying to work. But while writing this review, I&#8217;ve found that those minor issues are either fixed or there are workarounds, and E17 has become my standard desktop again. I recently loaded up E16 on the home computer and was struck by how inelegant it is compared to E17.<br />
And so I have stayed with the new Enlightenment. Bugs are fixed, people are creating new themes and icon sets, the <a title="E17 User Guide" href="http://www0.get-e.org/E17_User_Guide/English/_pages/2.1.html" target="_blank">user guide at Get-E</a> is becoming ever more detailed, and of course, since this is Linux, there are plenty of opportunities for users to join in and make the damn thing better still.</p>
<p style="margin-bottom: 0in;"><span style="text-decoration: underline;"><strong>Installation</strong></span></p>
<p>As far as installation goes, you can manually configure, compile, and install following the directions at <a href="http://enlightenment.freedesktop.org/">Enlightenment.freedesktop.org</a>, or you can avail yourself of a few less labor intensive options. Packages are available for <a title="E17 packages for Debian" href="http://shadoi.soulmachine.net/">Debian</a>, rpms for <a title="E17 rpm repository" href="http://sps.nus.edu.sg/%7Edidierbe">Fedora</a>, and ebuilds (both snapshots and CVS) in portage for Gentoo. More information on installation can be found <a title="Get-E installation help" href="http://www.get-e.org/User_Guide/English/_pages/2.html">here</a>. I use both the Fedora rpms and Gentoo ebuilds (from CVS). At the rate E17 is updated, last month&#8217;s version is already rustic. I tend to update it every other week. Thus far, I have had no upgrades leave me with an unstable or unusable E17.</p>
<p><span style="text-decoration: underline;"><strong>The Strange and Wondrous World of the EAP</strong></span></p>
<p>The only major hurdle facing a new user of E17 is the creation of eap files, which are essentially small files consisting of an icon plus basic information about a program,</p>
<div class="serendipity_imageComment_right" style="width: 110px;">
<div class="serendipity_imageComment_img"><a href="../../uploads/ibar.png"><img src="../../uploads/ibar.Thumbs.png" alt="" width="110" height="7" /></a></div>
<div class="serendipity_imageComment_txt">The ibar launcher</div>
</div>
<p>including its name and executable. In a desktop environment like GNOME, you create launchers on the panel by choosing an icon and entering the program&#8217;s name and executable in the launcher</p>
<div class="serendipity_imageComment_left" style="width: 110px;">
<div class="serendipity_imageComment_img"><a href="../../uploads/eapedit.png"><img src="../../uploads/eapedit.Thumbs.png" alt="" width="110" height="108" /></a></div>
<div class="serendipity_imageComment_txt">eap editor</div>
</div>
<p>Fortunately, it is easily done with an included script or using a guicreation tool. Creating an eap is a similar process, but newly created eaps are stored for Enlightenment to use in the menus, launchers, icon boxes, taskbars, and pagers. Though a few eaps</p>
<div class="serendipity_imageComment_right" style="width: 78px;">
<div class="serendipity_imageComment_img"><a href="../../uploads/entangle.png"><img src="../../uploads/entangle.Thumbs.png" alt="" width="78" height="110" /></a></div>
<div class="serendipity_imageComment_txt">menu editor</div>
</div>
<p>are included in the basic installation, you will want to create more. included in the e_utils package. Ideally, you should only have to build a set of eaps once, plus a number of prebuilt eap collections are available online at <a href="http://www4.get-e.org/" target="_blank">www.get-e.org</a>. You then organize menus and launchers by editing text files or using the graphical tool Entangle.</p>
<div class="serendipity_imageComment_left" style="width: 110px;">
<div class="serendipity_imageComment_img"><a href="../../uploads/emblem.png"><img src="../../uploads/emblem.Thumbs.png" alt="" width="110" height="77" /></a></div>
<div class="serendipity_imageComment_txt">background chooser</div>
</div>
<p><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><br />
Additional configuration is done with the main menu , the background chooser Emblem or the command line tool enlightenment_remote, which is by far the most powerful of the configuration tools available in E17. With it you can set backgrounds, themes, focus policy, virtual desktops, modules,<a href="../../uploads/mainmenu.png"><img style="border: 0px none; padding-right: 5px; padding-left: 5px; float: right;" src="../../uploads/mainmenu.Thumbs.png" alt="" width="59" height="110" /></a> mouse button bindings, key bindings, fonts, menu display speeds, edge-flipping, and more. Graphical tools for key bindings, background creation, and general configuration are all on the TODO list, along with items like desktop icons, tabbed windows, and other monitor modules, so there are plenty of opportunities for coders looking to get involved.</p>
<p>Themes and backgrounds also have their own unique file format that allows a file to include multiple images and scripts, which makes some fun effects possible, such as title bar animation during focus changes, light effects in backgrounds and full-screen animations. A number of themes and backgrounds are available at <a title="E17 themes" href="http://www.get-e.org/Themes/E17/index.html">www.get-e.org</a>. Static backgrounds can be generated from any normal image file.</p>
<p>The following is a short flash video demonstrating a few of the animated backgrounds available, as well as one of the desktop switching animations.<br />
(<a href="../../flash/backgrounds.html" target="_blank">Go Watch the Background Video!</a>)</p>
<p><a href="../../uploads/confupgrade.png"><img style="border: 0px none; padding-right: 5px; padding-left: 5px; float: left;" src="../../uploads/confupgrade.Thumbs.png" alt="" width="110" height="72" /></a>The one nasty little surprise that often awaits a user after an upgrade that is your configuration is reset. What this means is that your module, theme, background, and key binding settings are all lost, though these can be easily restored by writing a simple script. Also, as development progresses, E has become better at remembering some settings (menus, weather url, module placement, startup programs, etc.), which makes for less work to restore your desktop. Eap files, menus, and launcher configurations are not affected by updates.</p>
<p><span style="text-decoration: underline;"><strong>Modules</strong></span></p>
<p>A central feature of the E17 desktop is the collection of modules which can be added or removed as the user wishes, allowing Enlightenment to be as light or heavy as one desires. Currently there are 16 official modules available, ranging from the useful (pager, launch bar) to the informative (cpu/memory monitor, weather) to eye candy (dropshadow, flame, snow). Discovering the modules was a bit of an adventure, as there was no obvious way to list all available choices, only the loaded ones. (By the way, you can find all the available modules &#8211; in Gentoo anyway &#8211; by looking in /usr/lib/enlightenment/modules/ and /usr/lib/enlightenment/modules_extra/)</p>
<p>The following three flash videos show off the various modules in use:</p>
<ul>
<li><a title="Basic modules" href="../../flash/modules.html" target="_blank">Basic modules</a></li>
<li><a title="Flame module" href="../../flash/flame.html" target="_blank">Flame</a></li>
<li><a href="../../flash/snow.html" target="_blank">Snow</a></li>
</ul>
<p><span style="text-decoration: underline;"><strong>Evidence</strong></span></p>
<div class="serendipity_imageComment_left" style="width: 110px;">
<div class="serendipity_imageComment_img"><a href="../../uploads/evidenceicon.png"><img src="../../uploads/evidenceicon.Thumbs.png" alt="" width="110" height="76" /></a></div>
<div class="serendipity_imageComment_txt">icon view</div>
</div>
<p>Another new EFL application, though not actually a part of E17, but deserving of</p>
<div class="serendipity_imageComment_right" style="width: 110px;">
<div class="serendipity_imageComment_img"><a href="../../uploads/evidencebrowser.png"><img src="../../uploads/evidencebrowser.Thumbs.png" alt="" width="110" height="73" /></a></div>
<div class="serendipity_imageComment_txt">browser view</div>
</div>
<p>special mention is Evidence, essentially an graphical file browser, though a bit more flexible than say, Nautilus. It offers a choice of views (icon, browser, or tree), customizable context menus, and a command shell. The context menu includes options for various file types, such as opening image files in Entice (the E17 image viewer) or editing ID3 tags on mp3 files. Also, you can use the shelf (a frame at the bottom of the main window) to store often used files or application launchers. Evidence can also be used to draw the desktop.</p>
<div class="serendipity_imageComment_left" style="width: 110px;">
<div class="serendipity_imageComment_img"><a href="../../uploads/evidencetree.png"><img src="../../uploads/evidencetree.Thumbs.png" alt="" width="110" height="73" /></a></div>
<div class="serendipity_imageComment_txt">tree view</div>
</div>
<p>Personally, this is one of my favorite new applications, even though I have yet to</p>
<div class="serendipity_imageComment_right" style="width: 110px;">
<div class="serendipity_imageComment_img"><a href="../../uploads/evidencecommand.png"><img src="../../uploads/evidencecommand.Thumbs.png" alt="" width="110" height="81" /></a></div>
<div class="serendipity_imageComment_txt">command shell</div>
</div>
<p>master half of what it can do. The command shell combined with the icon view gives me what feels like the best of both the terminal (powerful commands like cp and mv) and graphical file managers (excellent visual organization). There are little tricks to be learned (like using the full path of a file name in shell commands &#8212; tab completion can be used for this), and occasional bugs (like the vanishing configuration window), but considering that Evidence has become</p>
<div class="serendipity_imageComment_right" style="width: 92px;">
<div class="serendipity_imageComment_img"><a href="../../uploads/mp3tag.png"><img src="../../uploads/mp3tag.Thumbs.png" alt="" width="92" height="110" /></a></div>
<div class="serendipity_imageComment_txt">editing mp3 tags</div>
</div>
<p>remarkably more stable and functional in the past month alone, I foresee this become my full time file manager.<br />
You can use Evidence in any window manager. Visit the <a href="http://evidence.sourceforge.net/">Evidence home page</a> for more information.</p>
<p><span style="text-decoration: underline;"><strong>Engage and Other Applications</strong></span></p>
<p>Possibly the most popular of the new EFL applications, or at least the one asked about most frequently on various forums, Engage is a combination app launch bar, taskbar, and system tray similar to the dock in Mac&#8217;s OS X. Engage is available in two different forms: a standalone form which can be used with any window manager or a module form for use with E17. The standalone version is a bit more robust and configurable than the module form, but I have been using Engage in place of the iBar launcher recently without any troubles, and having the system tray available was quite useful in creating the Wink movies for this review.</p>
<div class="serendipity_imageComment_left" style="width: 110px;">
<div class="serendipity_imageComment_img"><a href="../../uploads/entice2.png"><img src="../../uploads/entice2.Thumbs.png" alt="" width="110" height="76" /></a></div>
<div class="serendipity_imageComment_txt">Entice</div>
</div>
<p>A number of other applications are being developed as well. Equate is a simple, themeable calculator, Entice is an excellent image viewer that allows for zooming and slide shows, Elation is a bare-bones media player, and Eclair is a music player with playlist support, similar to XMMS. Though these new EFL apps are worth keeping an eye on as development progresses, Entice is the only one I use on a regular basis.</p>
<p>On the whole, I am very happy with the new Enlightenment. On their homepage (<a href="http://www.enlightenment.org/">www.enlightenment.org</a>), the Enlightenment team states &#8220;We believe your desktop should not be an eyesore. It should be functional AND beautiful.&#8221; They are doing well on both fronts.</p>
<p><span style="font-size: large;">Misunderstruck</span><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/enlightenment-17-review/" rel="bookmark">Enlightenment 17 Review</a> originally appeared on <a href="http://linux-blog.org">Yet Another Linux Blog</a> on August 22, 2005.</p>
]]></content:encoded>
			<wfw:commentRss>http://linux-blog.org/enlightenment-17-review/feed/</wfw:commentRss>
		<slash:comments>52</slash:comments>
		</item>
		<item>
		<title>Experiment Revisited:  Fedora Core 4</title>
		<link>http://linux-blog.org/experiment-revisited-fedora-core-4/</link>
		<comments>http://linux-blog.org/experiment-revisited-fedora-core-4/#comments</comments>
		<pubDate>Sat, 23 Jul 2005 23:36:00 +0000</pubDate>
		<dc:creator>devnet</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Experiment]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[new user]]></category>

		<guid isPermaLink="false">http://linux-blog.org/word/experiment-revisited-fedora-core-4/</guid>
		<description><![CDATA[During the next few weeks, I&#8217;ll be quietly revisiting all of the distros that we included in our experiment; Ubuntu, Fedora, Mandrake (now Mandriva), MEPIS, and PCLinuxOS. I decided to go ahead and install each distro (current version) and re-orient myself and discuss what Mrs.Devnet liked and what she didn&#8217;t like about each one and [...]


Related posts:<ol><li><a href='http://linux-blog.org/clarification-on-foresight-and-fedora/' rel='bookmark' title='Permanent Link: Clarification on Foresight and Fedora'>Clarification on Foresight and Fedora</a> <small>I previously wrote about a possible &#8220;rebasing&#8221; of Foresight Linux...</small></li>
<li><a href='http://linux-blog.org/foresight-and-fedora-clarkconnect-becomes-clearos/' rel='bookmark' title='Permanent Link: Foresight and Fedora, ClarkConnect Becomes ClearOS'>Foresight and Fedora, ClarkConnect Becomes ClearOS</a> <small>Foresight and Fedora (aka &#8220;boots, a fedora remix&#8221;) Last week...</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/Distros/fedora.Thumbs.png" alt="" width="90" height="82" />During the next few weeks, I&#8217;ll be quietly revisiting all of the distros that we included in <a title="The Criteria of the Experiment" href="http://linux-blog.org/index.php?/archives/36-The-Criteria.html" target="_blank">our experiment</a>;  <a title="Ubuntu Linux" href="http://www.ubuntulinux.org/" target="_blank">Ubuntu</a>, <a title="Fedora Core Linux" href="http://fedora.redhat.com/" target="_blank">Fedora</a>, Mandrake (now <a title="Mandriva Linux" href="http://www.mandriva.com/" target="_blank">Mandriva</a>), <a title="MEPIS Linux" href="http://www.mepis.org/" target="_blank">MEPIS</a>, and <a title="PCLinuxOS Website" href="http://www.pclinuxos.com" target="_blank">PCLinuxOS</a><a></a>.  I decided to go ahead and install each distro (current version) and re-orient myself and discuss what <a title="mrs.devnet's blog entries...for the experiment" href="http://linux-blog.org/index.php?/authors/2-mrs.devnet" target="_blank">Mrs.Devnet</a> liked and what she didn&#8217;t like about each one and further discuss what I feel are some strong points and weak points for the distro.   After this, we&#8217;ll  discuss the important things that each and every distro should take note of&#8230;that is, what can be improved.  Most reviews and quicklooks just point out problems and then do nothing&#8230;Yet Another Linux Blog will strive to do more than this.  We can&#8217;t just sit on things without bringing solutions to the table or we become part of the problem.  So without further nonsense, we&#8217;ll visit each distro and try to nail down what they could do to appeal to more people.  I&#8217;ll be getting Mrs.Devnet&#8217;s take on it and then I will also add my own using the many average computer user&#8217;s that I know as base for my commentary.</p>
<p>So&#8230;today I&#8217;ll be looking at Fedora Core 4.  We&#8217;ll begin by assuming I&#8217;m a new user and new to Fedora in General.</p>
<p><span style="text-decoration: underline;"><strong>The Quick Look</strong></span></p>
<p><a href="/uploads/Anaconda.png"><img style="border: 0px none ; float: left; padding-left: 5px; padding-right: 5px;" src="/uploads/Anaconda.Thumbs.png" alt="" width="110" height="83" /></a>First things first.  Fedora offers hands down the easiest install of any distro out there.  Anaconda is like a betty crocker oven&#8230;even a kid could bake with it.  For some people, this doesn&#8217;t cut it because they may or may not need to feel &#8216;old skewl&#8217; or &#8216;l33t&#8217; by keeping things text based or even similar to an Ubuntu/Debian installer feel.  For new users though, the Fedora Anaconda install is stellar.  Fedora really shines in this area.</p>
<p>Package selection during the install is all graphical, clear and concise.  <a href="/uploads/Anaconda2.png"><img style="border: 0px none ; float: right; padding-left: 5px; padding-right: 5px;" src="/uploads/Anaconda2.Thumbs.png" alt="" width="110" height="83" /></a>Adding visuals to any presentation or process will make it more efficient and easier to understand.  After the install, you are greeted to a KDE or Gnome session depending on what you choose.  I chose KDE since I&#8217;m more fond of it than Gnome.</p>
<p>During the experiment, Mrs.Devnet experienced problems with an extremely slow booting Fedora on our test computer.  I chalk this up to it being a test release.  There were no problems with it during this time.  In fact, Fedora has increased its boot speed considerably with FC4.  It&#8217;s one of the fastest booting distros I&#8217;ve dealt with.  What makes it even better is that it is fully graphical.  Though most people want a text boot, I like the fact that you&#8217;re given an option.</p>
<p><span id="more-91"></span></p>
<p><strong><span style="text-decoration: underline;">The Quick Look Continued</span>&#8230;</strong></p>
<p>So, let&#8217;s pretend I&#8217;m a new user and just finished installing Fedora Core 4.<a href="../../uploads/browsing.png"><img style="border: 0px none; float: right; padding-left: 5px; padding-right: 5px;" src="../../uploads/browsing.Thumbs.png" alt="" width="110" height="88" /></a> What&#8217;s the first thing I need to do? Browse the internet of course. So, opening up the web browser is the first thing I&#8217;ll do. Of course I&#8217;ll stop by Yet Another Linux Blog which is one of everyone&#8217;s first stops right? <img src='http://linux-blog.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  Perhaps I&#8217;d navigate over to hotmail and check the old email. After that&#8217;s through, maybe I&#8217;ll navigate over to amazon and check out a few books/CD&#8217;s. Wait a second. There&#8217;s something wrong on the web page. Something isn&#8217;t displaying right. It wants me to click here. Easy. Installation of flash is a snap. So Firefox and Macromedia save the day in this case. But there are other plugins that aren&#8217;t so easy to install.</p>
<p><a href="../../uploads/Reviews/noJava.png"><img style="border: 0px none; float: left; padding-left: 5px; padding-right: 5px;" src="../../uploads/Reviews/noJava.Thumbs.png" alt="" width="110" height="88" /></a>Java Java Java. Why has Sun not learned? They try to show open source software just how open source they are and they can&#8217;t even get a <a title="Notice, jre version 1_5_0_04 and the version in the instructions..." href="http://www.java.com/en/download/manual.jsp" target="_blank">Java installer right for Linux</a>? I honestly think that all Linux devs should get together and re-evaluate using Sun Java plugins for web browsing at all. We need an alternative. Afterall, it&#8217;s a crock right now. By not having a precompiled Java install in your distribution, you are alienating practically any new user that isn&#8217;t tech savvy. No getting around it. This is why distros such as SimplyMEPIS and PCLinuxOS are popular&#8230;because they cater to the new user and the end user. Fedora Core 4 can tout license all they want in this case until they turn blue in the face&#8230;but the bottom line is that Java is difficult to install for a new user and 9 times out of 10 they&#8217;ll give up before they get it.</p>
<p>Perhaps Fedora might provide an installer for it&#8230;perhaps a nice script to create an rpm for it&#8230;something that can help. At least something better than the crap-tastic stuff that Sun provides on their website for Linux&#8230;with instructions valid for 4 releases ago. As stated previously, most users would bail&#8230;especially after seeing that screenshot above which shows that I have java installed (after following <a title="Great Fedora Core 4 How-To/ Installation tips guide" href="http://stanton-finley.net/fedora_core_4_installation_notes.html" target="_blank">a how-to guide</a> on how to do things and yet java still doesn&#8217;t work). I had to re-download and install from scratch and then track down why the symbolic link before I could get it to work. After a few hours of repeated headbutting of the wall, I finally got things working. How many new users are going to put that much work into their distro? That&#8217;s right&#8230;about NONE. Of course, it took me that long because its been forever since I compiled java myself having used precompiled distros for over a year.</p>
<p><strong>[soapbox]</strong>Why do I tout the new user? Because the new user is the key for Linux. If Linux is to even begin to put a dent in the desktop market it needs to accomplish two things&#8230;first, to become a viable business alternative to M$ (which has begun) and secondly, to win over new users. By accomplishing the first, it will get support from businesses in the form of driver support and larger usage. By accomplishing the second, Linux can grow and become even more great than it already is. The new user is key.<strong>[/soapbox]</strong></p>
<p>So, back to the assessment. Next, I decided to listen to some streaming music from a website. I listen to online radio stations because I feel that pop music should be popped into the toilet and flushed&#8230;no offense to those of you who like it. It&#8217;s just not for me. Online radio gives me a choice to listen to whatever I want. I&#8217;m sure there are others who share this idea and also listen to online radio stations. So, I decided to see what Fedora Core 4 could do for me. <a href="../../uploads/Reviews/nostreamingmusic.png"><img style="border: 0px none; float: right; padding-left: 5px; padding-right: 5px;" src="../../uploads/Reviews/nostreamingmusic.Thumbs.png" alt="" width="110" height="88" /></a></p>
<p>Wouldn&#8217;t you know it&#8230;they lost me again. No streaming music&#8230;and what is worse, there is no information provided on how to resolve the problem. So finally after cycling through about 5 different music players and attempting to play music streams with each, I find that I need codecs&#8230;and then I&#8217;m back to square one as a new user. Being Linux savvy means I know right where to go for these codecs&#8230;but would a new user? Not a chance unless they had their hand held. So, yet again something that could be taken care of with more attention to detail (perhaps a quick script with disclaimer&#8230;Kanotix anyone?). And people actually recommend this distro for new users? Come on!</p>
<p>Ok&#8230;so perhaps I&#8217;m giving Fedora some extra criticism because of third party applications installed on it. But honestly, I thought most of these programs would work better on it like they do on other distros that I use. Will a new user be as understanding as I am? Most likely not. Hence, the reasons I pull no punches. I&#8217;m sure most die hard FC4 users think I&#8217;m nuts&#8230;but if you&#8217;re a new user or a recent convert with minimal experience, you&#8217;re probably silently cheering.</p>
<p>What&#8217;s next? Well, we&#8217;ve surfed the internet. We&#8217;ve checked the webmail. We could use Kmail or Evolution or Thunderbird to get mail but I&#8217;m not overly concerned with these applications as they are all pretty good and not really needing a testing. Nay, we&#8217;ll do what just about every other user might decide to do. Plug in a thumb drive<a href="../../uploads/Reviews/CruzerMicro.png"><img style="border: 0px none; float: right; padding-left: 5px; padding-right: 5px;" src="../../uploads/Reviews/CruzerMicro.Thumbs.png" alt="" width="110" height="67" /></a> with some mp3&#8242;s to play. In this case, I&#8217;m using my Cruzer Micro 512MB Thumbdrive&#8230;you might have some sort of mp3 player. Since these devices are relatively similar, this should give good indication on how FC4 handles pluggin devices. Not bad! It detected my Cruzer Micro straight away and placed a desktop shortcut! <img style="border: 0px none; float: left; padding-left: 5px; padding-right: 5px;" src="../../uploads/Reviews/CruzerMicro1.Thumbs.png" alt="" width="110" height="88" />Let&#8217;s see if this is a fluke or if Fedora Can actually detect this thumbdrive each time&#8230;and Fedora scores in this area. The only problem is that it creates an icon for each time you plugin the device but this is just a small nucense. In no time, I&#8217;m browsing files and looking for a tune to play. Very nice indeed. This is one of the first distros that actually detects and installs my thumbdrive.</p>
<p><a href="../../uploads/Reviews/playmp3.png"><img style="border: 0px none; float: left; padding-left: 5px; padding-right: 5px;" src="../../uploads/Reviews/playmp3.Thumbs.png" alt="" width="110" height="88" /></a>What happened next is something that happened during our previous look as well. Fedora Core does not come with mp3 support. As stated in our previous review, this is always chalked up to license. This is a major kink in Linux being able to appeal to new users. In this case, Fedora, as expected, takes a nose dive. <a title="Examples of mp3 support and users..." href="http://www.de-generationx.net/node/307" target="_blank">Many users have run across this mp3 issue</a> and Red Hat/Fedora pulls up the patent issue. To me, this is a huge cop out. How so many other distros can have mp3 support out of the box is a mystery. Many of you are probably thinking, &#8220;well, Fedora and Red Hat are larger targets because they&#8217;re a bigger business.&#8221; Agreed. Perhaps they should approach RCA who holds the patent and find out what they<a href="../../uploads/Reviews/playmp4.png"><img style="border: 0px none; float: right; padding-left: 5px; padding-right: 5px;" src="../../uploads/Reviews/playmp4.Thumbs.png" alt="" width="110" height="88" /></a> can do to reach an agreement? Perhaps they should include an mp3-to-ogg vorbis converter with a nice little how-to included with a link to it on the desktop? There are many avenues that they could take&#8230;but instead, they&#8217;ve left it well enough alone through 4 releases. It is my personal opinion that this area is also holding Linux back as well. Linux cannot appeal to the masses if it can&#8217;t play DVD&#8217;s and mp3&#8242;s.</p>
<p><span style="text-decoration: underline;"><strong>Of Lacking and Improvements</strong></span></p>
<p>So we found quite a few areas where new users would trip up and most likely give up on right away. Being that Mrs.Devnet, a new Linux user, took a look at Fedora Core 4 Test 1 a while back&#8230;I decided to take a look back to see what her major gripe about Fedora Core 4 was. She stated that overall it was a lack of knowing what to do with Fedora. There were minimal programs installed on her Gnome desktop and she didn&#8217;t know how to download the ones she wanted nor had any means to find the program she might. There was no documentation readily available on how to get to the things she needed.</p>
<p>In cases like this, distros such as Xandros with Xandros Network and Linspire with <a title="Linspire CNR" href="http://www.linspire.com/trialmember_info.php" target="_blank">CNR</a> might be a better alternative for new users since they offer graphical explanations of what each program is. But the silly thing about all this is that they charge for this software. What I&#8217;m amazed at is that someone hasn&#8217;t done this for <a title="Red Hat Official Website" href="http://redhat.com/" target="_blank">Red Hat</a> or <a title="Debian Website" href="http://debian.org/" target="_blank">Debian</a> already and made a distro have something like CNR and Xandros Network only an open source derrivative where one isn&#8217;t charged for freely downloadable software. Fedora strikes me as the prime candidate to come up with something like this to revolutionize the desktop. They&#8217;ve got excellent support via Red Hat and fantastic community members. They&#8217;ve als go tons of documentation if you know where to look. This is one area I think ALL distros can improve in&#8230;</p>
<p>I thought about the lack of direction Mrs.Devnet had right away out of the box on this distro. One way to improve this would be to place a document on FC4&#8242;s desktop that points users in the right direction for getting started. Perhaps another improvment might be to include a link on the desktop to a tutorial for getting started. If it were my Linux distro&#8230;I&#8217;d include a link to a Wink Flash tutorial geared toward new users. This would physically show new users how to get started using their brand new Linux desktop. Visually seeing a desktop in action would benefit a new user greatly.</p>
<p><span style="text-decoration: underline;"><strong>Conclusion</strong></span></p>
<p>It&#8217;s obvious from my quick look above that I&#8217;m quite unimpressed with Fedora&#8230;mainly because of its inability to provide easy solutions to java and mp3 issues. There are ways to circumvent patent infringement with disclaimers or with third party scripts. Hopefully, Fedora will cater to the user instead of requiring them to become well versed in compiling code within the first 10 minutes of using&#8230;because I know the average user isn&#8217;t going to want to drop to CLI anytime.</p>
<p>I&#8217;m very happy that Fedora Core 4 offers a great distro for those of us that have some Linux knowledge and that boot speeds are quite impressive. However, for new users, I will continue to recommend against it. Overall, after getting a fully configured FC4 box&#8230;I was riding high on the hog. I&#8217;ve had it on my test computer now for about 2 weeks and it has been stable and fast. Hopefully, some of the recommendations for this great distro won&#8217;t fall on deaf ears. That way, new users can enjoy what I&#8217;m enjoying right now with minimal effort. That&#8217;s the key&#8230;simplifying our lives with computers and Linux&#8230;not complicating them. Thanks for reading!</p>


<p>Related posts:<ol><li><a href='http://linux-blog.org/clarification-on-foresight-and-fedora/' rel='bookmark' title='Permanent Link: Clarification on Foresight and Fedora'>Clarification on Foresight and Fedora</a> <small>I previously wrote about a possible &#8220;rebasing&#8221; of Foresight Linux...</small></li>
<li><a href='http://linux-blog.org/foresight-and-fedora-clarkconnect-becomes-clearos/' rel='bookmark' title='Permanent Link: Foresight and Fedora, ClarkConnect Becomes ClearOS'>Foresight and Fedora, ClarkConnect Becomes ClearOS</a> <small>Foresight and Fedora (aka &#8220;boots, a fedora remix&#8221;) Last week...</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/experiment-revisited-fedora-core-4/" rel="bookmark">Experiment Revisited:  Fedora Core 4</a> originally appeared on <a href="http://linux-blog.org">Yet Another Linux Blog</a> on July 23, 2005.</p>
]]></content:encoded>
			<wfw:commentRss>http://linux-blog.org/experiment-revisited-fedora-core-4/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Experiment:  Final Head to Head</title>
		<link>http://linux-blog.org/experiment-final-head-to-head/</link>
		<comments>http://linux-blog.org/experiment-final-head-to-head/#comments</comments>
		<pubDate>Mon, 23 May 2005 19:39:13 +0000</pubDate>
		<dc:creator>mrs.devnet</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Distros]]></category>
		<category><![CDATA[Experiment]]></category>

		<guid isPermaLink="false">http://linux-blog.org/word/experiment-final-head-to-head/</guid>
		<description><![CDATA[Linuxblog Introduction: We took an average windows user, gave her a handful of distributions of Linux, and forced her to use each distro for one week. We gave her alsaconf, email servers, and mounted her windows partition to the fresh install. Then, we faded away and quietly watched her in her new environment. You too [...]


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><em></em></p>
<hr size="2" />Linuxblog Introduction: We took an average windows user, gave her a handful of distributions of Linux, and forced her to use each distro for one week. We gave her alsaconf, email servers, and mounted her windows partition to the fresh install. Then, we faded away and quietly watched her in her new environment. You too can join us by reading on&#8230;</p>
<hr size="2" /><strong></strong></p>
<p align="center">
<p align="center">
<p align="center"><img style="border: 0px none ; padding-left: 5px; padding-right: 5px;" src="/uploads/Reviews/simplymepislogo.Thumbs.png" alt="" width="100" height="110" /> VS. <img style="border: 0px none ; padding-left: 5px; padding-right: 5px;" src="/uploads/Distros/pclinuxos.Thumbs.png" alt="" width="90" height="79" /></p>
<hr size="2" /><em>Editors Note:</em> <em>Tonight, we go head-to-head with the top distros as ranked previous by the experiment. Most of the readers know the <a title="The Criteria of the Experiment" href="http://linux-blog.org/index.php?/archives/36-The-Criteria.html" target="_blank">premise behind the experiment</a> and appreciate what we have set out to do. <a title="The Top Two and the Roundup" href="http://linux-blog.org/index.php?/archives/79-Experiment-The-Distro-Roundup.html" target="_blank">The top two new user distros as decided on by Mrs.Devnet</a>, a new Linux user converting from Windows are <a title="PCLinuxOS .81a Experiment Final Rating" href="http://linux-blog.org/index.php?/archives/66-Experiment-1.3-PCLinuxOS-.81-Final-Rating.html" target="_blank">PCLinuxOS .81a</a> and <a title="SimplyMEPIS 3.3 Test 2 Final Rating" href="http://linux-blog.org/index.php?/archives/57-Experiment-1.2-SimplyMEPIS-3.3Test2-Final-Rating.html" target="_blank">SimplyMEPIS 3.3.1</a> (versions updated to current). We installed and test one last time each distro to allow Mrs.Devnet to experience each one before crowning a new user champion. In the following comparison, Mrs.Devnet will give advantage to one distro over the other or in the case of a tie, she will list both as winners. The distro with the most advantages will win. And now, Mrs. Devnet&#8230;</em></p>
<p><em></em></p>
<p><strong><span style="font-size: small;">Look and Feel</span></strong> &#8211; This is one of the biggest determining factors for me.  PC Linux OS looked and felt more comfortable and felt that way more so than any other distro we tried.  The way it looked set me at ease right away and was easier to navigate because of this.  MEPIS could really use some work on the user friendly icons and graphics.  Making the distro &#8216;feel&#8217; as easy as it is to use would make it a world better.  Advantage &#8211; PCLinuxOS.</p>
<p><strong><span style="font-size: small;">Performance</span></strong> &#8211; Both of these performed well.  However, PCLinuxOS booted up in 5 seconds.  Nothing in the entire experiment could top that.  Fast, stable, and fun to use&#8230;despite being a beta version.  Advantage &#8211; PCLinuxOS.</p>
<p><strong><span style="font-size: small;">Hardware/Software</span></strong> &#8211; PCLinuxOS has a great selection of preinstalled applications that I can use for what I do with a computer.  I didn&#8217;t have to go looking for anything at all.  MEPIS includes a lot of stuff as well, but no nearly as much as PCLinuxOS.  It also doesn&#8217;t have any filesharing applications.  I&#8217;m told that installing stuff is a snap once you master a package program&#8230;however, that isn&#8217;t what we set out to do in the experiment so I have to go with default installs.  Advantage &#8211; PCLinuxOS.</p>
<p><strong><span style="font-size: small;">Upgradeability/Security</span></strong> &#8211; I am not qualified to compare anything on this criteria so I&#8217;ll make it a draw.  Advantage &#8211; Both Distros.</p>
<p><strong><span style="font-size: small;">Documentation</span></strong> &#8211; During the experiment I didn&#8217;t notice much difference between the two distributions.  However, if you go to the home site for PCLinuxOS and the home site for SimplyMEPIS, you see a world of difference.  It seems that PCLinuxOS has a much more active website.  It was also great that PCLinuxOS gives you a chat icon to go right to a chat room to help you out (editors note: mrs.devnet is speaking about an IRC #pclinuxos icon on the default PCLinuxOS desktop that people can use for help).  Advantage &#8211; PCLinuxOS.</p>
<p><span style="font-size: small;"><strong>Installation</strong></span> &#8211; While PCLinuxOS install is by no means difficult, SimplyMEPIS was easier and FASTER than anything else..  Nothing can touch SimplyMEPIS in this category.  Advantage &#8211; SimplyMEPIS.</p>
<p>Now we talk about my Criteria&#8230;</p>
<p><span id="more-84"></span></p>
<p><strong><span style="font-size: small;">Mail</span></strong> &#8211; Both use Kontact. There isn&#8217;t much difference. This is a moot point to try and consider a favorite. Kontact is a great mail program. Advantage &#8211; Both.</p>
<p><strong><span style="font-size: small;">Internet</span></strong> &#8211; I had difficulty getting windows media player applications working in SimplyMEPIS the first time around. That still hasn&#8217;t changed this time around. PCLinuxOS is once again flawless at playing any type of media I can throw it at on the internet. Hands down, PCLinuxOS is a distro I can use to surf at any of the sites I go to. Advantage &#8211; PCLinuxOS.</p>
<p><span style="font-size: small;"><strong>Listening to Music</strong></span> &#8211; PCLinuxOs has a better selection of music players for this task. There is also a decidedly better sound out of PCLinuxOS than there is out of SimplyMEPIS. I can&#8217;t put my finger on it (editors note: a good chance that this is because of different sound daemons used by the distros). Advantage &#8211; PCLinuxOS.</p>
<p><span style="font-size: small;"><strong>Download Files/Music</strong></span> &#8211; I am unable to download files in SimplyMEPIS since it has no P2P programs installed. PCLinuxOS has limewire installed by default. This is exactly what I need to do my daily stuffs. (editors note: mrs.devnet is well aware that you can install using a package manager&#8230;but this review is for default installs only) Advantage &#8211; PCLinuxOS.</p>
<p><strong><span style="font-size: small;">Burning CD&#8217;s</span></strong> &#8211; Both of the distros are great on this one. Both come equipped with K3B and both detected my burner. Both burned CD&#8217;s and none of them failed. Therefore, I&#8217;d rate these about the same. Advantage &#8211; Both.</p>
<p>So, PCLinuxOS takes the cake. It is just easier to use, easier on the eyes, and it caters to new users. It has everything you need right away without having to lift a finger. It feels more familiar to me coming from windows. If you know any new users out there that are looking to get into Linux, I would recommend them this distro. With this newly found Linux distro, I have asked Mr.Devnet to install it as our primary operating system. PCLinuxOS is the Experiment Winner. If you haven&#8217;t tried it yet, you should do so immediately. Thanks for reading. I have one last entry to do before I sign off of my husband&#8217;s blog for good. He wants me to give some constructive criticism to the distributions that didn&#8217;t win so that they can get better. So, I&#8217;ll look at doing that some time in the next few weeks.</p>
<p><strong><span style="font-size: large;"><img style="border: 0px none; float: right; padding-left: 5px; padding-right: 5px;" src="../../uploads/Reviews/CERTIFIED.Thumbs.png" alt="" width="110" height="28" /></span></strong></p>
<p><strong><span style="font-size: large;">Mrs.Devnet</span></strong></p>
<p align="right"><span style="font-size: small;">Certifies PCLinuxOS</span></p>
<p align="right"><span style="font-size: small;">as the Best New User Distro.</span></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/experiment-final-head-to-head/" rel="bookmark">Experiment:  Final Head to Head</a> originally appeared on <a href="http://linux-blog.org">Yet Another Linux Blog</a> on May 23, 2005.</p>
]]></content:encoded>
			<wfw:commentRss>http://linux-blog.org/experiment-final-head-to-head/feed/</wfw:commentRss>
		<slash:comments>31</slash:comments>
		</item>
		<item>
		<title>Experiment:  The Distro Roundup</title>
		<link>http://linux-blog.org/experiment-the-distro-roundup/</link>
		<comments>http://linux-blog.org/experiment-the-distro-roundup/#comments</comments>
		<pubDate>Mon, 09 May 2005 21:52:00 +0000</pubDate>
		<dc:creator>devnet</dc:creator>
				<category><![CDATA[Reviews]]></category>

		<guid isPermaLink="false">http://linux-blog.org/word/experiment-the-distro-roundup/</guid>
		<description><![CDATA[What do you get when you take 1 new Linux user with zero Linux experience, add 5 distros and stir? You get the Linux Blog experiment, that&#8217;s what. What makes these reviews different from all other reviews is that they are done by an avid Windows user. That means they&#8217;re not sugar coated&#8230;they&#8217;re not &#8216;made [...]


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 ; float: left; padding-left: 5px; padding-right: 5px;" src="/uploads/designedfor.Thumbs.gif" alt="" width="74" height="110" /></p>
<p>What do you get when you take 1 new Linux user with zero Linux experience, add 5 distros and stir?  You get the Linux Blog experiment, that&#8217;s what.  What makes these reviews different from all other reviews is that they are done by an avid Windows user.  That means they&#8217;re not sugar coated&#8230;they&#8217;re not &#8216;made nice&#8217; to make things appear to be good when they&#8217;re not&#8230;and when the distro&#8217;s succeed, they are really applauded.  Why?  Because my wife (aka mrs.devnet), the main focus of the experiment, loves to NOT spend money for anything and everything.  If I can convince her that Linux is ready for the primetime and deserves a permenant place on our desktop, she&#8217;d be as happy as I would be.</p>
<p>As some of you know&#8230;the last review by Mrs.Devent went up on the blog early this week. Most of you saw how it was received&#8230;I know she didn&#8217;t dig the current distrowatch #1, Ubuntu, very much.  The reason the review wasn&#8217;t well received is because people do not have a grasp of the entire scope of the experiment.  So to remedy this, I&#8217;ve round up all the reviews into this single post.  That way, everyone will be on the same page with what we focused on (criteria of the experiment), what hardware we used (hardware post), and which distros we took for a drive.  The results were interesting and odd&#8230;because some of the distros you&#8217;d have thought would have scored well, didn&#8217;t score well at all.</p>
<p>However, the reason for the experiment wasn&#8217;t to find problems with distributions&#8230;it&#8217;s to provide solutions in the form of feedback and to find the best distro for a convert from Windows.  So we set out to review each distro in our list and test how it ran for a new user with no alterations to the distro&#8230;that is, right out of the box.</p>
<p>While every single user of Windows has different requirements&#8230;I felt that Mrs.Devnet was somewhat average in her tastes.  She does p2p and multimedia stuffs and she checks mail then surfs the internet.  Pretty average.  So, the beginning of the experiment was set to some standards.  I&#8217;m going to post a link to that here so that we&#8217;re all on the same page:</p>
<ul>
<li><a title="The Criteria" href="http://linux-blog.org/index.php?/archives/36-The-Criteria.html" target="_blank">The Criteria of the Experiment</a></li>
<li><a title="The Hardware" href="http://linux-blog.org/index.php?/archives/48-Experiment-The-Hardware-Listing.html" target="_blank">The Hardware of our Test Machine</a><a title="The Criteria" href="http://linux-blog.org/index.php?/archives/36-The-Criteria.html" target="_blank"></a></li>
</ul>
<p><a title="The Criteria" href="http://linux-blog.org/index.php?/archives/36-The-Criteria.html" target="_blank"></a></p>
<p>First up was Mandrake 10.1 Community.  Mrs.Devnet found Mandrake to be a 6 out of 10 for her first review.  In her upcoming post we&#8217;ll talk about where Mandrake went wrong for her and where it can improve.  However, during this review, Mrs.Devnet found the distro infuriating: <em>&#8220;In conclusion, Mandrake has made a dummy out of me and I don&#8217;t like it one bit.  An experience like this is enough to wound any new user&#8217;s pride.  Don&#8217;t get me wrong, I&#8217;m sure this is a really great OS for someone who knows a lot about Linux or computers in general.&#8221; </em>Here&#8217;s the link to the Mandrake review:</p>
<ul>
<li><a title="Mandrake 10.1 Community" href="http://linux-blog.org/index.php?/archives/46-Experiment-Mandrake-10.1-Community-Final-Rating.html#extended" target="_blank">Mandrake 10.1 Community Final Rating of 6 out of 10.</a></li>
</ul>
<p>Next, we had SimplyMEPIS 3.3 Test2.  SimplyMEPIS is a LiveCD with optional hard disk install.  The simplicity of this distro is touted quite a bit with around 10 clicks to a hard disk install.  I included test distros in this review because we wanted to go with the most current offering a distro had.  That way, people couldn&#8217;t get upset because we weren&#8217;t using bug patched versions.  Some might argue that the distro is test for a reason&#8230;but in my software developing past&#8230;a test distro really was used for feedback and not for bug finds&#8230;that&#8217;s what beta versions are for.  Anyways, SimplyMEPIS scored 7 out of 10 and rocketed up to first place.  In the end, this distro settled for second place and a right to be in the distro drawdown.  Of SimplyMEPIS, Mrs.Devnet writes, <em>&#8220;I liked SimplyMEPIS for the most part.  Even though it is sometimes confusion and sometimes annoying I know this could easily be overcome with a little more time.&#8221;</em> Here&#8217;s the link to the SimplyMEPIS review:</p>
<ul>
<li><a title="SimplyMEPIS 3.3 Test2 Final Rating" href="http://linux-blog.org/index.php?/archives/57-Experiment-1.2-SimplyMEPIS-3.3Test2-Final-Rating.html" target="_blank">SimplyMEPIS 3.3 Test2 Final Rating of 7 out of 10.</a><br />
<em></em></li>
</ul>
<p>PCLinuxOS .81 rang in next.  Like SimplyMEPIS, this distro provides a very polished Linux desktop in a matter of minutes being a LiveCD with hard disk install.  PCLinuxOS scored a whopping 10 out of 10 propelling it up to first place ahead of SimplyMEPIS.  Mrs.Devnet had the following to say about PCLinuxOS:  <em>&#8220;Guess what?  Mrs.Devnet thinks PCLinuxOS ROCKS!!  It makes everything I need to do simple AND it&#8217;s easy on the eyes.  It serves my purpose, bottom line.  This is exactly what Linux needs to draw average users.&#8221;</em> Once again, the link to the review:</p>
<ul>
<li><a title="PCLOS .81a Final Rating" href="http://linux-blog.org/index.php?/archives/66-Experiment-1.3-PCLinuxOS-.81-Final-Rating.html" target="_blank"> </a><a title="PCLOS .81a Final Rating" href="http://linux-blog.org/index.php?/archives/66-Experiment-1.3-PCLinuxOS-.81-Final-Rating.html" target="_blank">PCLinuxOS .81a Final Rating of 10 out of 10</a></li>
</ul>
<p>Fedora Core 4 Test 1 went onto our test computer next.  Fedora Core is often touted as &#8220;the new user&#8217;s distro&#8221; and we set out to see if Fedora could foot this bill.  This was also the first Gnome desktop centered distribution that we had examined.  However, despite Mrs.Devnet&#8217;s pleasure of working with the Gnome desktop, Fedora Core 4 Test 1 scored 4 out of 10.  Of Fedora, Mrs.Devnet stated, &#8220;It didn&#8217;t provide me with the things I needed to even go about my every day usage with my PC&#8230;I wouldn&#8217;t consider this to be new user friendly at all, by any means.&#8221;  You can read the complete review at the following link:</p>
<ul>
<li><a title="Fedora Core 4 Test 1 Final Rating" href="http://linux-blog.org/index.php?/archives/72-Experiment-1.4-Fedora-Core-4-Test-1-Final-Rating.html" target="_blank">Fedora Core 4 Test 1 Final Rating of 4 out of 10</a></li>
</ul>
<p>Originally, we weren&#8217;t going to include Ubuntu into the experiment.  However, a few users emailed me and were anxious to have Mrs.Devnet give Ubuntu a try.  So, reluctantly, I allowed Ubuntu to be included with the experiment despite it&#8217;s rather more advanced install.  Mrs.Devnet was able to stumble through the install using all defaults but was put off by the non-visual process (text only).  Ubuntu scored 4 out of 10, which seemingly surprised many of those leaving comments on the review.  Of Ubuntu, Mrs.Devnet commented, &#8220;So I have to ask the question, how can a distro that looks absolutely fantastic be so useless? &#8230;how is this attractive to a new user or a Linux convert?&#8221;  Read how Ubuntu 5.04 &#8220;Hoary&#8221; tied Fedora for the lowest rating:</p>
<ul>
<li><a title="Ubuntu 5.04 " href="http://linux-blog.org/index.php?/archives/77-Experiment-1.5-Ubuntu-5.04-Hoary-Final-Rating.html" target="_blank">Ubuntu 5.04 &#8220;Hoary&#8221; Final Rating of 4 out of 10</a></li>
</ul>
<p>So there you have it.  The whole She-bang.  I made Mrs.Devnet go back to her Windows for some days in between each review to re-adjust to that environment.  I wanted her to try and stay as fresh as she could for each review.  I also wanted her to maintain her criteria and the main criteria as much as possible for each distro&#8230;so I explicitly forbid her to learn anything such as software installs/package installs UNLESS the &#8220;how-to&#8221; was included <span style="text-decoration: underline;">ON THE COMPUTER after the distro install</span>.  Not a single distro included a &#8216;getting started&#8217; or &#8216;how-to&#8217; guide by default.  That&#8217;s why Mrs.Devnet didn&#8217;t get into upgrading/installing anything.  So, something to take note of there.</p>
<p>If you&#8217;ve read each one of the reviews discussed above in detail and take to heart the criteria we set forth and the aim of this experiment&#8230;you&#8217;ll note that PCLinuxOS came out on top.  Just to be certain, we&#8217;re going to take #1 and #2 (PCLOS and SimplyMEPIS) and pit them head to head in a distro duke out.  The criteria won&#8217;t change&#8230;BUT instead of rating on a scale of 1-10&#8230;we&#8217;re just going to switch up to advantage or disadvantage.  So if SimplyMEPIS installs better than PCLinuxOS&#8230;then advantage would go to SimplyMEPIS.  Things might turn out different because SimplyMEPIS has since released an updated version AND an updated OS Control Center as well&#8230;so who knows?  In the event of an even rating, Mrs.Devnet will choose the winner and will absolutely justify in writing why it won.</p>
<p>Also during this time, we&#8217;ll begin voting in the Forum here on which <a title="The Badges!?! We need some stinkin' badges?!?" href="http://linux-blog.org/index.php?/archives/74-Experiment-Update-Installed-Ubuntu-5.04-Hoary.html" target="_blank">2 badges</a> (anyone that can design better than me, please submit some!! I&#8217;m not extremely crafty) will be given to the winning community to display proudly.  We will also display the badge here on the Linux Blog front page as well.  The badge can link back to this synopsis article.</p>
<p>An interview with the creator/main developer of the winning distro will also take place.  YALB will contact the winner and attempt a Q &amp; A session with them for posting here.  It will be a chance for everyone to discover what drives the developer to produce the best free desktop as approved by YALB through the experiment.  Lots of excitement?!?!?!  I know its very exciting for both I and Mrs.Devnet to see the culmination of what we set out to do.  We really appreciate all of those leaving comments and your continuing support.  Since I don&#8217;t advertise this blog (other than through blog rolling and sometimes a news site picking us up) remember to spread the word!  If you like something you read here whether in the forum or on the blog&#8230;please be sure to let everyone know.  Everything is creative commons so please remember to give credit where credit is due.  Thanks again for reading!</p>
<p><a href="http://linux-blog.org/experiment-final-head-to-head">See the Results of this Experiment Here!</a></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/experiment-the-distro-roundup/" rel="bookmark">Experiment:  The Distro Roundup</a> originally appeared on <a href="http://linux-blog.org">Yet Another Linux Blog</a> on May 9, 2005.</p>
]]></content:encoded>
			<wfw:commentRss>http://linux-blog.org/experiment-the-distro-roundup/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Experiment 1.5: Ubuntu 5.04 &#8220;Hoary&#8221; Final Rating</title>
		<link>http://linux-blog.org/experiment-15-ubuntu-504-hoary-final-rating/</link>
		<comments>http://linux-blog.org/experiment-15-ubuntu-504-hoary-final-rating/#comments</comments>
		<pubDate>Thu, 28 Apr 2005 00:38:50 +0000</pubDate>
		<dc:creator>mrs.devnet</dc:creator>
				<category><![CDATA[Reviews]]></category>

		<guid isPermaLink="false">http://linux-blog.org/word/experiment-15-ubuntu-504-hoary-final-rating/</guid>
		<description><![CDATA[Linuxblog Introduction: We took an average windows user, gave her a handful of distributions of Linux, and forced her to use each distro for one week. We gave her alsaconf, email servers, and mounted her windows partition to the fresh install. Then, we faded away and quietly watched her in her new environment. You too [...]


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[<hr size="2" />Linuxblog Introduction: We took an average windows user, gave her a handful of distributions of Linux, and forced her to use each distro for one week. We gave her alsaconf, email servers, and mounted her windows partition to the fresh install. Then, we faded away and quietly watched her in her new environment. You too can join us by reading on&#8230;</p>
<hr size="2" /><strong><span style="font-size: medium;"><span style="font-size: x-small;"><img style="border: 0px none ; float: left; padding-left: 5px; padding-right: 5px;" src="/uploads/Reviews/ubuntu.Thumbs.png" alt="" width="110" height="110" />1)</span> Look/Feel</span></strong> &#8211; I was impressed with the desktop. I think it has something to do with Gnome because Fedora looked similar,<a href="/uploads/Reviews/UbuntuDefault.png"><img style="border: 0px none ; float: right; padding-left: 5px; padding-right: 5px;" src="/uploads/Reviews/UbuntuDefault.Thumbs.png" alt="" width="110" height="83" /></a> but I like the look of Ubuntu better. It&#8217;s professional looking and it makes me feel like I am using something very official. It has that cool and sleek design that I want in a desktop&#8211;one of the best looking distros I have seen. (Score &#8211; 10)</p>
<p><strong><span style="font-size: medium;"><span style="font-size: x-small;">2)</span> Performance</span></strong> &#8211; I have no issues with performance. Everything seemed to work as it should. It&#8217;s not slow or anything. We&#8217;re cool here. (Score &#8211; 10)</p>
<p><span style="font-size: medium;"><span style="font-size: x-small;">3)</span> <strong>Hardware/Software</strong></span> &#8211; All of my hardware was detected properly. There are not many software choices with this distro, as was the case with Fedora. I&#8217;m told this is a Gnome thing. So this is a definite down side of Gnome for me. I like choices. Remember, downloading new programs and such is out for me for the most part, unless I can get someone to help me&#8230;which I&#8217;m not doing for these reviews as to maintain new user status.  (Score &#8211; 5)</p>
<p><span style="font-size: medium;"><span style="font-size: x-small;">4)</span> Upgradeability/Security</span> &#8211; I&#8217;m just guessing that everything is okay. Same situation as before. (Score &#8211; 10)</p>
<p><span style="font-size: medium;"><span style="font-size: x-small;">5)</span> <strong>Documentation</strong></span> &#8211; Their website is very nice and organized. There seems to be the same attention to detail and documentation as with Fedora. But as before,<a href="/uploads/Reviews/UbuntuHome.png"><img style="border: 0px none ; float: right; padding-left: 5px; padding-right: 5px;" src="/uploads/Reviews/UbuntuHome.Thumbs.png" alt="" width="110" height="64" /></a> it&#8217;s not a whole lot of help to a new person like me, right off the bat that is. I am sure with lots of time a work I can figure somethings out but this is not what I am here for. I want easy answers, just like every other average person. (Score &#8211; 9)</p>
<p><span style="font-size: x-small;">6)</span> <strong><span style="font-size: medium;">Installation</span></strong> &#8211; Installation went okay, it was text only and involved a lot of blind guessing, but I made it through. But after the install was done, I was instructed to take out the cd and it would automatically restart. Well I was then bombarded with text flying everywhere and I didn&#8217;t know what the heck was going on. Then after about five minutes I was sure I had done something wrong so I consulted the guru and I was informed that this was part of the install. Whah, hey? It would have been nice to have some sort of warning as to what was about to happen. I thought the install was over but no, evidently I was now watching the software being installed FOR TWENTY FIVE MINUTES!!! THEN a boot screen appeared. That whole ordeal was super annoying. If I had not had someone to consult, I would have probably pulled the plug after ten minutes. I need graphics, I need explanations!! This has been the worst install yet because I was totally convinced that something had gone horribly wrong and I was ready to write it off right then and there&#8211;but I didn&#8217;t. (Score &#8211; 2)</p>
<p>And now&#8230;once again&#8230;it is time for my criteria&#8230;</p>
<p><span id="more-79"></span></p>
<p>My Criteria:</p>
<p><span style="font-size: medium;"><span style="font-size: x-small;"><a href="../../uploads/Reviews/EvolutionUbuntu.png"><img style="border: 0px none; float: left; padding-left: 5px; padding-right: 5px;" src="../../uploads/Reviews/EvolutionUbuntu.Thumbs.png" alt="" width="110" height="83" /></a>1)</span> <strong>Mail</strong></span> &#8211; Easy install. Evolution is a nice program. Images are kinda slow to load but everything else was okay. Which by the way, it was Evolution in Fedora that gave me such a hard time. This leads me to believe that the problem is not with Evolution but with Fedora. &#8211;So the zero I gave Fedora in the email department is really justified. I wonder why it was so much better with Ubuntu? Anyways . . . (Score &#8211; 9)<br />
<span style="font-size: medium;"><span style="font-size: x-small;">2)</span> <strong>Internet</strong></span> &#8211; My website doesn&#8217;t render, AGAIN. Plugins are not automatically installed. Flash was a snap with Firefox&#8230;but java is pretty much an instant replay of what I&#8217;ve been through with all but two distros. This aspect is really starting to<a href="../../uploads/Reviews/Flash.png"><img style="border: 0px none; float: right; padding-left: 5px; padding-right: 5px;" src="../../uploads/Reviews/Flash.Thumbs.png" alt="" width="110" height="83" /></a> bother me. If they can make it so easy in some distros, why can&#8217;t they do it with others? If people think that making it easy makes it too much like Windows, that&#8217;s just stupid. It&#8217;s like shooting yourself in the foot and I thought the idea was progress people, huh? But no one has to listen to me, it&#8217;s not like my opinion really matters anyway because I have no REAL knowledge or REAL desire to learn according to some people. The thing that bothers me most in this experiment is people telling me to just â€œlearnâ€ how to do things. Well I would, if I were not busy playing the part of a new user with each and every distro. I don&#8217;t think some people realize how much effort I put in to being an actual new user every time. I actually have to refrain from doing things that are too advanced and have to remind myself how I was using Mandrake (the first one I tried). I have to constantly keep that frame of mind without dumbing myself down too much. It&#8217;s not that easy. How many casual PC users know to go to forums and ask questions about how to install or use a new program. How many Windows users do you know that go to forums to find out how to install Java or Shockwave? Big fat zero, why? Because it&#8217;s already done for you. That being said, who is going to choose the hard way when the up side may be saving some cash but the down side is spending six months learning how to get your computer to the point that in Windows would take a few hours? Most people either figure it out on their own or not at all. That&#8217;s the bottom line, sorry to step on your toes folks but this is how it really works with us dummy&#8217;s. &#8211;Whew, I needed to get that off my chest! (Score &#8211; 2)<br />
<span style="font-size: medium;"><span style="font-size: x-small;"><a href="../../uploads/Reviews/MUSIC.png"><img style="border: 0px none; float: left; padding-left: 5px; padding-right: 5px;" src="../../uploads/Reviews/MUSIC.Thumbs.png" alt="" width="110" height="83" /></a>3)</span> <strong>Listening To Music</strong></span> &#8211; I have no time for players that don&#8217;t play mp3s. I could not find a single player that would play my<a href="../../uploads/Reviews/Errormp3.png"><img style="border: 0px none; float: right; padding-left: 5px; padding-right: 5px;" src="../../uploads/Reviews/Errormp3.Thumbs.png" alt="" width="110" height="83" /></a> mp3s. I have over 5,000 mp3s and I am not about to change my format now. Nor do I have the knowhow to â€œjust install this, it&#8217;s easy as pieâ€. &#8211;Yes, I am getting bitter, let&#8217;s just say it&#8217;s a good thing we are at the close of this experiment. (Score &#8211; 1)</p>
<p><span style="font-size: medium;"><br />
<span style="font-size: x-small;">4)</span> <strong>Download Music/Files </strong></span>- Again, no programs by default and again I am not advanced enough to download the programs on my own. (Score &#8211; 0)</p>
<p>5)  <strong><span style="font-size: medium;">Burning CDs</span></strong> &#8211; Wow, this is a first, no burner comes with Ubuntu. WHY? How is this new user friendly?  <em>Editors Note: Ubuntu does come with the Gnome burner, but it is not easy to find. Also, when Mrs.Devnet put in a CD it did not pop open like so many of you keep telling Linux Blog it does. Nothing happened. This being said, the burner will still score 0 because it is no use to Mrs.D if she can&#8217;t find it and if it doesn&#8217;t work.</em> (Score &#8211; 0)</p>
<p>So I have asked the question, how can a distro that looks absolutely fantastic be so useless? Well, the answer I sort of half understood, it had something to do with the fact that it was Gnome based and there is some sort of space issue. So okay, you want it to be compact and all but how is this attractive to a new user or a Linux convert? Um, it&#8217;s not. There has got to be a way to have both, to some extent. I really wanted this to be an awesome distro, but while it held up to standard expectations, it obviously fell short of mine.</p>
<p><strong><span style="font-size: x-large;">Mrs.Devnet</span></strong></p>
<div><strong><span style="font-size: small;">Ubuntu 5.04 &#8220;Hoary&#8221; Scores</span></strong>: <span style="font-size: large;"><strong><span style="font-size: x-large;">4</span></strong> </span>out of <strong><span style="font-size: x-large;">10</span></strong></div>


<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/experiment-15-ubuntu-504-hoary-final-rating/" rel="bookmark">Experiment 1.5: Ubuntu 5.04 &#8220;Hoary&#8221; Final Rating</a> originally appeared on <a href="http://linux-blog.org">Yet Another Linux Blog</a> on April 28, 2005.</p>
]]></content:encoded>
			<wfw:commentRss>http://linux-blog.org/experiment-15-ubuntu-504-hoary-final-rating/feed/</wfw:commentRss>
		<slash:comments>63</slash:comments>
		</item>
		<item>
		<title>Experiment 1.4:  Fedora Core 4 Test 1 Final Rating</title>
		<link>http://linux-blog.org/experiment-14-fedora-core-4-test-1-final-rating/</link>
		<comments>http://linux-blog.org/experiment-14-fedora-core-4-test-1-final-rating/#comments</comments>
		<pubDate>Tue, 12 Apr 2005 00:03:25 +0000</pubDate>
		<dc:creator>mrs.devnet</dc:creator>
				<category><![CDATA[Reviews]]></category>

		<guid isPermaLink="false">http://linux-blog.org/word/experiment-14-fedora-core-4-test-1-final-rating/</guid>
		<description><![CDATA[Linuxblog Introduction: We took an average windows user, gave her a handful of distributions of Linux, and forced her to use each distro for one week. We gave her alsaconf, email servers, and mounted her windows partition to the fresh install. Then, we faded away and quietly watched her in her new environment. You too [...]


Related posts:<ol><li><a href='http://linux-blog.org/clarification-on-foresight-and-fedora/' rel='bookmark' title='Permanent Link: Clarification on Foresight and Fedora'>Clarification on Foresight and Fedora</a> <small>I previously wrote about a possible &#8220;rebasing&#8221; of Foresight Linux...</small></li>
<li><a href='http://linux-blog.org/foresight-and-fedora-clarkconnect-becomes-clearos/' rel='bookmark' title='Permanent Link: Foresight and Fedora, ClarkConnect Becomes ClearOS'>Foresight and Fedora, ClarkConnect Becomes ClearOS</a> <small>Foresight and Fedora (aka &#8220;boots, a fedora remix&#8221;) Last week...</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[<hr /><!--StartFragment -->Linuxblog Introduction: We took an average windows user, gave her a handful of distributions of Linux, and forced her to use each distro for one week. We gave her alsaconf, email servers, and mounted her windows partition to the fresh install. Then, we faded away and quietly watched her in her new environment. You too can join us by reading on&#8230;</p>
<p>Editors Note: More screenshots would accompany this review, but problems with software/hardware prevented many things from happening.  Read on for more.</p>
<hr /><img style="border: 0px none ; padding-right: 5px; padding-left: 5px; float: left;" src="http://linux-blog.org/uploads/Distros/fedora.Thumbs.png" alt="" width="90" height="82" /></p>
<p>1)  <!--StartFragment --> <span style="font-size: medium;"><strong>Look/Feel</strong></span> &#8211; as far as the look of this distro goes&#8230;everything is very nice and professional.  This one is extremely easy on the eyes.  I was excited at the chance to get to use the gnome desktop by default.  I really like the way the menu bar is at the top instead of the bottom.  I don&#8217;t like the fact that there are very few choices in the menu&#8217;s for anything.  But overall, everything seems very nice.  (Score &#8211; 8 )</p>
<p><!--StartFragment --> <span style="font-size: medium;"><span style="font-size: small;">2)</span><strong> Performance</strong></span> &#8211; Slow!  With a capital &#8220;S&#8221;!  During my first login, the desktop took approximately 45 seconds to login then froze.  So we restarted and tried it again.  It improved to 40 seconds but didn&#8217;t freeze this time.  When clicking on menu&#8217;s it isn&#8217;t too bad&#8230;but whenever I open a program it takes forever and a year to open it up.  This is horrible. (Score &#8211; 2)</p>
<p><!--StartFragment --> <span style="font-size: medium;"><span style="font-size: small;">3)</span><strong> Hardware/Software</strong></span> &#8211; This was a big issue for me as well.  I don&#8217;t like the fact that there is very little choice in the menus.  Also the fact that it is extremely difficult for me to download and install things (something I haven&#8217;t figured out yet in Linux) and that it doesn&#8217;t have many choices for software makes it useless for me.  Fedora seemed to install all my hardware correctly though.  (Score &#8211; 5)</p>
<p><!--StartFragment --> <span style="font-size: medium;"><span style="font-size: small;">4)</span><strong> Upgradeability/Security</strong></span> &#8211; Yet again this subject is lost on me.  I have to trust that things are secure. Upgrading is a mystery for me.  I&#8217;ve gotta be fair to this one so I&#8217;ll give it what I give every distro.  (Score &#8211; 10)</p>
<p><!--StartFragment --> <span style="font-size: medium;"><span style="font-size: small;">5)</span><strong> Documentation</strong></span> &#8211; There is loads of documentation available from the Fedora website.  However, none of this actually helps me at all.   Being a new user this is like looking at a new language to me.   I don&#8217;t understand any of it.   It might be great for other people but it doesn&#8217;t help me out at all.   Still, they&#8217;ve got great organization in place and a very detailed site, so they will score a bit high on this.   (Score &#8211; 9)</p>
<p><!--StartFragment --> <span style="font-size: medium;"><span style="font-size: small;">6)</span><strong> Installation</strong></span> &#8211; Everything was very straightforward.  They have an excellent graphic installation thing.  Very easy to use.  This might even be easier than Windows.  It wasn&#8217;t a long installation either.  It would be great if all of the distros installed like this. (Score &#8211; 10)</p>
<p><!--StartFragment --> And now&#8230;once again&#8230;it is time for my criteria&#8230;</p>
<p><span id="more-75"></span></p>
<p><em>My Criteria</em> <a href="../../uploads/Reviews/Evolution.png"><img style="border: 0px none; padding-right: 5px; padding-left: 5px; float: right;" src="../../uploads/Reviews/Evolution.Thumbs.png" alt="" width="110" height="83" /></a></p>
<p><!--StartFragment --> 1) <span style="font-size: medium;"><strong>Mail</strong></span> &#8211; There is a new program I haven&#8217;t used yet called Evolution that is the only choice for mail in Fedora. After 2 attempts to get my mail configured, I gave up. This thing <a href="../../uploads/Reviews/Evolution2.png"><img style="border: 0px none; padding-right: 5px; padding-left: 5px; float: right;" src="../../uploads/Reviews/Evolution2.Thumbs.png" alt="" width="110" height="83" /></a>froze both times and wouldn&#8217;t let me do squat with mail. I&#8217;ve never had this much trouble with email in Linux and I&#8217;m really disappointed. Mr.Devnet says that evolution is quite nice from when he&#8217;s used it. Fedora really let me down here. (Score &#8211; 0)</p>
<p><!--StartFragment --> 2) <span style="font-size: medium;"><strong>Internet</strong></span> &#8211; I couldn&#8217;t get my website to render. Evidently, Java isn&#8217;t installed like it is in other distros. It gave me a link to click on so I did and I was able to download java. I couldn&#8217;t figure out how to install it at all though. In windows, its a double click. Here, I have no idea. I checked around at other web sites and found that most of them don&#8217;t render properly either. This was another major disappointment. Mr.Devnet told me that Fedora is put out by Red Hat who is a professional company that makes Linux. If this is the best they&#8217;ve got, they need more practice. (Score &#8211; 2)</p>
<p><!--StartFragment --><!--StartFragment --> 3) <span style="font-size: medium;"><strong>Listening To Music</strong></span> &#8211; the default player is horrible. I couldn&#8217;t figure out how to use it at all. Took me forever to figure out how to put things into the que. I hated it all around. It is completely inferior to anything else I&#8217;ve used. Not only that, but this thing doesn&#8217;t even play mp3&#8242;s. What the heck is that all about? Well, I don&#8217;t have time nor experience to figure this one out. (Score &#8211; 1)</p>
<p>4) <span style="font-size: medium;"><strong>Download Music/Files</strong></span> &#8211; There is nothing in Fedora by default for me to do this. I couldn&#8217;t successfully download and install Limewire yet again. (Score &#8211; 0)</p>
<p><!--StartFragment --> 5) <span style="font-size: medium;"><strong>Burning CDs</strong></span> &#8211; It didn&#8217;t come with k3b, which I really like, so I was disappointed. But I guess the one that it has serves its purpose. (Score &#8211; 6)</p>
<p>So, to start out with, just booting into Fedora Core 4 looked very promising. Everything looked very nice. I was really looking forward to things. However, everything is barebones and minimal. I consider myself a very general user of computers. I think I use my computer for about the same thing that everyone else does. This did not serve my purpose. It didn&#8217;t provide me with the things I needed to even go about my every day usage with my PC. As I&#8217;ve said many times before, the idea of downloading programs on my own is something that is going to take quite a bit of time to learn, time that I and probably no one has.</p>
<p>I wouldn&#8217;t consider this to be user friendly at all, by any means. I wouldn&#8217;t use this unless I really knew what the heck was going on and knew the inner workings of things. Overall, this was the worst experience I&#8217;ve had with Linux.</p>
<p><!--StartFragment --> <span style="font-size: x-large;">Mrs.Devnet </span></p>
<p align="right"><!--StartFragment --> <span style="font-size: x-large;"><strong><span style="font-size: small;">Fedora Core 4 Test 1 </span></strong><span style="font-size: small;">Scores: </span>4 out of 10</span></p>
<p align="right">(and I&#8217;m being generous on that one <img src='http://linux-blog.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  )</p>


<p>Related posts:<ol><li><a href='http://linux-blog.org/clarification-on-foresight-and-fedora/' rel='bookmark' title='Permanent Link: Clarification on Foresight and Fedora'>Clarification on Foresight and Fedora</a> <small>I previously wrote about a possible &#8220;rebasing&#8221; of Foresight Linux...</small></li>
<li><a href='http://linux-blog.org/foresight-and-fedora-clarkconnect-becomes-clearos/' rel='bookmark' title='Permanent Link: Foresight and Fedora, ClarkConnect Becomes ClearOS'>Foresight and Fedora, ClarkConnect Becomes ClearOS</a> <small>Foresight and Fedora (aka &#8220;boots, a fedora remix&#8221;) Last week...</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/experiment-14-fedora-core-4-test-1-final-rating/" rel="bookmark">Experiment 1.4:  Fedora Core 4 Test 1 Final Rating</a> originally appeared on <a href="http://linux-blog.org">Yet Another Linux Blog</a> on April 12, 2005.</p>
]]></content:encoded>
			<wfw:commentRss>http://linux-blog.org/experiment-14-fedora-core-4-test-1-final-rating/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
	</channel>
</rss>
