<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
	>
<channel>
	<title>Comments for G-Loaded Journal</title>
	<atom:link href="http://www.g-loaded.eu/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.g-loaded.eu</link>
	<description>An open-source software and technology related journal</description>
	<lastBuildDate>Sun, 28 Apr 2013 22:13:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on How to Disable IPv6 in Fedora and CentOS by Rodrigo</title>
		<link>http://www.g-loaded.eu/2008/05/12/how-to-disable-ipv6-in-fedora-and-centos/#comment-19439</link>
		<dc:creator>Rodrigo</dc:creator>
		<pubDate>Sun, 28 Apr 2013 22:13:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/?p=477#comment-19439</guid>
		<description><![CDATA[as root :

#sysctl net.ipv6.conf.all.disable_ipv6=1

check with ifconfig command.

You can make it persistent by editing sysctl.conf]]></description>
		<content:encoded><![CDATA[<p>as root :</p>
<p>#sysctl net.ipv6.conf.all.disable_ipv6=1</p>
<p>check with ifconfig command.</p>
<p>You can make it persistent by editing sysctl.conf</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Permanently remove deleted posts and topics in bbPress by Pothi Kalimuthu</title>
		<link>http://www.g-loaded.eu/2010/04/07/permanently-delete-posts-topics-bbpress/#comment-19438</link>
		<dc:creator>Pothi Kalimuthu</dc:creator>
		<pubDate>Tue, 16 Apr 2013 10:52:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/?p=1686#comment-19438</guid>
		<description><![CDATA[Used it on bbPress 1.x. Wanted to remove deleted posts and topics, before migrating to the latest version. Worked without any issues. Thanks for sharing!]]></description>
		<content:encoded><![CDATA[<p>Used it on bbPress 1.x. Wanted to remove deleted posts and topics, before migrating to the latest version. Worked without any issues. Thanks for sharing!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Error when using old run/bin installers under Linux by Tonda</title>
		<link>http://www.g-loaded.eu/2007/02/25/error-when-using-old-runbin-installers-under-linux/#comment-19437</link>
		<dc:creator>Tonda</dc:creator>
		<pubDate>Wed, 03 Apr 2013 07:29:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/2007/02/25/error-when-using-old-runbin-installers-under-linux/#comment-19437</guid>
		<description><![CDATA[I have probably the same problem (extraction failed) but this didn&#039;t help help.]]></description>
		<content:encoded><![CDATA[<p>I have probably the same problem (extraction failed) but this didn&#8217;t help help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Be your own Certificate Authority (CA) by Daniel</title>
		<link>http://www.g-loaded.eu/2005/11/10/be-your-own-ca/#comment-19436</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Mon, 11 Mar 2013 19:18:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/2005/11/10/be-your-own-ca/#comment-19436</guid>
		<description><![CDATA[Hello, this certificates are created with RSA, if I want to use ECDSA how can it be done? What are the changes?

Thanks
Best Regards]]></description>
		<content:encoded><![CDATA[<p>Hello, this certificates are created with RSA, if I want to use ECDSA how can it be done? What are the changes?</p>
<p>Thanks<br />
Best Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Auto-closing SSH tunnels by Sarah</title>
		<link>http://www.g-loaded.eu/2006/11/24/auto-closing-ssh-tunnels/#comment-19434</link>
		<dc:creator>Sarah</dc:creator>
		<pubDate>Fri, 08 Mar 2013 01:16:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/2006/11/24/auto-closing-ssh-tunnels/#comment-19434</guid>
		<description><![CDATA[In your example:
[me@local]$ ssh -f -N -L 25901:127.0.0.1:5901 me@remote.example.org; \
              vncviewer 127.0.0.1:25901:1
The local port is the same as the port that is used in for vncviewer.

You explain that this is because:
&quot;In order to connect to the remote VNC service through that tunnel, it is required to keep the connection to the ssh server open and, from another local terminal, connect to the local port 25901 with the vnc client.&quot;

I don&#039;t understand why this is; could you please explain further?

Say I want to send from machine A to machine C.
C is running a service on port &quot;server-port&quot; (which is any available TCP port).
The tunnel goes through machine B, which happens to be machine C, with port &quot;middle-port&quot; (again any available TCP port).

Why does A have to send from the &quot;server-port&quot;?  Why can&#039;t A send from any available TCP port?  Wouldn&#039;t it get forwarded along anyways?  I&#039;ve tried running this command where A&#039;s local port is different than C&#039;s &quot;server-port&quot;, and the data is forwarded, but I don&#039;t know how to test if it is being tunneled with ssh correctly.

This explanation was REALLY helpful.  Thanks for taking the time to do it!]]></description>
		<content:encoded><![CDATA[<p>In your example:<br />
[me@local]$ ssh -f -N -L 25901:127.0.0.1:5901 <a href="mailto:me@remote.example.org">me@remote.example.org</a>; \<br />
              vncviewer 127.0.0.1:25901:1<br />
The local port is the same as the port that is used in for vncviewer.</p>
<p>You explain that this is because:<br />
&#8220;In order to connect to the remote VNC service through that tunnel, it is required to keep the connection to the ssh server open and, from another local terminal, connect to the local port 25901 with the vnc client.&#8221;</p>
<p>I don&#8217;t understand why this is; could you please explain further?</p>
<p>Say I want to send from machine A to machine C.<br />
C is running a service on port &#8220;server-port&#8221; (which is any available TCP port).<br />
The tunnel goes through machine B, which happens to be machine C, with port &#8220;middle-port&#8221; (again any available TCP port).</p>
<p>Why does A have to send from the &#8220;server-port&#8221;?  Why can&#8217;t A send from any available TCP port?  Wouldn&#8217;t it get forwarded along anyways?  I&#8217;ve tried running this command where A&#8217;s local port is different than C&#8217;s &#8220;server-port&#8221;, and the data is forwarded, but I don&#8217;t know how to test if it is being tunneled with ssh correctly.</p>
<p>This explanation was REALLY helpful.  Thanks for taking the time to do it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to change the expiration date of a GPG key by Ryan</title>
		<link>http://www.g-loaded.eu/2010/11/01/change-expiration-date-gpg-key/#comment-19433</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Wed, 27 Feb 2013 16:00:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/?p=2035#comment-19433</guid>
		<description><![CDATA[Thanks for this post George.  I&#039;m just getting back into encryption and realized, after generating a new key, that I hadn&#039;t slapped on an expiration date nor, perhaps even worse, had any idea what was best practice (even though it&#039;s kind of common sense to put an expiration date on something).

The tutorial is great and clearly outlines the steps needed to update a key.  So, thanks again for putting this on the web.]]></description>
		<content:encoded><![CDATA[<p>Thanks for this post George.  I&#8217;m just getting back into encryption and realized, after generating a new key, that I hadn&#8217;t slapped on an expiration date nor, perhaps even worse, had any idea what was best practice (even though it&#8217;s kind of common sense to put an expiration date on something).</p>
<p>The tutorial is great and clearly outlines the steps needed to update a key.  So, thanks again for putting this on the web.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Use mod_deflate to Compress Web Content delivered by Apache by sf thurber</title>
		<link>http://www.g-loaded.eu/2008/05/10/use-mod_deflate-to-compress-web-content-delivered-by-apache/#comment-19431</link>
		<dc:creator>sf thurber</dc:creator>
		<pubDate>Tue, 26 Feb 2013 22:45:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/?p=492#comment-19431</guid>
		<description><![CDATA[try this:



ie, not:  mod_deflate.c 

---------
Hi All,

I am having the same issue as Sandeep and Murali above. I have setup http compression on my apache configuration file as outlined in this journal but this does not produce the expected output.

Any insights would be appreciated.]]></description>
		<content:encoded><![CDATA[<p>try this:</p>
<p>ie, not:  mod_deflate.c </p>
<p>&#8212;&#8212;&#8212;<br />
Hi All,</p>
<p>I am having the same issue as Sandeep and Murali above. I have setup http compression on my apache configuration file as outlined in this journal but this does not produce the expected output.</p>
<p>Any insights would be appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Break-Out-Of-Frames WordPress Plugin by George Notaras</title>
		<link>http://www.g-loaded.eu/2006/01/05/break-out-of-frames-wordpress-plugin/#comment-19428</link>
		<dc:creator>George Notaras</dc:creator>
		<pubDate>Wed, 20 Feb 2013 18:53:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/2006/01/05/break-out-of-frames-wordpress-plugin/#comment-19428</guid>
		<description><![CDATA[Didn&#039;t have the time to work on this plugin. I&#039;ll check how can getting framed by Google Images be avoided.

Thanks for your feedback.]]></description>
		<content:encoded><![CDATA[<p>Didn&#8217;t have the time to work on this plugin. I&#8217;ll check how can getting framed by Google Images be avoided.</p>
<p>Thanks for your feedback.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Break-Out-Of-Frames WordPress Plugin by Nag</title>
		<link>http://www.g-loaded.eu/2006/01/05/break-out-of-frames-wordpress-plugin/#comment-19427</link>
		<dc:creator>Nag</dc:creator>
		<pubDate>Tue, 19 Feb 2013 18:09:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/2006/01/05/break-out-of-frames-wordpress-plugin/#comment-19427</guid>
		<description><![CDATA[Any update on getting it work for new google image presentation?]]></description>
		<content:encoded><![CDATA[<p>Any update on getting it work for new google image presentation?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creative PC-CAM 750 on Fedora 10 by Joseph V.M</title>
		<link>http://www.g-loaded.eu/2008/12/08/creative-pc-cam-750-on-fedora-10/#comment-19425</link>
		<dc:creator>Joseph V.M</dc:creator>
		<pubDate>Sat, 16 Feb 2013 04:23:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/?p=735#comment-19425</guid>
		<description><![CDATA[Thanks a lot George! I was very lost with my PC-CAM 600. 

I did as you said, and it mounted /dev/video0, but in Cheese and Skype doesn&#039;t appear image ( black ).

When I try save video in Cheese it closes. It is in Ubuntu  12.10 .

Do you know what happends, please?

Thank you!

Pepe

# dmesg
...
...
[ 3025.190972] usb 2-1.5: new full-speed USB device number 13 using ehci_hcd
[ 3025.292469] usb 2-1.5: New USB device found, idVendor=041e, idProduct=400b
[ 3025.292473] usb 2-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 3025.292476] usb 2-1.5: Product: Creative PC-CAM 600
[ 3025.292478] usb 2-1.5: Manufacturer: ViewQuest Technologies INC.
[ 3025.293014] gspca_main: sunplus-2.14.0 probing 041e:400b
[ 3026.062916] usb 2-1.5: usbfs: interface 0 claimed by usbfs while &#039;gvfs-gphoto2-vo&#039; sets config #1
[ 3026.680455] usb 2-1.5: usbfs: process 1906 (gvfs-gphoto2-vo) did not claim interface 1 before use
[ 3026.721842] usb 2-1.5: usbfs: interface 0 claimed by usbfs while &#039;pool&#039; sets config #1
[ 3026.723939] usb 2-1.5: usbfs: process 4136 (pool) did not claim interface 1 before use
[ 3274.767768] usbcore: deregistering interface driver sunplus
[ 3294.113333] gspca_main: sunplus-2.14.0 probing 041e:400b
[ 3298.212874] usbcore: registered new interface driver sunplus
[ 3699.348420] cheese[4175]: segfault at 7fd034000000 ip 00007fd0349bd5bc sp 00007fff1b0791e8 error 4 in libc-2.15.so[7fd03493a000+1b5000]
# ls -l /dev/video*
crw-rw----+ 1 root video 81, 0 feb 16 04:59 /dev/video0]]></description>
		<content:encoded><![CDATA[<p>Thanks a lot George! I was very lost with my PC-CAM 600. </p>
<p>I did as you said, and it mounted /dev/video0, but in Cheese and Skype doesn&#8217;t appear image ( black ).</p>
<p>When I try save video in Cheese it closes. It is in Ubuntu  12.10 .</p>
<p>Do you know what happends, please?</p>
<p>Thank you!</p>
<p>Pepe</p>
<p># dmesg<br />
&#8230;<br />
&#8230;<br />
[ 3025.190972] usb 2-1.5: new full-speed USB device number 13 using ehci_hcd<br />
[ 3025.292469] usb 2-1.5: New USB device found, idVendor=041e, idProduct=400b<br />
[ 3025.292473] usb 2-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=0<br />
[ 3025.292476] usb 2-1.5: Product: Creative PC-CAM 600<br />
[ 3025.292478] usb 2-1.5: Manufacturer: ViewQuest Technologies INC.<br />
[ 3025.293014] gspca_main: sunplus-2.14.0 probing 041e:400b<br />
[ 3026.062916] usb 2-1.5: usbfs: interface 0 claimed by usbfs while &#8216;gvfs-gphoto2-vo&#8217; sets config #1<br />
[ 3026.680455] usb 2-1.5: usbfs: process 1906 (gvfs-gphoto2-vo) did not claim interface 1 before use<br />
[ 3026.721842] usb 2-1.5: usbfs: interface 0 claimed by usbfs while &#8216;pool&#8217; sets config #1<br />
[ 3026.723939] usb 2-1.5: usbfs: process 4136 (pool) did not claim interface 1 before use<br />
[ 3274.767768] usbcore: deregistering interface driver sunplus<br />
[ 3294.113333] gspca_main: sunplus-2.14.0 probing 041e:400b<br />
[ 3298.212874] usbcore: registered new interface driver sunplus<br />
[ 3699.348420] cheese[4175]: segfault at 7fd034000000 ip 00007fd0349bd5bc sp 00007fff1b0791e8 error 4 in libc-2.15.so[7fd03493a000+1b5000]<br />
# ls -l /dev/video*<br />
crw-rw&#8212;-+ 1 root video 81, 0 feb 16 04:59 /dev/video0</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Object Caching 296/368 objects using apc

Served from: www.g-loaded.eu @ 2013-05-18 16:40:35 -->