<?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>JERVIS DOT WS &#187; Fedora</title>
	<atom:link href="http://jervis.ws/tag/fedora/feed/" rel="self" type="application/rss+xml" />
	<link>http://jervis.ws</link>
	<description>A techie’s thoughts and opinions on anything &#38; everything that comes to mind</description>
	<lastBuildDate>Tue, 15 Feb 2011 20:49:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title>Looking forward to Fedora 12!</title>
		<link>http://jervis.ws/2009/11/06/looking-forward-to-fedora-12/</link>
		<comments>http://jervis.ws/2009/11/06/looking-forward-to-fedora-12/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 14:21:10 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.jervis.ws/?p=119</guid>
		<description><![CDATA[
<p>Fedora 12 release countdown!</p>


]]></description>
			<content:encoded><![CDATA[<div>
<p>Fedora 12 release countdown!</p>
<div><a href="https://fedoraproject.org/get-fedora"><img class="aligncenter" src="https://fedoraproject.org/static/images/banners/f12release.png" alt="Fedora 12 is here!" width="200" height="100" /></a></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://jervis.ws/2009/11/06/looking-forward-to-fedora-12/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox SSH protocol handler (Linux)</title>
		<link>http://jervis.ws/2009/01/11/firefox-ssh-protocol-handler-linux/</link>
		<comments>http://jervis.ws/2009/01/11/firefox-ssh-protocol-handler-linux/#comments</comments>
		<pubDate>Sun, 11 Jan 2009 18:11:42 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[SSH]]></category>

		<guid isPermaLink="false">http://www.jervis.ws/?p=37</guid>
		<description><![CDATA[<p>I have a web page that lists servers I need to connect to. This page has several hyper links for each server to key webpages on that host. I wanted to be able to connect using ssh too, at the click of a link. (eg: ssh://myserver.example.com and ssh://user@myserver.example.com)</p>
<p>I started doing a bit of research into [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.jervis.ws/wp-content/uploads/ff.png"><img class="alignright size-full wp-image-208" title="ff" src="http://www.jervis.ws/wp-content/uploads/ff.png" alt="" width="100" height="140" /></a>I have a web page that lists servers I need to connect to. This page has several hyper links for each server to key webpages on that host. I wanted to be able to connect using ssh too, at the click of a link. (eg: ssh://myserver.example.com and ssh://user@myserver.example.com)</p>
<p>I started doing a bit of research into this and have been able to set it up!</p>
<p>On Fedora 10:<br />
1. Open Firefox and go to: about:config.<br />
2. Right Click &gt; New &gt; Boolean &gt; Enter the following name “network.protocol-handler.expose.ssh” and then “true”<br />
3. Right Click &gt; New &gt; Boolean &gt; Enter the following name “network.protocol-handler.external.ssh” and then “true”<br />
4. Right Click &gt; New &gt; Boolean &gt; Enter the following name “network.protocol-handler.warn-external.ssh” and then “false”<br />
5. Right Click &gt; New &gt; String &gt; Enter the following name “network.protocol-handler.app.ssh” and then “firefox-ssh.sh”<br />
6. Close Firefox<br />
7. Create a script here (/usr/local/bin/firefox-ssh.sh) with the following in it:</p>
<p>#!/bin/bash<br />
gnome-terminal -e &#8220;ssh `echo $1 | sed -e &#8220;s/ssh:\/\///&#8221;`&#8221;<br />
8. Run chmod +x /usr/local/bin/firefox-ssh.sh<br />
9. Open Firefox and go to a link like ssh://myserver.example.com</p>
]]></content:encoded>
			<wfw:commentRss>http://jervis.ws/2009/01/11/firefox-ssh-protocol-handler-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fedora 10 boot graphics</title>
		<link>http://jervis.ws/2009/01/09/fedora-10-boot-graphics/</link>
		<comments>http://jervis.ws/2009/01/09/fedora-10-boot-graphics/#comments</comments>
		<pubDate>Fri, 09 Jan 2009 19:00:27 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Fedora]]></category>

		<guid isPermaLink="false">http://www.jervis.ws/?p=79</guid>
		<description><![CDATA[<p>Fedora 10 has a nice new boot screen. However, I found that I could only see a basic text loading bar at the bottom of the screen. This is due to graphics card support and from what I have read there will be many more cards supported in F11.</p>
<p>If you can’t wait that long, you [...]]]></description>
			<content:encoded><![CDATA[<p>Fedora 10 has a nice new boot screen. However, I found that I could only see a basic text loading bar at the bottom of the screen. This is due to graphics card support and from what I have read there will be many more cards supported in F11.</p>
<p>If you can’t wait that long, you can try it out. This does not work on all systems, some systems don’t boot when this parameter is present, but if you would like to try it out, and you know what your up to, add “<em>VGA=0×317</em>” to your boot loader kernel line (at boot time to start with).</p>
<p>Mine looks like this “<em>kernel /vmlinuz-2.6.27.5-117.fc10.x86_64 ro root=UUID=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx rhgb quiet vga=0×317</em>“.</p>
<p>I tried this on my F10 x86_64 system and it looks great, so I have added the change to /etc/grub/grub.conf.</p>
<p>Good work Fedora!</p>
]]></content:encoded>
			<wfw:commentRss>http://jervis.ws/2009/01/09/fedora-10-boot-graphics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Happy New Year!</title>
		<link>http://jervis.ws/2009/01/05/happy-new-year/</link>
		<comments>http://jervis.ws/2009/01/05/happy-new-year/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 19:42:24 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[FOSS]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[SFD]]></category>

		<guid isPermaLink="false">http://www.jervis.ws/?p=39</guid>
		<description><![CDATA[<p>Well, better late than never. I thought I would take this chance to set myself some ‘open’ goals for the New Year.</p>
<p>First off I hope to get involved in more FOSS advocacy projects, there are a few about which I hope I can contribute too. As part of this, I am going to get involved [...]]]></description>
			<content:encoded><![CDATA[<p>Well, better late than never. I thought I would take this chance to set myself some ‘open’ goals for the New Year.</p>
<p>First off I hope to get involved in more FOSS advocacy projects, there are a few about which I hope I can contribute too. As part of this, I am going to get involved with or run a Software Freedom Day Event in September so I will be working towards that over the coming months.</p>
<p>I am also hoping to setup a local user group that can help support and guide people through the world of free software. The aim would be to have the group setup before the software freedom event so that it can be promoted as a source of help and further information. This group would help to form a team to run the event, and would enable people to drop in afterwards to learn more, get help and build a local community that can sustain future events.</p>
<p>Migrate another system. I have two systems at work, (two of many overall) one that runs Windows XP, the other Vista. Well it did until I took a Fedora 10 disk to it.</p>
<p>I do run Linux on some of my desktops and its not my first attempt to migrate this poticular one. Its the easier of the two work systems to do so i decided to give it another go. I am hopeful there will be more success this time. I know of 1 or 2 applications that will require Windows so I am going to build a get out of jail free card Virtual Machine on it. This should allow me to use workarounds if needed rather than to revert the system.</p>
<p>My goal is to have it running Fedora all year, even if I have a Windows VM on it.</p>
<p>I am going to try to blog more this year. It will hopefully be a good way of me to give information to the community that has helped me, and howto’s i have completed things or details of how I have over come issues etc.</p>
<p>So now I guess I should get to it, hope you have a Happy New Year!</p>
]]></content:encoded>
			<wfw:commentRss>http://jervis.ws/2009/01/05/happy-new-year/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash 10 on Fedora 10 x86_64</title>
		<link>http://jervis.ws/2008/12/30/setting-up-flash-10-on-fedora-10-x86_64/</link>
		<comments>http://jervis.ws/2008/12/30/setting-up-flash-10-on-fedora-10-x86_64/#comments</comments>
		<pubDate>Tue, 30 Dec 2008 16:24:16 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://www.jervis.ws/?p=34</guid>
		<description><![CDATA[<p>How I setup Flash on my fresh Fedora 10 x86_64 install.</p>
<p>Close Firefox</p>
<p>Change to the Firefox plugins directory:
cd /usr/lib64/mozilla/plugins/</p>
<p>Download the Flash plugin:
wget http://download.macromedia.com/pub/labs/flashplayer10/libflashplayer-10.0.d20.7.linux-x86_64.so.tar.gz</p>
<p>Extract the plugin:
tar -xvzf libflashplayer-10.0.d20.7.linux-x86_64.so.tar.gz</p>
<p>Remove the .tar.gz as you now have the plugin extracted:
rm libflashplayer-10.0.d20.7.linux-x86_64.so.tar.gz</p>
<p>Open Firefox &#38; you should be away!</p>
]]></description>
			<content:encoded><![CDATA[<p>How I setup Flash on my fresh Fedora 10 x86_64 install.</p>
<p>Close Firefox</p>
<p>Change to the Firefox plugins directory:<br />
cd /usr/lib64/mozilla/plugins/</p>
<p>Download the Flash plugin:<br />
wget http://download.macromedia.com/pub/labs/flashplayer10/libflashplayer-10.0.d20.7.linux-x86_64.so.tar.gz</p>
<p>Extract the plugin:<br />
tar -xvzf libflashplayer-10.0.d20.7.linux-x86_64.so.tar.gz</p>
<p>Remove the .tar.gz as you now have the plugin extracted:<br />
rm libflashplayer-10.0.d20.7.linux-x86_64.so.tar.gz</p>
<p>Open Firefox &amp; you should be away!</p>
]]></content:encoded>
			<wfw:commentRss>http://jervis.ws/2008/12/30/setting-up-flash-10-on-fedora-10-x86_64/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fedora 10!</title>
		<link>http://jervis.ws/2008/12/09/fedora-10-a-sick-ipod/</link>
		<comments>http://jervis.ws/2008/12/09/fedora-10-a-sick-ipod/#comments</comments>
		<pubDate>Tue, 09 Dec 2008 19:09:05 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Fedora]]></category>

		<guid isPermaLink="false">http://www.jervis.ws/?p=131</guid>
		<description><![CDATA[<p>Finally got around to upgrading to Fedora 10 this week.  I have an issue with downloading podcasts using Amarok, but other that that all is good.  Impressed.  Looking forward to playing with my new install further!</p>
]]></description>
			<content:encoded><![CDATA[<p>Finally got around to upgrading to Fedora 10 this week.  I have an issue with downloading podcasts using Amarok, but other that that all is good.  Impressed.  Looking forward to playing with my new install further!</p>
]]></content:encoded>
			<wfw:commentRss>http://jervis.ws/2008/12/09/fedora-10-a-sick-ipod/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

