<?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>[LINICKX].com &#187; Fedora</title>
	<atom:link href="http://www.linickx.com/archives/tag/fedora/feed" rel="self" type="application/rss+xml" />
	<link>http://www.linickx.com</link>
	<description>Moments of Genius followed by Trash.</description>
	<lastBuildDate>Fri, 27 Aug 2010 15:39:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Fedora 10 &amp; ffmpegthumbnailer</title>
		<link>http://www.linickx.com/archives/928/fedora-10-ffmpegthumbnailer</link>
		<comments>http://www.linickx.com/archives/928/fedora-10-ffmpegthumbnailer#comments</comments>
		<pubDate>Wed, 01 Apr 2009 19:36:55 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Playstation3]]></category>
		<category><![CDATA[fedora10]]></category>
		<category><![CDATA[ffmpegthumbnailer]]></category>
		<category><![CDATA[mediatomb]]></category>
		<category><![CDATA[ps3]]></category>

		<guid isPermaLink="false">http://www.linickx.com/?p=928</guid>
		<description><![CDATA[I&#8217;ve recently upgraded from F7 to F10 and was surprised to see that ffmpegthumbnailer hasn&#8217;t made it into the yum repo&#8217;s yet! As I use ffmpegthumbnailer for PS3 Video thumbnails I needed to find a solution to this. If I had the time I&#8217;d knock up a .spec file &#038; rpm, but for the time [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve recently upgraded from F7 to F10 and was surprised to see that <a href="http://code.google.com/p/ffmpegthumbnailer/">ffmpegthumbnailer</a> hasn&#8217;t made it into the yum repo&#8217;s yet! </p>
<p>As I use <a href="http://en.gentoo-wiki.com/wiki/MediaTomb#Video_Thumbnails">ffmpegthumbnailer for PS3 Video thumbnails</a> I needed to find <a href="http://forums.fedoraforum.org/showthread.php?t=209225">a solution to this</a>.</p>
<p>If I had the time I&#8217;d knock up a .spec file &#038; rpm, but for the time being I thought I&#8217;d post my bodge&#8230;. NUMBER ONE, if you&#8217;ve never typed &#8220;<code>configure;make;make install</code>&#8221; before you need to install the development tools.</p>
<p>sudo yum groupinstall &#8220;development tools&#8221;</p>
<p>Next pick up a couple of extra dependencies&#8230;</p>
<p><code>sudo yum install libpng libpng-devel ffmpeg ffmpeg-devel</code></p>
<p>You should now find that, if you download <a href="http://code.google.com/p/ffmpegthumbnailer/downloads/list">the source</a>, unpack it  &#8211; <code>gunzip ffmpegthumbnailer-1.5.0.tar.gz;tar -xvf ffmpegthumbnailer-1.5.0.tar</code> and <code>cd ffmpegthumbnailer-1.5.0</code> hopefully you can complete <code>./configure</code> without any errors.</p>
<p>If you try <code>make</code> at this point it&#8217;ll probably fail with errors, this is how I fixed that&#8230;.</p>
<p><code><br />
cd /usr/include/ffmpeg/<br />
ln -s libavcodec/avcodec.h ./<br />
ln -s libavformat/avformat.h ./<br />
ln -s libswscale/swscale.h ./<br />
ln -s libavformat/avio.h ./<br />
</code></p>
<p>Now you can&#8230; get back to the build</p>
<p><code><br />
cd ~/ffmpegthumbnailer-1.5.0<br />
make<br />
sudo make install<br />
</code></p>
<p>If all has gone well you <strong><em>should</em></strong> have a working install <img src='http://www.linickx.com/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<img src="http://www.linickx.com/wp/wp-content/themes/linickx_v2/images/nick_sig_bggrey.png" alt="Nick" /> <hr/>Copyright &copy; 2010 <strong><a href="http://www.linickx.com">[LINICKX].com</a></strong>. This Feed is for personal non-commercial use only. Please check my <a href="http://www.linickx.com/?page_id=63">Site Terms and Conditions</a> for full details on copyrights. If you have any concerns with the content of this feed you may <a href="http://www.linickx.com/contact">contact me here</a>.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">WP Copyright Plugin</a></span>]]></content:encoded>
			<wfw:commentRss>http://www.linickx.com/archives/928/fedora-10-ffmpegthumbnailer/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Key on Fedora, Thank you Ruben</title>
		<link>http://www.linickx.com/archives/398/windows-key-on-fedora-thank-you-ruben</link>
		<comments>http://www.linickx.com/archives/398/windows-key-on-fedora-thank-you-ruben#comments</comments>
		<pubDate>Fri, 28 Mar 2008 17:44:31 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[compiz]]></category>

		<guid isPermaLink="false">http://www.linickx.com/archives/398/windows-key-on-fedora-thank-you-ruben</guid>
		<description><![CDATA[I&#8217;ve been running compiz fusion on Fedora 8 for a while and found that my windows key short-cuts only work half the time; well I found that if I&#8230; add Option "XkbOptions" "altwin:super_win" to the InputDevice section of my /etc/X11/xorg.conf It works every time. I&#8217;ve logged in and out of my laptop a few times [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been running compiz fusion on Fedora 8 for a while and found that my windows key short-cuts only work half the time; well I found that if I&#8230;</p>
<blockquote><p>add <code>Option "XkbOptions" "altwin:super_win"</code> to the InputDevice section of my /etc/X11/xorg.conf</p></blockquote>
<p>It works every time. I&#8217;ve logged in and out of my laptop a few times over the last couple of days and had no problems since.</p>
<p><a href="http://rubenlaguna.com/wp/2007/01/09/how-to-enable-windows-key-as-super-key-in-linux/">Thank you Ruben</a> <img src='http://www.linickx.com/wp/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<img src="http://www.linickx.com/wp/wp-content/themes/linickx_v2/images/nick_sig_bggrey.png" alt="Nick" /> <hr/>Copyright &copy; 2010 <strong><a href="http://www.linickx.com">[LINICKX].com</a></strong>. This Feed is for personal non-commercial use only. Please check my <a href="http://www.linickx.com/?page_id=63">Site Terms and Conditions</a> for full details on copyrights. If you have any concerns with the content of this feed you may <a href="http://www.linickx.com/contact">contact me here</a>.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">WP Copyright Plugin</a></span>]]></content:encoded>
			<wfw:commentRss>http://www.linickx.com/archives/398/windows-key-on-fedora-thank-you-ruben/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fedora HP Compaq nc6320: Overheating CPU</title>
		<link>http://www.linickx.com/archives/393/fedora-hp-compaq-nc6320-overheating-cpu</link>
		<comments>http://www.linickx.com/archives/393/fedora-hp-compaq-nc6320-overheating-cpu#comments</comments>
		<pubDate>Mon, 17 Mar 2008 19:25:41 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[cpu]]></category>

		<guid isPermaLink="false">http://www.linickx.com/archives/393/fedora-hp-compaq-nc6320-overheating-cpu</guid>
		<description><![CDATA[I&#8217;ve been having issues with my laptop overheating recently, in fact ever since loading fedora the cpu has run hot. According to CoreTemp when in windows my CPU idles at 56ºC ( i.e. I&#8217;ve logged into windows opened outlook and walked away) considering my AMD Desktop machine runs at 40ºC with two users logged and [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been having issues with my laptop overheating recently, in fact ever since loading fedora the cpu has run hot. According to <a href="http://www.alcpu.com/CoreTemp/">CoreTemp</a> when in windows my CPU idles at 56ºC ( <em>i.e. I&#8217;ve logged into windows opened outlook and walked away</em>) considering my AMD Desktop machine runs at 40ºC with two users logged and the CPU peaking at 100%, means that my laptop cooks. In Fedora I&#8217;ve found that the CPU actually Idles at around 70ºC which is a joke, it means that the fan is kicking out hot air causing my desk and everything around it to get proper hot &#8211; don&#8217;t leave any chocolate bars near me!</p>
<p>I need to get some colleagues to run coretemp for a while to see if my laptop is broken or if it&#8217;s normal for this model of latop to run hot; in the meantime I thought I&#8217;d post some tips on what I&#8217;ve done to cool my laptop down. I&#8217;ve managed to get Fedora to idle at around 58ºC which is much closer to my windows base-line.</p>
<p><a href="http://carlthompson.net/Software/CPUSpeed">CPUSpeed</a> is a service/daemon which controls what the processor is doing, i.e. if you&#8217;re not running a lot it scales down the processor to run slower and use less power, thus runs cooler. I found that my daemon was actually crashing at boot up&#8230;.</p>
<pre>
#/etc/init.d/cpuspeed status
cpuspeed dead but subsys locked
#
</pre>
<p>The config file for cpuspeed is <code>/etc/sysconfig/cpuspeed</code>, I&#8217;ve changed the govenor from blank (<em>default: auto detect</em>) to <code>GOVERNOR=ondemand</code> which seems to have solved my crashing issue. The second thing I&#8217;ve changed is <code>IGNORE_NICE=1</code> (<em>default: 0</em>) which is now restricting which processes can scale up the CPU. The only performance impact I&#8217;ve seen is that this setting now stops VMWARE from consuming my CPU, and since I&#8217;m a patient man this is no bad thing <img src='http://www.linickx.com/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Whilst comparing my windows temp to my linux one it occurred to me that it wasn&#8217;t entirely fair, in linux I&#8217;ve got compiz graphics enabled, and a load of gnome applets which tell me information about networking, cpu speed, cpu temperature, the weather etc&#8230;. since windows has none of these it&#8217;s fair to say that my linux desktop should run a little hotter&#8230;. so the &#8220;other&#8221; trick I&#8217;ve done to bring the temperature down is to renice the applets to a lower priority&#8230;</p>
<pre>
ps ax | grep "applet" | grep -v grep|cut -c 1-5|xargs sudo renice 1
</pre>
<p>This seems to have done the trick, anything called &#8220;applet&#8221; now runs at nice 1 rather than 0, the net effect is these processes are queued up behind the &#8220;important&#8221; ones rather than continuously scaling up the processor.</p>
<p>I&#8217;m happy with the results so far, the desk is a lot cooler!</p>
<img src="http://www.linickx.com/wp/wp-content/themes/linickx_v2/images/nick_sig_bggrey.png" alt="Nick" /> <hr/>Copyright &copy; 2010 <strong><a href="http://www.linickx.com">[LINICKX].com</a></strong>. This Feed is for personal non-commercial use only. Please check my <a href="http://www.linickx.com/?page_id=63">Site Terms and Conditions</a> for full details on copyrights. If you have any concerns with the content of this feed you may <a href="http://www.linickx.com/contact">contact me here</a>.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">WP Copyright Plugin</a></span>]]></content:encoded>
			<wfw:commentRss>http://www.linickx.com/archives/393/fedora-hp-compaq-nc6320-overheating-cpu/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MediaTomb makes its way into fedora</title>
		<link>http://www.linickx.com/archives/358/mediatomb-makes-its-way-into-fedora</link>
		<comments>http://www.linickx.com/archives/358/mediatomb-makes-its-way-into-fedora#comments</comments>
		<pubDate>Thu, 17 Jan 2008 12:13:25 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[mediatomb]]></category>
		<category><![CDATA[upnp]]></category>

		<guid isPermaLink="false">http://www.linickx.com/archives/358/mediatomb-makes-its-way-into-fedora</guid>
		<description><![CDATA[Looking through the my yum updates for the day I notice that mediatomb is set for an update, is this the version 0.11 with transcoding we&#8217;ve all been waiting for? Sadly no, but it is a fedora build for the default repo &#8211; YAY http://koji.fedoraproject.org/koji/packageinfo?packageID=5527 A big thanks to mwiriadi for this! Copyright &#169; 2010 [...]]]></description>
			<content:encoded><![CDATA[<p>Looking through the my yum updates for the day I notice that mediatomb is set for an update, is this the version 0.11 with transcoding we&#8217;ve all been waiting for? Sadly no, but it is a fedora build for the default repo &#8211; YAY <img src='http://www.linickx.com/wp/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p><a href="http://koji.fedoraproject.org/koji/packageinfo?packageID=5527">http://koji.fedoraproject.org/koji/packageinfo?packageID=5527</a></p>
<p>A big thanks to <a href="http://koji.fedoraproject.org/koji/userinfo?userID=570">mwiriadi</a> for this!</p>
<img src="http://www.linickx.com/wp/wp-content/themes/linickx_v2/images/nick_sig_bggrey.png" alt="Nick" /> <hr/>Copyright &copy; 2010 <strong><a href="http://www.linickx.com">[LINICKX].com</a></strong>. This Feed is for personal non-commercial use only. Please check my <a href="http://www.linickx.com/?page_id=63">Site Terms and Conditions</a> for full details on copyrights. If you have any concerns with the content of this feed you may <a href="http://www.linickx.com/contact">contact me here</a>.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">WP Copyright Plugin</a></span>]]></content:encoded>
			<wfw:commentRss>http://www.linickx.com/archives/358/mediatomb-makes-its-way-into-fedora/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fedora 7 to 8</title>
		<link>http://www.linickx.com/archives/353/fedora-7-to-8</link>
		<comments>http://www.linickx.com/archives/353/fedora-7-to-8#comments</comments>
		<pubDate>Mon, 24 Dec 2007 12:21:26 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.linickx.com/archives/353/fedora-7-to-8</guid>
		<description><![CDATA[As it&#8217;s quiet at work (due to the usual x-mas madness) I decided on Friday to upgrade from Fedora 7 to 8, now this was a bit of a risk for me since I have F7 running perfectly. The fedora release notes advise a clean install over an upgrade, so it&#8217;s important when you do [...]]]></description>
			<content:encoded><![CDATA[<p>As it&#8217;s quiet at work (<em>due to the usual x-mas madness</em>) I decided on Friday to upgrade from Fedora 7 to 8, now this was a bit of a risk for me since I have F7 running perfectly. The <a href="http://docs.fedoraproject.org/release-notes">fedora release notes</a> advise a clean install over an upgrade, so it&#8217;s important when you do this to backup <code>/etc</code> so that you can restore anything you need later.</p>
<p>As with all fedora installs it&#8217;s always two steps forward and one step back, my reasons for upgrading were:</p>
<ul>
<li><a href="http://blogs.gnome.org/sragavan/2007/09/21/evolution-212-released/">Evolution 2.12</a></li>
<li><a href="http://fedoraproject.org/wiki/Tools/NetworkManager">Pam &#038; Network Manager Integration</a> and a <a href="http://fedoraproject.org/wiki/Releases/8/ReleaseSummary#head-072e27c47b8a6dc817e01aee170bbf68ecb03bd6">Network Manager Upgrade</a></li>
<li><a href="http://fedoraproject.org/wiki/Releases/8/ReleaseSummary#head-1912658082f266c4e233e9937f0ba626c53b72e1"> Compiz included</a></li>
</ul>
<p>Unfortunately so far I&#8217;ve had a couple of issues (<em>my steps back</em>),</p>
<ul>
<li><a href="http://forums.fedoraforum.org/showthread.php?t=176090">Network Manager won&#8217;t connect to my Hidden SSID</a></li>
<li><a href="http://forums.fedoraforum.org/showthread.php?t=176074">RHGB doesn&#8217;t seem to work with encrypted drives</a></li>
<li>&#8230; and I haven&#8217;t had a chance to look into why vpnc crashes when I try to configure it !</li>
</ul>
<p>It&#8217;s a shame that <a href="http://beagle-project.org/Main_Page">beagle</a> still doesn&#8217;t index my evolution exchange account other than that all looks good, the wallpaper that changes on the time of day is a neat feature; I recommend the following resources to anyone looking to upgrade or use fedora.</p>
<ul>
<li><a href="http://www.howtoforge.com/installation-guide-fedora8-desktop">Fedora 8 install guide</a> (<em>aka perfect install</em>)</li>
<li><a href="http://www.fedorafaq.org/f8/">Fedora FAQ</a></li>
</ul>
<img src="http://www.linickx.com/wp/wp-content/themes/linickx_v2/images/nick_sig_bggrey.png" alt="Nick" /> <hr/>Copyright &copy; 2010 <strong><a href="http://www.linickx.com">[LINICKX].com</a></strong>. This Feed is for personal non-commercial use only. Please check my <a href="http://www.linickx.com/?page_id=63">Site Terms and Conditions</a> for full details on copyrights. If you have any concerns with the content of this feed you may <a href="http://www.linickx.com/contact">contact me here</a>.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">WP Copyright Plugin</a></span>]]></content:encoded>
			<wfw:commentRss>http://www.linickx.com/archives/353/fedora-7-to-8/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fixing Some Life Irritating Bugs&#8230;.</title>
		<link>http://www.linickx.com/archives/351/fixing-some-life-irritating-bugs</link>
		<comments>http://www.linickx.com/archives/351/fixing-some-life-irritating-bugs#comments</comments>
		<pubDate>Mon, 17 Dec 2007 13:43:28 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[bugfixes]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[mp3]]></category>

		<guid isPermaLink="false">http://www.linickx.com/archives/351/fixing-some-life-irritating-bugs</guid>
		<description><![CDATA[As Christmas draws closer, time becomes more of a premium, as a result blog activity suffers&#8230; I&#8217;ve thought about using twitter for my blog category, in the mean-time I&#8217;m using it with googletalk &#038; facebook, so we&#8217;ll see if that develops. I&#8217;ve had a chance to fix some annoying bugs with my laptop/life, and thought [...]]]></description>
			<content:encoded><![CDATA[<p>As Christmas draws closer, time becomes more of a premium, as a result blog activity suffers&#8230; I&#8217;ve thought about using <a href="http://twitter.com">twitter</a> for my blog category, in the mean-time I&#8217;m using it with <a href="http://www.imod.co.za/2007/10/01/update-facebook-status-via-google-talk/">googletalk &#038; facebook</a>, so we&#8217;ll see if that develops.</p>
<p>I&#8217;ve had a chance to fix some annoying bugs with my laptop/life, and thought I&#8217;d share them here, they&#8217;ll pop-up in delicious when I get a chance to go thought my shared list, but until then here are some links&#8230;.</p>
<p>Fedora: <a href="http://www.redhat.com/archives/rhl-list/2007-March/msg03614.html">Java Clobbers/Breaks File Associations in Gnome/Nautilus</a><br />
Gmail: <a href="http://blog.jameswiltshire.com/post/18458390">Can&#8217;t enable IMAP, because it&#8217;s not available in UK English.</a><br />
WMA to MP3: <a href="http://www.linuxquestions.org/linux/answers/Applications_GUI_Multimedia/Convert_WMA_to_MP3">Converted some old tracks I found in a backup</a>.<br />
Gnome: <a href="http://linuxfud.wordpress.com/2006/11/27/how-to-change-the-color-of-your-tooltips/">Changed the colour of tooltips</a> as doing it in the theme file <a href="http://blogs.gnome.org/brunobol/2007/11/26/making-a-black-gnome/#comment-136">didn&#8217;t work</a><br />
Eye <a href="http://www.candydirect.com/">Candy</a>: Fixed my <a href="http://sensors-applet.sourceforge.net/">CPU Temp Gauge</a> (by typing sensors-detect, and following the instructions!) </p>
<p>Enjoy!</p>
<img src="http://www.linickx.com/wp/wp-content/themes/linickx_v2/images/nick_sig_bggrey.png" alt="Nick" /> <hr/>Copyright &copy; 2010 <strong><a href="http://www.linickx.com">[LINICKX].com</a></strong>. This Feed is for personal non-commercial use only. Please check my <a href="http://www.linickx.com/?page_id=63">Site Terms and Conditions</a> for full details on copyrights. If you have any concerns with the content of this feed you may <a href="http://www.linickx.com/contact">contact me here</a>.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">WP Copyright Plugin</a></span>]]></content:encoded>
			<wfw:commentRss>http://www.linickx.com/archives/351/fixing-some-life-irritating-bugs/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Fedora 7: Theming the Gnome Screensaver Lock Dialogue</title>
		<link>http://www.linickx.com/archives/344/fedora-7-theming-the-gnome-screensaver-lock-dialogue</link>
		<comments>http://www.linickx.com/archives/344/fedora-7-theming-the-gnome-screensaver-lock-dialogue#comments</comments>
		<pubDate>Mon, 22 Oct 2007 09:29:41 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[art]]></category>
		<category><![CDATA[gnome]]></category>

		<guid isPermaLink="false">http://www.linickx.com/archives/344/fedora-7-theming-the-gnome-screensaver-lock-dialogue</guid>
		<description><![CDATA[I stumbled across this the other day, I&#8217;ve no idea why the fedora team would go to the effort of making a really nice theme for the lock dialogue for gnome screen saver then leave it &#8220;disabled by default&#8221;. After a quick google I found the ubuntu guys have been up to something similar, so [...]]]></description>
			<content:encoded><![CDATA[<div style="float:right"><a href='http://www.linickx.com/files/2008/05/locked.png' rel="lightbox[344]"><img src="http://www.linickx.com/files/2008/05/locked-150x150.png" alt="Fedora 7 Flying High Locked Theme" title="Fedora Locked" width="150" height="150" class="alignnone size-thumbnail wp-image-421" /></a></div>
<p>I stumbled <a href="http://fedoraproject.org/wiki/Artwork/ThemingOverview#head-2414bc3393d60e74e98f1d2e003787fbb4baf701">across this</a> the other day, I&#8217;ve no idea why the fedora team would go to the effort of making a really nice theme for the lock dialogue for gnome screen saver then leave it &#8220;disabled by default&#8221;. After a quick google I found the ubuntu guys have been up to<a href="http://ubuntu-tutorials.com/2007/09/22/ubuntu-human-gnome-screensaver-lock-dialog-theme/"> something similar</a>, so here a quick how to enable the fedora art work on the gnome-screensaver lock screen.</p>
<p>To enable paste this into a terminal (<em><u>NOT</u> root, as your normal user</em>).<br />
<code><br />
gconftool-2 -s --type=string /apps/gnome-screensaver/lock_dialog_theme system<br />
</code></p>
<p>To switch it back:<br />
<code><br />
gconftool-2 -s --type=string /apps/gnome-screensaver/lock_dialog_theme default<br />
</code></p>
<p>The only &#8220;downer&#8221; is that your avatar isn&#8217;t shown, but for my work laptop I prefer this theme, much cooler fedora advocate when I&#8217;m not at my desk <img src='http://www.linickx.com/wp/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<img src="http://www.linickx.com/wp/wp-content/themes/linickx_v2/images/nick_sig_bggrey.png" alt="Nick" /> <hr/>Copyright &copy; 2010 <strong><a href="http://www.linickx.com">[LINICKX].com</a></strong>. This Feed is for personal non-commercial use only. Please check my <a href="http://www.linickx.com/?page_id=63">Site Terms and Conditions</a> for full details on copyrights. If you have any concerns with the content of this feed you may <a href="http://www.linickx.com/contact">contact me here</a>.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">WP Copyright Plugin</a></span>]]></content:encoded>
			<wfw:commentRss>http://www.linickx.com/archives/344/fedora-7-theming-the-gnome-screensaver-lock-dialogue/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Security updates only for Fedora 7 / RHEL &amp; Centos 5</title>
		<link>http://www.linickx.com/archives/311/security-updates-only-for-fedora-7-rhel-centos-5</link>
		<comments>http://www.linickx.com/archives/311/security-updates-only-for-fedora-7-rhel-centos-5#comments</comments>
		<pubDate>Mon, 24 Sep 2007 15:32:06 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[redhat]]></category>

		<guid isPermaLink="false">http://www.linickx.com/blog/archives/311/security-updates-only-for-fedora-7-rhel-centos-5/</guid>
		<description><![CDATA[I found this on redhat.com the other day&#8230;. It is now possible to limit yum to install security updates only. To do so, simply install the yum-security plugin and run the following command: yum update &#8211;security Hopefully this will allow fedora users to have the option of running a &#8220;stable&#8221; install Copyright &#169; 2010 [LINICKX].com. [...]]]></description>
			<content:encoded><![CDATA[<p>I found this on <a href="http://www.redhat.com/docs/manuals/enterprise/RHEL-5-manual/release-notes/RELEASE-NOTES-U1-ppc-en.html">redhat.com </a>the other day&#8230;.</p>
<blockquote><p> It is now possible to limit yum to install security updates only. To do so, simply install the yum-security plugin and run the following command:</p>
<p>yum update &#8211;security</p></blockquote>
<p>Hopefully this will allow fedora users to have the option of running a &#8220;stable&#8221; install <img src='http://www.linickx.com/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<img src="http://www.linickx.com/wp/wp-content/themes/linickx_v2/images/nick_sig_bggrey.png" alt="Nick" /> <hr/>Copyright &copy; 2010 <strong><a href="http://www.linickx.com">[LINICKX].com</a></strong>. This Feed is for personal non-commercial use only. Please check my <a href="http://www.linickx.com/?page_id=63">Site Terms and Conditions</a> for full details on copyrights. If you have any concerns with the content of this feed you may <a href="http://www.linickx.com/contact">contact me here</a>.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">WP Copyright Plugin</a></span>]]></content:encoded>
			<wfw:commentRss>http://www.linickx.com/archives/311/security-updates-only-for-fedora-7-rhel-centos-5/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>USB Networking with Fedora 7 &amp; n800</title>
		<link>http://www.linickx.com/archives/315/usb-networking-with-fedora-7-n800</link>
		<comments>http://www.linickx.com/archives/315/usb-networking-with-fedora-7-n800#comments</comments>
		<pubDate>Fri, 14 Sep 2007 18:14:56 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[n800]]></category>
		<category><![CDATA[770]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[maemo]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[Nokia]]></category>
		<category><![CDATA[redhat]]></category>
		<category><![CDATA[usb]]></category>

		<guid isPermaLink="false">http://www.linickx.com/blog/archives/315/usb-networking-with-fedora-7-n800/</guid>
		<description><![CDATA[There are times where you cannot use WiFi, for example my workplace&#8217;s WLAN uses LEAP, which maemo doesn&#8217;t support. I found that setting up USB networking on my n800 was a bit of a pain since there isn&#8217;t a single document&#8230; if you check my del.icio.us feed you&#8217;ll see I bookmarked all I could find [...]]]></description>
			<content:encoded><![CDATA[<p>There are times where you cannot use WiFi, for example my workplace&#8217;s WLAN uses LEAP, which maemo doesn&#8217;t support. I found that setting up USB networking on my n800 was a bit of a pain since there isn&#8217;t a single document&#8230; if you check <a href="http://del.icio.us/linickx">my del.icio.us feed</a> you&#8217;ll see I bookmarked all I could find with a <a href="http://del.icio.us/linickx/usbnet">usbnet</a> tag.</p>
<p>These are the steps I ran through to enable usb networking between my nokia n800 and my fedora 7 laptop.</p>
<p>First we&#8217;ll start with the basic setup&#8230; I&#8217;ll assume you&#8217;ve read a getting started article similar to <a href="http://www.linickx.com/blog/archives/292/n800-getting-started-n00b-guide-part-one/">mine</a> and already have root &amp; xterm. By default n800 has a usb interface configured, you just need to enable it, so on your n800 type:<br />
<code><br />
sudo gainroot<br />
insmod /mnt/initfs/lib/modules/2.6.18-omap1/g_ether.ko<br />
ifup usb0<br />
</code><br />
The default settings add an interface with a static ip of 192.168.2.15/24 with a default gateway of 192.168.2.14.</p>
<p>Now lets set up something similar on Fedora, you need to create a file in <code>/etc/sysconfig/network-scripts</code> called <code>ifcfg-usb0</code> with the following&#8230;<br />
<code><br />
DEVICE=usb0<br />
BOOTPROTO=static<br />
IPADDR=192.168.2.14<br />
BROADCAST=192.168.2.255<br />
NETMASK=255.255.255.0<br />
NETWORK=192.168.2.0<br />
ONBOOT=no<br />
MII_NOT_SUPPORTED=no<br />
</code><br />
Now plug the usb cable into both devices, and on your fedora box (<em>as root</em>) type<br />
<code><br />
ifup usb0<br />
</code><br />
You now have connectivity, of course if you have a default fedora install pinging 192.168.2.15 will fail because of the firewall, it is probably best to temporarily disable the firewall (<code>/etc/init.d/iptables stop</code>) to see if it works, if so move onto configuring your firewall correctly (<code>/etc/init.d/iptables start</code> <em>starts it again</em>) <img src='http://www.linickx.com/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  You may also get usb conflicts, you can try <code></code></p>
<p><code>rmmod uhci_hcd</code></p>
<p>but it will disable any USB devices, you have been warned.</p>
<p>With this basic connectivity setup you&#8217;ll have two issues; you only have connectivity between fedora &amp; n800 nothing else works, and opening any application on n800 causes it to try and connect to your wifi, so lets look at those&#8230;.</p>
<p>I&#8217;m going to assume you used system-config-securitylevel to configure your firewall, its worth noting that any changes you make now will be overwritten by any future use of system-config-securitylevel  so it&#8217;s probably best to take a backup of <code>/etc/sysconfig/ipatbles</code> now and later when you&#8217;re finished.</p>
<p>So as root type:<br />
<code><br />
iptables -I RH-Firewall-1-INPUT 2 -i usb -j ACCEPT<br />
iptables -I FORWARD 1 -m state --state RELATED,ESTABLISHED -j ACCEPT<br />
iptables -I FORWARD 1 -s 192.168.2.0/24 -j ACCEPT<br />
iptables --table nat --append POSTROUTING --out-interface eth0 -s 192.168.2.0/24 -j MASQUERADE<br />
/etc/init.d/iptables save<br />
</code><br />
This will allow all connectivity in from the usb interface allowing the n800 to send packets into the fedora box whilst the firewall is running, it will also NAT any traffic from the usb network hiding the n800 behind fedora so that you get onward connectivity. To get the NAT to work you need to enable ip forwarding, this allows fedora to pass pakets between interfaces, to do that type <code></code></p>
<p><code>echo 1 &gt; /proc/sys/net/ipv4/ip_forward</code></p>
<p>and to get it to survive a reboot update <code>/etc/sysctl.conf</code> with <code></code></p>
<p><code>net.ipv4.ip_forward = 1</code></p>
<p>The final part is to enable name resolution (DNS), on n800, I updated <code>/etc/resolv.conf</code> with the <a href="http://www.opendns.com/">opendns</a> servers&#8230;<br />
<code><br />
nameserver 208.67.222.222<br />
nameserver 208.67.220.220<br />
</code><br />
All things being equal you should now be able to ping www.google.com from your n800 <img src='http://www.linickx.com/wp/wp-includes/images/smilies/icon_cool.gif' alt=':cool:' class='wp-smiley' /> </p>
<p>To get applications to connect, I found on the latest version of ITOS that the <a href="http://maemo.org/community/wiki/dummyiap/">DUMMY IAP</a> didn&#8217;t work, so I stumbled across <a href="http://www.internettablettalk.com/forums/showpost.php?p=52174&amp;postcount=5">this solution</a>.</p>
<p>Create an &#8220;ad hoc&#8221; wifi connection with static IPs&#8230; anything it doesn&#8217;t matter, and when that&#8217;s connected in xterm (<em>as root</em>) type <code>ifconfig wlan0 down</code> , you should now be able to connect to the web with your browser / skype etc over your usb network&#8230; sweet!</p>
<img src="http://www.linickx.com/wp/wp-content/themes/linickx_v2/images/nick_sig_bggrey.png" alt="Nick" /> <hr/>Copyright &copy; 2010 <strong><a href="http://www.linickx.com">[LINICKX].com</a></strong>. This Feed is for personal non-commercial use only. Please check my <a href="http://www.linickx.com/?page_id=63">Site Terms and Conditions</a> for full details on copyrights. If you have any concerns with the content of this feed you may <a href="http://www.linickx.com/contact">contact me here</a>.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">WP Copyright Plugin</a></span>]]></content:encoded>
			<wfw:commentRss>http://www.linickx.com/archives/315/usb-networking-with-fedora-7-n800/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Weather Wallpaper rpm for Fedora 7</title>
		<link>http://www.linickx.com/archives/310/weather-wallpaper-rpm-for-fedora-7</link>
		<comments>http://www.linickx.com/archives/310/weather-wallpaper-rpm-for-fedora-7#comments</comments>
		<pubDate>Wed, 29 Aug 2007 14:51:46 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[rpms]]></category>
		<category><![CDATA[cool]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[rpm]]></category>
		<category><![CDATA[weather wallpaper]]></category>

		<guid isPermaLink="false">http://www.linickx.com/blog/archives/310/weather-wallpaper-rpm-for-fedora-7/</guid>
		<description><![CDATA[It&#8217;s not often I blog twice in a day, but after seeing this post I just had to see if I could build a rpm for fedora 7. I&#8217;ve updated my repo for fedora 7, so.. yum install weather-wallpaper should do the trick Edit: Hidden yum transation behind more tag. [nick@localhost SPECS]$ sudo yum install [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s not often I blog twice in a day, but after seeing <a href="http://www.ogmaciel.com/?p=389">this post</a> I just had to see if I could build a rpm for fedora 7.</p>
<p>I&#8217;ve updated <a href="http://www.linickx.com/files/rpm/linickx-fedora.repo">my repo</a> for fedora 7,  so.. yum install  weather-wallpaper should do the trick <img src='http://www.linickx.com/wp/wp-includes/images/smilies/icon_cool.gif' alt=':cool:' class='wp-smiley' /> </p>
<p><em>Edit: Hidden yum transation behind more tag.</em></p>
<p><span id="more-310"></span></p>
<p><code><br />
[nick@localhost SPECS]$ sudo yum install weather-wallpaper<br />
Setting up Install Process<br />
Parsing package install arguments<br />
livna                     100% |=========================| 2.1 kB    00:00<br />
LINICKX                   100% |=========================|  951 B    00:00<br />
primary.xml.gz            100% |=========================| 1.4 kB    00:00<br />
LINICKX   : ################################################## 2/2<br />
fedora                    100% |=========================| 2.1 kB    00:00<br />
adobe-linux-i386          100% |=========================|  951 B    00:00<br />
updates                   100% |=========================| 1.9 kB    00:00<br />
Resolving Dependencies<br />
--&gt; Running transaction check<br />
---&gt; Package weather-wallpaper.i386 0:0.1.0-1 set to be updated<br />
--&gt; Processing Dependency: python-pymetar for package: weather-wallpaper<br />
--&gt; Restarting Dependency Resolution with new changes.<br />
--&gt; Running transaction check<br />
---&gt; Package weather-wallpaper.i386 0:0.1.0-1 set to be updated<br />
---&gt; Package python-pymetar.i386 0:0.12-1 set to be updated</code></p>
<p>Dependencies Resolved</p>
<p>=================================<br />
Package                 Arch       Version          Repository        Size<br />
=================================<br />
Installing:<br />
weather-wallpaper       i386       0.1.0-1          LINICKX           122 k<br />
Installing for dependencies:<br />
python-pymetar          i386       0.12-1           LINICKX            37 k</p>
<p>Transaction Summary<br />
=================================<br />
Install      2 Package(s)<br />
Update       0 Package(s)<br />
Remove       0 Package(s)</p>
<p>Total download size: 159 k<br />
Is this ok [y/N]: y<br />
Downloading Packages:<br />
(1/2): python-pymetar-0.1 100% |=========================|  37 kB    00:00<br />
(2/2): weather-wallpaper- 100% |=========================| 122 kB    00:00<br />
Running rpm_check_debug<br />
&#8211;&gt; Populating transaction set with selected packages. Please wait.<br />
&#8212;&gt; Package weather-wallpaper.i386 0:0.1.0-1 set to be updated<br />
&#8212;&gt; Package python-pymetar.i386 0:0.12-1 set to be updated<br />
Running Transaction Test<br />
Finished Transaction Test<br />
Transaction Test Succeeded<br />
Running Transaction<br />
Installing: python-pymetar               ######################### [1/2]<br />
Installing: weather-wallpaper            ######################### [2/2]</p>
<p>Installed: weather-wallpaper.i386 0:0.1.0-1<br />
Dependency Installed: python-pymetar.i386 0:0.12-1<br />
Complete!</p>
<img src="http://www.linickx.com/wp/wp-content/themes/linickx_v2/images/nick_sig_bggrey.png" alt="Nick" /> <hr/>Copyright &copy; 2010 <strong><a href="http://www.linickx.com">[LINICKX].com</a></strong>. This Feed is for personal non-commercial use only. Please check my <a href="http://www.linickx.com/?page_id=63">Site Terms and Conditions</a> for full details on copyrights. If you have any concerns with the content of this feed you may <a href="http://www.linickx.com/contact">contact me here</a>.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">WP Copyright Plugin</a></span>]]></content:encoded>
			<wfw:commentRss>http://www.linickx.com/archives/310/weather-wallpaper-rpm-for-fedora-7/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
