<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.11" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Spawn of Ubuntu</title>
	<link>http://www.linux-mag.com/id/6200/</link>
	<description>Open Source, Open Standards</description>
	<pubDate>Mon, 22 Mar 2010 07:45:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.11</generator>

	<item>
		<title>by: Ken Hess</title>
		<link>http://www.linux-mag.com/id/6200/#comment-1391</link>
		<pubDate>Fri, 15 Aug 2008 17:04:59 +0000</pubDate>
		<guid>http://www.linux-mag.com/id/6200/#comment-1391</guid>
					<description>You're right, there is an error in that apt-get. It should be apt-get &lt;B&gt;install&lt;/B&gt; linux-image-2.6.18-5-686.

Sorry about that.</description>
		<content:encoded><![CDATA[<p>You&#8217;re right, there is an error in that apt-get. It should be apt-get <b>install</b> linux-image-2.6.18-5-686.</p>
<p>Sorry about that.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: jgfuller</title>
		<link>http://www.linux-mag.com/id/6200/#comment-1232</link>
		<pubDate>Mon, 30 Jun 2008 06:23:21 +0000</pubDate>
		<guid>http://www.linux-mag.com/id/6200/#comment-1232</guid>
					<description>Not a Linux expert at all.  Windows user.  Using Ubuntu installed with Wubi.  Lets me access my Windows files, network, and printer, without any problems with partitioning or redefining the Windows files as FAT [which I understand is needed in a dual-boot, separate partition environment].   If the Ubuntu-derivatives had a Wubi-type installer, they might be more attractive to a Windows user.  Just a thought.</description>
		<content:encoded><![CDATA[<p>Not a Linux expert at all.  Windows user.  Using Ubuntu installed with Wubi.  Lets me access my Windows files, network, and printer, without any problems with partitioning or redefining the Windows files as FAT [which I understand is needed in a dual-boot, separate partition environment].   If the Ubuntu-derivatives had a Wubi-type installer, they might be more attractive to a Windows user.  Just a thought.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: chioma</title>
		<link>http://www.linux-mag.com/id/6200/#comment-1211</link>
		<pubDate>Mon, 23 Jun 2008 21:16:27 +0000</pubDate>
		<guid>http://www.linux-mag.com/id/6200/#comment-1211</guid>
					<description>i have  not use linspire before to no what the installation of freespire will lok like but the user interface is very ok. but what do.mean by bleeding edge technology which makes it more stable


the installation command for gos in not correect but interface is quite intresting and do you mean by menu list</description>
		<content:encoded><![CDATA[<p>i have  not use linspire before to no what the installation of freespire will lok like but the user interface is very ok. but what do.mean by bleeding edge technology which makes it more stable</p>
<p>the installation command for gos in not correect but interface is quite intresting and do you mean by menu list
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: slyscafe</title>
		<link>http://www.linux-mag.com/id/6200/#comment-1208</link>
		<pubDate>Sat, 21 Jun 2008 14:37:55 +0000</pubDate>
		<guid>http://www.linux-mag.com/id/6200/#comment-1208</guid>
					<description>I have used gOS Linux and now refer to it as pOS linux. I just couldn't find anything I liked about it other than that nice handy bar they give you at the bottom (which I can get with gDesklets). 

I really love top and bottom panels, gOS didn't have what I liked. 

I guess if you're a casual computer user, then gOS would be alright, but it looks feels a lot like OS X.</description>
		<content:encoded><![CDATA[<p>I have used gOS Linux and now refer to it as pOS linux. I just couldn&#8217;t find anything I liked about it other than that nice handy bar they give you at the bottom (which I can get with gDesklets). </p>
<p>I really love top and bottom panels, gOS didn&#8217;t have what I liked. </p>
<p>I guess if you&#8217;re a casual computer user, then gOS would be alright, but it looks feels a lot like OS X.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Jan Hansen</title>
		<link>http://www.linux-mag.com/id/6200/#comment-1177</link>
		<pubDate>Thu, 12 Jun 2008 15:29:09 +0000</pubDate>
		<guid>http://www.linux-mag.com/id/6200/#comment-1177</guid>
					<description>But you're not going to let on what that error is? How inscrutable!</description>
		<content:encoded><![CDATA[<p>But you&#8217;re not going to let on what that error is? How inscrutable!
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: unclesmrgol</title>
		<link>http://www.linux-mag.com/id/6200/#comment-1175</link>
		<pubDate>Thu, 12 Jun 2008 15:14:21 +0000</pubDate>
		<guid>http://www.linux-mag.com/id/6200/#comment-1175</guid>
					<description>Here's the correction for above-mentioned error:

apt-get update
apt-get &lt;b&gt;install&lt;/b&gt; linux-image-2.6.18-5-686

I have no idea what menu-normal.lst is, but if it's a replacement for menu.lst, you don't want to remove the low-latency non-virtual configuration -- you want to duplicate it below the low-latency menu entry and modify the dupe to reference your new non-low-latency replacement, thus having both be in the grub menu.  Good sysadmins don't ever destroy something that works before making sure that the new thing works better.  To that end. making a copy of menu-normal.lst (say, to menu-normal.lst.orig) may help you out tremendously if you make a mistake.  Also, if you modify menu-normal.lst, make sure you make a backup of it, because normal system maintenance (such as applying a new kernel from the manufacturer) may destroy your changes; you want to store them someplace where you can put them back.  I fight this little battle with Ubuntu all the time, since Ubuntu insists it's on hd1 when it's really on hd0.</description>
		<content:encoded><![CDATA[<p>Here&#8217;s the correction for above-mentioned error:</p>
<p>apt-get update<br />
apt-get <b>install</b> linux-image-2.6.18-5-686</p>
<p>I have no idea what menu-normal.lst is, but if it&#8217;s a replacement for menu.lst, you don&#8217;t want to remove the low-latency non-virtual configuration &#8212; you want to duplicate it below the low-latency menu entry and modify the dupe to reference your new non-low-latency replacement, thus having both be in the grub menu.  Good sysadmins don&#8217;t ever destroy something that works before making sure that the new thing works better.  To that end. making a copy of menu-normal.lst (say, to menu-normal.lst.orig) may help you out tremendously if you make a mistake.  Also, if you modify menu-normal.lst, make sure you make a backup of it, because normal system maintenance (such as applying a new kernel from the manufacturer) may destroy your changes; you want to store them someplace where you can put them back.  I fight this little battle with Ubuntu all the time, since Ubuntu insists it&#8217;s on hd1 when it&#8217;s really on hd0.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Marcin Owsiany</title>
		<link>http://www.linux-mag.com/id/6200/#comment-1171</link>
		<pubDate>Thu, 12 Jun 2008 13:37:56 +0000</pubDate>
		<guid>http://www.linux-mag.com/id/6200/#comment-1171</guid>
					<description>You have an error in the apt-get command there..</description>
		<content:encoded><![CDATA[<p>You have an error in the apt-get command there..
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
