<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for A simple matter of...</title>
	<atom:link href="http://www.smop.co.uk/blog/index.php/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.smop.co.uk/blog</link>
	<description>Programming?</description>
	<lastBuildDate>Thu, 12 Apr 2012 03:52:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>Comment on tail -f and awk by shenni</title>
		<link>http://www.smop.co.uk/blog/index.php/2006/06/26/tail-f-and-awk/#comment-35600</link>
		<dc:creator>shenni</dc:creator>
		<pubDate>Thu, 12 Apr 2012 03:52:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.smop.co.uk/blog/index.php/2006/06/26/tail-f-and-awk/#comment-35600</guid>
		<description>Thanks a lot!

I was having the problem you described.</description>
		<content:encoded><![CDATA[<p>Thanks a lot!</p>
<p>I was having the problem you described.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on tail -f and awk by Jimmetry</title>
		<link>http://www.smop.co.uk/blog/index.php/2006/06/26/tail-f-and-awk/#comment-30337</link>
		<dc:creator>Jimmetry</dc:creator>
		<pubDate>Fri, 11 Nov 2011 01:47:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.smop.co.uk/blog/index.php/2006/06/26/tail-f-and-awk/#comment-30337</guid>
		<description>I had this working from the terminal but not from PHP&#039;s shell_exec() and I couldn&#039;t work out why. Thanks heaps. I&#039;ve been stuck on this problem for way longer than I&#039;d like to admit...</description>
		<content:encoded><![CDATA[<p>I had this working from the terminal but not from PHP&#8217;s shell_exec() and I couldn&#8217;t work out why. Thanks heaps. I&#8217;ve been stuck on this problem for way longer than I&#8217;d like to admit&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Firefox 3 &#8211; security madness by Gael</title>
		<link>http://www.smop.co.uk/blog/index.php/2008/03/25/firefox-3-security-madness/#comment-29443</link>
		<dc:creator>Gael</dc:creator>
		<pubDate>Mon, 26 Sep 2011 12:45:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.smop.co.uk/blog/index.php/2008/03/25/firefox-3-security-madness/#comment-29443</guid>
		<description>I work with FF5.0 and the issue still exist.
Thanks to Lance who give me the solution to my problem &quot;how enable the &quot;Permanently store this exception&quot; checkbox ?
I wish FF alert the incompatibility between Privacy Mode Navigation and Permanently exception storage. It will save a lot of time.
Should it possible to add a fonctionality of &quot;exception storage&quot; independant of &quot;navigation storage&quot; ?</description>
		<content:encoded><![CDATA[<p>I work with FF5.0 and the issue still exist.<br />
Thanks to Lance who give me the solution to my problem &#8220;how enable the &#8220;Permanently store this exception&#8221; checkbox ?<br />
I wish FF alert the incompatibility between Privacy Mode Navigation and Permanently exception storage. It will save a lot of time.<br />
Should it possible to add a fonctionality of &#8220;exception storage&#8221; independant of &#8220;navigation storage&#8221; ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on udev rules for Logitech G7 mouse by Adrian Bridgett</title>
		<link>http://www.smop.co.uk/blog/index.php/2010/02/15/udev-rules-for-logitech-g7-mouse/#comment-27834</link>
		<dc:creator>Adrian Bridgett</dc:creator>
		<pubDate>Sun, 07 Aug 2011 13:45:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.smop.co.uk/blog/?p=335#comment-27834</guid>
		<description>Well this has been broken for quite some time.  I&#039;ve finally sat down and pieced together the magic foo required to fix it now.  You appear to be able to remove the udev rules (and hal has gone these days).  

In /etc/X11/xorg.conf:


Section &quot;InputClass&quot;
  Identifier    &quot;evdev mouse&quot;
  MatchProduct &quot;Logitech USB Receiver&quot;
  MatchIsPointer &quot;true&quot;
  Option       &quot;ButtonMapping&quot;          &quot;1 8 3 4 5 6 7 2&quot;
EndSection</description>
		<content:encoded><![CDATA[<p>Well this has been broken for quite some time.  I&#8217;ve finally sat down and pieced together the magic foo required to fix it now.  You appear to be able to remove the udev rules (and hal has gone these days).  </p>
<p>In /etc/X11/xorg.conf:</p>
<p>Section &#8220;InputClass&#8221;<br />
  Identifier    &#8220;evdev mouse&#8221;<br />
  MatchProduct &#8220;Logitech USB Receiver&#8221;<br />
  MatchIsPointer &#8220;true&#8221;<br />
  Option       &#8220;ButtonMapping&#8221;          &#8220;1 8 3 4 5 6 7 2&#8243;<br />
EndSection</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Skype D-bus notification by Phil</title>
		<link>http://www.smop.co.uk/blog/index.php/2007/11/14/skype-d-bus-notification/#comment-27427</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Wed, 27 Jul 2011 18:09:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.smop.co.uk/blog/index.php/2007/11/14/skype-d-bus-notification/#comment-27427</guid>
		<description>I took this script and polished it a little further: https://github.com/technomancy/dotfiles/blob/master/bin/skyyy</description>
		<content:encoded><![CDATA[<p>I took this script and polished it a little further: <a href="https://github.com/technomancy/dotfiles/blob/master/bin/skyyy" rel="nofollow">https://github.com/technomancy/dotfiles/blob/master/bin/skyyy</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Firefox 3 &#8211; security madness by nzUser</title>
		<link>http://www.smop.co.uk/blog/index.php/2008/03/25/firefox-3-security-madness/#comment-25992</link>
		<dc:creator>nzUser</dc:creator>
		<pubDate>Thu, 23 Jun 2011 23:41:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.smop.co.uk/blog/index.php/2008/03/25/firefox-3-security-madness/#comment-25992</guid>
		<description>3+ years on and still getting comments.
I didn&#039;t read all the way to the privacy thing so added it manually per original post.
7th link in search &quot;firefox confirm security exception grayed out&quot;
I wonder if this has been resolved in FF5 , [rolleyes]</description>
		<content:encoded><![CDATA[<p>3+ years on and still getting comments.<br />
I didn&#8217;t read all the way to the privacy thing so added it manually per original post.<br />
7th link in search &#8220;firefox confirm security exception grayed out&#8221;<br />
I wonder if this has been resolved in FF5 , [rolleyes]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Puppet compatibility &#8211; or lack of by shihan</title>
		<link>http://www.smop.co.uk/blog/index.php/2010/01/18/puppet-compatibility-or-lack-of/#comment-25575</link>
		<dc:creator>shihan</dc:creator>
		<pubDate>Fri, 10 Jun 2011 10:16:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.smop.co.uk/blog/?p=332#comment-25575</guid>
		<description>I hate these guys for not staying compatible between different versions! Every time you update a server (debian, ubuntu) you have to upgrade or downgrade puppet - most of the time manually or by using backports. Annoying and time consuming. I thought their tool should save time!</description>
		<content:encoded><![CDATA[<p>I hate these guys for not staying compatible between different versions! Every time you update a server (debian, ubuntu) you have to upgrade or downgrade puppet &#8211; most of the time manually or by using backports. Annoying and time consuming. I thought their tool should save time!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on grub &#8211; Error 28: Selected item cannot fit into memory by Julio César</title>
		<link>http://www.smop.co.uk/blog/index.php/2009/01/04/grub-error-28-selected-item-cannot-fit-into-memory/#comment-24485</link>
		<dc:creator>Julio César</dc:creator>
		<pubDate>Tue, 03 May 2011 08:45:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.smop.co.uk/blog/?p=277#comment-24485</guid>
		<description>Thanks for the precompiled memtest86+ link. 

It works great via PXE. 

Julio César.</description>
		<content:encoded><![CDATA[<p>Thanks for the precompiled memtest86+ link. </p>
<p>It works great via PXE. </p>
<p>Julio César.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Firefox 3 &#8211; security madness by Lance</title>
		<link>http://www.smop.co.uk/blog/index.php/2008/03/25/firefox-3-security-madness/#comment-23473</link>
		<dc:creator>Lance</dc:creator>
		<pubDate>Wed, 16 Mar 2011 19:06:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.smop.co.uk/blog/index.php/2008/03/25/firefox-3-security-madness/#comment-23473</guid>
		<description>The &quot;Permanently store this exception&quot; checkbox seems to be grayed out whenever the browser is operating in private browsing mode.

In my case the menu option for turning off private browsing was also disabled.  I fixed this by going to Tools -&gt; Options -&gt; Privacy and setting history to &quot;Remember history&quot;, after which the &quot;permanently store exception&quot; checkbox also was enabled.

Pshew, I hated to consider switching browsers. ;)</description>
		<content:encoded><![CDATA[<p>The &#8220;Permanently store this exception&#8221; checkbox seems to be grayed out whenever the browser is operating in private browsing mode.</p>
<p>In my case the menu option for turning off private browsing was also disabled.  I fixed this by going to Tools -&gt; Options -&gt; Privacy and setting history to &#8220;Remember history&#8221;, after which the &#8220;permanently store exception&#8221; checkbox also was enabled.</p>
<p>Pshew, I hated to consider switching browsers. <img src='http://www.smop.co.uk/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Firefox 3 &#8211; security madness by DJ</title>
		<link>http://www.smop.co.uk/blog/index.php/2008/03/25/firefox-3-security-madness/#comment-21647</link>
		<dc:creator>DJ</dc:creator>
		<pubDate>Tue, 25 Jan 2011 05:04:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.smop.co.uk/blog/index.php/2008/03/25/firefox-3-security-madness/#comment-21647</guid>
		<description>I also have Firefox on Windows 7 and the option to permanently store an exception is greyed out. It is not acceptable to go through a four step process every time I go to an internal company site, so I will have to switch browsers too. Too bad, I liked Firefox until this happened.</description>
		<content:encoded><![CDATA[<p>I also have Firefox on Windows 7 and the option to permanently store an exception is greyed out. It is not acceptable to go through a four step process every time I go to an internal company site, so I will have to switch browsers too. Too bad, I liked Firefox until this happened.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
