<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
      xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
>
<channel>
    <title>Stephan Paukner :: syslog - GNU/Linux</title>
    <link>http://stephan.paukner.cc/syslog/</link>
    <description>#include&amp;lt;rant.h&amp;gt;</description>
    <dc:language>en</dc:language>
    <admin:errorReportsTo rdf:resource="mailto:paux@paukner.cc" />
    <generator>Serendipity 1.5.2 - http://www.s9y.org/</generator>
    <managingEditor>paux@paukner.cc</managingEditor>
<webMaster>webmaster@paukner.cc</webMaster>
<pubDate>Tue, 28 Feb 2012 19:51:56 GMT</pubDate>

    <image>
        <url>http://stephan.paukner.cc/syslog/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: Stephan Paukner :: syslog - GNU/Linux - #include&amp;lt;rant.h&amp;gt;</title>
        <link>http://stephan.paukner.cc/syslog/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>How to add new quote sources to GnuCash</title>
    <link>http://stephan.paukner.cc/syslog/archives/401-How-to-add-new-quote-sources-to-GnuCash.html</link>
            <category>GNU/Linux</category>
    
    <comments>http://stephan.paukner.cc/syslog/archives/401-How-to-add-new-quote-sources-to-GnuCash.html#comments</comments>
    <wfw:comment>http://stephan.paukner.cc/syslog/wfwcomment.php?cid=401</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://stephan.paukner.cc/syslog/rss.php?version=2.0&amp;type=comments&amp;cid=401</wfw:commentRss>
    

    <author>paux@paukner.cc (Stephan Paukner)</author>
    <content:encoded>
    &lt;p&gt;... or, actually, to &lt;span title=&quot;A dynamic programming/scripting language&quot; class=&quot;serendipity_glossaryMarkup&quot;&gt;Perl&lt;/span&gt;&amp;#8217;s &lt;span class=&quot;code&quot;&gt;Finance::Quote&lt;/span&gt;, under &lt;span title=&quot;A popular Linux distribution derived from Debian&quot; class=&quot;serendipity_glossaryMarkup&quot;&gt;Ubuntu&lt;/span&gt; 11.10:&lt;/p&gt; 
&lt;ol&gt; 
&lt;li&gt;Clone one of the source modules in &lt;span class=&quot;code&quot;&gt;/usr/share/perl5/Finance/Quote&lt;/span&gt; (came with &lt;span class=&quot;code&quot;&gt;libfinance-quote-perl&lt;/span&gt;), say, &lt;span class=&quot;code&quot;&gt;Morningstar.pm&lt;/span&gt;, and place it under a new name into &lt;span class=&quot;code&quot;&gt;/usr/local/lib/perl/&lt;em&gt;5.12.4&lt;/em&gt;/Finance/Quote&lt;/span&gt;, say, as &lt;span class=&quot;code&quot;&gt;Morningstar/AT.pm&lt;/span&gt;. (That&amp;#8217;s what I did, I&amp;#8217;ll probably make that module available.)&lt;/li&gt; 
&lt;li&gt;Modify this module into a uniquely new entity, providing appropriate &lt;span title=&quot;Identification&quot; class=&quot;serendipity_glossaryMarkup&quot;&gt;ID&lt;/span&gt;&lt;span&gt;s&lt;/span&gt;, like &lt;span class=&quot;code&quot;&gt;morningstar_at&lt;/span&gt;.&lt;/li&gt; 
&lt;li&gt;&lt;span class=&quot;code&quot;&gt;`perl -e &amp;#8216;use Finance::Quote::Morningstar::AT&amp;#8217;`&lt;/span&gt; should not display anythingespecially no error.&lt;/li&gt; 
&lt;li&gt;Copy &lt;span class=&quot;code&quot;&gt;/usr/share/perl5/Finance/Quote.pm&lt;/span&gt; to &lt;span class=&quot;code&quot;&gt;/usr/local/lib/perl/&lt;em&gt;5.12.4&lt;/em&gt;/Finance&lt;/span&gt;&amp;#160;and add &lt;span class=&quot;code&quot;&gt;Morningstar::AT&lt;/span&gt;&amp;#160;to &lt;span class=&quot;code&quot;&gt;@modules&lt;/span&gt;.&lt;/li&gt; 
&lt;li&gt;Execute &lt;span class=&quot;code&quot;&gt;`gnc-fq-dump | grep --color=auto morningstar`&lt;/span&gt;, you should see both &lt;span class=&quot;code&quot;&gt;morningstar&lt;/span&gt; and &lt;span class=&quot;code&quot;&gt;morningstar_at&lt;/span&gt;.&lt;/li&gt; 
&lt;/ol&gt; 
&lt;p&gt;Your new quote source should now be available to GnuCash:&lt;/p&gt; 
&lt;ol start=&quot;6&quot;&gt; 
&lt;li&gt;Go to &lt;em&gt;Tools&lt;/em&gt; &amp;#8594; &lt;em&gt;Security Editor&lt;/em&gt; &amp;#8594; &lt;em&gt;Add&lt;/em&gt; (or &lt;em&gt;Edit&lt;/em&gt;) and enter the appropriate &amp;#8220;Symbol/abbreviation&amp;#8221; and &amp;#8220;ISIN, CUSIP or other code&amp;#8221;&amp;mdash;note that the symbol is &lt;em&gt;not&lt;/em&gt; the ISIN in the case of Morningstar.at, it&amp;#8217;s the ID in the &lt;span title=&quot;Uniform Resource Locator&quot; class=&quot;serendipity_glossaryMarkup&quot;&gt;URL&lt;/span&gt;! Check &lt;em&gt;Get Online Quotes,&lt;/em&gt; switch to &lt;em&gt;Unknown&lt;/em&gt; and select &lt;em&gt;morningstar_at.&lt;/em&gt;&lt;/li&gt; 
&lt;li&gt;Go to &lt;em&gt;Tools&lt;/em&gt; &amp;#8594;&amp;#160;&lt;em&gt;Price Editor&lt;/em&gt; and click &lt;em&gt;Get Quotes.&lt;/em&gt; After a few seconds you should see new entries with the current prices.&lt;/li&gt; 
&lt;/ol&gt; 
    </content:encoded>

    <pubDate>Tue, 28 Feb 2012 20:40:00 +0100</pubDate>
    <guid isPermaLink="false">http://stephan.paukner.cc/syslog/archives/401-guid.html</guid>
    <category>finance</category>
<category>gnucash</category>
<category>perl</category>
<category>software</category>

</item>
<item>
    <title>Admin search FAIL</title>
    <link>http://stephan.paukner.cc/syslog/archives/380-Admin-search-FAIL.html</link>
            <category>GNU/Linux</category>
    
    <comments>http://stephan.paukner.cc/syslog/archives/380-Admin-search-FAIL.html#comments</comments>
    <wfw:comment>http://stephan.paukner.cc/syslog/wfwcomment.php?cid=380</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://stephan.paukner.cc/syslog/rss.php?version=2.0&amp;type=comments&amp;cid=380</wfw:commentRss>
    

    <author>paux@paukner.cc (Stephan Paukner)</author>
    <content:encoded>
    &lt;p&gt;&lt;!-- s9ymdb:549 --&gt;&lt;img width=&quot;320&quot; height=&quot;86&quot; class=&quot;serendipity_image_center&quot; src=&quot;http://stephan.paukner.cc/syslog/uploads/images/pictures/11/110303_admin-search-fail.png&quot; /&gt;&lt;/p&gt; 
    </content:encoded>

    <pubDate>Thu, 03 Mar 2011 21:14:18 +0100</pubDate>
    <guid isPermaLink="false">http://stephan.paukner.cc/syslog/archives/380-guid.html</guid>
    <category>fail</category>
<category>fun</category>
<category>google</category>

</item>
<item>
    <title>Syncing with rsync to FAT devices</title>
    <link>http://stephan.paukner.cc/syslog/archives/304-Syncing-with-rsync-to-FAT-devices.html</link>
            <category>GNU/Linux</category>
    
    <comments>http://stephan.paukner.cc/syslog/archives/304-Syncing-with-rsync-to-FAT-devices.html#comments</comments>
    <wfw:comment>http://stephan.paukner.cc/syslog/wfwcomment.php?cid=304</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://stephan.paukner.cc/syslog/rss.php?version=2.0&amp;type=comments&amp;cid=304</wfw:commentRss>
    

    <author>paux@paukner.cc (Stephan Paukner)</author>
    <content:encoded>
    &lt;p&gt;(I started this as a draft two years ago, but wasn&amp;#8217;t sure about its correctness then.)&lt;/p&gt; 
&lt;p&gt;Usually, one uses the &lt;span style=&quot;font-family: monospace; &quot;&gt;-a&lt;/span&gt; switch when &lt;strong&gt;a&lt;/strong&gt;rchiving files with rsync from &lt;span title=&quot;A family of computer operating systems&quot; class=&quot;serendipity_glossaryMarkup&quot;&gt;Unix&lt;/span&gt; to Unix. &lt;span style=&quot;font-family: monospace; &quot;&gt;-a&lt;/span&gt; is an abbreviation for &lt;span style=&quot;font-family: monospace; &quot;&gt;-rlptgoD&lt;/span&gt;, which means&lt;/p&gt; 
&lt;ul&gt; 
&lt;li&gt;&lt;span style=&quot;font-family: monospace; &quot;&gt;-r&lt;/span&gt;: &lt;strong&gt;r&lt;/strong&gt;ecurse into directories,&lt;/li&gt; 
&lt;li&gt;&lt;span style=&quot;font-family: monospace; &quot;&gt;-l&lt;/span&gt;: copy sym&lt;strong&gt;l&lt;/strong&gt;inks as symlinks,&lt;/li&gt; 
&lt;li&gt;&lt;span style=&quot;font-family: monospace; &quot;&gt;-p&lt;/span&gt;: preserve &lt;strong&gt;p&lt;/strong&gt;ermissions,&lt;/li&gt; 
&lt;li&gt;&lt;span style=&quot;font-family: monospace; &quot;&gt;-t&lt;/span&gt;: preserve modification &lt;strong&gt;t&lt;/strong&gt;imes,&lt;/li&gt; 
&lt;li&gt;&lt;span style=&quot;font-family: monospace; &quot;&gt;-g&lt;/span&gt;: preserve group (ownership),&lt;/li&gt; 
&lt;li&gt;&lt;span style=&quot;font-family: monospace; &quot;&gt;-o&lt;/span&gt;: preserve owner,&lt;/li&gt; 
&lt;li&gt;&lt;span style=&quot;font-family: monospace; &quot;&gt;-D&lt;/span&gt;: preserve &lt;strong&gt;d&lt;/strong&gt;evice and special files,&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;but this doesn&amp;#8217;t make sense if the target is an &lt;span title=&quot;Microsoft&quot; class=&quot;serendipity_glossaryMarkup&quot;&gt;MS&lt;/span&gt; &lt;span title=&quot;File Allocation Tablean old Microsoft file system&quot; class=&quot;serendipity_glossaryMarkup&quot;&gt;FAT&lt;/span&gt; device (such as a &lt;span title=&quot;Universal Serial Busa hardware connection system&quot; class=&quot;serendipity_glossaryMarkup&quot;&gt;USB&lt;/span&gt; key) or a &lt;span title=&quot;Common Internet File SystemMicrosoft&#039;s new name for SMB&quot; class=&quot;serendipity_glossaryMarkup&quot;&gt;CIFS&lt;/span&gt;/&lt;span title=&quot;Server Message Blocka network protocol for shared file access&quot; class=&quot;serendipity_glossaryMarkup&quot;&gt;SMB&lt;/span&gt;/&lt;span title=&quot;A free re-implementation of Microsoft&#039;s CIFS/SMB&quot; class=&quot;serendipity_glossaryMarkup&quot;&gt;Samba&lt;/span&gt; host, as that old file system cr4p doesn&amp;#8217;t know anything about symbolic links, file permissions, ownerships or other Unixy properties. Thus, rsync fails to match these features at all and synchronizes every single bit of every single file again.&lt;/p&gt; 
&lt;p&gt;The solution I found is to simply use the tuple of time-stamp and file size as the only criteria whether something has changed. This still results in warnings about that the time-stamps of directories couldn&amp;#8217;t be set, but at least the sync works. An example command line could thus be&lt;/p&gt; 
&lt;div class=&quot;bash geshi&quot; style=&quot;text-align: left&quot;&gt;$ rsync &lt;span style=&quot;color: #660033;&quot;&gt;-rt&lt;/span&gt; &lt;span style=&quot;color: #007800;&quot;&gt;$source&lt;/span&gt; &lt;span style=&quot;color: #007800;&quot;&gt;$target&lt;/span&gt;&lt;/div&gt; 
    </content:encoded>

    <pubDate>Fri, 25 Feb 2011 17:35:00 +0100</pubDate>
    <guid isPermaLink="false">http://stephan.paukner.cc/syslog/archives/304-guid.html</guid>
    <category>software</category>

</item>
<item>
    <title>I should do a web comic</title>
    <link>http://stephan.paukner.cc/syslog/archives/351-I-should-do-a-web-comic.html</link>
            <category>GNU/Linux</category>
    
    <comments>http://stephan.paukner.cc/syslog/archives/351-I-should-do-a-web-comic.html#comments</comments>
    <wfw:comment>http://stephan.paukner.cc/syslog/wfwcomment.php?cid=351</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://stephan.paukner.cc/syslog/rss.php?version=2.0&amp;type=comments&amp;cid=351</wfw:commentRss>
    

    <author>paux@paukner.cc (Stephan Paukner)</author>
    <content:encoded>
    &lt;a href=&quot;http://stephan.paukner.cc/syslog/uploads/images/pictures/09/20091215230a.jpg&quot;&gt;&lt;img src=&quot;http://stephan.paukner.cc/syslog/uploads/images/pictures/09/20091215230a.quickblog.jpg&quot; /&gt;&lt;/a&gt;
&lt;br /&gt;

Probably.

 
    </content:encoded>

    <pubDate>Sun, 20 Dec 2009 15:22:06 +0100</pubDate>
    <guid isPermaLink="false">http://stephan.paukner.cc/syslog/archives/351-guid.html</guid>
    <category>comic</category>
<category>fun</category>
<category>gnu-linux</category>

</item>
<item>
    <title>Server migrated from virtual to virtual</title>
    <link>http://stephan.paukner.cc/syslog/archives/350-Server-migrated-from-virtual-to-virtual.html</link>
            <category>GNU/Linux</category>
    
    <comments>http://stephan.paukner.cc/syslog/archives/350-Server-migrated-from-virtual-to-virtual.html#comments</comments>
    <wfw:comment>http://stephan.paukner.cc/syslog/wfwcomment.php?cid=350</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://stephan.paukner.cc/syslog/rss.php?version=2.0&amp;type=comments&amp;cid=350</wfw:commentRss>
    

    <author>paux@paukner.cc (Stephan Paukner)</author>
    <content:encoded>
    
&lt;p&gt;Almost three years ago I &lt;a href=&quot;http://stephan.paukner.cc/syslog/archives/167-Migration-to-virtual-server-accomplished.html&quot;&gt;migrated to a virtual server&lt;/a&gt; at &lt;a href=&quot;http://www.hosteurope.de/&quot; target=&quot;_blank&quot;&gt;HostEurope.de&lt;/a&gt;. It was a real relief to not care for any hardware anymore, and I&amp;#8217;m really satisfied with their service which includes monitoring and restoreable snapshots. The only major problem I had was when I once tried to &lt;a href=&quot;http://stephan.paukner.cc/syslog/archives/256-Debian-lenny,-kernel-2.6.9-and-libc6-2.7.html&quot;&gt;upgrade the C-library on an incompatible kernel&lt;/a&gt; versionI learned to use &lt;span title=&quot;A GNU/Linux distribution favored by experts&quot; class=&quot;serendipity_glossaryMarkup&quot;&gt;Debian&lt;/span&gt; Stable on servers. Minor problems however arose once in a while when I hit the &lt;i&gt;privvmpages&lt;/i&gt; (private memory) limit. As only 256 &lt;span title=&quot;MegaByte, 1 million bytes&quot; class=&quot;serendipity_glossaryMarkup&quot;&gt;MB&lt;/span&gt; &lt;span title=&quot;Random Access Memory&quot; class=&quot;serendipity_glossaryMarkup&quot;&gt;RAM&lt;/span&gt; were guaranteed for my package in their 2.0 line at 15/month, I upgraded to the 512 MB package for 20/month a few months ago, which was a smooth single-click task. As they now already introduced their 4.0 line, I upgraded to 1024 MB for only 13/month. But I had to do the migration to a parallel machine and had only one week to accomplish this. I&amp;#8217;ll never do it this way again, however, rather pay for two servers for a short time and decide when to finally switch. And as the monthly fee has now decreased, I had to pay 10 for this downgrade anyway.&lt;/p&gt;&lt;p&gt;I had planned to simply sync &lt;tt&gt;/etc&lt;/tt&gt;, &lt;tt&gt;/usr&lt;/tt&gt;, &lt;tt&gt;/var&lt;/tt&gt; and &lt;tt&gt;/home&lt;/tt&gt; to the new system to have a nonetheless smooth migration. But the new system turned out to be on 64-bit. &lt;img src=&quot;http://stephan.paukner.cc/syslog/templates/default/img/emoticons/tongue.png&quot; alt=&quot;:-P&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; So it took me more time to do a migration by hand, although I had asked their service in advance if that were possible. A further drawback was that I couldn&amp;#8217;t keep the system&amp;#8217;s &lt;span title=&quot;Round-Robin Databasea file format for time-series data&quot; class=&quot;serendipity_glossaryMarkup&quot;&gt;RRD&lt;/span&gt;-files, as they seem to be platform-specific as well; that meant that all system log counters were starting freshly, as I was too lazy to export/import their data.&lt;/p&gt;&lt;p&gt;A &lt;span title=&quot;What the f--k&quot; class=&quot;serendipity_glossaryMarkup&quot;&gt;WTF&lt;/span&gt;-situation arose when I noticed that the system had various server packages installed but was missing their symlinks in &lt;tt&gt;/etc/rc*.d&lt;/tt&gt; and cron tabs in &lt;tt&gt;/etc/cron.*&lt;/tt&gt;. I had to compare those with my old system.&lt;/p&gt;&lt;p&gt;phpMyAdmin wasn&amp;#8217;t working anymore as it suddenly needed a &lt;tt&gt;localhost&lt;/tt&gt; directive for &lt;span title=&quot;An open-source SQL-server&quot; class=&quot;serendipity_glossaryMarkup&quot;&gt;MySQL&lt;/span&gt; in the config. That took me some time to find out.&lt;/p&gt;&lt;p&gt;Finally, ajaxterm didn&amp;#8217;t launch in &lt;tt&gt;--daemon&lt;/tt&gt; mode. That took me some time as well. As a quick hack I now start it without &lt;tt&gt;--daemon&lt;/tt&gt; but with &lt;tt&gt;/usr/bin/nohup&lt;/tt&gt; to the background.&lt;/p&gt;&lt;p&gt;I also had to take care that &lt;tt&gt;/etc/hosts&lt;/tt&gt; is now dynamically created/overwritten at boot time. In my &lt;tt&gt;/etc/init.d/hostname_vps&lt;/tt&gt; I now copy it from &lt;tt&gt;/etc/my.hosts&lt;/tt&gt;.&lt;/p&gt;&lt;p&gt;For &lt;span title=&quot;Transmission Control Protocol&quot; class=&quot;serendipity_glossaryMarkup&quot;&gt;TCP&lt;/span&gt; forwarding I used rinetd and set up &lt;span title=&quot;An open-source Mail Transfer Agent&quot; class=&quot;serendipity_glossaryMarkup&quot;&gt;Postfix&lt;/span&gt; relaying like previously.&lt;/p&gt;&lt;p&gt;An interesting detail is that I moved from a 2×1500 &lt;span title=&quot;MegaHertz, 1 million oscillations per second&quot; class=&quot;serendipity_glossaryMarkup&quot;&gt;MHz&lt;/span&gt; machine to one with 16×141 MHz.&lt;/p&gt; 
    </content:encoded>

    <pubDate>Wed, 09 Dec 2009 21:02:00 +0100</pubDate>
    <guid isPermaLink="false">http://stephan.paukner.cc/syslog/archives/350-guid.html</guid>
    <category>debian</category>
<category>gnu-linux</category>
<category>migration</category>
<category>virtualization</category>

</item>
<item>
    <title>Cheap time lapses with gphoto2</title>
    <link>http://stephan.paukner.cc/syslog/archives/333-Cheap-time-lapses-with-gphoto2.html</link>
            <category>GNU/Linux</category>
            <category>Photography</category>
    
    <comments>http://stephan.paukner.cc/syslog/archives/333-Cheap-time-lapses-with-gphoto2.html#comments</comments>
    <wfw:comment>http://stephan.paukner.cc/syslog/wfwcomment.php?cid=333</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://stephan.paukner.cc/syslog/rss.php?version=2.0&amp;type=comments&amp;cid=333</wfw:commentRss>
    

    <author>paux@paukner.cc (Stephan Paukner)</author>
    <content:encoded>
    &lt;p&gt;&amp;#8220;Cheap&amp;#8221; should mean here that you don&amp;#8217;t need to spend money on extra hardware like a &lt;a target=&quot;_blank&quot; href=&quot;http://www.enjoyyourcamera.com/Remote-Cords/Wireless/Infrared/Remote-Cords/Timer-Remote-Cord-JJC-TM-C-for-Canon-1000D-450D-400D-RS-60E3::2207.html&quot;&gt;remote timer&lt;/a&gt; or on extra software like Windoze (which Canon&amp;#8217;s &lt;span title=&quot;Electro-Optical SystemCanon&#039;s current DSLR camera system&quot; class=&quot;serendipity_glossaryMarkup&quot;&gt;EOS&lt;/span&gt; Utility depends on). With a &lt;span title=&quot;GNU&#039;s Not Unixa counter-statement to commercial Unix versions&quot; class=&quot;serendipity_glossaryMarkup&quot;&gt;GNU&lt;/span&gt;/&lt;span title=&quot;A popular open-source computer operating system (kernel)&quot; class=&quot;serendipity_glossaryMarkup&quot;&gt;Linux&lt;/span&gt; system, just install &lt;a href=&quot;http://gphoto.sourceforge.net/&quot; target=&quot;_blank&quot;&gt;gphoto2&lt;/a&gt;in &lt;span title=&quot;A GNU/Linux distribution favored by experts&quot; class=&quot;serendipity_glossaryMarkup&quot;&gt;Debian&lt;/span&gt;, take version 2.4.5 from &amp;#8216;&lt;span title=&quot;Debian version 6.0 from 2011&quot; class=&quot;serendipity_glossaryMarkup&quot;&gt;squeeze&lt;/span&gt;&amp;#8217;. After attaching your e.g. Canon EOS camera via &lt;span title=&quot;Universal Serial Busa hardware connection system&quot; class=&quot;serendipity_glossaryMarkup&quot;&gt;USB&lt;/span&gt;, you can issue the command&lt;/p&gt;&lt;div class=&quot;bash geshi&quot; style=&quot;text-align: left&quot;&gt;$ gphoto2 &lt;span style=&quot;color: #660033;&quot;&gt;--auto-detect&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--force-overwrite&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--capture-image-and-download&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--frames&lt;/span&gt; &lt;span style=&quot;color: #000000;&quot;&gt;360&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--interval&lt;/span&gt; &lt;span style=&quot;color: #000000;&quot;&gt;10&lt;/span&gt;&lt;/div&gt;

&lt;p&gt;to automatically shoot and download images for a time lapse, in this example every 10 seconds for one hour. You should keep all exposure values constant and switch to a lower resolution in advance. You can render an &lt;span title=&quot;High-definition&quot; class=&quot;serendipity_glossaryMarkup&quot;&gt;HD&lt;/span&gt; video e.g. with&lt;/p&gt;&lt;div class=&quot;bash geshi&quot; style=&quot;text-align: left&quot;&gt;$ mencoder mf:&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;//*&lt;/span&gt;jpg &lt;span style=&quot;color: #660033;&quot;&gt;-ovc&lt;/span&gt; lavc &lt;span style=&quot;color: #660033;&quot;&gt;-lavcopts&lt;/span&gt; &lt;span style=&quot;color: #007800;&quot;&gt;vcodec&lt;/span&gt;=mpeg4:&lt;span style=&quot;color: #007800;&quot;&gt;mbd&lt;/span&gt;=&lt;span style=&quot;color: #000000;&quot;&gt;1&lt;/span&gt;:&lt;span style=&quot;color: #007800;&quot;&gt;vbitrate&lt;/span&gt;=&lt;span style=&quot;color: #000000;&quot;&gt;7200&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;-mf&lt;/span&gt; &lt;span style=&quot;color: #007800;&quot;&gt;&lt;span title=&quot;frames per second&quot; class=&quot;serendipity_glossaryMarkup&quot;&gt;fps&lt;/span&gt;&lt;/span&gt;=&lt;span style=&quot;color: #000000;&quot;&gt;25&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;-o&lt;/span&gt; timelapse.avi&lt;/div&gt;

&lt;p&gt;If you make it bad, it might look boring like my very first try:&lt;/p&gt; 
&lt;div align=&quot;center&quot;&gt;&lt;/div&gt; 
&lt;p&gt;If you make it good, it should look like &lt;a href=&quot;http://vimeo.com/3744985&quot; target=&quot;_blank&quot;&gt;this&lt;/a&gt;.&lt;/p&gt; 
&lt;p&gt;My hope is that I can use gphoto2 with an &lt;span title=&quot;A mobile Linux operating system by Google&quot; class=&quot;serendipity_glossaryMarkup&quot;&gt;Android&lt;/span&gt; smartphone.&lt;/p&gt; 
    </content:encoded>

    <pubDate>Sat, 28 Nov 2009 21:39:00 +0100</pubDate>
    <guid isPermaLink="false">http://stephan.paukner.cc/syslog/archives/333-guid.html</guid>
    
	<enclosure url="http://stephan.paukner.cc/syslog/uploads/videos/091128_timelapse.flv" type="video/x-flv" length='1168834' /><category>gnu-linux</category>
<category>photography</category>
<category>software</category>
<category>time lapse</category>
<category>video</category>

</item>
<item>
    <title>Or what?</title>
    <link>http://stephan.paukner.cc/syslog/archives/345-Or-what.html</link>
            <category>GNU/Linux</category>
    
    <comments>http://stephan.paukner.cc/syslog/archives/345-Or-what.html#comments</comments>
    <wfw:comment>http://stephan.paukner.cc/syslog/wfwcomment.php?cid=345</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://stephan.paukner.cc/syslog/rss.php?version=2.0&amp;type=comments&amp;cid=345</wfw:commentRss>
    

    <author>paux@paukner.cc (Stephan Paukner)</author>
    <content:encoded>
    &lt;a href=&quot;http://stephan.paukner.cc/syslog/uploads/images/graphics/09/091014_donotremoveor.png&quot;&gt;&lt;img src=&quot;http://stephan.paukner.cc/syslog/uploads/images/graphics/09/091014_donotremoveor.quickblog.png&quot; /&gt;&lt;/a&gt;
&lt;br /&gt;



 
    </content:encoded>

    <pubDate>Wed, 14 Oct 2009 22:10:18 +0200</pubDate>
    <guid isPermaLink="false">http://stephan.paukner.cc/syslog/archives/345-guid.html</guid>
    <category>fail</category>

</item>
<item>
    <title>Linux autorun FAIL</title>
    <link>http://stephan.paukner.cc/syslog/archives/341-Linux-autorun-FAIL.html</link>
            <category>GNU/Linux</category>
    
    <comments>http://stephan.paukner.cc/syslog/archives/341-Linux-autorun-FAIL.html#comments</comments>
    <wfw:comment>http://stephan.paukner.cc/syslog/wfwcomment.php?cid=341</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://stephan.paukner.cc/syslog/rss.php?version=2.0&amp;type=comments&amp;cid=341</wfw:commentRss>
    

    <author>paux@paukner.cc (Stephan Paukner)</author>
    <content:encoded>
    &lt;a href=&quot;http://stephan.paukner.cc/syslog/uploads/images/graphics/09/090918_autorun-fail.png&quot;&gt;&lt;img src=&quot;http://stephan.paukner.cc/syslog/uploads/images/graphics/09/090918_autorun-fail.quickblog.png&quot; /&gt;&lt;/a&gt;
&lt;br /&gt;

That&amp;#8217;s why &lt;span title=&quot;GNU&#039;s Not Unixa counter-statement to commercial Unix versions&quot; class=&quot;serendipity_glossaryMarkup&quot;&gt;GNU&lt;/span&gt;/&lt;span title=&quot;A popular open-source computer operating system (kernel)&quot; class=&quot;serendipity_glossaryMarkup&quot;&gt;Linux&lt;/span&gt; will never conquer the desktops. &lt;img src=&quot;http://stephan.paukner.cc/syslog/templates/default/img/emoticons/tongue.png&quot; alt=&quot;:-P&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;

 
    </content:encoded>

    <pubDate>Fri, 18 Sep 2009 09:34:21 +0200</pubDate>
    <guid isPermaLink="false">http://stephan.paukner.cc/syslog/archives/341-guid.html</guid>
    <category>fail</category>
<category>fun</category>

</item>

</channel>
</rss>
