<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Whee! Crux at 1Ghz</title>
	<atom:link href="http://kmandla.wordpress.com/2008/01/15/whee-crux-at-1ghz/feed/" rel="self" type="application/rss+xml" />
	<link>http://kmandla.wordpress.com/2008/01/15/whee-crux-at-1ghz/</link>
	<description>K.Mandla's blog of Linux experiences</description>
	<lastBuildDate>Mon, 11 Feb 2013 18:19:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Howto: Desktop &#8220;widgets&#8221; for the console &#171; Motho ke motho ka botho</title>
		<link>http://kmandla.wordpress.com/2008/01/15/whee-crux-at-1ghz/#comment-41162</link>
		<dc:creator><![CDATA[Howto: Desktop &#8220;widgets&#8221; for the console &#171; Motho ke motho ka botho]]></dc:creator>
		<pubDate>Thu, 17 Dec 2009 03:38:37 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2008/01/15/whee-crux-at-1ghz/#comment-41162</guid>
		<description><![CDATA[[...] the difference between the left and the right? (I hope Onyros doesn&#8217;t mind if I borrow an old screenshot. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] the difference between the left and the right? (I hope Onyros doesn&#8217;t mind if I borrow an old screenshot. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: K.Mandla</title>
		<link>http://kmandla.wordpress.com/2008/01/15/whee-crux-at-1ghz/#comment-35560</link>
		<dc:creator><![CDATA[K.Mandla]]></dc:creator>
		<pubDate>Thu, 06 Mar 2008 01:38:35 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2008/01/15/whee-crux-at-1ghz/#comment-35560</guid>
		<description><![CDATA[You might search in &lt;a href=&quot;http://crux.nu/portdb/&quot; / rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;. There are a lot of user-supplied ports available there, but not all those are up-to-date. I&#039;m finding that the most frequently updated are still the &quot;official,&quot; crux.nu-hosted ones. :&#124;]]></description>
		<content:encoded><![CDATA[<p>You might search in <a href="http://crux.nu/portdb/" / rel="nofollow">here</a>. There are a lot of user-supplied ports available there, but not all those are up-to-date. I&#8217;m finding that the most frequently updated are still the &#8220;official,&#8221; crux.nu-hosted ones. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_neutral.gif' alt=':|' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gunblade IV</title>
		<link>http://kmandla.wordpress.com/2008/01/15/whee-crux-at-1ghz/#comment-35559</link>
		<dc:creator><![CDATA[Gunblade IV]]></dc:creator>
		<pubDate>Thu, 06 Mar 2008 00:41:14 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2008/01/15/whee-crux-at-1ghz/#comment-35559</guid>
		<description><![CDATA[any ports on fluxbox?
i wonder is there any simple method to set fluxbox running on my CRUX?]]></description>
		<content:encoded><![CDATA[<p>any ports on fluxbox?<br />
i wonder is there any simple method to set fluxbox running on my CRUX?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: K.Mandla</title>
		<link>http://kmandla.wordpress.com/2008/01/15/whee-crux-at-1ghz/#comment-35094</link>
		<dc:creator><![CDATA[K.Mandla]]></dc:creator>
		<pubDate>Wed, 23 Jan 2008 09:44:16 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2008/01/15/whee-crux-at-1ghz/#comment-35094</guid>
		<description><![CDATA[I&#039;ve never used lilo either, to be honest. I omitted lilo from the package installation process and stuck with grub. I&#039;ll post my fstab later today; mine was very straightforward though ... something like:

&lt;code&gt;/dev/hda1 /boot ext2 defaults,noatime 0 1&lt;/code&gt;
&lt;code&gt;/dev/hda2 swap swap defaults 0 0&lt;/code&gt;
&lt;code&gt;/dev/hda3 / ext2 defaults,noatime 0 1&lt;/code&gt;
&lt;code&gt;/dev/hda4 /home ext2 defaults,noatime 0 1&lt;/code&gt;

Note that I wandered away from the official Crux installation guide there; I like a partition array like that, and I only use ext2.]]></description>
		<content:encoded><![CDATA[<p>I&#8217;ve never used lilo either, to be honest. I omitted lilo from the package installation process and stuck with grub. I&#8217;ll post my fstab later today; mine was very straightforward though &#8230; something like:</p>
<p><code>/dev/hda1 /boot ext2 defaults,noatime 0 1</code><br />
<code>/dev/hda2 swap swap defaults 0 0</code><br />
<code>/dev/hda3 / ext2 defaults,noatime 0 1</code><br />
<code>/dev/hda4 /home ext2 defaults,noatime 0 1</code></p>
<p>Note that I wandered away from the official Crux installation guide there; I like a partition array like that, and I only use ext2.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: justin</title>
		<link>http://kmandla.wordpress.com/2008/01/15/whee-crux-at-1ghz/#comment-35084</link>
		<dc:creator><![CDATA[justin]]></dc:creator>
		<pubDate>Tue, 22 Jan 2008 16:32:19 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2008/01/15/whee-crux-at-1ghz/#comment-35084</guid>
		<description><![CDATA[I have a question, when installing crux, you hit the part where you edit fstab, could someone post their fstab?  Im messing something up.  Also, you install, ignore a partition, and then add that partition (a small windows one) to the boot menu.  this is easy with grub, but ive never used lilo]]></description>
		<content:encoded><![CDATA[<p>I have a question, when installing crux, you hit the part where you edit fstab, could someone post their fstab?  Im messing something up.  Also, you install, ignore a partition, and then add that partition (a small windows one) to the boot menu.  this is easy with grub, but ive never used lilo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Onyros</title>
		<link>http://kmandla.wordpress.com/2008/01/15/whee-crux-at-1ghz/#comment-34977</link>
		<dc:creator><![CDATA[Onyros]]></dc:creator>
		<pubDate>Thu, 17 Jan 2008 14:19:40 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2008/01/15/whee-crux-at-1ghz/#comment-34977</guid>
		<description><![CDATA[Hehe, check your UF PM&#039;s tonight (it&#039;s 2:13 pm here) or tomorrow morning in your case. I haven&#039;t released anything since v0.2 (nicknamed Stray Dog) but will provide you with a link for v0.5 (nicknamed Holy Cow), which is still very much in BETA.

(BTW, the release candidate mentioned in the last comment was Awesome&#039;s, not the LiveCD&#039;s).

And after all this, I still haven&#039;t mentioned it: the LiveCD has a name, and everything. It started out as Onyric (LiveCD), as it was just a personal pet project, not meant for distribution. After thinking about it, I renamed it Satori LiveCD (because the primary version was based on Enlightenment, if you know what I mean, pun intended).

And it&#039;s a beauty booting into a LiveCD in 44 seconds, while using 18MB of RAM. This is a pic of the old, 1st version, with Fluxbox as WM - http://img153.imageshack.us/my.php?image=onyric2id9.jpg - but a lot has changed since. A whole lot :)]]></description>
		<content:encoded><![CDATA[<p>Hehe, check your UF PM&#8217;s tonight (it&#8217;s 2:13 pm here) or tomorrow morning in your case. I haven&#8217;t released anything since v0.2 (nicknamed Stray Dog) but will provide you with a link for v0.5 (nicknamed Holy Cow), which is still very much in BETA.</p>
<p>(BTW, the release candidate mentioned in the last comment was Awesome&#8217;s, not the LiveCD&#8217;s).</p>
<p>And after all this, I still haven&#8217;t mentioned it: the LiveCD has a name, and everything. It started out as Onyric (LiveCD), as it was just a personal pet project, not meant for distribution. After thinking about it, I renamed it Satori LiveCD (because the primary version was based on Enlightenment, if you know what I mean, pun intended).</p>
<p>And it&#8217;s a beauty booting into a LiveCD in 44 seconds, while using 18MB of RAM. This is a pic of the old, 1st version, with Fluxbox as WM &#8211; <a href="http://img153.imageshack.us/my.php?image=onyric2id9.jpg" rel="nofollow">http://img153.imageshack.us/my.php?image=onyric2id9.jpg</a> &#8211; but a lot has changed since. A whole lot <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: K.Mandla</title>
		<link>http://kmandla.wordpress.com/2008/01/15/whee-crux-at-1ghz/#comment-34975</link>
		<dc:creator><![CDATA[K.Mandla]]></dc:creator>
		<pubDate>Thu, 17 Jan 2008 13:56:14 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2008/01/15/whee-crux-at-1ghz/#comment-34975</guid>
		<description><![CDATA[And a link ... ? :D]]></description>
		<content:encoded><![CDATA[<p>And a link &#8230; ? <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Onyros</title>
		<link>http://kmandla.wordpress.com/2008/01/15/whee-crux-at-1ghz/#comment-34973</link>
		<dc:creator><![CDATA[Onyros]]></dc:creator>
		<pubDate>Thu, 17 Jan 2008 12:43:38 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2008/01/15/whee-crux-at-1ghz/#comment-34973</guid>
		<description><![CDATA[Ah, it&#039;s not forgotten. Turns out Awesome v2.0 still had a few quirks I thought were deal-breakers (windows focus related things), which made it somewhat unintuitive. Imagine having to ALT+K to make a window which should be on top gain focus again? It only happens in floating mode, obviously, but I am configuring it to use different types of windows layouts, for different kinds of apps and workspaces (or tags, in Awesome lingo).

The release candidate is out, the mailing list and bug reporting are incredibly active, so I suppose it&#039;s not far from a stable release. By then, I&#039;ll tweak the awesome dot file to fit my &quot;model&quot; and it&#039;ll be good to go.

And I really expect it to stop being a one-man &quot;LiveCD-config-of-a-distro&quot;, I&#039;ll surely be garnering some extra help, if people are interested.]]></description>
		<content:encoded><![CDATA[<p>Ah, it&#8217;s not forgotten. Turns out Awesome v2.0 still had a few quirks I thought were deal-breakers (windows focus related things), which made it somewhat unintuitive. Imagine having to ALT+K to make a window which should be on top gain focus again? It only happens in floating mode, obviously, but I am configuring it to use different types of windows layouts, for different kinds of apps and workspaces (or tags, in Awesome lingo).</p>
<p>The release candidate is out, the mailing list and bug reporting are incredibly active, so I suppose it&#8217;s not far from a stable release. By then, I&#8217;ll tweak the awesome dot file to fit my &#8220;model&#8221; and it&#8217;ll be good to go.</p>
<p>And I really expect it to stop being a one-man &#8220;LiveCD-config-of-a-distro&#8221;, I&#8217;ll surely be garnering some extra help, if people are interested.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: K.Mandla</title>
		<link>http://kmandla.wordpress.com/2008/01/15/whee-crux-at-1ghz/#comment-34962</link>
		<dc:creator><![CDATA[K.Mandla]]></dc:creator>
		<pubDate>Thu, 17 Jan 2008 08:01:31 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2008/01/15/whee-crux-at-1ghz/#comment-34962</guid>
		<description><![CDATA[Hey, I forgot about that: Where is this mysterious one-man distro you&#039;ve been putting together? You promised a link.]]></description>
		<content:encoded><![CDATA[<p>Hey, I forgot about that: Where is this mysterious one-man distro you&#8217;ve been putting together? You promised a link.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Onyros</title>
		<link>http://kmandla.wordpress.com/2008/01/15/whee-crux-at-1ghz/#comment-34936</link>
		<dc:creator><![CDATA[Onyros]]></dc:creator>
		<pubDate>Thu, 17 Jan 2008 03:07:31 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2008/01/15/whee-crux-at-1ghz/#comment-34936</guid>
		<description><![CDATA[You know what? I reboot such few times that I don&#039;t really bother much with startup times, even on my Thinkpad (I just keep it in suspension whenever it&#039;s not being used or pulling something with rTorrent). But being able to boot in 16 seconds is better than resuming from hibernation, altogether; probably faster than resuming from suspension in Ubuntu?

But that boot udev lag issue had me wondering, too, as I was finishing up my little config-of-a-distro/LiveCD-based-on-Arch. If it wasn&#039;t for that, I&#039;d be able to boot into Awesome or Fluxbox with a LiveCD in under 40 seconds. Even with that, the boot time is around the 44 second mark on that same Thinkpad. After installed to disk, the boot time is exactly @ 18 seconds (for Awesome) on a 4200 rpm HDD!, but I could still shave a few things off. Especially so, because I was aiming at keeping it under 180MB, so I could use it on a Mini-CD.

The same Thinkpad on Ubuntu registers 29 seconds on bootchart. Add a few seconds for it to start Awesome, and it&#039;s over 30 seconds right there.]]></description>
		<content:encoded><![CDATA[<p>You know what? I reboot such few times that I don&#8217;t really bother much with startup times, even on my Thinkpad (I just keep it in suspension whenever it&#8217;s not being used or pulling something with rTorrent). But being able to boot in 16 seconds is better than resuming from hibernation, altogether; probably faster than resuming from suspension in Ubuntu?</p>
<p>But that boot udev lag issue had me wondering, too, as I was finishing up my little config-of-a-distro/LiveCD-based-on-Arch. If it wasn&#8217;t for that, I&#8217;d be able to boot into Awesome or Fluxbox with a LiveCD in under 40 seconds. Even with that, the boot time is around the 44 second mark on that same Thinkpad. After installed to disk, the boot time is exactly @ 18 seconds (for Awesome) on a 4200 rpm HDD!, but I could still shave a few things off. Especially so, because I was aiming at keeping it under 180MB, so I could use it on a Mini-CD.</p>
<p>The same Thinkpad on Ubuntu registers 29 seconds on bootchart. Add a few seconds for it to start Awesome, and it&#8217;s over 30 seconds right there.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
