<?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 cenolan.com</title>
	<atom:link href="http://www.cenolan.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cenolan.com</link>
	<description>What you looking at?</description>
	<lastBuildDate>Thu, 28 Mar 2013 13:05:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on Mass email migration from IMAP to Google Apps using imapsync by Vivek Kapoor</title>
		<link>http://www.cenolan.com/2012/02/mass-email-migration-from-imap-to-google-apps-using-imapsync/comment-page-1/#comment-140786</link>
		<dc:creator>Vivek Kapoor</dc:creator>
		<pubDate>Thu, 28 Mar 2013 13:05:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.cenolan.com/?p=139#comment-140786</guid>
		<description><![CDATA[@Chris - I feel great when I see posts such as these. You really took care of synchronizing the data and ensuring that no mails were lost.

I was about to attempt the same thing, and was not aware of imapsync. This looks like the exact thing I need now to transfer my user data. Much thanks for laying it out so clearly.]]></description>
		<content:encoded><![CDATA[<p>@Chris &#8211; I feel great when I see posts such as these. You really took care of synchronizing the data and ensuring that no mails were lost.</p>
<p>I was about to attempt the same thing, and was not aware of imapsync. This looks like the exact thing I need now to transfer my user data. Much thanks for laying it out so clearly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Looping video playlist with Omxplayer on the Raspberry Pi by Chris</title>
		<link>http://www.cenolan.com/2013/03/looping-video-playlist-omxplayer-raspberry-pi/comment-page-1/#comment-140552</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 26 Mar 2013 19:03:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.cenolan.com/?p=178#comment-140552</guid>
		<description><![CDATA[Hi Peter, glad you found it useful and thanks for the idea of using the -r switch. In our case we didn&#039;t find it necessary but its good to know about anyway!]]></description>
		<content:encoded><![CDATA[<p>Hi Peter, glad you found it useful and thanks for the idea of using the -r switch. In our case we didn&#8217;t find it necessary but its good to know about anyway!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Looping video playlist with Omxplayer on the Raspberry Pi by Peter Lindahl</title>
		<link>http://www.cenolan.com/2013/03/looping-video-playlist-omxplayer-raspberry-pi/comment-page-1/#comment-140503</link>
		<dc:creator>Peter Lindahl</dc:creator>
		<pubDate>Tue, 26 Mar 2013 09:40:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.cenolan.com/?p=178#comment-140503</guid>
		<description><![CDATA[Hi

I tried your script and it works like a charm but there was one little snag.
The movie was not stretched over the entire screen so the upper and lower part of the screen could be seen.
I changed an entry and got it to stretch all the way.
Hope this helps someone. :)

 #!/bin/sh

# get rid of the cursor so we don&#039;t see it when videos are running
setterm -cursor off

# set here the path to the directory containing your videos
VIDEOPATH=&quot;/mnt/storage/videos&quot; 

# you can normally leave this alone
SERVICE=&quot;omxplayer&quot;

# now for our infinite loop!
while true; do
        if ps ax &#124; grep -v grep &#124; grep $SERVICE &gt; /dev/null
        then
        sleep 1;
else
        for entry in $VIDEOPATH/*
        do
                clear
              &lt;strong&gt;  omxplayer -r $entry &gt; /dev/null  &lt;strong&gt;
        done
fi
done]]></description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>I tried your script and it works like a charm but there was one little snag.<br />
The movie was not stretched over the entire screen so the upper and lower part of the screen could be seen.<br />
I changed an entry and got it to stretch all the way.<br />
Hope this helps someone. :)</p>
<p> #!/bin/sh</p>
<p># get rid of the cursor so we don&#8217;t see it when videos are running<br />
setterm -cursor off</p>
<p># set here the path to the directory containing your videos<br />
VIDEOPATH=&#8221;/mnt/storage/videos&#8221; </p>
<p># you can normally leave this alone<br />
SERVICE=&#8221;omxplayer&#8221;</p>
<p># now for our infinite loop!<br />
while true; do<br />
        if ps ax | grep -v grep | grep $SERVICE &gt; /dev/null<br />
        then<br />
        sleep 1;<br />
else<br />
        for entry in $VIDEOPATH/*<br />
        do<br />
                clear<br />
              <strong>  omxplayer -r $entry &gt; /dev/null  </strong><strong><br />
        done<br />
fi<br />
done</strong></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress default theme 1024 wide by Ray Kelly</title>
		<link>http://www.cenolan.com/2008/11/wordpress-default-theme-1024-wide/comment-page-3/#comment-140387</link>
		<dc:creator>Ray Kelly</dc:creator>
		<pubDate>Mon, 25 Mar 2013 11:12:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.cenolan.com/?p=31#comment-140387</guid>
		<description><![CDATA[This theme is great. I did not want to abandon our existing theme but I longed for a sidebar fix and 1024 width. It looks great on an iPad. Much thanks from wellesnet.com]]></description>
		<content:encoded><![CDATA[<p>This theme is great. I did not want to abandon our existing theme but I longed for a sidebar fix and 1024 width. It looks great on an iPad. Much thanks from wellesnet.com</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple time lapse video in Linux by Carsten</title>
		<link>http://www.cenolan.com/2009/05/simple-time-lapse-video-in-linux/comment-page-1/#comment-136720</link>
		<dc:creator>Carsten</dc:creator>
		<pubDate>Sun, 24 Feb 2013 18:31:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.cenolan.com/?p=104#comment-136720</guid>
		<description><![CDATA[Thanx a lot for this great guide. Have searched quite some time to find this to make my webcam pics convert into a timelapse video.
Good work, you have finished a long way of trying and frustrating searching.]]></description>
		<content:encoded><![CDATA[<p>Thanx a lot for this great guide. Have searched quite some time to find this to make my webcam pics convert into a timelapse video.<br />
Good work, you have finished a long way of trying and frustrating searching.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple time lapse video in Linux by Gary White</title>
		<link>http://www.cenolan.com/2009/05/simple-time-lapse-video-in-linux/comment-page-1/#comment-135457</link>
		<dc:creator>Gary White</dc:creator>
		<pubDate>Thu, 14 Feb 2013 16:14:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.cenolan.com/?p=104#comment-135457</guid>
		<description><![CDATA[I used this to create my timelapse videos and thought I&#039;d post my finished (and working) product. The first line finds all files older than 720 minutes and puts them in a list as you described. The second line encodes it. The third converts it from an .avi to a .flv format. I hope this will hope someone! 

find /var/motion/elp/data/archive -maxdepth 1 -cmin -720 -type f -name *.jpg -exec ls -1tr {} &gt; /var/motion/elp/data/archive/webcam.txt \;

mencoder -nosound -ovc lavc -lavcopts vcodec=mpeg4 -o /var/motion/elp/data/webcam.avi -mf type=jpeg:fps=10 mf://@/var/motion/elp/data/archive/webcam.txt

  ffmpeg -i /var/motion/elp/data/webcam.avi -b 800k -s 640x480 -r 10 -y /var/motion/elp/data/webcam.flv]]></description>
		<content:encoded><![CDATA[<p>I used this to create my timelapse videos and thought I&#8217;d post my finished (and working) product. The first line finds all files older than 720 minutes and puts them in a list as you described. The second line encodes it. The third converts it from an .avi to a .flv format. I hope this will hope someone! </p>
<p>find /var/motion/elp/data/archive -maxdepth 1 -cmin -720 -type f -name *.jpg -exec ls -1tr {} &gt; /var/motion/elp/data/archive/webcam.txt \;</p>
<p>mencoder -nosound -ovc lavc -lavcopts vcodec=mpeg4 -o /var/motion/elp/data/webcam.avi -mf type=jpeg:fps=10 mf://@/var/motion/elp/data/archive/webcam.txt</p>
<p>  ffmpeg -i /var/motion/elp/data/webcam.avi -b 800k -s 640&#215;480 -r 10 -y /var/motion/elp/data/webcam.flv</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple time lapse video in Linux by Episode 8 &#124; Tupcast</title>
		<link>http://www.cenolan.com/2009/05/simple-time-lapse-video-in-linux/comment-page-1/#comment-115213</link>
		<dc:creator>Episode 8 &#124; Tupcast</dc:creator>
		<pubDate>Thu, 15 Nov 2012 16:56:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.cenolan.com/?p=104#comment-115213</guid>
		<description><![CDATA[[...] Linux Time Lapse Creation [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Linux Time Lapse Creation [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress default theme 1024 wide by louisvimal</title>
		<link>http://www.cenolan.com/2008/11/wordpress-default-theme-1024-wide/comment-page-3/#comment-111772</link>
		<dc:creator>louisvimal</dc:creator>
		<pubDate>Sun, 28 Oct 2012 08:24:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.cenolan.com/?p=31#comment-111772</guid>
		<description><![CDATA[How to create navigation links to redirect to my main site?]]></description>
		<content:encoded><![CDATA[<p>How to create navigation links to redirect to my main site?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress default theme 1024 wide by louisvimal</title>
		<link>http://www.cenolan.com/2008/11/wordpress-default-theme-1024-wide/comment-page-3/#comment-111771</link>
		<dc:creator>louisvimal</dc:creator>
		<pubDate>Sun, 28 Oct 2012 08:23:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.cenolan.com/?p=31#comment-111771</guid>
		<description><![CDATA[Dear

How to create menu in this theme.Because i want to go back to main site from blog.If there is no option in blog to go back main site then the users will close the page.Please give me instruction how to create menu.]]></description>
		<content:encoded><![CDATA[<p>Dear</p>
<p>How to create menu in this theme.Because i want to go back to main site from blog.If there is no option in blog to go back main site then the users will close the page.Please give me instruction how to create menu.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How-To: Automated incremental daily backups to Amazon S3 using Duplicity by Backup to Amazon S3 using Duplicity &#124; Laszlo Molnar</title>
		<link>http://www.cenolan.com/2008/12/how-to-incremental-daily-backups-amazon-s3-duplicity/comment-page-1/#comment-100013</link>
		<dc:creator>Backup to Amazon S3 using Duplicity &#124; Laszlo Molnar</dc:creator>
		<pubDate>Wed, 15 Aug 2012 21:36:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.cenolan.com/?p=54#comment-100013</guid>
		<description><![CDATA[[...] http://www.cenolan.com/2008/12/how-to-incremental-daily-backups-amazon-s3-duplicity/ [...]]]></description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.cenolan.com/2008/12/how-to-incremental-daily-backups-amazon-s3-duplicity/" rel="nofollow">http://www.cenolan.com/2008/12/how-to-incremental-daily-backups-amazon-s3-duplicity/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple time lapse video in Linux by My Raspberry Pi &#124; Geekyjames</title>
		<link>http://www.cenolan.com/2009/05/simple-time-lapse-video-in-linux/comment-page-1/#comment-89606</link>
		<dc:creator>My Raspberry Pi &#124; Geekyjames</dc:creator>
		<pubDate>Thu, 28 Jun 2012 10:56:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.cenolan.com/?p=104#comment-89606</guid>
		<description><![CDATA[[...] into the Pi (probably via FTP) don&#8217;t fill the SD and then use some shell scripting and this method to automatically convert each days of images into video files which can be plonked straight onto [...]]]></description>
		<content:encoded><![CDATA[<p>[...] into the Pi (probably via FTP) don&#8217;t fill the SD and then use some shell scripting and this method to automatically convert each days of images into video files which can be plonked straight onto [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress default theme 1024 wide by f</title>
		<link>http://www.cenolan.com/2008/11/wordpress-default-theme-1024-wide/comment-page-3/#comment-88791</link>
		<dc:creator>f</dc:creator>
		<pubDate>Sun, 24 Jun 2012 13:48:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.cenolan.com/?p=31#comment-88791</guid>
		<description><![CDATA[still wokrs on wordpress 3.4   lol]]></description>
		<content:encoded><![CDATA[<p>still wokrs on wordpress 3.4   lol</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple time lapse video in Linux by Peter Warholm</title>
		<link>http://www.cenolan.com/2009/05/simple-time-lapse-video-in-linux/comment-page-1/#comment-74005</link>
		<dc:creator>Peter Warholm</dc:creator>
		<pubDate>Fri, 30 Mar 2012 20:20:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.cenolan.com/?p=104#comment-74005</guid>
		<description><![CDATA[Thank you so much for ths post - you got me started on Time lapse, and using Linux command line !!!]]></description>
		<content:encoded><![CDATA[<p>Thank you so much for ths post &#8211; you got me started on Time lapse, and using Linux command line !!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple Linux to Amazon S3 backup script by gautt</title>
		<link>http://www.cenolan.com/2008/05/simple-linux-to-amazon-s3-backup-script/comment-page-1/#comment-73570</link>
		<dc:creator>gautt</dc:creator>
		<pubDate>Wed, 28 Mar 2012 06:41:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.cenolan.com/?p=10#comment-73570</guid>
		<description><![CDATA[Hi 

I am new to s3... 
How can i use this script and what are all the per-requesites is required to execute is script.

Thanks in advance.
Guatt]]></description>
		<content:encoded><![CDATA[<p>Hi </p>
<p>I am new to s3&#8230;<br />
How can i use this script and what are all the per-requesites is required to execute is script.</p>
<p>Thanks in advance.<br />
Guatt</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple time lapse video in Linux by Andrew Denbury</title>
		<link>http://www.cenolan.com/2009/05/simple-time-lapse-video-in-linux/comment-page-1/#comment-68820</link>
		<dc:creator>Andrew Denbury</dc:creator>
		<pubDate>Thu, 01 Mar 2012 16:54:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.cenolan.com/?p=104#comment-68820</guid>
		<description><![CDATA[Do you think it will work on the Raspberry Pi - I think that runs a version of Fedora, and has good graphics capability (in principle).  I would like to use that to run a stills camera and upload images via ethernet to 3G router i.e a remote timelapse system. Many thanks, Andrew]]></description>
		<content:encoded><![CDATA[<p>Do you think it will work on the Raspberry Pi &#8211; I think that runs a version of Fedora, and has good graphics capability (in principle).  I would like to use that to run a stills camera and upload images via ethernet to 3G router i.e a remote timelapse system. Many thanks, Andrew</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Broadcom Wireless STA Driver in Fedora 11 by Bruno</title>
		<link>http://www.cenolan.com/2009/06/installing-broadcom-wireless-sta-driver-in-fedora-11/comment-page-3/#comment-62087</link>
		<dc:creator>Bruno</dc:creator>
		<pubDate>Tue, 10 Jan 2012 00:26:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.cenolan.com/?p=120#comment-62087</guid>
		<description><![CDATA[worked 100% for me thanks.]]></description>
		<content:encoded><![CDATA[<p>worked 100% for me thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress default theme 1024 wide by Scophi</title>
		<link>http://www.cenolan.com/2008/11/wordpress-default-theme-1024-wide/comment-page-2/#comment-48093</link>
		<dc:creator>Scophi</dc:creator>
		<pubDate>Mon, 26 Sep 2011 17:34:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.cenolan.com/?p=31#comment-48093</guid>
		<description><![CDATA[Just letting you know that it still works fine on WordPress 3.2.1.]]></description>
		<content:encoded><![CDATA[<p>Just letting you know that it still works fine on WordPress 3.2.1.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Broadcom Wireless STA Driver in Fedora 11 by ccu</title>
		<link>http://www.cenolan.com/2009/06/installing-broadcom-wireless-sta-driver-in-fedora-11/comment-page-3/#comment-47693</link>
		<dc:creator>ccu</dc:creator>
		<pubDate>Thu, 22 Sep 2011 10:05:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.cenolan.com/?p=120#comment-47693</guid>
		<description><![CDATA[Ubuntu everything works fine, in fedora it doesnt! 

you should just click the missing firmware message and it would automatically install the driver (ethernet network provided)

well, thnx for the tutorial

fedora looks good, but works bad]]></description>
		<content:encoded><![CDATA[<p>Ubuntu everything works fine, in fedora it doesnt! </p>
<p>you should just click the missing firmware message and it would automatically install the driver (ethernet network provided)</p>
<p>well, thnx for the tutorial</p>
<p>fedora looks good, but works bad</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Broadcom Wireless STA Driver in Fedora 11 by kurosh</title>
		<link>http://www.cenolan.com/2009/06/installing-broadcom-wireless-sta-driver-in-fedora-11/comment-page-3/#comment-47615</link>
		<dc:creator>kurosh</dc:creator>
		<pubDate>Wed, 21 Sep 2011 07:14:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.cenolan.com/?p=120#comment-47615</guid>
		<description><![CDATA[Perfect. i have dell lattitude E6420 and my OS is fedora15, your information solved my problem.
Thanks for the post.]]></description>
		<content:encoded><![CDATA[<p>Perfect. i have dell lattitude E6420 and my OS is fedora15, your information solved my problem.<br />
Thanks for the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How-To: Automated incremental daily backups to Amazon S3 using Duplicity by user GPG key not able to be used by SUDO - Admins Goodies</title>
		<link>http://www.cenolan.com/2008/12/how-to-incremental-daily-backups-amazon-s3-duplicity/comment-page-1/#comment-44803</link>
		<dc:creator>user GPG key not able to be used by SUDO - Admins Goodies</dc:creator>
		<pubDate>Sun, 21 Aug 2011 04:53:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.cenolan.com/?p=54#comment-44803</guid>
		<description><![CDATA[[...] Not really important but the script is modeled off a combination of these three sites: http://www.cenolan.com/2008/12/how-to-incremental-daily-backups-amazon-s3-duplicity/ [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Not really important but the script is modeled off a combination of these three sites: <a href="http://www.cenolan.com/2008/12/how-to-incremental-daily-backups-amazon-s3-duplicity/" rel="nofollow">http://www.cenolan.com/2008/12/how-to-incremental-daily-backups-amazon-s3-duplicity/</a> [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
