<?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>Gilfether.com &#187; Linux</title>
	<atom:link href="http://www.gilfether.com/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gilfether.com</link>
	<description>There are many like it, but this one is mine.</description>
	<lastBuildDate>Sun, 20 Jun 2010 22:35:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Linux DVD ripping and copying</title>
		<link>http://www.gilfether.com/linux-dvd-ripping-and-copying/154/</link>
		<comments>http://www.gilfether.com/linux-dvd-ripping-and-copying/154/#comments</comments>
		<pubDate>Fri, 10 Apr 2009 05:01:08 +0000</pubDate>
		<dc:creator>Ryan Gilfether</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.gilfether.com/?p=154</guid>
		<description><![CDATA[I was reading Slashdot a minute ago, and there was an &#8216;Ask Slashdot&#8217; post from a guy having a hard time finding a Linux application that can properly rip a DVD into other formats. It seems a lot of Linux DVD ripping apps are finicky and buggy and never work quite right (or don&#8217;t work [...]]]></description>
			<content:encoded><![CDATA[<p>I was reading Slashdot a minute ago, and there was an &#8216;Ask Slashdot&#8217; post from a guy having a hard time finding a Linux application that can properly rip a DVD into other formats. It seems a lot of Linux DVD ripping apps are finicky and buggy and never work quite right (or don&#8217;t work a all).</p>
<p>This is something I fought for a while until I discovered a very simple solution, <a href="http://k3b.plainblack.com/" target="_blank">K3b</a>. <a href="http://k3b.plainblack.com/" target="_blank">K3b</a> is a KDE based DVD and CD burning application, but it also has the ability to Rip DVD&#8217;s to AVI. You can select which titles you want to rip or encode and let K3b do its job. When it&#8217;s done you&#8217;ll have a nice little AVI to do what ever you want with.</p>
<p>I use this method strictly for making backups of my personal DVD&#8217;s so the originals don&#8217;t get lost or scratched up. Remember, sharing copyrighted DVD&#8217;s with others is illegal <img src='http://www.gilfether.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Your Linux distribution probably comes with K3b, but if not you can get it at: <a href="http://k3b.plainblack.com/" target="_blank">http://k3b.plainblack.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gilfether.com/linux-dvd-ripping-and-copying/154/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mandriva Linux 2008, wireless networking, and ndiswraper</title>
		<link>http://www.gilfether.com/mandriva-linux-2008-wireless-networking-and-ndiswraper/52/</link>
		<comments>http://www.gilfether.com/mandriva-linux-2008-wireless-networking-and-ndiswraper/52/#comments</comments>
		<pubDate>Sat, 22 Dec 2007 07:36:15 +0000</pubDate>
		<dc:creator>Ryan Gilfether</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.gilfether.com/2007/12/22/mandriva-linux-2008-wireless-networking-and-ndiswraper/</guid>
		<description><![CDATA[For a few months now I have been frustrated by Mandriva 2008 and getting ndiswrapper to start at boot up. For some reason Mandriva insisted on loading the BCM43xx module even though I explicity set up ndiswrapper as the driver for my broadcom wireless card. I had tried everything from modifying /etc/modprobe.conf to using the [...]]]></description>
			<content:encoded><![CDATA[<p>For a few months now I have been frustrated by Mandriva 2008 and getting ndiswrapper to start at boot up. For some reason Mandriva insisted on loading the BCM43xx module even though I explicity set up ndiswrapper as the driver for my broadcom wireless card. I had tried everything from modifying /etc/modprobe.conf to using the Mandriva drakconf interface to tell it to set up wireless with ndiswrapper. The drakconf interface would set up ndiswrapper and get things working, but once I rebooted it would want to go back to loading the bcm43xx driver.</p>
<p>After searching the internet intensely, I found out that the kernel will attempt to load the bcm43xx kernel module no matter what unless you explicitly blacklist it in /etc/modprobe.d/blacklist-mdv</p>
<p>Put the following lines in blacklist-mdv:<br />
blacklist bcm43xx<br />
blacklist ssb</p>
<p>I&#8217;m not really sure what ssb is, but from what I gathered it was part of the Broadcom 43xx driver set.</p>
<p>You may also want to do:<br />
modprobe -r bcm43xx<br />
modprobe -r ssb</p>
<p>Now use drakconf interface to set up your wireless card again, make sure you select the ndiswrapper option.<br />
Next time you reboot you should now boot using the ndiswrapper kernel module instead of that annoying bcm43xx driver!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gilfether.com/mandriva-linux-2008-wireless-networking-and-ndiswraper/52/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>You are already a Linux user, you just didn&#8217;t know it!</title>
		<link>http://www.gilfether.com/you-are-already-a-linux-user-you-just-didnt-know-it/49/</link>
		<comments>http://www.gilfether.com/you-are-already-a-linux-user-you-just-didnt-know-it/49/#comments</comments>
		<pubDate>Mon, 09 Jul 2007 16:54:22 +0000</pubDate>
		<dc:creator>Ryan Gilfether</dc:creator>
				<category><![CDATA[Latest]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.gilfether.com/index.php/2007/07/09/you-are-already-a-linux-user-you-just-didnt-know-it/</guid>
		<description><![CDATA[Yes, thats right, officially Linux desktop users may only be in the hundred hundred thousands but the actual numbers may be more than most realize. You may or may not know what Linux is, but chances are you have been using it for years.
From the article:
&#8220;There may only be a few hundred thousand users running [...]]]></description>
			<content:encoded><![CDATA[<p>Yes, thats right, officially Linux desktop users may only be in the hundred hundred thousands but the actual numbers may be more than most realize. You may or may not know what Linux is, but chances are you have been using it for years.</p>
<p>From the article:</p>
<blockquote><p>&#8220;There may only be a few hundred thousand users running desktop Linux worldwide, compared with tens of millions of Mac users and hundreds of millions of Windows users, but almost all of us are using Linux on a daily basis.&#8221;</p></blockquote>
<p><a href="http://desktoplinux.com/news/NS6083062770.html" target="_new">Read more about it about it here</a></p>
<p>With the efforts of comanies such as Google, Dell, TiVo, Motorola and many others, the number of Linux users is growing fast. Heck, <a href="http://gilfether.com">Gilfether.com</a> Runs on Linux, so if you were not a Linux user before, I just made you one! Just to keep this posting well rounded, I&#8217;m posting from my Linux Desktop as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gilfether.com/you-are-already-a-linux-user-you-just-didnt-know-it/49/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to change the default KDE start menu button</title>
		<link>http://www.gilfether.com/how-to-change-the-default-kde-start-menu-button/42/</link>
		<comments>http://www.gilfether.com/how-to-change-the-default-kde-start-menu-button/42/#comments</comments>
		<pubDate>Wed, 09 May 2007 18:19:36 +0000</pubDate>
		<dc:creator>Ryan Gilfether</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.gilfether.com/index.php/2007/05/09/how-to-change-the-default-kde-start-menu-button/</guid>
		<description><![CDATA[Recently I&#8217;ve become tired of the default KDE start menu button that comes with Mandriva 2007.1. It&#8217;s HUGE and ugly:

After doing some research, here is how you can change the icon displayed for your KDE start menu (these directions should work for just about any distro using KDE with a few minor differences).
Edit or create [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I&#8217;ve become tired of the default KDE start menu button that comes with Mandriva 2007.1. It&#8217;s HUGE and ugly:<br />
<img id="image45" src="http://www.gilfether.com/wp-content/uploads/2007/05/mdv_kmenu.png" alt="The default KDE start menu icon" /></p>
<p>After doing some research, here is how you can change the icon displayed for your KDE start menu (these directions should work for just about any distro using KDE with a few minor differences).</p>
<p>Edit or create the file ~/.kde/share/config/kickerrc adding the following to the file:<br />
<code><br />
[KMenu]<br />
KMenuButtonScale=false<br />
KMenuIcon=kmenu<br />
</code></p>
<p>The KMenuButtonScale option can be set to true if you want the image to fill the entire space allocated for the button, you may want to test this.<br />
The KMenuIcon is the name of the icon you want to use, in Mandrvia 2007.1 the icons are stored in /usr/share/icons/[theme you are using]. Note you do not put the file extension in, in the example above, the image name is kmenu.png, but I only enter kmenu, KDE can figure out the rest <img src='http://www.gilfether.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Once you have edited this file run the command <code>dcop kicker kicker restart</code>, this will restart the kicker bar at the bottom. On my installation, this restarted the kicker panel, but it was froze, so I had to also run the command:<br />
<code>killall -KILL kicker<code><br />
followed by running the command<br />
<code>kicker</code></p>
<p>Note that these directions will only change it for the current user. If you want to change it for all users, you will have to edit one of the following KDE files under Mandriva:<br />
    * /var/lib/mandriva/kde-profiles/free/share/config/kickerrc<br />
    * /var/lib/mandriva/kde-profiles/one/share/config/kickerrc<br />
    * /var/lib/mandriva/kde-profiles/discovery/share/config/kickerrc<br />
    * /var/lib/mandriva/kde-profiles/powerpack/share/config/kickerrc<br />
    * /var/lib/mandriva/kde-profiles/powerpackplus/share/config/kickerrc </p>
<p>Other distributions will have these files in other locations.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gilfether.com/how-to-change-the-default-kde-start-menu-button/42/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mandriva 2007.1 spring update bugs and fixes</title>
		<link>http://www.gilfether.com/mandriva-20071-spring-update-bugs-and-fixes/41/</link>
		<comments>http://www.gilfether.com/mandriva-20071-spring-update-bugs-and-fixes/41/#comments</comments>
		<pubDate>Thu, 26 Apr 2007 13:07:32 +0000</pubDate>
		<dc:creator>Ryan Gilfether</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.gilfether.com/index.php/2007/04/26/mandriva-20071-spring-update-bugs-and-fixes/</guid>
		<description><![CDATA[It&#8217;s been a while since I&#8217;ve posted, and I thought now is a good time for me to post some useful information. I just recently updated my Mandriva 2007.0 to 2007.1 Spring Free. I&#8217;ve ran into several problem which I wish I had known about before getting into it as it has caused me several [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a while since I&#8217;ve posted, and I thought now is a good time for me to post some useful information. I just recently updated my Mandriva 2007.0 to <a href="http://www.mandriva.com/en/download/free">2007.1 Spring Free</a>. I&#8217;ve ran into several problem which I wish I had known about before getting into it as it has caused me several headaches. I will make a list below with the solutions I&#8217;ve found, and hopefully it will help others out too!</p>
<p>1) The most annoying problem I ran into was trying to download the Mandriva 2007 DVD iso (as of this writing there is no CD iso available). I used the torrent file provided on Mandriva&#8217;s site, and used Ktorrent to download it. After burning the ISO, the bootable DVD would not boot. As it turns out, Ktorrent is buggy and loses chunks of the file. DO NOT USE Ktorrent to download the ISO. I suggest using either the official bittorent client, or rtorrent, both of which come with Mandriva 2007.0. Also, I tried downloading the ISO from various mirrors, but they all timed out before the download would complete. Maybe you will have better luck.</p>
<p>In the end I ended up upgrading by using urpmi and pointing it to the new <a href="http://club.mandriva.com/xwiki/bin/view/Downloads/MirrorFinder2">2007.1 repositories on the mirror sites</a>. Do as follows:<br />
a) Configure urpmi to point to a mirror with the 2007.1 repositories.<br />
b) run urpmi &#8211;auto-select urpmi<br />
c) run urpmi &#8211;auto-select<br />
d) run urpmi &#8211;auto-select kernel<br />
e) reboot and hope for the best</p>
<p>2) After I had upgraded, I ran into a problem where running the command &#8217;su&#8217; would not prompt me to enter a password and simply errored with &#8216;Invalid Password&#8217;. As it turns out, Mandriva updated su, as well as the file used by PAM. Fortunatly RPM made a backup of rpm. What you need to do is backup the existing /etc/pam/su, and then copy /etc/pam/su.rpmnew to /etc/pam/su. This fixed my problem.</p>
<p>3) The Ia Ora, and Galaxy KDE themes were missing and did not work. This threw me off because before I upgraded I was using the Galaxy2 theme. So after the upgrade when I booted into KDE all of a sudden the KDE title bars were missing and I thought there was a problem with X or KDE. As it turns out if you go into &#8216;Mandriva Start Button&#8217; > &#8216;System&#8217; > &#8216;Configuration&#8217; > &#8216;Control Center&#8217;, then open up the &#8216;Apperance &#038; Themes&#8217; section, then select &#8216;Window Decorations&#8217;, you can select a different theme to get you up and running.</p>
<p>As of this writing, I&#8217;m still trying to figure out how to fix the missing Ia Ora and Galaxy themes, they are installed with the latest 2007.1 version, but just do not seem to work. I&#8217;ll update this once I find a solution.</p>
<p>*UPDATE* It turns out that the reason some themes were not showing up was because the 2007.1 upgrade set the video driver being used to a &#8216;generic&#8217; driver, and I have an ATI radeon, also it set the resolution on my widscreen laptop monitor too high (1900 x something). I switched back to the proper video driver, and dropped my resolution back down to 1400&#215;900 and this caused all the themes that were not working to start working again!</p>
<p>4) When starting and stopping the network using /etc/rc.d/init.d/network, I would get a bunch of errors like:<br />
error: &#8220;Operation not permitted&#8221; reading key &#8220;net.ipv6.route.flush&#8221;<br />
error: &#8220;Invalid argument&#8221; reading key &#8220;fs.binfmt_misc.register&#8221;</p>
<p>I believe this was caused because I never had IPV6 enabled, and I didn&#8217;t want to enable it since I don&#8217;t use it. After reading through the /etc/rc.d/init.d/network script, I found a line that checks to see if the file /etc/sysconfig/network-scripts/init.ipv6-global is executable, and if it is it tries to run it. All you have to do is remove the execution bit from this file (or delete or remove the file all together) and these errors will go away. I did a &#8216;chmod a-x /etc/sysconfig/network-scripts/init.ipv6-global&#8217; and it fixed the problem.</p>
<p>5) When I would boot up my laptop, everything would start up except networking. I would have to manually run &#8216;/etc/rc.d/init.d/network start&#8217; after logging in to to get networking to start up. As it turns out there was never a startup script placed in /etc/rc.d/rc5.d for the networking service. I ran the command &#8216;chkconfig network on&#8217;, and that fixed the problem by creating the startup script etc/rc.d/rc5.d/S10networking, I assume it also placed one in rc3.d but haven&#8217;t checked since I never enter run leve 3 on my laptop.</p>
<p>6) When powering off my laptop, I would get an error something like &#8216;no more processes at this run level&#8217; and my laptop would not auto shutoff. I would have to hit the power button myself. This was caused by a conflict between apmd and acpi. I removed both apmd and acpi from the system (to do this just use the rpm -e command). I then used urpmi to re-add apmd and all is working again.</p>
<p>I&#8217;m sure there will be a few more annoyances that will arise, and I will post about them when I find them and fix them.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gilfether.com/mandriva-20071-spring-update-bugs-and-fixes/41/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RedHat still doing alright despite competition</title>
		<link>http://www.gilfether.com/redhat-still-doing-alright-despite-competition/33/</link>
		<comments>http://www.gilfether.com/redhat-still-doing-alright-despite-competition/33/#comments</comments>
		<pubDate>Fri, 22 Dec 2006 12:39:17 +0000</pubDate>
		<dc:creator>Ryan Gilfether</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.gilfether.com/index.php/2006/12/22/redhat-still-doing-alright-despite-competition/</guid>
		<description><![CDATA[I thought I&#8217;d write a quick post in regards to an article I just read on CNN.com.
To sum it up, despite the recent speculation about whether or not RedHat will survive with competition coming from the Microsoft/Novell partnership and Oracle&#8217;s attempt at taking some of RedHat&#8217;s market, it seems RedHat is still holding strong and [...]]]></description>
			<content:encoded><![CDATA[<p>I thought I&#8217;d write a quick post in regards to an <a href="http://money.cnn.com/2006/12/21/technology/redhat.reut/index.htm?postversion=2006122118" target="_blank">article I just read on CNN.com</A>.</p>
<p>To sum it up, despite the recent speculation about whether or not <a href="http://redhat.com" target="_blank">RedHat</a> will survive with competition coming from the Microsoft/Novell partnership and <a href="http://www.oracle.com/technology/tech/linux/index.html" target="_blank">Oracle&#8217;s</a> attempt at taking some of RedHat&#8217;s market, it seems RedHat is still holding strong and doing alright. I know alot of people thought this could be the start of the end of RedHat, with strong competition coming from two huge companies. However I think RedHat is almost a defacto standard in Enterprise Linux. I don&#8217;t feel alot of companies are going to switch or abandon RedHat for another &#8216;Enterprise&#8217; level Linux distro. Why would they? RedHat works, it&#8217;s well supported and has good pay support. Most companies that are looking to pay for Linux support already have RedHat contracts which meet their needs, why go jumping ship to a new Enterprise venture which has yet to prove whether or not it will be successfull?</p>
<p>RedHat is also one of the biggest contributors to the success of Linux, as well as kernel patches and various other applications. I fail to see Oracle or Microsoft contributing to Linux the same way RedHat does should either one become a serious contender in the Enterprise distribution market. It would be a big loss to the Linux community should RedHat no longer exist. Would Linux survive? Of course! It would be a huge setback though.</p>
<p>With all that said, I don&#8217;t want to come off as a RedHat fan boy. I&#8217;m actually a <a href="http://mandriva.com" target="_blank">Mandriva Linux</a> fanboy, if you must know <img src='http://www.gilfether.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  However I do administer and develop on RedHat Linux at my day job. I have to admit, that while I don&#8217;t like the idea of paying for a Linux distribution, in the Enterprise workplace where companies want the comfort of using an OS which a big company stand behind and supports, RedHat is the answer. It just works.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gilfether.com/redhat-still-doing-alright-despite-competition/33/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IP Block Blacklist</title>
		<link>http://www.gilfether.com/ip-block-blacklist/29/</link>
		<comments>http://www.gilfether.com/ip-block-blacklist/29/#comments</comments>
		<pubDate>Fri, 03 Nov 2006 04:37:23 +0000</pubDate>
		<dc:creator>Ryan Gilfether</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.gilfether.com/index.php/2006/11/02/ip-block-blacklist/</guid>
		<description><![CDATA[Gilfether.com runs Shoreline Firewall (Shorewall), an application built on top of IPTables. I recently implemented the blacklist,  denying IP blocks from China, South Korea, and Russia from connecting to pretty much everything except port 80. I scripted it so that the list is updated once a month. It&#8217;s amazing how doing so has reduced [...]]]></description>
			<content:encoded><![CDATA[<p>Gilfether.com runs <A HREF="http://www.shorewall.net/" target="_blank">Shoreline Firewall (Shorewall)</A>, an application built on top of IPTables. I recently implemented the blacklist,  denying IP blocks from China, South Korea, and Russia from connecting to pretty much everything except port 80. I scripted it so that the list is updated once a month. It&#8217;s amazing how doing so has reduced the amount of spam I receive. Unfortunatley, I am still getting some from France and the U.S. It also appears that this has reduced the number of entries recorded in <A HREF="http://www.gilfether.com/index.php/denyhosts-hall-of-shame">DenyHosts</A> as it&#8217;s been quiet for the past 2 days.</p>
<p>For those that are interested, IP blocks for all the countries in the world can be obtained at <A HREF="http://www.completewhois.com/statistics/data/ips-bycountry/rirstats" target="_blank">http://www.completewhois.com/statistics/data/ips-bycountry/rirstats</A> and is kept up to date. Download the &#8216;cidr.txt&#8217; files for the countries you want to block, and use the &#8216;Include&#8217; directive inside of the blacklist config file for <A HREF="http://www.shorewall.net/" target="_blank">Shorewall</A>. Of course you will have to properly configure <A HREF="http://www.shorewall.net/" target="_blank">Shorewall</A> to use the blacklist, which I will leave as an excersize for the reader.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gilfether.com/ip-block-blacklist/29/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to make any mail application the default mail client for Firefox in Linux</title>
		<link>http://www.gilfether.com/how-to-make-any-mail-application-the-default-mail-client-for-firefox-in-linux/14/</link>
		<comments>http://www.gilfether.com/how-to-make-any-mail-application-the-default-mail-client-for-firefox-in-linux/14/#comments</comments>
		<pubDate>Sat, 19 Aug 2006 17:04:26 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.gilfether.com/?p=14</guid>
		<description><![CDATA[Below are the steps to making Mozilla Thunderbird (or any mail client of your choosing) the default mail client for Firefox in Linux.

enter about:config in the address field
filter for mailto
make sure that â€œnetwork.protocol-handler.external.mailtoâ€ is set to true (double-click to change).
Add a new preference:




right-click on the window
choose New, String
prefence name is network.protocol-handler.app.mailto
value is /path/to/thunderbird (if using [...]]]></description>
			<content:encoded><![CDATA[<p>Below are the steps to making Mozilla Thunderbird (or any mail client of your choosing) the default mail client for Firefox in Linux.</p>
<ol>
<li>enter <code>about:config</code> in the address field</li>
<li>filter for <code>mailto</code></li>
<li>make sure that â€œnetwork.protocol-handler.external.mailtoâ€ is set to true (double-click to change).</li>
<li>Add a new preference:</li>
</ol>
<ol />
<blockquote>
<ul>
<li>right-click on the window</li>
<li>choose New, String</li>
<li>prefence name is <code>network.protocol-handler.app.mailto</code></li>
<li>value is <code>/path/to/thunderbird (if using another mail client other than thunderbird, enter the path to it here instead)</code></li>
</ul>
</blockquote>
<blockquote>
<ul /></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.gilfether.com/how-to-make-any-mail-application-the-default-mail-client-for-firefox-in-linux/14/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
