<?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; fedora</title>
	<atom:link href="http://linux-blog.org/tag/fedora/feed/" rel="self" type="application/rss+xml" />
	<link>http://linux-blog.org</link>
	<description>Open Source, Open Blog</description>
	<lastBuildDate>Fri, 03 Feb 2012 14:33:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Clarification on Foresight and Fedora</title>
		<link>http://linux-blog.org/clarification-on-foresight-and-fedora/</link>
		<comments>http://linux-blog.org/clarification-on-foresight-and-fedora/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 20:51:14 +0000</pubDate>
		<dc:creator>devnet</dc:creator>
				<category><![CDATA[Distros]]></category>
		<category><![CDATA[Boots]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[foresight]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[rpath]]></category>

		<guid isPermaLink="false">http://linux-blog.org/?p=1215</guid>
		<description><![CDATA[I previously wrote about a possible &#8220;rebasing&#8221; of Foresight Linux on the Fedora platform. This conjecture was a bit premature it seems as I am completely wrong on this being a possibility The best part about me being absolutely wrong on this is that there is still going to be benefits for Foresight and Fedora [...]]]></description>
			<content:encoded><![CDATA[<p>I previously wrote about a possible &#8220;rebasing&#8221; of Foresight Linux on the Fedora platform.  This conjecture was a bit premature it seems as I am completely wrong on this being a possibility <img src='http://linux-blog.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   The best part about me being absolutely wrong on this is that there is still going to be benefits for <a title="Foresight Linux Home" href="http://foresightlinux.org" target="_blank">Foresight</a> and <a title="Fedora Project" href="http://fedoraproject.org/" target="_blank">Fedora</a> even without the rebase.</p>
<p>Foresight is toying with the idea of having a <strong>sub-project</strong> (completely separate from Foresight Linux base) that it has tentatively called &#8216;<a href="http://wiki.foresightlinux.org/wiki/display/~johnsonm/Boots+Proposal" target="_blank">boots, a Fedora remix</a>&#8216; (a play on Dora in Fedora for those of you with kids).</p>
<p>What would happen is that <a title="Mirrorball from rPath" href="http://hg.rpath.com/mirrorball" target="_blank">mirrorball</a>, a tool from rPath that &#8216;sucks in&#8217; repositories, would pull in a Fedora repository into a separate Foresight repository.  From there, it is fully consumable by any product/project that is hosted on <a title="rBuilder Online" href="http://hg.rpath.com/mirrorball" target="_blank">rBuilder Online</a> from <a title="rPath Home" href="http://www.rpath.com/corp/" target="_blank">rPath</a>.  <a title="Conary" href="http://wiki.rpath.com/wiki/Conary" target="_blank">Conary</a> really is one of the most innovative package managers on the planet and I&#8217;ve mentioned it <a title="Foresight Linux and Conary" href="http://linux-blog.org/foresight-linux-and-conary-part-i/" target="_blank">once</a> or <a title="Thoughts on Package Management" href="http://linux-blog.org/thoughts-on-package-management/" target="_blank">twice</a> before (never got around to part II on one of those though).  The ability to fully suck in a RPM repository is already being done with <a title="CentOS 5 by rPath" href="http://wiki.rpath.com/wiki/CentOS_Delivered_by_rPath" target="_blank">CentOS</a> and <a title="Scientific Linux by rPath" href="http://blogs.conary.com/index.php/rpathcom/2009/08/06/rbuilder_updated_announcing_a_new_platfo" target="_blank">Scientific Linux</a> on rBuilder Online&#8230;even <a href="http://lwn.net/Articles/307998/" target="_blank">Ubuntu</a> is currently being done as well&#8230;so we have proof that it is totally possible.  Once imported, Conary takes over the management of said packages.</p>
<p>So what does this give Foresight?  A few things:</p>
<ol>
<li>Testing of packages in 2 communities</li>
<li>Developer eyes/chatter in 2 communities</li>
<li>The ability of Foresight to cherry pick packages from a large base</li>
<li>Compare and contrast for packages from 2 different sources to track down bugs</li>
</ol>
<p>So, as I said, I was wrong initially and I hope this clears up what Foresight plans to do.  A sub-project will be started that imports the Fedora repository changing them from (rpm to Conary) allowing Foresight to both test and cherry pick packages from a larger base hopefully freeing up a bit more time for Foresight architects.  Phew!  What a mouthful, run-on-sentence that was!</p>
<h2>Why Conary?  How does this help Fedora?</h2>
<p>I know some of you may be asking Why Conary?  What does it have over RPM that Foresight should suck in a repositoroy and change it to Conary packages?  The reason this is an absolute necessity is because the tools on which Foresight are built (rBuilder Online) works with Conary only&#8230;that means ISO generation and repository hosting are all mandated to be Conary based.</p>
<p>The other interesting part about this is that Conary blends version control with package management.  It deals with changesets as packages.  Imagine SVN&#8230;you have a local changeset that  you&#8217;re working on and the version inside the SVN repository differs from that.  You can then diff the state of your local copy to see how it differs from the remote copy.  This allows you to see the changes you&#8217;ve made and allows you to see what code may be broken.  Also, commits are numbered automagically so that you don&#8217;t have to worry about breaking things much because you can rollback to a previous known good state.</p>
<p>The same is true with Conary&#8230;you can <a title="Conary Rollback" href="http://wiki.rpath.com/wiki/Conary:conary_rollback" target="_blank">rollback</a> to previous known good states.  You can also diff each changeset locally with the remote repository.  Now imagine this with Fedora packages&#8230;if something is broken, chances are Foresight will find a fix for it much more quickly than someone in Fedora&#8230;a single command can diff the previously known good version with the broken version and find out the shortcoming.  Or perhaps a known good verion in Foresight that isn&#8217;t Fedora based might be used to diff the Fedora RPM version and find out the differences in them.  In all, it&#8217;s going to help developers track down problems faster.  This helps Fedora&#8230;they now have a small number of Foresight developers who will be working with hundreds of popular Fedora RPMs looking to see if they work or are broken.</p>
<p>Most of the benefit will be measurable in Foresight because they&#8217;ll be able to use just about any package Fedora creates&#8230;but the Foresight community is FULL of very capable developers&#8230;guys that really know what they&#8217;re doing.  If they can make this a collaborative effort Fedora will gain exceptionally smart developers as well&#8230;even if testing packages on a different platform, they&#8217;ll have eyeballs on these packages and if a fix is found or made for them they will definitely go upstream to Fedora.</p>
<p>Hopefully, this puts things right from my initial wrong.  I don&#8217;t claim to be an insider for Foresight&#8230;I just know a lot of the people involved and ask questions a lot&#8230;.I also pay attention to the developer mailing list.  If you have any questions, please leave a comment and I&#8217;ll attempt to track down answers for them <img src='http://linux-blog.org/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p><a href="http://linux-blog.org/clarification-on-foresight-and-fedora/" rel="bookmark">Clarification on Foresight and Fedora</a> originally appeared on <a href="http://linux-blog.org">Yet Another Linux Blog</a> on September 9, 2009.</p>
]]></content:encoded>
			<wfw:commentRss>http://linux-blog.org/clarification-on-foresight-and-fedora/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Dell E521 and PCLinuxOS 2007 Final</title>
		<link>http://linux-blog.org/dell-e521-and-pclinuxos-2007-final/</link>
		<comments>http://linux-blog.org/dell-e521-and-pclinuxos-2007-final/#comments</comments>
		<pubDate>Mon, 28 May 2007 18:45:33 +0000</pubDate>
		<dc:creator>devnet</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[e521]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[PCLinuxOS]]></category>
		<category><![CDATA[tips and tricks]]></category>

		<guid isPermaLink="false">http://linux-blog.org/word/dell-e521-and-pclinuxos-2007-final/</guid>
		<description><![CDATA[It&#8217;s been a process of elimination to get my Dell E521 working. Previous workarounds with boot options didn&#8217;t work&#8230;so I had to use a combination of boot options to get things working nice and stable. I powered up the PCLinuxOS 2007 Final LiveCD and began the installation to disk. During the bootloader configuration I appended [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a process of elimination to get my Dell E521 working.  <a href="http://linux-blog.org/index.php?/archives/189-Dell-Dimension-E521-with-Linux.html" target="_blank">Previous workarounds</a> with boot options didn&#8217;t work&#8230;so I had to use a combination of boot options to get things working nice and stable.</p>
<p>I powered up the PCLinuxOS 2007 Final LiveCD and began the installation to disk.  During the bootloader configuration I appended the following text to the end of my linux, failsafe, and framebuffer entry:</p>
<pre class="brush: plain; title: ; notranslate">noacpi irqpoll pci=routeirq</pre>
<p>From there, I saved, closed all programs and rebooted.  Upon first boot I opened Synaptic and installed the PCLinuxOS .a64 Kernel which is optimized for 64 bit processors.  I then opened up the PCLinuxOS Control Center yet again, went to the boot section and altered my grub bootloader again with the same information in the code above.  I rebooted to make sure my changes worked.</p>
<p>When logging in this time, I opened Synaptic and installed the Nvidia 97xx drivers for my graphics card (Fata1ity 7600GT).  After this installs you&#8217;re prompted to restart X and upon login&#8230;you should be presented with quite a stable and quick desktop.</p>
<p>Hopefully this works well for those of  you out there that are using E521&#8242;s or E520&#8242;s as I believe they have the same mainboard (not sure though).</p>
<p><a href="http://linux-blog.org/dell-e521-and-pclinuxos-2007-final/" rel="bookmark">Dell E521 and PCLinuxOS 2007 Final</a> originally appeared on <a href="http://linux-blog.org">Yet Another Linux Blog</a> on May 28, 2007.</p>
]]></content:encoded>
			<wfw:commentRss>http://linux-blog.org/dell-e521-and-pclinuxos-2007-final/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>New Linux with an Old Laptop:  Fedora Core 4</title>
		<link>http://linux-blog.org/new-linux-with-an-old-laptop-fedora-core-4/</link>
		<comments>http://linux-blog.org/new-linux-with-an-old-laptop-fedora-core-4/#comments</comments>
		<pubDate>Mon, 24 Oct 2005 13:07:45 +0000</pubDate>
		<dc:creator>Apostasy</dc:creator>
				<category><![CDATA[Guest Editors]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Old Computers]]></category>

		<guid isPermaLink="false">http://linux-blog.org/word/new-linux-with-an-old-laptop-fedora-core-4/</guid>
		<description><![CDATA[Guest Editor Apostasy has decided to take a look at current distributions and how they perform and install on an older laptop. This article is the first in a series of many that will look at distributions such as Suse 10, Fedora Core 5, Mandriva, and other desktop-centric distributions. The Hardware Compaq Armada E500 Laptop [...]]]></description>
			<content:encoded><![CDATA[<hr />Guest Editor Apostasy has decided to take a look at current distributions and how they perform and install on an older laptop.  This article is the first in a series of many that will look at distributions such as Suse 10, Fedora Core 5, Mandriva, and other desktop-centric distributions.</p>
<hr /><strong><span style="text-decoration: underline;">The Hardware</span></strong><a href="http://linux-blog.org/uploads/Reviews/desktopfedora4.png"><img style="border: 0px none ; padding-right: 5px; padding-left: 5px; float: right;" src="http://linux-blog.org/uploads/Reviews/desktopfedora4.Thumbs.png" alt="" width="110" height="83" /></a></p>
<ul>
<li>Compaq Armada E500 Laptop</li>
<li>700MHz Intel Pentium III</li>
<li>256MB PC133 SDRAM</li>
<li>ATi Rage Mobility</li>
<li>Intel Ethernet Pro 100</li>
<li>Toshiba 10GB Hard Disk</li>
<li>Netgear WG511 Wireless PCMCIA Card</li>
</ul>
<p><span style="text-decoration: underline;"><strong>Installation</strong></span></p>
<p>I chose to use a network install via HTTP. This went quite smoothly, initially via a text interface for configuring the network and entering the address to install from, then a graphical interface for partitioning and package selection. Right from the start Fedora looks like a professional O/S, it’s not fluffy and cute, but it is very pleasant to look at. Partitioning was handled automatically by Disk Druid, no problems at this stage.</p>
<p><span id="more-103"></span></p>
<p>Fedora offers 4 options for package configuration; Personal Desktop, Server, Workstation and Custom. I chose a custom install as I wanted to install KDE 3.4 as well as the default GNOME desktop. I didn’t feel that package selection was a good as my usual distro (Mandriva). When selecting packages in Mandriva (or previously Mandrake) removing a package in one category meant the package would not be installed and that any other packages that were no longer needed would also not be installed. With Fedora it would appear that packages may appear under more than one category and therefore may be installed if you remove them from your selection in one category and not in another. This doesn’t bother me too much, but if you really wanted to make sure a package was not installed then you may find this frustrating.</p>
<p>All my hardware was detected fine bar two items. The first I’m not too worried about as only the latest version of Mandriva has allowed me to use it, and that’s the wireless network card. Mandriva offers the option to use NDISWrapper during the install, but more about that in another review <img src='http://linux-blog.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  The second item was the monitor, but this was resolved simply by choosing a generic monitor capable of 1024&#215;768 (before doing this I could only select 800&#215;600). Once again, this really didn’t bother me and I don’t believe it would have caused anyone adept enough to attempt an O/S installation any problems.</p>
<p><span style="text-decoration: underline;"><strong>First Boot and Beyond</strong></span></p>
<p>Fedora Core 4 has a very nice graphical boot display, it’s not a necessity but it’s certainly a nice touch. The GDM theme is very pleasant and professional looking. Logging in takes a while, but that would probably be improved by running it on something a bit quicker!</p>
<p>The GNOME desktop is pleasant, easy on the eye and uncluttered. I’m usually a KDE user but I like the idea of using two bars. The bottom bar shows open programs, a view desktop button and the Workspace Switcher. The top bar has the menus, shortcuts, clock, volume control and battery monitor. There’s also an Up2date button that monitors available updates. So far, there’s none available so it’s not a feature I’ve been able to test.</p>
<p><a href="../../uploads/Reviews/appsmenufedora4.png"><img style="border: 0px none; padding-right: 5px; padding-left: 5px; float: left;" src="../../uploads/Reviews/appsmenufedora4.Thumbs.png" alt="" width="110" height="83" /></a>The menu structure is good, I like a menu that’s not cluttered and Fedora have managed to organise everything into only 6 headings. OpenOffice.org, Firefox and Evolution are all available as shortcuts on the top bar, I can’t imagine these aren’t the most commonly used applications for many people and they’re always removable if necessary. Also available on the top bar is a Desktop menu where you can change desktop settings, lock the screen or log out. I’m not sure if it’s a GNOME desktop thing or it’s something Fedora have added themselves, but there’s also a Places menu. This allows easy network browsing and access to your own files and mounted network shares.</p>
<p>The network is all set up and ready to go, I can get my email and surf the web without <a href="../../uploads/Reviews/placesmenu.png"><img style="border: 0px none; padding-right: 5px; padding-left: 5px; float: right;" src="../../uploads/Reviews/placesmenu.Thumbs.png" alt="" width="110" height="83" /></a>having to configure anything else (other than my account settings of course). I’ve heard plenty about Fedora’s lack of multi-media capabilities out-of-the-box, I don’t see it as a big problem as you only have to add them once. Flash and Java are easy enough to install for anyone familiar with Linux and certainly doesn&#8217;t take long; very few distros install these by default so I don’t see it as something to complain about. Not being able to play MP3s is a little unusual, but only required installing plugins for whichever application you prefer. Once this is done it’s on a par with other distributions.</p>
<p>Fedora happily mounted my USB flash drive and put a helpful icon on the desktop, this was done consistently and without user intervention. It also did this for CD’s so I was happy with the desktops’ behaviour as far as removable media goes.</p>
<p>All in all I’m very pleased with this latest incarnation of Fedora but I think what it really lacks is a Mandriva or SUSE style central configuration tool. I’m very fond of being able to control everything from one place rather than having to hunt through menus for various applications to configure different parts of the system.<br />
Next Up: SUSE 10.0</p>
<p><span style="font-size: medium;"><strong>Apostasy</strong></span></p>
<p><em>Linux-Blog Editors Note</em>: Fedora Core 5 is due out February 2006. We&#8217;ll have Apostasy take another look at things then and see if Fedora Core has improved any for him.</p>
<p><a href="http://linux-blog.org/new-linux-with-an-old-laptop-fedora-core-4/" rel="bookmark">New Linux with an Old Laptop:  Fedora Core 4</a> originally appeared on <a href="http://linux-blog.org">Yet Another Linux Blog</a> on October 24, 2005.</p>
]]></content:encoded>
			<wfw:commentRss>http://linux-blog.org/new-linux-with-an-old-laptop-fedora-core-4/feed/</wfw:commentRss>
		<slash:comments>11</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 [...]]]></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><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>The Point is Click Linux;  a managed theme&#8230;</title>
		<link>http://linux-blog.org/the-point-is-click-linux-a-managed-theme/</link>
		<comments>http://linux-blog.org/the-point-is-click-linux-a-managed-theme/#comments</comments>
		<pubDate>Fri, 10 Dec 2004 19:43:37 +0000</pubDate>
		<dc:creator>devnet</dc:creator>
				<category><![CDATA[Distros]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[libranet]]></category>
		<category><![CDATA[mandrake]]></category>
		<category><![CDATA[mepis]]></category>
		<category><![CDATA[PCLinuxOS]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://linux-blog.org/word/the-point-is-click-linux-a-managed-theme/</guid>
		<description><![CDATA[I&#8217;ve decided to adapt a central theme for the distros category in this blog. I&#8217;m going to cycle through the 5 biggest &#8216;Point and Click&#8217; distros and am going to do a quick 2 day assessment on each. After I get through all the distros, I am going to do a fresh install starting with [...]]]></description>
			<content:encoded><![CDATA[<p><img style="border: 0px none ; padding-right: 5px; padding-left: 5px; float: left;" src="http://linux-blog.org/uploads/designedfor.Thumbs.gif" alt="" width="74" height="110" />I&#8217;ve decided to adapt a central theme for the distros category in this blog.  I&#8217;m going to cycle through the 5 biggest &#8216;Point and Click&#8217; distros and am going to do a quick 2 day assessment on each.  After I get through all the distros, I am going to do a fresh install starting with the first one (whatever that may be) and I am going to have my wife, who is new to Linux, check out what she can do with each and which distro she feels is truly the most &#8216;Point and Click&#8217; distro out there.  Remember that it doesn&#8217;t matter what distro of Linux is used to most new users&#8230;they just want something that WORKS.  They want to be able to browse the web, listen to music, and check email and if something is broke from the get go&#8230;they abandon it and go back to something that does work.  So&#8230;we&#8217;ll be looking specifically at distros that work out of the box on a standard hardware and hard disk setup.</p>
<p>Here&#8217;s the list of distros I&#8217;ll be posting w/ screens on:</p>
<ol>
<li>Mandrake 10.1</li>
<li>Libranet 2.8.1</li>
<li>PCLinuxOS Preview 7</li>
<li>SimplyMEPIS 2004.04</li>
<li>Fedora Core 3</li>
</ol>
<p>Some of you might be wondering why I don&#8217;t have &#8216;X&#8217; distro listed in there.  The reason is that I&#8217;m looking for the following criteria:  1.  Full version is free 2. Noted by the Linux as very new user friendly 3. the distro&#8217;s not Ubuntu  (REVISED:  Ubuntu is now in the mix due to reader response).</p>
<p>As a past user of Ubuntu, I can tell you that it doesn&#8217;t hold a candle overall to any of the distros I&#8217;ll be investigating and will therefore NOT be included into this group.  If you need Ubuntu snapshots and reviews&#8230;go google it and you&#8217;ll come up with at least 500 misguided ones.  I suppose if there is any feedback about Ubuntu here I can probably give my two cents on it.</p>
<p><img style="border: 0px none ; padding-right: 5px; padding-left: 5px; float: right;" src="http://linux-blog.org/uploads/Mandrake-wave.Thumbs.png" alt="" width="110" height="83" />As I posted earlier, I recently installed Mandrake Linux 10.1.  I was quite impressed with the default install and how it appeared.  Now that I&#8217;ve had about a week to analyze it I can share some observations.</p>
<p>First and foremost, this OS is eyecandy.  Everything <em>looks and feels</em> organized and soft.  There aren&#8217;t any hard, right angled fonts, icons, or windows.  You look at the desktop and get a sense of completeness. Â I can&#8217;t explain it any more than that.   For appearance, Mandrake is hands down the most eye pleasing free distro available.</p>
<p>The second most noticeable thing is the organization of the menus.  Everything has its place and there isn&#8217;t a ton of confusing menus to mess things up.  For instance, with most KDE default installs on distros that don&#8217;t preconfigure them for you (i.e., slackware) you find ALL of the KDE menus intact.  This means that when you go to the more applications link in the K-Menu, you find EVERY SINGLE APPLICATION INSTALLED.  This makes the menu branch out and get quite confusing and frustrating.  If one knows how to tweak this, it isn&#8217;t a problem.  But for those that are just starting out in Linux, it&#8217;s very confusing.</p>
<p>I like the fact that it is very easy to configure the various aspects of your desktop and the settings.  They have the menu organization down to a tee.  I really think this is the way a Linux distribution should be after it is installed.  It is simply KDE done right.  You&#8217;d think with all of this going for it, Mandrake would rate high on my list&#8230;but remember, I&#8217;m thinking more along the lines of this distro being ready set go right out of the box.  So it fell short on a few points.</p>
<p>The first place it falls short is package management. I realize that Mandrake is trying very hard to have a &#8216;package warehouse&#8217; like that of Linspire and Xandros&#8230;but it falls very short. I tried to upgrade for any security holes numerous times without any success. Also, requiring the user to &#8216;register&#8217; in order to receive said updates put me off somewhat.  If I&#8217;m just installing an operating system&#8230;I want to accomplish my goals ASAP without adding my email address anywhere in order to accomplish them. So, I was a bit annoyed by this little detail. Perhaps they should make it so it asks on the 2nd update try.</p>
<p>The second place Mandrake falls short is configurability.  I know many of you are going to hop all over me for saying this touting &#8220;It&#8217;s totally up to the individual to configure it&#8221; and you&#8217;re right&#8230;it is up to the individual.  But what new user is going to know how to do this out of the box?  If I were a new user, I&#8217;d be going to the Mandrake Control center for everything I needed&#8230;kinda like the Control Panel in WinDozeXP and I wouldn&#8217;t want to snoop around to find anything else.  I know that this could be a &#8216;KDE&#8217; or &#8216;Gnome&#8217; thing depending on the OS&#8230;but you&#8217;d think that a distro that has developed as many custom menus and such for Linux would go the extra step and take &#8216;Y&#8217; out of the equation&#8230;i.e. making it just one step easier to configure the look, feel, and styles of the desktop.</p>
<p>The last place Mandrake fell short for me was sound.  I had no sound at the first boot.  No probs I thought&#8230;.I ran &#8216;alsaconf&#8217; and pumped up the sound volume making sure it wasn&#8217;t muted.  I tried the sound again with no go.  So&#8230;no matter what I did, I couldn&#8217;t get the sound going without having to jump farther into the command line that I should have to with a distro such as this.  Eventually I did get the sound going.  It seems Mandrake detected my onboard sound as active even though it was deactivated in BIOS.  Odd, because it is the only distro that has done so.  However, I couldn&#8217;t ignore the fact that sound wasn&#8217;t good to go after a few intervening actions on my part.</p>
<p>Overall, I&#8217;d give Mandrake a thumbs up though.  This is a pretty solid distro.  I can&#8217;t wait to see how it fares with my wife.  She is really good about checking into what programs can and can&#8217;t do and will really put these distros to the &#8216;new user&#8217; test.  As promised, I&#8217;ll cycle through each distro myself during the next couple of weeks and post my thoughts on it.  Then at the end of this period, I&#8217;ll install one of the five listed at the beginning of this post and I&#8217;ll have a true new user come and check out each.  I think sticking with a distro a week for her to test will be a good idea.  That should give her enough time to truly &#8216;feel&#8217; what it is like and decide for herself if it will get her stamp of approval.  I consider this type of test MUCH more unbiased than one you&#8217;d read on some large new site&#8230;mainly because new users don&#8217;t do the reviews&#8230;and I&#8217;m sure you&#8217;d agree that having someone new to Linux take a look at a distro would provide some really interesting feedback.</p>
<p>Thanks for reading and stick with us&#8230;it looks to be very interesting.</p>
<p><img style="border: 0px none ; padding-right: 5px; padding-left: 5px;" src="http://linux-blog.org/uploads/signature2.Thumbs.gif" alt="" width="110" height="50" /></p>
<p>PS: On the horizon&#8230;I&#8217;m uninstalling Mandrake 10.1 right now to look at SimplyMEPIS 2004.04.  I should have initial reports back sometime in the next few days.</p>
<p><a href="http://linux-blog.org/the-point-is-click-linux-a-managed-theme/" rel="bookmark">The Point is Click Linux;  a managed theme&#8230;</a> originally appeared on <a href="http://linux-blog.org">Yet Another Linux Blog</a> on December 10, 2004.</p>
]]></content:encoded>
			<wfw:commentRss>http://linux-blog.org/the-point-is-click-linux-a-managed-theme/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

