<?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; Misc</title>
	<atom:link href="http://linux-blog.org/category/misc/feed/" rel="self" type="application/rss+xml" />
	<link>http://linux-blog.org</link>
	<description>Open Source, Open Blog</description>
	<lastBuildDate>Mon, 30 Aug 2010 14:18:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Interesting Statistics</title>
		<link>http://linux-blog.org/interesting-statistics/</link>
		<comments>http://linux-blog.org/interesting-statistics/#comments</comments>
		<pubDate>Tue, 13 Jul 2010 04:19:35 +0000</pubDate>
		<dc:creator>devnet</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[Distros]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[YALB]]></category>

		<guid isPermaLink="false">http://linux-blog.org/?p=1618</guid>
		<description><![CDATA[Very interesting statistics that I&#8217;ve noticed since moving the site to a Linode VPS. If you take a look at the graphic below, the spike in the middle will probably stick out quite a bit.  Oddly enough, the spike I noticed in CPU percentage used (which is regulated for VPS at Linode) also spiked up [...]


Related posts:<ol><li><a href='http://linux-blog.org/a-blip-on-my-posts/' rel='bookmark' title='Permanent Link: A Blip on My Posts'>A Blip on My Posts</a> <small>Hello everyone! You may have seen a blip swing by...</small></li>
<li><a href='http://linux-blog.org/do-you-uh-use-linux/' rel='bookmark' title='Permanent Link: Do you&#8230;uh&#8230;Use Linux?'>Do you&#8230;uh&#8230;Use Linux?</a> <small>I ran across the flash video above (note: I&#8217;m not...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Very interesting statistics that I&#8217;ve noticed since moving the site to a <a title="Linode VPS" href="http://www.linode.com/?r=fae2652a18fe793b2f0d0649b25e3252b71706e2" target="_blank">Linode VPS</a>.</p>
<p>If you take a look at the graphic below, the spike in the middle will probably stick out quite a bit.  Oddly enough, the spike I noticed in CPU percentage used (which is regulated for VPS at Linode) also spiked up disk usage&#8230;mainly because I began to swap when cpu/ram use skyrocketed.  All of this happened with <strong>Ubuntu 10.04</strong> installed.  CentOS was the first distro I tried but I quickly switched to Ubuntu when I spotted a really nice how-to in the Linode document library.  Oh, and please excuse my horrible gimp skills on the image below&#8230;it was a quick and dirty editing of the image:</p>
<div id="attachment_1620" class="wp-caption aligncenter" style="width: 498px"><a href="http://linux-blog.org/wp-content/uploads/2010/07/ubuntu-debian.png"><img class="size-full wp-image-1620 " title="ubuntu-debian" src="http://linux-blog.org/wp-content/uploads/2010/07/ubuntu-debian.png" alt="" width="488" height="202" /></a><p class="wp-caption-text">cpu usage</p></div>
<p style="text-align: center;">
<p>After switching to Ubuntu, I began receiving alarms for my account due to the high usage of CPU and disk.  I attempted to tweak settings and configuration files for about a week and realized it just wasn&#8217;t going to work for me.  I switched to Debian Lenny and the move was a positive as is reflected in these pictures.</p>
<div id="attachment_1622" class="wp-caption aligncenter" style="width: 498px"><a href="http://linux-blog.org/wp-content/uploads/2010/07/ubuntu-debian-disk.png"><img class="size-full wp-image-1622 " title="ubuntu-debian-disk" src="http://linux-blog.org/wp-content/uploads/2010/07/ubuntu-debian-disk.png" alt="" width="488" height="202" /></a><p class="wp-caption-text">disk usage</p></div>
<p>I was hoping Ubuntu 10.04 would fit for me since it is a long term support (LTS) release.  CentOS is my normal server distribution of choice and I really wanted to branch out and go with something different.  I used a Linode <a title="Stackscript" href="http://www.linode.com/stackscripts/" target="_blank">Stackscript </a>for WordPress for CentOS but elected for vanilla installs of Ubuntu and Debian aftwards (I didn&#8217;t like NOT knowing what was installed when I first logged in&#8230;call me a control freak).</p>
<p>I just found it interesting that Ubuntu 10.04 did so horribly in this instance.  After investigating, I found a couple of likely suspects:</p>
<ol>
<li>Default Apache install in Ubuntu leaves a lot to be desired..even after tweaking both it and PHP for days I couldn&#8217;t get them to lay off the resources.  Even switching to mpm_worker and FastCGI did little to settle things down.</li>
<li><a title="Ubuntu swappiness is bad" href="http://www.insidesocal.com/click/2010/04/ubuntu-1004-swap-update-its-no.html" target="_blank">Ubuntu swappiness is bad</a>&#8230;it is set at 60 (I use 10 normally) and it swapped every chance it could get&#8230;it&#8217;s set by default to swap more than it should.</li>
<li>mod_php on Ubuntu is hungry for all your cpu and ram and disk; be warned!</li>
</ol>
<p>Debian, as the parent distribution of Ubuntu, would most likely suffer from the same problems&#8230;except it doesn&#8217;t.  Things are working great with it and I&#8217;d recommend it for any of your server needs!  Has anyone else seen this oddity with Ubuntu 10.04?  If so, please drop me a comment below.</p>


<p>Related posts:<ol><li><a href='http://linux-blog.org/a-blip-on-my-posts/' rel='bookmark' title='Permanent Link: A Blip on My Posts'>A Blip on My Posts</a> <small>Hello everyone! You may have seen a blip swing by...</small></li>
<li><a href='http://linux-blog.org/do-you-uh-use-linux/' rel='bookmark' title='Permanent Link: Do you&#8230;uh&#8230;Use Linux?'>Do you&#8230;uh&#8230;Use Linux?</a> <small>I ran across the flash video above (note: I&#8217;m not...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><p><a href="http://linux-blog.org/interesting-statistics/" rel="bookmark">Interesting Statistics</a> originally appeared on <a href="http://linux-blog.org">Yet Another Linux Blog</a> on July 13, 2010.</p>
]]></content:encoded>
			<wfw:commentRss>http://linux-blog.org/interesting-statistics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Blip on My Posts</title>
		<link>http://linux-blog.org/a-blip-on-my-posts/</link>
		<comments>http://linux-blog.org/a-blip-on-my-posts/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 15:54:10 +0000</pubDate>
		<dc:creator>devnet</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[migration]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[Webserver]]></category>

		<guid isPermaLink="false">http://linux-blog.org/?p=1603</guid>
		<description><![CDATA[Hello everyone! You may have seen a blip swing by in posting on the site with the default WordPress posting &#8220;Hello World&#8221; displaying as a new post.  This was due to my recent migration from Site5 shared hosting to a Linode VPS.  During the switchover, the database had not been uploaded yet as I was [...]


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>Hello everyone!</p>
<p>You may have seen a blip swing by in posting on the site with the default WordPress posting &#8220;Hello World&#8221; displaying as a new post.  This was due to my recent migration from <a title="site5" href="http://www.site5.com/" target="_blank">Site5</a> shared hosting to a<a title="Linode VPS" href="http://www.linode.com/?r=fae2652a18fe793b2f0d0649b25e3252b71706e2" target="_blank"> Linode VPS</a>.  During the switchover, the database had not been uploaded yet as I was tweaking the webserver&#8230;feedburner detected a change in the RSS when DNS switched and BOOM!  The WordPress default post popped up saying hello.  I thought I had everything planned and timed perfectly but it seems I was off because of how fast DNS switched.</p>
<p>I apologize if this littered your inbox or your RSS reader.  I can promise some GREAT posts coming up.  I&#8217;ve been working on a file permissions and user groups posting to help new users out.  I&#8217;ve also inherited an older laptop with a PIII that I&#8217;ll be installing <a title="Salix" href="http://www.salixos.org/wiki/index.php/Home" target="_blank">Salix</a> on soon&#8230;I&#8217;ve decided to go with LXDE version of Salix 13.  Should be quite fun to see how that performs and report about it.  I&#8217;m also investigating Linux command line downloaders that can grab files from the web for you.  So lots of stuff on the horizon.  Once again, apologies for anything odd that may have popped up.</p>
<p>If you&#8217;d like to know more about the migration or have Site5 shared or <a title="Linode VPS" href="http://www.linode.com/?r=fae2652a18fe793b2f0d0649b25e3252b71706e2" target="_blank">Linode  VPS</a> questions, please drop me a line in the comments section.</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/a-blip-on-my-posts/" rel="bookmark">A Blip on My Posts</a> originally appeared on <a href="http://linux-blog.org">Yet Another Linux Blog</a> on July 8, 2010.</p>
]]></content:encoded>
			<wfw:commentRss>http://linux-blog.org/a-blip-on-my-posts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Boxee is Changing the World</title>
		<link>http://linux-blog.org/boxee-is-changing-the-world/</link>
		<comments>http://linux-blog.org/boxee-is-changing-the-world/#comments</comments>
		<pubDate>Tue, 25 May 2010 16:13:31 +0000</pubDate>
		<dc:creator>devnet</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[editorial]]></category>
		<category><![CDATA[entertainment]]></category>

		<guid isPermaLink="false">http://linux-blog.org/?p=1370</guid>
		<description><![CDATA[Television and Movies shape reality. Just look at this medium over the past few decades and you&#8217;ll always find a TV series or movie that is a glass reflection of what is happening in the real world.  Movies and TV have the power to elicit strong emotional responses (i.e. The Notebook_or_insert_another_chick_flick_here) , invoke the ire [...]


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>Television and Movies shape reality.</p>
<p>Just look at this medium over the past few decades and you&#8217;ll always find a TV series or movie that is a glass reflection of what is happening in the real world.  Movies and TV have the power to elicit strong emotional responses (i.e. <a title="The Notebook (2004)" href="http://www.imdb.com/title/tt0332280/" target="_blank">The Notebook</a>_or_insert_another_chick_flick_here) , invoke the ire of opposing groups (i.e. <a title="Expelled:  No Intelligence Allowed (2008)" href="http://www.imdb.com/title/tt1091617/" target="_blank">Expelled: No Intelligence Allowed</a>), and even inspire people to unite under a common goal.  Anything that powerful and influencing with the reach that moves and TV have is a force to be reckoned with.</p>
<h2>Stagnant Development and Stagnant Thinking</h2>
<p>When development on something stagnates and no further advancement happens, often times that technology is abandoned.  An example of this is how voice-over-IP is changing how we do phones.  With <a title="skype" href="http://www.skype.com/" target="_blank">Skype</a>, <a title="Vonage" href="http://www.vonage.com/" target="_blank">Vonage</a>, <a title="Google Voice" href="http://www.google.com/googlevoice/about.html" target="_blank">Google Voice</a>, <a title="Asterisk" href="http://www.asterisk.org/" target="_blank">asterisk</a>, and other amazing services the consumer is innovating while phone companies flounder.  Soon in the future we will see phone companies change to become absorbed by ISPs.  The same is true of Television companies.  With the onslaught of new media on the web and the ability to stream video from point A to point B, conventional media producers are being forced to become innovative to  stay relevant.  The problem is that they don&#8217;t want to innovate.  They&#8217;d rather sit back and let the old way they operate things be the ONLY way they operate things.  A prime example is NBC&#8217;s fall from grace; from first to worst with no sign of improvement.  Time and time again they prove that they don&#8217;t &#8220;get it&#8221; at all&#8230;even up to NBC CEO Jeff Zucker saying that <a title="Boxee stealing?" href="http://blog.boxee.tv/2010/02/04/boxee-responds-to-nbcs-jeff-zucker/">Boxee is stealing content from Hulu when they play videos</a>&#8230;using this logic:  Opera, Safari, Firefox, and any web browser is &#8220;stealing&#8221; content by visiting Hulu.com and playing videos&#8230;because Boxee uses Mozilla Firefox to play Hulu&#8217;s content.</p>
<p>When big television finally gets this&#8230;they&#8217;ll get on board and they&#8217;ll be seen less negatively and more positively.  The first Television company to  fully partner with Boxee to offer full episodes will win.  What does winning mean?  It means that the PR exposure will be such a huge shot in the arm that the company will benefit across the board.  It also means that they get rich metrics on what people are watching, how often they watch, and when they are watching&#8230;all without even needing a Nielson ratings.  The first company to do this, in my opinion, will be the company all other broadcast corporations will chase.</p>
<h2>How Boxee Harnesses the Power of Movies and TV</h2>
<p><a title="What is Boxee?" href="http://support.boxee.tv/entries/43764-what-is-boxee" target="_blank">Boxee</a> tames that reality shaping force for you.  Boxee changes the way you are entertained.  By   changing how something is used or consumed, you change all those the   thing reaches.  Instead of TV being brought into your home&#8230;YOU are bringing TV into your home on your terms.  Studios need to know that to gain control over something you sometimes have to give up control.</p>
<p>Boxee crawls the web for you and brings all television it can find (think CBS, ABC, NBC, Hulu, Netflix, clicker.com, tv.com) into a single interface.  You play your show in Boxee and can even rate it and/or share it.  People can subscribe to your boxee feed and know what you rated a movie or television show and perhaps watch it themselves.  However, the real power of boxee is the single interface.  This gives people the ability to launch a single program that can find TV for them.  The entry barrier to watching TV online is thus lowered.  That means that Boxee is a POWERFUL tool for television and movies&#8230;one not being utilized by those markets.</p>
<p>Boxee is taking a cross platform approach to things as well&#8230;it&#8217;s freely available for Linux, Windows, and Mac platforms.  This allows Boxee to be something EVERYONE can experience.</p>
<p>Boxee IS changing the entire world, one television at a time.  If broadcasting corporations don&#8217;t recognize this and work with Boxee&#8230;I&#8217;m afraid they may be left out in the cold during this change.  What do you think?  Does Boxee have the power to change the world?</p>
<p>If you&#8217;d like to know more about getting started using Boxee, please visit</p>
<p><a title="http://www.howcast.com/videos/310743-How-To-Get-Started-With-Boxee" href="http://www.howcast.com/videos/310743-How-To-Get-Started-With-Boxee" target="_blank">http://www.howcast.com/videos/310743-How-To-Get-Started-With-Boxee</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/boxee-is-changing-the-world/" rel="bookmark">Boxee is Changing the World</a> originally appeared on <a href="http://linux-blog.org">Yet Another Linux Blog</a> on May 25, 2010.</p>
]]></content:encoded>
			<wfw:commentRss>http://linux-blog.org/boxee-is-changing-the-world/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Do Package Managers Spoil Us?</title>
		<link>http://linux-blog.org/do-package-managers-spoil-us/</link>
		<comments>http://linux-blog.org/do-package-managers-spoil-us/#comments</comments>
		<pubDate>Sun, 16 May 2010 15:41:20 +0000</pubDate>
		<dc:creator>devnet</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[Distros]]></category>
		<category><![CDATA[editorial]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[opinion]]></category>
		<category><![CDATA[packaging]]></category>
		<category><![CDATA[Rants]]></category>

		<guid isPermaLink="false">http://linux-blog.org/?p=1476</guid>
		<description><![CDATA[I thought of this interesting question the other day while messing around with Slackware 9.0 which was one of the last versions of Slackware to come on a single disk. The goal was to try to take a Slackware 9.0 install to the most recent stable and it was almost accomplished. Glibc was the largest [...]


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 thought of this interesting question the other day while messing around with Slackware 9.0 which was one of the last versions of Slackware to come on a single disk.  The goal was to try to take a Slackware 9.0 install to the most recent stable and it was almost accomplished.  Glibc was the largest hassle&#8230;and I made it to Slackware 11.0 before something caused things to not boot at all.  All things considered, I spent 3 days on trying to get Slackware 9 to current.</p>
<p>Slackware for those of you that don&#8217;t know, has no dependency resolving package manager.  Previously, a good attempt was made with swaret and that was my first jump into package managers with dependency resolution all together when it came out&#8230;but Swaret is no longer being maintained and doesn&#8217;t really work well anymore.</p>
<p>Since Slackware has no real dep resolving package manager&#8230;it&#8217;s one of the last &#8216;true&#8217; Unix like Linux versions out there.  Back in the early to mid nineties&#8230;things were exactly like this.  If you wanted to update your Linux version&#8230;you stepped through it manually and tried to get things to work.  What was great about Slackware was making your own Slack packages with source&#8230;no dependency resolution but in the process of making the package you&#8217;d have all the dependencies eventually installed.  In this entire process, you became VERY familiar with your system&#8230;how it booted, what run level things occurred at, how cron jobs worked, etc.  You were baptized by fire so to speak&#8230;you were to sink or swim.</p>
<p>As I said, this got me thinking&#8230;do we rely on dependency resolving package managers TOO much?  They&#8217;re cliché now of course&#8230;run of the mill.  Back in the 1990&#8242;s though rpm was the only true package management system around&#8230;and rpm was never designed for internet consumption.  The guys who wrote rpm had in mind CD and floppy upgrades.  Fast forward to now and we have zypper, pacman, urpmi, deb, and conary&#8230;all built with online repositories in mind.  Do these managers take the heavy lifting away for new users?  Do they spoil them?</p>
<p>Do systems break less with easier resolutions due to package managers?  Does it mean that the new user of today won&#8217;t be as experienced as the old user of yesterday?</p>
<p>I think it might.</p>
<p>Users in the past had to chip away and reassemble with less documentation and no package manager.  This meant that the user of yesterday ripped apart systems and packages to discover how they worked and which cogs fit where.</p>
<p>The user of today follows step by step instructions and the software is given a sane set of defaults by most package developers when said package is installed.</p>
<p>Does this make for lazy users?</p>
<p>I don&#8217;t think users are lazy per se&#8230;but as previously stated, spoiled ones.  And it&#8217;s no fault of their own&#8230;it&#8217;s the direction the software has taken us.  Now the questions we need to answer are:</p>
<ol>
<li>Is this direction the <em>correct</em> direction we should be heading?</li>
<li>Are there better approaches to package management that don&#8217;t follow the model we have currently (other than Conary)</li>
<li>Can we come up with a system that doesn&#8217;t make new users spoiled?</li>
</ol>
<p>I think I&#8217;m of both worlds&#8230;I started off with no package manager but managed to ride the wave of Red Hat 7.2 and above followed by Mand{rake,riva} and PCLinuxOS.  I&#8217;m both spoiled and unspoiled.  I know what it takes to manage a system without a conventional package manager but I also know how much time it can save me to use one.  I sometimes find myself wanting less though&#8230;less and more.  Less time and more hands on gutting the system.  I think I&#8217;m in the minority though.</p>
<p>How about you, as a reader of this article?  Do you think new users are spoiled by conventional package management systems?  Do you see solutions or have ideas we can discuss?  Is this really just a process we can improve or is there any programming to be done?  Please sound off in the comments section!</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/do-package-managers-spoil-us/" rel="bookmark">Do Package Managers Spoil Us?</a> originally appeared on <a href="http://linux-blog.org">Yet Another Linux Blog</a> on May 16, 2010.</p>
]]></content:encoded>
			<wfw:commentRss>http://linux-blog.org/do-package-managers-spoil-us/feed/</wfw:commentRss>
		<slash:comments>44</slash:comments>
		</item>
		<item>
		<title>Green Technology</title>
		<link>http://linux-blog.org/green-technology/</link>
		<comments>http://linux-blog.org/green-technology/#comments</comments>
		<pubDate>Sat, 24 Apr 2010 02:42:40 +0000</pubDate>
		<dc:creator>devnet</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[green]]></category>
		<category><![CDATA[mouse]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://linux-blog.org/?p=1471</guid>
		<description><![CDATA[I recently began blogging with my wife about green living including green technology.  We launched the site a couple of days ago and today was my first post on green technology:  Corky, a Battery Free Wireless Mouse.  It&#8217;s a mouse that charges up with every mechanical motion and click of the button you make. We&#8217;re [...]


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 recently began blogging with my wife about green living including green technology.  We launched the site a couple of days ago and today was my first post on green technology:  <a title="Corky, a Battery Free Wireless Mouse" href="http://ifitsgreen.org/2010/corky-a-battery-free-wireless-mouse/" target="_blank">Corky, a Battery Free Wireless Mouse</a>.  It&#8217;s a mouse that charges up with every mechanical motion and click of the button you make.</p>
<p>We&#8217;re really excited to chronicle the changes we make in our lives to &#8216;go green&#8217; and we&#8217;re attempting to develop a community around the site so all can benefit from shared knowledge.</p>
<p>Please check the site out and let me know what you think!</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><p><a href="http://linux-blog.org/green-technology/" rel="bookmark">Green Technology</a> originally appeared on <a href="http://linux-blog.org">Yet Another Linux Blog</a> on April 23, 2010.</p>
]]></content:encoded>
			<wfw:commentRss>http://linux-blog.org/green-technology/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Host Your Own Domain, Website and Webserver</title>
		<link>http://linux-blog.org/host-your-own-domain-website-and-webserver/</link>
		<comments>http://linux-blog.org/host-your-own-domain-website-and-webserver/#comments</comments>
		<pubDate>Sat, 13 Feb 2010 18:27:23 +0000</pubDate>
		<dc:creator>devnet</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[host]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[tips and tricks]]></category>
		<category><![CDATA[Webserver]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://linux-blog.org/?p=1363</guid>
		<description><![CDATA[This post was originally published on 13 July, 2006.  This version has been updated. I have a problem with facebook, myspace, and other social networking websites out there.  The problem is when I upload my data to their webservers&#8230;.I don&#8217;t own it anymore.  They do.  And they can do whatever they want with it once [...]


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[<blockquote><p><em>This post was originally published on 13 July, 2006.  This version has been updated.</em></p></blockquote>
<p>I have a problem with facebook, myspace, and other social networking websites out there.  The problem is when I upload my data to their webservers&#8230;.I don&#8217;t own it anymore.  They do.  And they can do whatever they want with it once it is there.</p>
<p>With this in mind, I&#8217;d rather setup <a title="status.net aka laconi.ca" href="http://status.net/" target="_blank">my own twitter using Status.net</a> or <a title="Pligg" href="http://www.pligg.com/" target="_blank">my own digg using Pligg</a>.  But I&#8217;d do it on MY OWN SERVER.  That way, any content I upload is MINE.  It doesn&#8217;t reside on some server in California or DC and get <a title="YOU BE THE STAR! Without Knowledge" href="http://www.wired.com/epicenter/2008/01/facebook-ads-ma/" target="_blank">recycled to advertisements</a>.</p>
<p>I like to control my own stuff.  I don&#8217;t like to be cut out of the loop.  If you&#8217;re like me, then you&#8217;ll want to host your own domain, website and webserver so that your friends/family/shrink can quickly and easily connect up to see new photos, find out the latest family developments, and understand why you wear tinfoil hats every Thursday after 4pm.</p>
<p>Normally, to host your own webpage you would need to spend around 7  bucks to purchase a domain.  Next you would need a hosting plan that usually runs around 3-15 dollars per month to serve up your web pages.</p>
<p>What most don&#8217;t realize is that you can skip these steps all together&#8230;you don&#8217;t need to get <a title="Dedicated Hosting" href="http://www.hosting.com/dedicatedservershosting/" target="_blank">dedicated hosting</a> (this blog is hosted on dedicated  hosting&#8230;but started out in my apartment!) to serve pages up to your friends and family.  You absolutely do not need  to get domain name services through a provider.  You can even host your  own webserver using a dialup connection (that&#8217;s right&#8230;I said dialup)  although. I don&#8217;t recommend it (but I&#8217;ve done it using 56.6kbps).</p>
<p>Why would you want to do this?  The answer might be to stay connected to  friends and family&#8230;perhaps install a gallery so that your  grandparents can see pics of your new dog/car/tinfoil hat.  Sure, you  could waste my time with MyWaste..er..space and facebook and be barraged daily by  advertisers and solicitors and be inundated with the minutiae of what all your friends had to eat for the day &#8230;or you could roll your own web host,  install a gallery or website, and provide media to your friends and  family without costing yourself a dime.  That&#8217;s right, <strong>NO COST</strong> (except time spent getting it running).  Just remember, your website  might not survive a digging or slashdotting if you run it yourself.   Keep that in mind <img src='http://linux-blog.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   So without more chatter, let&#8217;s get to the meat  and potatoes of things:</p>
<p><strong><span style="text-decoration: underline;">Meat and Potatoes</span></strong></p>
<p>If you have Cable or DSL at home (not a business account) you have something called a <span style="text-decoration: underline;">dynamic</span> connection.  Dynamic connection means that it can change every once in a while.  DSL and cable ISP&#8217;s purchase blocks of IP Addresses in the dynamic range so that they can keep consumers separate from businesses.  It&#8217;s also easier for them to manage dynamic pools of people than to have to remember static connections that don&#8217;t change for everyone.</p>
<p>Because of this problem&#8230;an ever changing connection for you at home&#8230;web servers and websites do not do very well.  The reason for this is because when you visit a website on a dynamic connection one day, it might be different the next day.  In order for visitors of a website to find you each and every single time, you need a &#8220;domain&#8221; or web name that points back to the address (IP Address) your internet service provider changes on a whim.  You&#8217;ll also need an update service to update your website each time your ISP decides to change things on you.</p>
<p>Believe it or not, there are free services out there to do that for you.  You just have to be willing to do a little extra work in the beginning to set things up.  You can also do this without spending 20-40 bucks a month on DNS service.</p>
<p>I&#8217;ll divide this up into 2 sections.  The first will deal with Linux hosting.   The second, Windows hosting.  This is only something that I&#8217;ve found easy to  do and the price is just right (it&#8217;s free).  The only thing that I  recommend is a dedicated internet connection (cable, DSL) but even this  is not necessary as dialup can be used.  I recommend that you use the  Linux way of doing things since it is more secure and doesn&#8217;t require a  restart every time you patch it.</p>
<p><em>*note: I&#8217;m assuming that you aren&#8217;t behind a firewall/proxy of any  kind and that your ISP doesn&#8217;t block port 80 traffic.  If your ISP  blocks port 80, see the appendix at the end of this article.</em></p>
<p><strong><span style="text-decoration: underline;">LINUX</span></strong></p>
<p><strong> </strong>No matter what version of Linux you run, chances are that  you&#8217;ll be able to install the apache webserver.  This is good news as  over half the websites of the world are run by apache. I&#8217;m not going to address the specifics of how to set  up your apache&#8230;only how to get it a fixed address without buying a  domain.  So, you have your html or php pages located into your webservers public  directory&#8230;good&#8230;whatever application you have is installed on your server.  Now, how to resolve your IP&#8230;lets say it  is&#8230;25.24.4.166 (for our example) and you want it to have a  host.name.com to bind to.  Easy to resolve.  Go to <a href="http://www.no-ip.com/index.php" target="_blank">http://www.no-ip.com/index.ph</a><a href="http://www.no-ip.com/index.php">p</a> and sign up.  You can  get a site from noip that is like yourname.theirdomain.com/.net/.info.   They have cool names like sytes.net and servebeer.org&#8230;even  workisboring.com.  Other services like <a title="dyndns.org" href="http://dyndns.org" target="_blank">dyndns.org</a> also exist and provide the free service as well.</p>
<p>You&#8217;ll be able to choose your own top level name&#8230;for instance,  Ithink.dnsiskinky.com could be your new domain name.  Next download a  client from the download tab: <a href="https://www.no-ip.com/downloads.php" target="_blank">https://www.no-ip.com/downloads.php</a></p>
<p>The linux client is a tar.gz source and is simple to install. Follow the  instructions when installing.  You may have to install compilation  tools (devel packages like GCC) to install the client.  You now are the  proud owner of yoursite.theirsite.com and your IP will ALWAYS update (as  long as noip.com is up) each time you log on/sign on/beam up or  whatever it is you do.</p>
<p>How does this help you?  Well, if you&#8217;re like me, you have a dynamic  IP address.  If you connect to the internet via cable, dialup, or  dsl&#8230;you also have a dynamic IP address.  Dynamic means that it will  change from time to time without warning.  So by binding  yoursite.theirsite.com to your IP address&#8230;you don&#8217;t ever have to worry  about what IP address you have anymore.  Instead, you&#8217;ll always be able  to connect using yoursite.theirsite.com.  You can host a webserver  using Apache and a virtual host in this style as well (look for another  how-to on this subject later) so that everyone can visit a shiny website  at yoursite.theirsite.com.</p>
<p>Now you can give your friends/family/dog walker/mailman the address to your new webserver&#8230;maybe it&#8217;s Ithink.dnsiskinky.com like we used in the example above.  Now when they visit that address in their web browser, your application or web page displays for them.  You also get bragging rights at being the most technical friend/relative/dog walker client/household that everyone knows.  Now let&#8217;s cover Windows.</p>
<p><img title="More..." src="http://linux-blog.org/wp-includes/js/tinymce/plugins/wordpress/img/trans.gif" alt="" /></p>
<p><strong><span style="text-decoration: underline;">WINDOWS</span></strong></p>
<p><strong> </strong>First you need a free and clear webserver since one is not  included by default with windows. You can <a href="http://httpd.apache.org/download.cgi" target="_blank">download  Apache</a> for this as well OR try the <a href="http://abyss.sourceforge.net/" target="_blank">Abyss Webserver</a>.</p>
<p>Interestingly enough, Abyss is also free!  I ran it while my linux  machine was being worked on (bad hard disk&#8230;it was a Quantum 200MB  drive from 1913&#8230;had to upgrade) and it worked just great off of  Windows XP.  Download that puppy and install it.  Make sure you read all  of the documentation and familiarize yourself with how Abyss does  business.</p>
<p>The next step&#8230;getting a hostname&#8230; is even easier than the linux  method because you don&#8217;t have to manually install the noip client&#8230;they  have a windows installer.  Go to <a href="http://www.no-ip.com/index.php" target="_blank">http://www.no-ip.com/index.php</a> and sign up.  Choose the <a title="domain name" href="http://www.netfirms.ca/" target="_blank">domain name</a> you would like (see above examples  in Linux section).  Next, download the noip client from the download  tab: <a href="https://www.no-ip.com/downloads.php" target="_blank">https://www.no-ip.com/downloads.php</a> but this time choose the windows client.  From there, you&#8217;ll be able to  install this with a simple double click.  Fill in all of your  information (pretty self explanatory) and make sure that it will run  with each time you sign on.  You&#8217;re set! Your IP will now resolve to the  yourchoice.theirhostname.com</p>
<p><span style="text-decoration: underline;"><strong>CONCLUSION</strong></span></p>
<p><span style="text-decoration: underline;"><strong> </strong></span>You don&#8217;t have to spend a dime to keep a domain bound  to your IP.  This is perfect for the home user who just wants a gallery  or homepage.  It&#8217;s even good for someone who has a weblog or enthusiast  site.  It&#8217;s good for someone who wants to be able to find their files and music&#8230;setup Jinzora and stream all your music library to yourself anywhere you are!  Setup Amahi and have access to all the goodness it brings.</p>
<p>Please remember, this wouldn&#8217;t be good for a business to have.  You will probably violate your ISP&#8217;s terms and conditions for using their connection if you tried to run a business this way.  In that case, there are plenty of options for hosting your site on <a title="cheap servers" href="http://www.midphase.com/server-hosting/cheap-servers/" target="_blank">cheap servers</a>.</p>
<p>It&#8217;s always good form to put a link of the stuff you are using on  your website to direct traffic back to your software provider.  When I  used noip, I included a noip link on my main page and also an abyss  webserver icon as well.  It&#8217;s just good form and some companies/software  providers necessitate the use of their logo or a link on sites that use  their software/code.  Just be a nice person and give a link back to  them.  Good luck! Have fun!</p>
<p>Also, please note that having hosted my own webserver for quite  some time (circa 2001) I&#8217;ve found Linux and Apache as a combination to  be more secure, faster, and more stable than any webserver I&#8217;ve hosted  on the Windows Platform. I included information on Windows mainly to  introduce you to the concept of free and open source software. If you  thought getting a webserver for free was great, think about getting a  whole operating system! Give it a try, you don&#8217;t even have to install it  (use a <a href="http://en.wikipedia.org/wiki/Live_CD">Live CD</a>).</p>
<p><strong><span style="text-decoration: underline;">APPENDIX</span></strong></p>
<p>If your ISP blocks port 80 traffic, your webserver won&#8217;t work.   Before deciding that your ISP is blocking however, make sure your  firewall has the appropriate rules to allow incoming traffic.  You can  do a quick add to IPTABLES in the following manner:</p>
<pre class="brush: plain;">iptables -A INPUT -p tcp --dport 80 -j ACCEPT</pre>
<pre class="brush: plain;">iptables -A INPUT -j DROP</pre>
<p>If you&#8217;ve opened up the appropriate ports and things still don&#8217;t  work, it will be safe to say that you&#8217;ve determined the ISP is blocking  port 80.  How you can get around this conundrum is to switch the  listening port on the webserver to a different one and redirect traffic  there.</p>
<ol>
<li><a href="http://www.no-ip.com/support/guides/web_servers/isp_block_port_80.html">See  how to do this for IIS Webservers</a></li>
<li><a href="http://httpd.apache.org/docs/2.0/mod/mpm_common.html#listen">See  how to do this for Apache Webservers</a> (normally in  /etc/apache2/httpd.conf but your distro may vary.)</li>
<li><a href="http://www.aprelium.com/abyssws/faq.html#A1-2">See how to do  this for Abyss Webservers</a></li>
</ol>
<p>If you still have problems, drop me a line in the comments section.   I may not be able to answer all questions but I can most likely get you  to a person/place/thing that can.  Have fun and thanks for reading!</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/host-your-own-domain-website-and-webserver/" rel="bookmark">Host Your Own Domain, Website and Webserver</a> originally appeared on <a href="http://linux-blog.org">Yet Another Linux Blog</a> on February 13, 2010.</p>
]]></content:encoded>
			<wfw:commentRss>http://linux-blog.org/host-your-own-domain-website-and-webserver/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Status Update for Devnet</title>
		<link>http://linux-blog.org/status-update-for-devnet/</link>
		<comments>http://linux-blog.org/status-update-for-devnet/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 16:30:30 +0000</pubDate>
		<dc:creator>devnet</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[devnet]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[status]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[YALB]]></category>

		<guid isPermaLink="false">http://linux-blog.org/?p=1329</guid>
		<description><![CDATA[For those of you who follow me here at Yet Another Linux Blog you might be wondering where I went the last month.  I assure you I&#8217;m still here and I still use Linux every single day.  I&#8217;m currently running both Arch Linux (32bit) and Unity Linux (64bit) on my main computer. I&#8217;ve been working [...]


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>For those of you who follow me here at Yet Another Linux Blog you might be wondering where I went the last month.  I assure you I&#8217;m still here and I still use Linux every single day.  I&#8217;m currently running both Arch Linux (32bit) and Unity Linux (64bit) on my main computer.</p>
<p>I&#8217;ve been working pretty hard through the holidays at my full time job where I am a server administrator for a medium sized hospital in the U.S.  Recently (in December), I moved 2000+ users from Exchange 2003 to Exchange 2007.  We considered farming out our Exchange environment to the cloud or perhaps going with <a title="Microsoft Exchange Hosting" href="http://www.sherweb.com/hosted-exchange" target="_blank">Microsoft Exchange Hosting</a> services but in the end, upper management decided they&#8217;d rather underpay someone to work exceedingly long hours with minimal training on a system not built by him.  So, that&#8217;s why I&#8217;ve been pretty inactive as of late.  As you can imagine working with Microsoft technologies&#8230;I always have something to fix and things are always unstable.</p>
<p>I know that some of you might be saying &#8220;why not use linux based exchange alternatives in your enterprise?&#8221; and I&#8217;d say, why indeed.  But I inherited this beast and it&#8217;s been Exchange since Exchange came out.  Not only that, but the primary application for all departments (ERM app) runs completely on Windows and plugs into Exchange and nothing else.  Talk about vendor lock in eh?  Well, it&#8217;s a job.</p>
<p>I used to work with Linux when I worked for <a href="http://rpath.com/corp" target="_blank">rPath</a> but parted ways with them about a year and a half ago when I had to move away to help out after a death in the family.  I was very sad to leave but am very happy with the large pay increase that came with my current position.  However, migrations do take their toll&#8230;lots of hours worked and frustrations vented.  Now that I&#8217;m over the hump, I&#8217;ll be able to get back into a normal swing of things.</p>
<p>For those of you who might be Exchange administrators in your day to day work, I&#8217;ve begun blogging about my experiences and setup a community to share tips, tricks, powershell commandlets, and a place to talk shop.  I figure if I have to work with closed source at least I can open source some help.  Find my Exchange blog at <a title="http://teknologist.net" href="http://teknologist.net" target="_blank">http://teknologist.net</a></p>
<p>Thanks for hanging in there everyone, and sorry for the inactivity.  Now that I&#8217;ve hit 6+ years blogging (in December) here I have even more incentive to continue sharing great Linux help with everyone.  I&#8217;ve got some good tips directly in the pipeline and here&#8217;s to a great 2010!</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/status-update-for-devnet/" rel="bookmark">Status Update for Devnet</a> originally appeared on <a href="http://linux-blog.org">Yet Another Linux Blog</a> on January 5, 2010.</p>
]]></content:encoded>
			<wfw:commentRss>http://linux-blog.org/status-update-for-devnet/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Unity Linux Theme Refreshes</title>
		<link>http://linux-blog.org/unity-linux-theme-refreshes/</link>
		<comments>http://linux-blog.org/unity-linux-theme-refreshes/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 21:30:26 +0000</pubDate>
		<dc:creator>devnet</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[unity]]></category>
		<category><![CDATA[unity linux]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://linux-blog.org/?p=1269</guid>
		<description><![CDATA[I&#8217;ve been pretty busy lately with theme design for the Unity Linux project.  The following pages were updated: Unity-Linux.org Planet.Unity-Linux.org A new forum theme called SMFPress @ forum.unity-linux.org Uniformity was the key ingredient to the stylings.  I&#8217;m trying to match everything to the front page theme at the main site page.  Using the color pallete [...]


Related posts:<ol><li><a href='http://linux-blog.org/foresight-rpath-livecd-and-unity-linux/' rel='bookmark' title='Permanent Link: Foresight, rPath, LiveCD, and Unity Linux'>Foresight, rPath, LiveCD, and Unity Linux</a> <small>Most, if not all, top distributions of Linux ship a...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been pretty busy lately with theme design for the Unity Linux project.  The following pages were updated:</p>
<ol>
<li><a title="Unity Linux Main Site" href="http://unity-linux.org" target="_blank">Unity-Linux.org</a></li>
<li><a title="Planet Unity" href="http://planet.unity-linux.org" target="_blank">Planet.Unity-Linux.org</a></li>
<li>A new forum theme called SMFPress @ <a title="Unity Support Forum" href="http://forum.unity-linux.org" target="_blank">forum.unity-linux.org</a></li>
</ol>
<p>Uniformity was the key ingredient to the stylings.  I&#8217;m trying to match everything to the front page theme at the main site page.  Using the color pallete from that site, I worked on creating a theme for our forum and then gave planet unity a facelift as well.  We&#8217;ll test out the planet capability a bit longer (see how updates go) before we ultimately conclude to use it.  However, the forum and main site are finished products.</p>
<p>Let me know if you find any bugs or have any problems with the theme.  If all goes well I&#8217;ll start on a wiki theme for our documentation site <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/foresight-rpath-livecd-and-unity-linux/' rel='bookmark' title='Permanent Link: Foresight, rPath, LiveCD, and Unity Linux'>Foresight, rPath, LiveCD, and Unity Linux</a> <small>Most, if not all, top distributions of Linux ship a...</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/unity-linux-theme-refreshes/" rel="bookmark">Unity Linux Theme Refreshes</a> originally appeared on <a href="http://linux-blog.org">Yet Another Linux Blog</a> on November 9, 2009.</p>
]]></content:encoded>
			<wfw:commentRss>http://linux-blog.org/unity-linux-theme-refreshes/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Foresight, rPath, LiveCD, and Unity Linux</title>
		<link>http://linux-blog.org/foresight-rpath-livecd-and-unity-linux/</link>
		<comments>http://linux-blog.org/foresight-rpath-livecd-and-unity-linux/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 14:20:19 +0000</pubDate>
		<dc:creator>devnet</dc:creator>
				<category><![CDATA[Distros]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[foresight]]></category>
		<category><![CDATA[LiveCD]]></category>
		<category><![CDATA[rpath]]></category>
		<category><![CDATA[unity]]></category>
		<category><![CDATA[unity linux]]></category>

		<guid isPermaLink="false">http://linux-blog.org/?p=1238</guid>
		<description><![CDATA[Most, if not all, top distributions of Linux ship a live CD that allows an end user to preview the operating system without installing it. Foresight Linux is the exception. Now, this isn&#8217;t because they don&#8217;t WANT to have a Live CD&#8230;they do.  The problem is that rPath, the creators of rBuilder Online, have discontinued the [...]


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>
</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>Most, if not all, top distributions of Linux ship a live CD that allows an end user to preview the operating system without installing it.</p>
<p><a title="Foresight Linux Home" href="http://foresightlinux.org" target="_blank">Foresight Linux</a> is the exception.</p>
<p>Now, this isn&#8217;t because they don&#8217;t WANT to have a Live CD&#8230;they do.  The problem is that rPath, the creators of rBuilder Online, have discontinued the Live CD image creation type.</p>
<p>There was no announcement&#8230;no news posting&#8230;no clue dart thrown toward Foresight for this discontinuation.  There was only a <a title="rPath Formally Discontinues Live CD" href="https://issues.rpath.com/browse/RBL-4259?focusedCommentId=107403#action_107403" target="_blank">comment on a single bug in the rPath issue tracker just this past May</a>&#8230;Formally discontinued&#8230;which in my opinion, is a HUGE mistake as far as community goes.  Why? Because a community is a solid base on which to stand for any distribution or toolset for open source.  rPath has essentially dismissed a feature that the community would find valuable and in the process alienated anyone who finds this feature valuable or desirable.  But I&#8217;m not here to talk about whether or not people want to develop their own distributions on rBuilder Online using rPath tools nor the incentive to do so&#8230;I&#8217;m talking about Foresight. </p>
<p>So, what incentive does rPath have to help Foresight by fixing it?  Not much&#8230;I&#8217;m sure there will be those that argue: &#8220;rPath has customers and their first allegiance needs to be to them&#8221; and those people would be right.  But can&#8217;t the Foresight community pick up the torch for Live CD building  on rBO and develop it as a community effort?  Can&#8217;t a license be found that it can be released under that would prevent forking?  Can&#8217;t it be modularized as a &#8216;plug-in&#8217;? I don&#8217;t pretend to know the answer to those questions&#8230;I just think that Foresight will continue to suffer as they have been for many, many months now with respect to not having a Live CD.</p>
<p>I&#8217;m sure that there will also be those out there saying &#8220;but Foresight has a bunch of Virtualized Images to choose from!! No one really cares about a Live CD!!&#8221; and I&#8217;d say you&#8217;re halfway correct.  <em>Developers</em> don&#8217;t really care about a Live CD&#8230;but those that Foresight attempted to attract&#8230;<em>the end user</em>&#8230;they <span style="text-decoration: underline;">DO</span> care about having something they can &#8216;try before they buy&#8217;.  It is my belief that Foresight would be a crap-ton more popular if they had a Live CD.</p>
<h2>So What Solutions Are There?</h2>
<p>I don&#8217;t think rPath will suddenly fix the broken Live CD creation in rBO.  I don&#8217;t think they&#8217;ll release the code anytime soon (though this is more likely than a fix).  So in the meantime, what if Foresight helped out with <a title="LiveCD, now developed by team Unity Linux" href="http://unity-linux.org/livecd-now-developed-by-team-unity-linux/" target="_blank">LiveCD project that recently was taken over by Unity Linux</a>?  Both <a title="Unity Linux Home" href="http://unity-linux.org" target="_blank">Unity</a> and Foresight are Red Hat like distributions and use similar file structures and OS organization.  I think that if Foresight were able to integrate LiveCD onto the distribution, a huge niche would be filled.</p>
<h2>Where to Start?</h2>
<p>Being involved both with Foresight Linux and Unity Linux gives me a unique perspective on what areas of collaboration could be developed.  One thing is for sure&#8230;having both distro development teams onboard would be a huge boon to LiveCD development&#8230;and Foresight could suck in SRPMs quite easily from Unity to hit the ground running right away.</p>
<p>I am by no means offering to be the head of this project because I can&#8217;t even begin to know where it would start or finish.  I&#8217;m just offering a workaround to a problem I&#8217;ve seen Foresight have for longer than it should have.  I know the Unity Linux guys would welcome anyone wanting to get involved with helping LiveCD development.  Would Foresight be open to this?  I can&#8217;t answer.  I hope so&#8230;Foresight needs a Live CD if it hopes to attract more people to it&#8230;and that&#8217;s something I&#8217;m keen on seeing.  Is this something you&#8217;d like to see as well?</p>
Note: There is a poll embedded within this post, please visit the site to participate in this post's poll.


<p>Related posts:<ol><li><a href='http://linux-blog.org/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>
</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-rpath-livecd-and-unity-linux/" rel="bookmark">Foresight, rPath, LiveCD, and Unity Linux</a> originally appeared on <a href="http://linux-blog.org">Yet Another Linux Blog</a> on October 14, 2009.</p>
]]></content:encoded>
			<wfw:commentRss>http://linux-blog.org/foresight-rpath-livecd-and-unity-linux/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>YALB &#8211; ITLPD</title>
		<link>http://linux-blog.org/yalb-itlpd/</link>
		<comments>http://linux-blog.org/yalb-itlpd/#comments</comments>
		<pubDate>Sat, 19 Sep 2009 15:41:56 +0000</pubDate>
		<dc:creator>devnet</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[day]]></category>
		<category><![CDATA[deck]]></category>
		<category><![CDATA[pirate]]></category>
		<category><![CDATA[plank]]></category>
		<category><![CDATA[shiver]]></category>
		<category><![CDATA[swab]]></category>
		<category><![CDATA[talk]]></category>
		<category><![CDATA[thar]]></category>
		<category><![CDATA[timbers]]></category>
		<category><![CDATA[YALB]]></category>

		<guid isPermaLink="false">http://linux-blog.org/?p=1219</guid>
		<description><![CDATA[In honor of today, which is International Talk like a Pirate Day, my blog now comes in pirate flavor thanks to a very interesting plugin. So have a look around!  Some posts are pretty silly sounding and others are downright hilarious.  And have a great day or you&#8217;ll probably have to walk the plank somewhere [...]


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>In honor of today, which is <a title="ITLPD" href="http://www.talklikeapirate.com/piratehome.html" target="_blank">International Talk like a Pirate Day</a>, my blog now comes in pirate flavor thanks to a <a href="http://wordpress.org/extend/plugins/pirate-talk/">very interesting plugin</a>.</p>
<p>So have a look around!  Some posts are pretty silly sounding and others are downright hilarious.  And have a great day or you&#8217;ll probably have to walk the plank somewhere <img src='http://linux-blog.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><p><a href="http://linux-blog.org/yalb-itlpd/" rel="bookmark">YALB &#8211; ITLPD</a> originally appeared on <a href="http://linux-blog.org">Yet Another Linux Blog</a> on September 19, 2009.</p>
]]></content:encoded>
			<wfw:commentRss>http://linux-blog.org/yalb-itlpd/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
