<?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 Greeen Notes</title>
	<atom:link href="http://greeennotebook.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://greeennotebook.com</link>
	<description>Computer and programming notes, plus some of my software</description>
	<lastBuildDate>Sat, 07 Jan 2012 13:08:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Comment on Enable DVD Playback in Ubuntu 10.04 by anon</title>
		<link>http://greeennotebook.com/2010/06/enable-dvd-playback-in-ubuntu-10-04/comment-page-1/#comment-520</link>
		<dc:creator>anon</dc:creator>
		<pubDate>Sat, 07 Jan 2012 13:08:39 +0000</pubDate>
		<guid isPermaLink="false">http://greeennotebook.com/?p=157#comment-520</guid>
		<description>Well written. Easy to understand. And useful to me. Thanks.</description>
		<content:encoded><![CDATA[<p>Well written. Easy to understand. And useful to me. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Create a 360 x 180 Degree Panorama by GreeenGuru</title>
		<link>http://greeennotebook.com/2011/04/how-to-create-a-360-x-180-degree-panorama/comment-page-1/#comment-515</link>
		<dc:creator>GreeenGuru</dc:creator>
		<pubDate>Sun, 01 Jan 2012 20:07:26 +0000</pubDate>
		<guid isPermaLink="false">http://greeennotebook.com/?p=1103#comment-515</guid>
		<description>Mark,

I haven&#039;t spent any time looking at the compass in Panini.  However, I can tell you that when posting your panoramas on 360 cities, their GUI includes setting your preferred default orientation as well as the true directional orientation of the image.  That way, users see the best part of your image from the start and will be able to tell which way is North while they look around.</description>
		<content:encoded><![CDATA[<p>Mark,</p>
<p>I haven&#8217;t spent any time looking at the compass in Panini.  However, I can tell you that when posting your panoramas on 360 cities, their GUI includes setting your preferred default orientation as well as the true directional orientation of the image.  That way, users see the best part of your image from the start and will be able to tell which way is North while they look around.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Create a 360 x 180 Degree Panorama by Mark</title>
		<link>http://greeennotebook.com/2011/04/how-to-create-a-360-x-180-degree-panorama/comment-page-1/#comment-514</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Sun, 01 Jan 2012 15:57:09 +0000</pubDate>
		<guid isPermaLink="false">http://greeennotebook.com/?p=1103#comment-514</guid>
		<description>Hi,

Great tutorial :-)

I have a question about the compass feature you can see in Panini. I assume this is a feature of Panini, but how does it know where in your pano 0 degrees is?! Does it assume that the edge of the pano image is 0 degrees? If it does assume that, how did you create the pano so that the edge was at 0 degrees?

Thanks,

Mark.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Great tutorial :-)</p>
<p>I have a question about the compass feature you can see in Panini. I assume this is a feature of Panini, but how does it know where in your pano 0 degrees is?! Does it assume that the edge of the pano image is 0 degrees? If it does assume that, how did you create the pano so that the edge was at 0 degrees?</p>
<p>Thanks,</p>
<p>Mark.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GreeenLog &#8211; Keylogger and Web Monitor for Linux by GreeenGuru</title>
		<link>http://greeennotebook.com/2010/07/greeenlog-keylogger-and-web-monitor-for-linux/comment-page-1/#comment-513</link>
		<dc:creator>GreeenGuru</dc:creator>
		<pubDate>Fri, 30 Dec 2011 12:35:24 +0000</pubDate>
		<guid isPermaLink="false">http://greeennotebook.com/?p=734#comment-513</guid>
		<description>bdm,

Thank you for troubleshooting that for me.  I wonder if that will still be necessary for some running the new version.  It wasn&#039;t for me (64-bit 11.10).  Thanks again, and I&#039;m glad you got it working.</description>
		<content:encoded><![CDATA[<p>bdm,</p>
<p>Thank you for troubleshooting that for me.  I wonder if that will still be necessary for some running the new version.  It wasn&#8217;t for me (64-bit 11.10).  Thanks again, and I&#8217;m glad you got it working.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GreeenLog &#8211; Keylogger and Web Monitor for Linux by bdm</title>
		<link>http://greeennotebook.com/2010/07/greeenlog-keylogger-and-web-monitor-for-linux/comment-page-1/#comment-510</link>
		<dc:creator>bdm</dc:creator>
		<pubDate>Thu, 29 Dec 2011 21:16:45 +0000</pubDate>
		<guid isPermaLink="false">http://greeennotebook.com/?p=734#comment-510</guid>
		<description>Hi greeenguru,

i solved the issue
File “/usr/local/greeenlog/main.pyw”, line 62, in __init__
self.xss = ctypes.cdll.LoadLibrary(‘libXss.so.1′)

came from last ubuntu distrib 11.10 (oneiric), a lot of libraries have been removed, so to have software running well you have to do that :
sudo apt-get install libxss1:i386

and it works :)

bdm</description>
		<content:encoded><![CDATA[<p>Hi greeenguru,</p>
<p>i solved the issue<br />
File “/usr/local/greeenlog/main.pyw”, line 62, in __init__<br />
self.xss = ctypes.cdll.LoadLibrary(‘libXss.so.1′)</p>
<p>came from last ubuntu distrib 11.10 (oneiric), a lot of libraries have been removed, so to have software running well you have to do that :<br />
sudo apt-get install libxss1:i386</p>
<p>and it works :)</p>
<p>bdm</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Create a 360 x 180 Degree Panorama by GreeenGuru</title>
		<link>http://greeennotebook.com/2011/04/how-to-create-a-360-x-180-degree-panorama/comment-page-1/#comment-508</link>
		<dc:creator>GreeenGuru</dc:creator>
		<pubDate>Thu, 29 Dec 2011 12:31:59 +0000</pubDate>
		<guid isPermaLink="false">http://greeennotebook.com/?p=1103#comment-508</guid>
		<description>Jorge,

Sorry for the late response.  The panoramic head holds the camera in such a way as to ensure the tripod is not in the shot when aiming horizontally. 

The aperture and focus on the &lt;a href=&quot;http://www.samyang.pl/product,96,category,5,samyang_8_mm_f35_aspherical_if_mc_fisheye&quot; rel=&quot;nofollow&quot;&gt;Samyang 8 mm f/3,5 Aspherical IF MC Fish-eye&lt;/a&gt; is set manually with the lens.</description>
		<content:encoded><![CDATA[<p>Jorge,</p>
<p>Sorry for the late response.  The panoramic head holds the camera in such a way as to ensure the tripod is not in the shot when aiming horizontally. </p>
<p>The aperture and focus on the <a href="http://www.samyang.pl/product,96,category,5,samyang_8_mm_f35_aspherical_if_mc_fisheye" rel="nofollow">Samyang 8 mm f/3,5 Aspherical IF MC Fish-eye</a> is set manually with the lens.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GreeenLog &#8211; Keylogger and Web Monitor for Linux by GreeenGuru</title>
		<link>http://greeennotebook.com/2010/07/greeenlog-keylogger-and-web-monitor-for-linux/comment-page-1/#comment-507</link>
		<dc:creator>GreeenGuru</dc:creator>
		<pubDate>Thu, 29 Dec 2011 12:16:38 +0000</pubDate>
		<guid isPermaLink="false">http://greeennotebook.com/?p=734#comment-507</guid>
		<description>bdm,

I&#039;m not sure when I changed the main.pyw code, but I now have libXss.so.6 instead of libXss.so.1.  Try downloading the new version (0.6.2).  And thanks for the tip to resolve the theme issue.  Those warnings were annoying.</description>
		<content:encoded><![CDATA[<p>bdm,</p>
<p>I&#8217;m not sure when I changed the main.pyw code, but I now have libXss.so.6 instead of libXss.so.1.  Try downloading the new version (0.6.2).  And thanks for the tip to resolve the theme issue.  Those warnings were annoying.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GreeenLog &#8211; Keylogger and Web Monitor for Linux by GreeenGuru</title>
		<link>http://greeennotebook.com/2010/07/greeenlog-keylogger-and-web-monitor-for-linux/comment-page-1/#comment-506</link>
		<dc:creator>GreeenGuru</dc:creator>
		<pubDate>Thu, 29 Dec 2011 12:09:56 +0000</pubDate>
		<guid isPermaLink="false">http://greeennotebook.com/?p=734#comment-506</guid>
		<description>Fontes,

I&#039;ve had a lot of problems trying to get this application to work with various keyboards.  No promises, but try running this script I created just to help troubleshoot keyboard driver problems.  It&#039;s &lt;a href=&quot;http://greeennotebook.com/downloads/keylog.py&quot; rel=&quot;nofollow&quot;&gt;keylog.py&lt;/a&gt;.  It&#039;ll just try to log keystrokes to a file on your Desktop.  Use Ctrl+c to quit.  Nothing shady about it.  I have posted more detailed instructions above.  Let me know if you have any luck or what errors you got.</description>
		<content:encoded><![CDATA[<p>Fontes,</p>
<p>I&#8217;ve had a lot of problems trying to get this application to work with various keyboards.  No promises, but try running this script I created just to help troubleshoot keyboard driver problems.  It&#8217;s <a href="http://greeennotebook.com/downloads/keylog.py" rel="nofollow">keylog.py</a>.  It&#8217;ll just try to log keystrokes to a file on your Desktop.  Use Ctrl+c to quit.  Nothing shady about it.  I have posted more detailed instructions above.  Let me know if you have any luck or what errors you got.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GreeenLog &#8211; Keylogger and Web Monitor for Linux by GreeenGuru</title>
		<link>http://greeennotebook.com/2010/07/greeenlog-keylogger-and-web-monitor-for-linux/comment-page-1/#comment-505</link>
		<dc:creator>GreeenGuru</dc:creator>
		<pubDate>Thu, 29 Dec 2011 11:29:36 +0000</pubDate>
		<guid isPermaLink="false">http://greeennotebook.com/?p=734#comment-505</guid>
		<description>Millis,

I just updated Greeenlog, and the new version (0.6.2) should work for you now.  I didn&#039;t realize some base installs of Ubuntu don&#039;t have the DISPLAY environmental variable set.</description>
		<content:encoded><![CDATA[<p>Millis,</p>
<p>I just updated Greeenlog, and the new version (0.6.2) should work for you now.  I didn&#8217;t realize some base installs of Ubuntu don&#8217;t have the DISPLAY environmental variable set.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GreeenLog &#8211; Keylogger and Web Monitor for Linux by GreeenGuru</title>
		<link>http://greeennotebook.com/2010/07/greeenlog-keylogger-and-web-monitor-for-linux/comment-page-1/#comment-504</link>
		<dc:creator>GreeenGuru</dc:creator>
		<pubDate>Thu, 29 Dec 2011 11:28:18 +0000</pubDate>
		<guid isPermaLink="false">http://greeennotebook.com/?p=734#comment-504</guid>
		<description>Kamlesh,

Sorry, that feature is too much work for me.  You can try using rsync and crontab as I suggested for Christina (above).  That might work for you (untested).</description>
		<content:encoded><![CDATA[<p>Kamlesh,</p>
<p>Sorry, that feature is too much work for me.  You can try using rsync and crontab as I suggested for Christina (above).  That might work for you (untested).</p>
]]></content:encoded>
	</item>
</channel>
</rss>

