<?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/"
>

<channel>
	<title>Fedora, Linux and Stuff</title>
	<link>http://www.mjmwired.net/linux</link>
	<description>another linux website...</description>
	<pubDate>Sun, 29 Aug 2010 03:13:30 +0000</pubDate>
	<generator>Some open source software</generator>
	<language>en</language>

		<item>
		<title>Downside to Enterprise Linux</title>
		<link>http://www.mjmwired.net/linux/2010/08/28/downside-to-enterprise-linux/</link>
		<comments>http://www.mjmwired.net/linux/2010/08/28/downside-to-enterprise-linux/#comments</comments>
		<pubDate>Sat, 28 Aug 2010 18:44:03 +0000</pubDate>
		<dc:creator>Mauriat</dc:creator>
		
	<category>Miscellaneous</category>
	<category>Linux</category>
	<category>Fedora</category>
	<category>Server</category>
	<category>Development</category>
	<category>Opinion</category>
	<category>Red Hat</category>
	<category>CentOS</category>
		<guid>http://www.mjmwired.net/linux/2010/08/28/downside-to-enterprise-linux/</guid>
		<description><![CDATA[	(Note: For the purpose of this post CentOS is equivalent to RHEL)
	It has been about 2 and 1/2 years since I built a dedicated server and chose CentOS instead of Fedora.  Since I installed CentOS 5.1 I have used the upgrade process 4 times with no problems bringing me to version 5.5 with practically [...]]]></description>
			<content:encoded><![CDATA[	<p>(<em>Note: For the purpose of this post CentOS is equivalent to <abbr title="Red Hat Enterprise Linux">RHEL</abbr></em>)</p>
	<p>It has been about 2 and 1/2 years since I built a <a href="http://www.mjmwired.net/linux/2008/03/14/local-server-hardware/">dedicated server</a> and chose CentOS instead of Fedora.  Since I installed CentOS 5.1 I have used the upgrade process 4 times with no problems bringing me to version 5.5 with practically no re-installation, re-configuration or troubleshooting upgrade issues.  <em>This is the goal of enterprise linux.</em> A long term stable solution with no major changes to preserve compatibility with every piece of software that was provided since it was released (in this case April 2007).  In the time I&#8217;ve been on CentOS I&#8217;ve upgrade/replaced Fedora at least 5 times on other machines.  Each time learning the changes to software, languages, security and many other components.</p>
	<p>I&#8217;m very pleased with CentOS knowing that after the next <tt>yum update</tt> all my software will keep working.  And everything is 100% secure.</p>
	<p>However the exact reason enterprise linux is so great is also the exact reason why it can be a major pain.  Once a main component is locked down, Red Hat will not provide updates unless needed for security or stability.</p>
	<p>An objective for my server was for web development.  The state of web as defined in 2007 when RHEL was created is coming close to obsolete. CentOS 5 includes <b>PHP</b> version 5.1.6.  However <a href="http://www.php.net/ChangeLog-5.php#5.2.0" rel="nofollow" target="_blank">PHP 5.2</a>, which was released before RHEL 5,  has become the default standard requirements for many PHP applications.  I was updating some code to utilize <a href="http://www.json.org/" title="JavaScript Object Notation" rel="nofollow" target="_blank">JSON</a> when I realized I would have to deviate from standard updates to <a href="http://wiki.centos.org/HowTos/PHP_5.1_To_5.2" rel="nofollow" target="_blank">install PHP 5.2 on CentOS</a>.  (This wasn&#8217;t too bad)</p>
	<p>Another objective was a file server and backups.  I&#8217;ve been playing with <a href="http://www.dropbox.com/referrals/NTc5NDE4MDU5" rel="nofollow" target="_blank">DropBox</a> (<b>*</b>) as means of an off-site backup solution.  What makes it great is it&#8217;s support for Linux!  Even <a href="http://wiki.dropbox.com/TipsAndTricks/TextBasedLinuxInstall" rel="nofollow" target="_blank">text-based linux</a> which is what my server is.  However the first requirement is <b>Python</b> 2.5.  CentOS uses 2.4, and you can&#8217;t do a major update of Python in a CentOS/Fedora install without breaking many things since this is a critical component.  You can do a <a href="http://blog.bashton.com/2008/python-25-rpms-for-rhel-5-centos-5/" rel="nofollow" target="_blank">parellel install for Python 2.5</a> but this is a bit annoying to maintain as you have 2 versions of python installed.  (I have yet to get Dropbox working well on my server)</p>
	<p>I also have been writing C++ software using <a href="http://www.boost.org/" rel="nofollow" target="_blank">boost</a>.  I recently realized the <a href="http://boost.org/doc/libs/1_37_0/doc/html/boost_asio.html" rel="nofollow" target="_blank">asio library</a> was standard in boost 1.37 and later.  I was locked to 1.33 in CentOS 5.  No big deal since, the <tt>boost</tt> package was not critical for me in CentOS and it could be easily replaced.  So I decided to recompile a newer <a href="http://koji.fedoraproject.org/koji/packageinfo?packageID=1074">Fedora boost <tt>src.rpm</tt></a>.  However I would see errors like this:</p>
	<pre>error: unpacking of archive failed on file /home/mirandam/rpmbuild/SOURCES/boost-1.41.0-iostreams-zlib.patch;4c7880e5: cpio: MD5 sum mismatch</pre>
	<p>The above error is simply because <a href="http://fedoraproject.org/wiki/Features/XZRpmPayloads" rel="nofollow" target="_blank">Fedora 12 changed the RPM compression</a> algorithm used and rendered older versions of <b>RPM</b> incompatible with newer packages.  I don&#8217;t dare meddle with RPM as it is a core component, so I ended up compiling an older Fedora 11 version of boost 1.37 <tt>src.rpm</tt> which did the job.</p>
	<p>Overall I&#8217;m still happy with my setup, but slowly I&#8217;m spending a great deal of time patching different pieces as my needs have slowly evolved.  Interestingly Red Hat recently <a href="http://press.redhat.com/2010/08/19/red-hat-enterprise-linux-extended-life-cycle-support-launched/" rel="nofollow" target="_blank">announced extended support</a> lasting up to <a href="http://www.redhat.com/rhel/server/extended_lifecycle_support/" rel="nofollow" target="_blank">10 years</a>.  That seems way too long considering the state of software (although everyone still uses Windows XP - now 9 years old).</p>
	<p>I&#8217;m getting a little antsy running 3 year old software.  The good news is that <a href="http://press.redhat.com/2010/06/30/red-hat-enterprise-linux-6-beta-2-now-available/" rel="nofollow" target="_blank">RHEL 6 is in beta</a>, which means that soon after release the totally free CentOS 6 will follow as well.  Which I&#8217;m eagerly waiting for, because all my issues will be addressed &#8230; <em>at least for the time being</em>.</p>
	<p>
<em> (*) Affiliate link - I highly recommend Dropbox.</em>
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.mjmwired.net/linux/2010/08/28/downside-to-enterprise-linux/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>HTC EVO 4G Battery Life</title>
		<link>http://www.mjmwired.net/linux/2010/07/16/htc-evo-4g-battery-life/</link>
		<comments>http://www.mjmwired.net/linux/2010/07/16/htc-evo-4g-battery-life/#comments</comments>
		<pubDate>Sat, 17 Jul 2010 02:16:04 +0000</pubDate>
		<dc:creator>Mauriat</dc:creator>
		
	<category>Miscellaneous</category>
	<category>Devices</category>
	<category>Android</category>
		<guid>http://www.mjmwired.net/linux/2010/07/16/htc-evo-4g-battery-life/</guid>
		<description><![CDATA[	I have read the most serious complaints about the HTC EVO 4G have been over battery life.  I would like to offer my observations.
	I got my EVO on May 19 with  1 free month of service till June 20. During that time I didn&#8217;t use the phone much.  I switched my primary [...]]]></description>
			<content:encoded><![CDATA[	<p>I have read the most serious complaints about the <a href="http://www.htc.com/us/products/evo-sprint" rel="nofollow" target="_blank">HTC EVO 4G</a> have been over battery life.  I would like to offer my observations.</p>
	<p>I got my EVO on May 19 with  1 free month of service till June 20. During that time I didn&#8217;t use the phone much.  I switched my primary account after I <a href="http://www.mjmwired.net/blog/read/quick-thoughts-about-india">returned from India</a>.  In doing so I found that in my absence an <a href="http://community.sprint.com/baw/thread/35802?featured=true" rel="nofollow" target="_blank">update</a> was available.  The points that caught my attention:</p>
	<ul>
<li>Improvements to Wi-Fi performance</li>
	<li>Addresses Facebook sync issue which can improve battery performance</li>
</ul>
	<p>Until this update I was never using WiFi on the phone, and I don&#8217;t use Facebook for addresses (or anything else for that matter).</p>
	<p>So it has been about less than 2 weeks of usage as a primary phone, and for the most part I think <em>the battery life is completely acceptable</em>.</p>
	<p>My typical usage has been less than 1 hour talk time per day.  At home I leave WiFi on (even through the night) and while at work I turn WiFi off.  At work my 3G coverage is not great (3/5 bars) and often does data roaming (4/5 bars).  I haven&#8217;t really used much <abbr title="BlueTooth Wireless">BT</abbr> or GPS.  I haven&#8217;t even seen any 4G <img src='http://www.mjmwired.net/linux/wp-images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  so that&#8217;s off. &#8230; I do minimal web browsing (only when I&#8217;m not near a computer).  However I do <em>lots of email</em>.  I have 4 email accounts setup (with <a href="http://en.wikipedia.org/wiki/Push_e-mail" rel="nofollow" target="_blank">push email</a>) which seem to *beep all day long*.  I usually don&#8217;t run the task killer to quit any background battery wastage.  I have <a href="http://en.wikipedia.org/wiki/Haptic_technology" rel="nofollow" target="_blank">haptic</a> feedback enabled, use a <a href="http://androidandme.com/2010/04/applications/starfield-3d-live-wallpaper-double-tap-to-engage-warp-engines/" rel="nofollow" target="_blank">starfield &#8220;live&#8221; wallpaper</a> and leave the default brightness.  I don&#8217;t have very many apps installed and I don&#8217;t use any widgets that constantly update.  However I do use auto-sync for Google calendar.</p>
	<p>With that, I can go well over 36 hours before I hit the 15% battery critical alarm.  If double the talk time or do equivalent surfing (as talking), that comes closer to 24 hours.</p>
	<p>Yesterday I chronicled my usage in detail.  I had the battery at 100% charge at about 3:30pm yesterday.  I hit the 15% critical at 1:30pm today (22 hours later - 21:52:41 to be exact).  In that time I have done:</p>
	<ul>
	<li>1:10 hours BT music streaming in my car (two 35 min trips, no GPS)</li>
	<li>1:30 hours talk time (WiFi on)</li>
	<li>0:15 min talk time with BT handsfree (WiFi on)</li>
	<li>0:20 min GPS navigation in my car (with some GoogleMaps looking for a place)</li>
	<li>0:30 min 3G web surfing (with some youtube)</li>
	<li>0:30 min of email</li>
	</ul>
	<p>During the bulk of the usage last night there was a major thunderstorm and the signal was a little weak.  I did have one dropped call (which is why I disconnected the BT hand&#8217;s free).</p>
	<p>I&#8217;m not saying this is amazing (even though the EVO 4G has one of the biggest batteries on the market).  However I don&#8217;t find this worthy of my complaint.</p>
	<p>In contrast:<br />
I have a <a href="http://www.droiddoes.com/" rel="nofollow" target="_blank">Motorola Droid</a> (currently disconnected), which I only leave WiFi on.  In less than 24 hours (with practically no usage) the battery is completely dead.  Pushing the power button does nothing.<br />
Previously when I used the <a href="http://www.palm.com/us/products/phones/pre/" rel="nofollow" target="_blank">Palm Pre</a>, I would have to be very careful at night.  Randomly I would wake up to the battery at critical.  I would usually have to charge at night.  And I disabled everything (no WiFi and no email updates).</p>
	<p>The one major need for power on my phone is that it should (1) last all day for my typical usage and (2) if the battery is not close to critical when I go to bed, it should not be critical when I wake up.  Currently my EVO seems to do this much better than my other phones.</p>
	<p>I do plan to monitor this further in the future.</p>
	<p><em>* Full disclosure: I got this device for free, but I was planning on buying it anyways.  I do pay for service.</em>
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.mjmwired.net/linux/2010/07/16/htc-evo-4g-battery-life/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Fedora 13 Released</title>
		<link>http://www.mjmwired.net/linux/2010/05/25/fedora-13-released/</link>
		<comments>http://www.mjmwired.net/linux/2010/05/25/fedora-13-released/#comments</comments>
		<pubDate>Tue, 25 May 2010 15:26:12 +0000</pubDate>
		<dc:creator>Mauriat</dc:creator>
		
	<category>Miscellaneous</category>
	<category>Fedora</category>
	<category>Distributions</category>
	<category>F13</category>
		<guid>http://www.mjmwired.net/linux/2010/05/25/fedora-13-released/</guid>
		<description><![CDATA[	Paul W. Frields announced the release of Fedora 13.
	The email there is quite comprehensive, so please take a look at it.  Otherwise you can read the release notes in 1 page.
	I have not had much time to spend with F13 in the beta period, but from what I have used, I&#8217;m quite pleased at [...]]]></description>
			<content:encoded><![CDATA[	<p>Paul W. Frields <a href="http://lists.fedoraproject.org/pipermail/announce/2010-May/002815.html" target="_blank" rel="nofollow">announced the release of Fedora 13</a>.</p>
	<p>The email there is quite comprehensive, so please take a look at it.  Otherwise you can read the <a href="http://fedoraproject.org/wiki/F13_one_page_release_notes" target="_blank" rel="nofollow">release notes in 1 page</a>.</p>
	<p>I have not had much time to spend with F13 in the beta period, but from what I have used, I&#8217;m quite pleased at how many things work with little to no effort.  I encourage the upgrade.</p>
	<p>Please download Fedora 13 using the <a href="http://mirrors.fedoraproject.org/publiclist/Fedora/13/" rel="nofollow">standard mirrors</a> or using the <a href="http://torrent.fedoraproject.org/" target="_blank" rel="nofollow">Torrent</a> (recommended).</p>
	<p>(Note: I have not published any guides/information for this release yet.  This will happen in the next few days.  Most of the Fedora 12 information applies.)
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.mjmwired.net/linux/2010/05/25/fedora-13-released/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>CentOS 5.5 Released</title>
		<link>http://www.mjmwired.net/linux/2010/05/14/centos-55-released/</link>
		<comments>http://www.mjmwired.net/linux/2010/05/14/centos-55-released/#comments</comments>
		<pubDate>Sat, 15 May 2010 03:22:39 +0000</pubDate>
		<dc:creator>Mauriat</dc:creator>
		
	<category>Distributions</category>
	<category>Red Hat</category>
	<category>CentOS</category>
		<guid>http://www.mjmwired.net/linux/2010/05/14/centos-55-released/</guid>
		<description><![CDATA[	The CentOS team just announced the release of CentOS 5.5.
	The wiki has the Release Notes.  Most major changes can be found in the RHEL 5.5 release information (which CentOS is based).
	Running
yum update
should update your system.  Keep in mind the recent post-release updates should be syncing with the CentOS mirror soon.
	As always, relatively smooth [...]]]></description>
			<content:encoded><![CDATA[	<p>The CentOS team just <a href="http://lists.centos.org/pipermail/centos-announce/2010-May/016638.html" rel="nofollow" target="_blank">announced</a> the release of CentOS 5.5.</p>
	<p>The wiki has the <a href="http://wiki.centos.org/Manuals/ReleaseNotes/CentOS5.5" rel="nofollow" target="_blank">Release Notes</a>.  Most major changes can be found in the <a href="https://www.redhat.com/archives/rhelv5-announce/2010-March/msg00000.html" title="Red Hat Enterprise Linux" rel="nofollow" target="_blank">RHEL 5.5</a> release information (which CentOS is based).</p>
	<p>Running<br />
<tt>yum update</tt><br />
should update your system.  Keep in mind the recent post-release updates should be syncing with the CentOS mirror soon.</p>
	<p>As always, relatively smooth sailing with CentOS!
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.mjmwired.net/linux/2010/05/14/centos-55-released/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>LCD Monitor Recommendation</title>
		<link>http://www.mjmwired.net/linux/2010/04/05/lcd-monitor-recommendation/</link>
		<comments>http://www.mjmwired.net/linux/2010/04/05/lcd-monitor-recommendation/#comments</comments>
		<pubDate>Mon, 05 Apr 2010 18:14:25 +0000</pubDate>
		<dc:creator>Mauriat</dc:creator>
		
	<category>Miscellaneous</category>
	<category>Desktop</category>
	<category>Hardware</category>
		<guid>http://www.mjmwired.net/linux/2010/04/05/lcd-monitor-recommendation/</guid>
		<description><![CDATA[	I have been on a 3 year quest to dump my old Sony CRT monitor and replace it with an LCD monitor, but I keep getting sidetracked.
	I am looking for suggestions (recommendations really) for a high end/quality LCD monitor.
	Resolution must be 1920&#215;1200 or higher (NOT 1080), and most likely 24in display.
It would be really nice [...]]]></description>
			<content:encoded><![CDATA[	<p>I have been on a <strong>3 year</strong> quest to dump my old Sony <abbr title="Cathode Ray Tube">CRT</abbr> monitor and replace it with an <abbr title="Liquid Crystal Display">LCD</abbr> monitor, but I keep getting sidetracked.</p>
	<p>I am looking for suggestions (<em>recommendations</em> really) for a high end/quality LCD monitor.</p>
	<p>Resolution must be <tt>1920&#215;1200</tt> or higher (NOT 1080), and most likely 24in display.<br />
It would be really nice with dual-inputs so I can add both my desktop and laptop.<br />
A built in USB hub would also be pretty useful.</p>
	<p>Price is not an issue (<em>it is, but I care more about <strong>quality</strong></em>), so I have an open mind.  I don&#8217;t care for another TV, just more screen space.</p>
	<p>My top picks are the <a href="http://accessories.us.dell.com/sna/products/Displays/productdetail.aspx?c=us&#038;l=en&#038;cs=19&#038;sku=320-8277" rel="nofollow" target="_blank">Dell UltraSharp U2410</a> and the <a href="http://www.necdisplay.com/Products/Product/?product=223ad6db-baf6-46db-82e8-bfb2571cf178"  rel="nofollow" target="_blank">NEC MultiSync EA241WM</a>.  I&#8217;ve always been interested in Samsung but too lazy to figure out which series are cheap and which are quality.</p>
	<p>If you own or use any of the above monitor or know of one you really love please let me know.  I want to buy something in the next 1 to 2 weeks.   (Apologies for <a href="http://identi.ca/notice/27367195" rel="nofollow" target="_blank">all</a> <a href="http://twitter.com/Mauriat/status/11647859600" rel="nofollow" target="_blank">the</a> <a href="http://forums.fedoraforum.org/showthread.php?t=243390" rel="nofollow" target="_blank">messages</a>).</p>
	<p>Leave a comment or <a href="http://www.mjmwired.net/contact">Contact</a> me.</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.mjmwired.net/linux/2010/04/05/lcd-monitor-recommendation/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Stable Release Updates in Fedora</title>
		<link>http://www.mjmwired.net/linux/2010/03/11/stable-release-updates-in-fedora/</link>
		<comments>http://www.mjmwired.net/linux/2010/03/11/stable-release-updates-in-fedora/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 01:01:32 +0000</pubDate>
		<dc:creator>Mauriat</dc:creator>
		
	<category>Miscellaneous</category>
	<category>Fedora</category>
	<category>Opinion</category>
		<guid>http://www.mjmwired.net/linux/2010/03/11/stable-release-updates-in-fedora/</guid>
		<description><![CDATA[	If you missed it there seems to be yet another debate going on about updates in Fedora.  I don&#8217;t intend to rehash anything.  Josh Boyer has a bit of an op-ed post which I think is a good read.
	Think of the issue in a simple scenario:
Should Fedora 12, which was released in Nov [...]]]></description>
			<content:encoded><![CDATA[	<p>If you missed it there seems to be yet another debate going on about updates in Fedora.  I don&#8217;t intend to rehash anything.  Josh Boyer has a bit of an op-ed <a href="http://jwboyer.livejournal.com/36737.html" rel="nofollow" target="_blank">post</a> which I think is a good read.</p>
	<p>Think of the issue in a simple scenario:<br />
Should Fedora 12, which was released in Nov 2009 with KDE 4.3 receive the recent KDE 4.4 update?  Or should KDE 4.4 be reserved for Fedora 13 which will be released in June 2010?  And who benefits or loses in each of those options?<br />
(In case you don&#8217;t know, KDE 4.4 was available as <em>stable</em> update at the end of February).</p>
	<p>My personal opinion is that it really does not matter <b>FOR ME</b>.  I do not mind 4-6 month wait for software.  (<em>BUT Some people are impatient</em>)  And on the flip-side if I get a massive problematic update, I am experienced enough to work through it.  (<em>BUT Some people are total newbies</em>)</p>
	<p>I read the <a href="http://fedoraproject.org/wiki/Stable_release_updates_vision" rel="nofollow" target="_blank">Stable Release Updates <em>Vision</em></a>, and the only thing I can express is surprise.  I don&#8217;t know if Fedora as it exists will accommodate this or if it can work out as envisioned.  I would think this puts more responsibility on the contributors (who are mostly volunteers).</p>
	<p>I would love to see more stability in Fedora, but I don&#8217;t know what the fair cost should be.  </p>
	<p>Please read the Updates Vision and if you partake in this debate please be considerate of the many different types of users and contributors involved in Fedora.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.mjmwired.net/linux/2010/03/11/stable-release-updates-in-fedora/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Fedora and Linux Blogs</title>
		<link>http://www.mjmwired.net/linux/2010/02/09/fedora-and-linux-blogs/</link>
		<comments>http://www.mjmwired.net/linux/2010/02/09/fedora-and-linux-blogs/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 16:17:04 +0000</pubDate>
		<dc:creator>Mauriat</dc:creator>
		
	<category>Miscellaneous</category>
	<category>Linux</category>
	<category>Fedora</category>
	<category>CentOS</category>
		<guid>http://www.mjmwired.net/linux/2010/02/09/fedora-and-linux-blogs/</guid>
		<description><![CDATA[	I know the trend now is &#8220;status updates&#8221;, but I still enjoy reading blogs more.  And I&#8217;ve been doing lots more reading and far less writing lately.
	I thought I might share the Fedora and Linux blogs that I enjoy.  (Sorry I don&#8217;t have an OPML link).
	Fedora
	
	Hans&#8217; hacking log (Hans de Goede)
	i, quaid (Karsten [...]]]></description>
			<content:encoded><![CDATA[	<p>I know the trend now is <a href="http://identi.ca/mjmwired" rel="nofollow" target="_blank">&#8220;status updates&#8221;</a>, but I still enjoy reading blogs more.  And I&#8217;ve been doing lots more reading and far less writing lately.</p>
	<p>I thought I might share the Fedora and Linux blogs that I enjoy.  (Sorry I don&#8217;t have an <abbr title="Outline Processor Markup Language">OPML</abbr> link).</p>
	<p><b>Fedora</b></p>
	<ul>
	<li><a href="http://hansdegoede.livejournal.com/" rel="nofollow" target="_blank">Hans&#8217; hacking log</a> (Hans de Goede)</li>
	<li><a href="http://iquaid.org/" rel="nofollow" target="_blank">i, quaid</a> (Karsten Wade)</li>
	<li><a href="http://blog.namei.org/" rel="nofollow" target="_blank">James Morris</a></li>
	<li><a href="http://jspaleta.livejournal.com/" rel="nofollow" target="_blank">Jef&#8221;I am the pusher robot&#8221;Spaleta</a></li>
	<li><a href="http://kdekorte.blogspot.com/" rel="nofollow" target="_blank">Kevin&#8217;s World</a> (Kevin DeKorte)</li>
	<li><a href="http://thorstenl.blogspot.com/" rel="nofollow" target="_blank">knurd</a> (Thorsten Leemhuis)</li>
	<li><a href="http://mairin.wordpress.com/" rel="nofollow" target="_blank">mairin</a> (Máirín Duffy)</li>
	<li><a href="http://mether.wordpress.com/" rel="nofollow" target="_blank">Mether&#8217;s Fedora Blog</a> (Rahul Sundaram)</li>
	<li><a href="http://poelcat.wordpress.com/" rel="nofollow" target="_blank">poelcat</a> (John Poelstra)</li>
	<li><a href="http://rdieter.livejournal.com/" rel="nofollow" target="_blank">Rex Dieter</a></li>
	<li><a href="http://rwmj.wordpress.com/" rel="nofollow" target="_blank">Richard WM Jones</a></li>
	<li><a href="http://jkeating.livejournal.com/" rel="nofollow" target="_blank">Single Point of Failure</a> (Jesse Keating)</li>
	<li><a href="http://spot.livejournal.com/" rel="nofollow" target="_blank">Tom Callaway</a></li>
	<li><a href="http://qa-rockstar.livejournal.com/" rel="nofollow" target="_blank">Will Woods, Fedora Testing Guy</a></li>
	<li><a href="http://wtogami.livejournal.com/" rel="nofollow" target="_blank">wtogami</a> (Warren Togami)</li>
	</ul>
	<p><b>CentOS / Red Hat related</b></p>
	<ul>
	<li><a href="http://dag.wieers.com/blog/" rel="nofollow" target="_blank">Field Commander Wieers</a> (Dag Wieers)</li>
	<li><a href="http://www.awe.com/mark/blog" rel="nofollow" target="_blank">Mark J Cox</a></li>
	<li><a href="http://opensource.org/blog/8" rel="nofollow" target="_blank">Michael Tiemann&#8217;s blog</a></li>
	<li><a href="http://magazine.redhat.com/" rel="nofollow" target="_blank">Red Hat Magazine</a></li>
	<li><a href="http://swqetesting.blogspot.com/" rel="nofollow" target="_blank">Software Testing</a> (Len DiMaggio)</li>
	</ul>
	<p><b>Linux miscellaneous</b></p>
	<ul>
	<li><a href="http://log.ometer.com/" rel="nofollow" target="_blank">Havoc Pennington</a></li>
	<li><a href="http://blogs.gnome.org/hughsie/" rel="nofollow" target="_blank">Technical Blog of Richard Hughes</a></li>
	<li><a href="http://torvalds-family.blogspot.com/" rel="nofollow" target="_blank">Linus&#8217; blog</a></li>
	<li><a href="http://linuxhaters.blogspot.com/" rel="nofollow" target="_blank">Linux Hater&#8217;s Blog</a></li>
	<li><a href="http://www.kroah.com/log" rel="nofollow" target="_blank">linux kernel monkey log</a> (Greg Kroah-Hartman)</li>
	<li><a href="http://koolinus.wordpress.com" rel="nofollow" target="_blank">/home/kOoLiNuS</a> (Nicola Losito)</li>
	</ul>
	<p>If you don&#8217;t know about <a href="http://planet.fedoraproject.org/" rel="nofollow" target="_blank">Planet Fedora</a> its a great place to peruse through some blogs.  The volume is way too high to subscribe.</p>
	<p>There are few other Fedora/Linux blogs but they either seem dead or their authors have moved onto other things.  Right now, I like my mix of technical snippets as well as general Fedora discussion - especially from the people who put their dedicated effort into it.</p>
	<p>ps.  Even though I generally don&#8217;t read many &#8220;Howto&#8221; style blogs, I am always interested in recommendations.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.mjmwired.net/linux/2010/02/09/fedora-and-linux-blogs/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Google Wave</title>
		<link>http://www.mjmwired.net/linux/2009/11/25/google-wave/</link>
		<comments>http://www.mjmwired.net/linux/2009/11/25/google-wave/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 13:52:05 +0000</pubDate>
		<dc:creator>Mauriat</dc:creator>
		
	<category>Miscellaneous</category>
		<guid>http://www.mjmwired.net/linux/2009/11/25/google-wave/</guid>
		<description><![CDATA[	I have a dozen Google Wave invites left.  Use my contact form with your email and I&#8217;ll send you an invite.
	Pretty cool, but too bad it eats up 99% CPU and 15% of my memory with Fedora 3.5 in Linux!  Maybe 20% ram &#8230;
	11/27: 1pm EST Still 8 left.

]]></description>
			<content:encoded><![CDATA[	<p>I have a dozen <a href="http://wave.google.com" rel="nofollow" target="_blank">Google Wave</a> invites left.  Use my <a href="/contact">contact form</a> with your email and I&#8217;ll send you an invite.</p>
	<p>Pretty cool, but too bad it eats up 99% CPU and 15% of my memory with Fedora 3.5 in Linux!  Maybe 20% ram &#8230;</p>
	<p><b>11/27: 1pm EST</b> Still 8 left.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.mjmwired.net/linux/2009/11/25/google-wave/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Boot Failure When Fedora 12 Grub Installs to non-MBR Partition</title>
		<link>http://www.mjmwired.net/linux/2009/11/17/boot-failure-when-fedora-12-grub-installs-to-non-mbr-partition/</link>
		<comments>http://www.mjmwired.net/linux/2009/11/17/boot-failure-when-fedora-12-grub-installs-to-non-mbr-partition/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 02:53:53 +0000</pubDate>
		<dc:creator>Mauriat</dc:creator>
		
	<category>Miscellaneous</category>
	<category>Fedora</category>
	<category>Setup</category>
	<category>F12</category>
		<guid>http://www.mjmwired.net/linux/2009/11/17/boot-failure-when-fedora-12-grub-installs-to-non-mbr-partition/</guid>
		<description><![CDATA[	I prefer to keep Windows on the MBR.  So I install grub to a separate partition.  I then allow the Windows Loader to chainload grub (example).
	I noticed a problem with the Fedora 12 Anaconda Installer.  If I chose to install grub to the First sector of boot partition instead of the MBR, [...]]]></description>
			<content:encoded><![CDATA[	<p>I prefer to keep Windows on the <abbr title="Master Boot Record">MBR</abbr>.  So I install <tt>grub</tt> to a separate partition.  I then allow the Windows Loader to chainload grub (<a href="http://www.mjmwired.net/linux/2009/11/05/nt-bootloader-update/">example</a>).</p>
	<p>I noticed a problem with the Fedora 12 Anaconda Installer.  If I chose to install <tt>grub</tt> to the <em>First sector of boot partition</em> instead of the MBR, I get an un-bootable system.</p>
	<p>It is easy to see the problem if you compare <tt>fdisk</tt> output.  (<em>I reduced the output for clarity</em>)</p>
	<p>Before I installed Fedora 12 32-bit to <tt>/dev/sda10</tt></p>
	<pre>   Device <b>Boot</b>      Start         End      Blocks   Id  System
<b>/dev/sda1   *           1        2089    16779861    7  HPFS/NTFS</b>
/dev/sda4            6268       36479   242677890    f  W95 Ext&#8217;d (LBA)
<b>/dev/sda10          23762       25589    14683378+  83  Linux</b>
/dev/sda14          34076       36192    17004771   83  Linux
/dev/sda15          36193       36478     2297263+  82  Linux swap / Solaris</pre>
	<p>After I installed Fedora 12:</p>
	<pre>   Device <b>Boot</b>      Start         End      Blocks   Id  System
<b>/dev/sda1               1        2089    16779861    7  HPFS/NTFS</b>
/dev/sda4            6268       36479   242677890    f  W95 Ext&#8217;d (LBA)
<b>/dev/sda10  *       23762       25589    14683378+  83  Linux</b>
/dev/sda14          34076       36192    17004771   83  Linux
/dev/sda15          36193       36478     2297263+  82  Linux swap / Solaris</pre>
	<p>The <b>boot flag</b> is set to the wrong partition.</p>
	<p><b>To fix this problem</b></p>
	<p>Just boot with a CD/DVD, choose &#8220;Rescue&#8221; mode and run <tt>fdisk</tt> at the shell to change the boot flag.  If you need more help, details follow:</p>
	<ol>
	<li>Boot with the system using your Fedora DVD or CD#1.</li>
	<li>Select <em>&#8220;Rescue installed system&#8221;</em>.  (Select the proper settings, networking is not necessary)<br />
At the &#8220;Rescue&#8221; screen, you can &#8220;Skip&#8221; the mounting of your installed system.<br />
At the &#8220;First Aid Kit quickstart&#8221; menu, Select &#8220;shell&#8221;.</li>
	<li>At the shell prompt, use <tt>fdisk</tt> (<b>BE CAREFUL!</b>)
	<pre>bash-4.0# fdisk /dev/sda
	
Command (m for help): <b>a</b>        (<em>toggle bootable flag</em>)
	
Partition number (1-15): <b>10</b>    (<em>the partition you installed Fedora</em>)
	
Command (m for help): <b>a</b>        (<em>command needs to be run twice</em>)
	
Partition number (1-15): <b>1</b>     (<em>the partition with MBR</em>)
	
Command (m for help): <b>p</b>        (<em>verify everything looks correct</em>)
	
Command (m for help): <b>w</b>        (<em>write table to disk and exit</em>)
	
The partition table has been altered!
Calling ioctl() to re-read partition table.
Syncing disk.</pre>
</li>
	<li>Reboot.</li>
	</ol>
	<p>I doubt this will affect many people since most people choose to install Fedora directly to the MBR.  However I am reporting here in case someone else might find this useful.  I <a href="http://identi.ca/notice/13899851">noticed</a> this a few days ago on Fedora 12-Beta 64-bit, but I had been too busy to check the bug reports.  Will do that soon.</p>
	<p>If you run into this problem (or similar) please leave a comment or <a href="http://www.mjmwired.net/contact">contact  me</a>.</p>
	<p><b>UPDATE:</b> Should be fixed for Fedora 13.  <a href="https://bugzilla.redhat.com/show_bug.cgi?id=533658" rel="nofollow" target="_blank">Bug 533658</a>
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.mjmwired.net/linux/2009/11/17/boot-failure-when-fedora-12-grub-installs-to-non-mbr-partition/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Fedora 12 Released</title>
		<link>http://www.mjmwired.net/linux/2009/11/17/fedora-12-released/</link>
		<comments>http://www.mjmwired.net/linux/2009/11/17/fedora-12-released/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 14:15:14 +0000</pubDate>
		<dc:creator>Mauriat</dc:creator>
		
	<category>Miscellaneous</category>
	<category>Fedora</category>
	<category>Distributions</category>
	<category>F12</category>
		<guid>http://www.mjmwired.net/linux/2009/11/17/fedora-12-released/</guid>
		<description><![CDATA[	It&#8217;s that time of year again, the Fedora Project announced the release of Fedora 12.
	This release has received a great deal of polish, and with that plenty of media and documentation to go along with it.
	Please see what&#8217;s new in Fedora 12.  Some of the highlights include:
	
	Optimized performance - The 32-bit packages have been [...]]]></description>
			<content:encoded><![CDATA[	<p>It&#8217;s that time of year again, the Fedora Project <a href="https://www.redhat.com/archives/fedora-announce-list/2009-November/msg00006.html" target="_blank" rel="nofollow">announced the release of Fedora 12</a>.</p>
	<p>This release has received a great deal of polish, and with that plenty of media and documentation to go along with it.</p>
	<p>Please see <a href="http://fedoraproject.org/wiki/Fedora_12_Announcement" target="_blank" rel="nofollow">what&#8217;s new in Fedora 12</a>.  Some of the highlights include:</p>
	<ul>
	<li>Optimized performance - The 32-bit packages have been compiled for i686 systems</li>
	<li>Faster updates - The <tt>yum-presto</tt> plugin is default and <tt>RPM</tt> has updated its compression format</li>
	<li>More comprehensive networking and broadband support</li>
	<li>Next-generation (Ogg) Theora video</li>
	<li>Bluetooth on-demand</li>
	<li><a href="http://moblin.org/" target="_blank" rel="nofollow">Moblin</a> graphical interface for netbooks</li>
	<li>Gnome 2.28</li>
	<li>KDE 4.3 (with updated &#8220;Air&#8221; theme)</li>
	<li>Better webcam support</li>
	<li>Better tablet support</li>
	<li>Improvements to Virtualization</li>
	</ul>
	<p>There is also available a condensed form of the <a href="http://fedoraproject.org/wiki/Fedora_12_one_page_release_notes" target="_blank" rel="nofollow">release notes in 1 page</a>, also in <a href="http://duffy.fedorapeople.org/collateral/release%20notes/f12/F12ReleaseNotes-All.pdf" target="_blank" rel="nofollow">PDF</a>.</p>
	<p>As always, you can download Fedora 12 using the <a href="http://mirrors.fedoraproject.org/publiclist/Fedora/12/" rel="nofollow">standard mirrors</a> or using the <a href="http://torrent.fedoraproject.org/" target="_blank" rel="nofollow">Torrent</a> (recommended).</p>
	<p>When reading through all the information and documentation, it is easy to tell that a great deal of polish went into this release!  Happy installing.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.mjmwired.net/linux/2009/11/17/fedora-12-released/feed/</wfw:commentRSS>
	</item>
	</channel>
</rss>
