<?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>Bo Wu&#039;s IT Lab &#187; Fedora</title>
	<atom:link href="http://www.bowu.org/category/system-administration/linux/fedora/feed" rel="self" type="application/rss+xml" />
	<link>http://www.bowu.org</link>
	<description>If winter comes, can spring be far behind?</description>
	<lastBuildDate>Thu, 29 Dec 2011 18:09:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Rar and Unrar in Fedora 12</title>
		<link>http://www.bowu.org/system-administration/linux/fedora/rar-and-unrar-in-fedora-12.html</link>
		<comments>http://www.bowu.org/system-administration/linux/fedora/rar-and-unrar-in-fedora-12.html#comments</comments>
		<pubDate>Thu, 01 Apr 2010 19:07:16 +0000</pubDate>
		<dc:creator>bo</dc:creator>
				<category><![CDATA[Fedora]]></category>

		<guid isPermaLink="false">http://www.bowu.org/?p=214</guid>
		<description><![CDATA[By default, Rar is not available in Fedora 10. If all you need to do is extract files from a Rar archive, unrar from RPM Fusion&#8217;s YUM repositories will work. If you need to create Rar archives, then you will have to download and install the complete Rar package from DAG. The instructions below show [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" title="RAR" src="http://linuxhub.net/wp-content/uploads/2009/07/WinRAR-256_32.png" alt="WinRAR 256 32 Rar and Unrar in Fedora 12" width="256" height="256" /></p>
<p>By default, Rar is not available in Fedora 10. If all you need to do is extract files from a Rar archive, unrar from RPM Fusion&#8217;s YUM repositories will work. If you need to create Rar archives, then you will have to download and install the complete Rar package from DAG. The instructions below show you how.</p>
<p>Only Need to Extract Files?</p>
<p>First, install RPM Fusion&#8217;s free and nonfree YUM repositories. For detailed information about installing RPM Fusion, see: http://rpmfusion.org/Configuration</p>
<p>su -c &#8220;rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm&#8221;</p>
<p>su -c &#8220;rpm -Uvh http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm&#8221;</p>
<p>Next, install the unrar packages from RPMFusion&#8217;s nonfree repository.</p>
<p>su -c &#8220;yum install unrar&#8221;</p>
<p>Done! You now have unrar in /usr/bin/unrar. This binary can only extract files from Rar archives. Use this command to see all available options:</p>
<p>/usr/bin/unrar -?</p>
<p>Need to Create Rar Archives?</p>
<p>First, download the source RPM from DAG: http://dag.wieers.com/rpm/packages/rar</p>
<p>wget -c http://dag.wieers.com/rpm/packages/rar/rar-3.5.1-1.rf.src.rpm</p>
<p>Now, install the source RPM. This will create a $HOME/rpmbuild tree. Please note that you do not need to be root.</p>
<p>rpm -iv rar-3.5.1-1.rf.src.rpm</p>
<p>Next, build a binary package in $HOME/rpmbuild. Again, no need to be root.</p>
<p>rpmbuild -bb ~/rpmbuild/SPECS/rar.spec</p>
<p>Finally, install the built RPM as root:</p>
<p>su -c &#8220;rpm -Uvh $HOME/rpmbuild/RPMS/$(arch)/rar-3.5.1-1.rf.x86_64.rpm&#8221;</p>
<p>Done! You now have rar in /usr/bin/rar. This binary can build and extract Rar files. Use this command to see all available options:</p>
<p>/usr/bin/rar -?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bowu.org/system-administration/linux/fedora/rar-and-unrar-in-fedora-12.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Installing FreeMind in Fedora 12</title>
		<link>http://www.bowu.org/system-administration/linux/fedora/installing-freemind-in-fedora-12.html</link>
		<comments>http://www.bowu.org/system-administration/linux/fedora/installing-freemind-in-fedora-12.html#comments</comments>
		<pubDate>Thu, 18 Mar 2010 01:41:05 +0000</pubDate>
		<dc:creator>bo</dc:creator>
				<category><![CDATA[Fedora]]></category>

		<guid isPermaLink="false">http://www.bowu.org/?p=138</guid>
		<description><![CDATA[FreeMind is a free mind mapping application written in Java which runs on Microsoft Windows, Mac OS and Linux operating systems. I successfully installed in my Fedora 12 desktop. The following is the detailed steps. 1. Install Java Runtime Environment (JRE): FreeMind requires pure Sun&#8217;s Java Runtime Environment. Please refer this link to install Sun&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://freemind.sourceforge.net/FreeMind-computer-knowledge.png" target="_blank"><img class="alignnone" title="FreeMind" src="http://freemind.sourceforge.net/FreeMind-computer-knowledge.png" alt="FreeMind computer knowledge Installing FreeMind in Fedora 12" width="396" height="288" /></a></p>
<p>FreeMind is a free mind mapping application written in Java which runs on Microsoft Windows, Mac OS and Linux operating systems.  I successfully installed in my Fedora 12 desktop.  The following is the detailed steps.</p>
<p><strong>1. Install Java Runtime Environment (JRE):</strong><br />
FreeMind requires pure Sun&#8217;s Java Runtime Environment.  <a href="http://www.bowu.org/?p=131" target="_blank">Please refer this link to install Sun&#8217;s JRE</a>.</p>
<p><strong>2. Add New Yum Repository:</strong><br />
First become root, create a temporary directory and CD to it.</p>
<p>There is a broken dependency at the moment in the SVG plugin so do this:</p>
<p>rpm &#8211;import http://www.jpackage.org/jpackage.asc<br />
rpm &#8211;oldpackage -ivh http://ftp.heanet.ie/pub/jpackage/1.7/generic/RPMS.free/batik-1.6-3jpp.noarch.rpm</p>
<p>Now download all the rpms you want for freemind and put them in your temporary root directory.</p>
<p>There is no fedora support 10 and we are missing packages we need so.we will enable the generic repositories.</p>
<p>curl http://jpackage.org/jpackage17.repo | awk &#8216;/-generic/,/^$/ { sub(&#8220;enabled=0&#8243;,&#8221;enabled=1&#8243;); print }&#8217; &gt;/etc/yum.repos.d/jpackage17.repo</p>
<p><strong>3. Install the Freemind:</strong><br />
yum &#8211;nogpgcheck -y localinstall freemind-*.rpm</p>
<p>Remove the temporary directory you made and start freemind <img src='http://www.bowu.org/wp-includes/images/smilies/icon_smile.gif' alt="icon smile Installing FreeMind in Fedora 12" class='wp-smiley' title="Installing FreeMind in Fedora 12" /> </p>
<p>For more information about FreeMind and its installation, please visit: <a href="http://freemind.sourceforge.net/wiki/index.php/FreeMind_on_Linux" target="_blank">http://freemind.sourceforge.net/wiki/index.php/FreeMind_on_Linux</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bowu.org/system-administration/linux/fedora/installing-freemind-in-fedora-12.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Sun Java on Fedora 12</title>
		<link>http://www.bowu.org/system-administration/linux/fedora/installing-sun-java-on-fedora-12.html</link>
		<comments>http://www.bowu.org/system-administration/linux/fedora/installing-sun-java-on-fedora-12.html#comments</comments>
		<pubDate>Thu, 18 Mar 2010 01:03:18 +0000</pubDate>
		<dc:creator>bo</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.bowu.org/?p=131</guid>
		<description><![CDATA[Fedora came with OpenJDK Java Runtime Environment, which is a part of Fedora Project. However, many applications still require Sun&#8217;s Java. When I tried to install FreeMind, a mind mapping software in Java, it required Sun&#8217;s JRE. I installed the Sun&#8217;s JRE as following steps successfully. My environment is Intel Dual Core 32-bit CPU, 4GB [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" title="Java" src="http://blog.trendmicro.com/wp-content/uploads/2008/12/java_logo_2.png" alt="java logo 2 Installing Sun Java on Fedora 12" width="250" height="332" /></p>
<p>Fedora came with OpenJDK Java Runtime Environment, which is a part of Fedora Project.  However, many applications still require Sun&#8217;s Java.  When I tried to install FreeMind, a mind mapping software in Java, it required Sun&#8217;s JRE.  I installed the Sun&#8217;s JRE as following steps successfully.</p>
<p>My environment is Intel Dual Core 32-bit CPU, 4GB Memory, Fedora 12.</p>
<p><strong>1. Download:</strong><br />
Download the latest JDK or JRE at <a href="http://java.sun.com/javase/downloads/index.jsp" target="_blank">http://java.sun.com/javase/downloads/index.jsp</a>.  What I downloaded was jre-6u18-linux-i586.rpm.</p>
<p><strong>2. Install:</strong><br />
Once download you will install the package with:<br />
On x86:<br />
su -c </p>
]]></content:encoded>
			<wfw:commentRss>http://www.bowu.org/system-administration/linux/fedora/installing-sun-java-on-fedora-12.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash Player for 64-bit Fedora 12</title>
		<link>http://www.bowu.org/system-administration/linux/fedora/flash-player-for-64-bit-fedora-12.html</link>
		<comments>http://www.bowu.org/system-administration/linux/fedora/flash-player-for-64-bit-fedora-12.html#comments</comments>
		<pubDate>Fri, 12 Feb 2010 03:43:08 +0000</pubDate>
		<dc:creator>bo</dc:creator>
				<category><![CDATA[Fedora]]></category>

		<guid isPermaLink="false">http://www.bowu.org/?p=101</guid>
		<description><![CDATA[After your installation of a 64-bit Fedora 12, you will find that you cannot web pages which have flash movies embedded.]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" title="Flash" src="http://www.adobe.com/devnet/images/160x160/logo_flashplayer.jpg" alt="logo flashplayer Flash Player for 64 bit Fedora 12" width="160" height="160" /></p>
<p>After your installation of a 64-bit Fedora 12, you will find that you cannot web pages which have flash movies embedded.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bowu.org/system-administration/linux/fedora/flash-player-for-64-bit-fedora-12.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Add Windows Media Codecs for Fedora 12</title>
		<link>http://www.bowu.org/system-administration/linux/fedora/add-windows-media-codecs-for-fedora-12.html</link>
		<comments>http://www.bowu.org/system-administration/linux/fedora/add-windows-media-codecs-for-fedora-12.html#comments</comments>
		<pubDate>Sat, 06 Feb 2010 22:38:52 +0000</pubDate>
		<dc:creator>bo</dc:creator>
				<category><![CDATA[Fedora]]></category>

		<guid isPermaLink="false">http://www.bowu.org/?p=80</guid>
		<description><![CDATA[My Fedora 12 could not play any .wav and .wmv files and shown above error messages.]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-medium wp-image-81" title="fedora12_codecs_err1" src="http://www.bowu.org/wp-content/uploads/2010/02/fedora12_codecs_err1-300x148.png" alt="fedora12 codecs err1 300x148 Add Windows Media Codecs for Fedora 12" width="300" height="148" /></p>
<p><img class="alignnone size-medium wp-image-83" title="fedora12_codecs_err2" src="http://www.bowu.org/wp-content/uploads/2010/02/fedora12_codecs_err2-300x95.png" alt="fedora12 codecs err2 300x95 Add Windows Media Codecs for Fedora 12" width="300" height="95" /></p>
<p>My Fedora 12 could not play any .wav and .wmv files and shown above error messages.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bowu.org/system-administration/linux/fedora/add-windows-media-codecs-for-fedora-12.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
