<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
     xmlns:atom="http://www.w3.org/2005/Atom"
     xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:wfw="http://wellformedweb.org/CommentAPI/"
     >
  <channel>
    <title>Mekk's programming notes</title>
    <link>http://blog.mekk.waw.pl</link>
    <description>Private blog by Marcin Kasperski. Notes about Linux, programming and internet chess.</description>
    <dc:language>en</dc:language>
    <pubDate>Fri, 27 May 2022 12:29:26 GMT</pubDate>
    <generator>Blogofile</generator>
    <sy:updatePeriod>hourly</sy:updatePeriod>
    <sy:updateFrequency>1</sy:updateFrequency>
    <item>
      <title>How to make a screenshot with visible mouse cursor</title>
      <link>http://blog.mekk.waw.pl/archives/13-How-to-make-a-screenshot-with-visible-mouse-cursor.html</link>
      <category>Linux></category>
      <pubDate>Tue, 12 Aug 2008 19:31:23 +0200</pubDate>
      <guid isPermaLink="true">http://blog.mekk.waw.pl/archives/13-How-to-make-a-screenshot-with-visible-mouse-cursor.html</guid>
      <content:encoded><![CDATA[
         <p>It turns out amazingly uneasy to make a screenshot on which the mouse cursor (pointer)
is visible. No one of the typical Linux/Ubuntu screen capture programs does
that. I even saw suggestions to run the application inside
vmware or virtualbox to make such a screenshot!</p>
<p>There is a better alternative.</p>

         <a href="http://blog.mekk.waw.pl/archives/13-How-to-make-a-screenshot-with-visible-mouse-cursor.html">Continue reading "How to make a screenshot with visible mouse cursor" »</a>
      ]]></content:encoded>
      <author>nospam@example.com (Marcin Kasperski)</author>

      <comments>http://blog.mekk.waw.pl/archives/13-How-to-make-a-screenshot-with-visible-mouse-cursor.html#disqus_thread</comments>
   </item>
    <item>
      <title>Mercurial as a backup tool (on MoinMoin example)</title>
      <link>http://blog.mekk.waw.pl/archives/8-Mercurial-as-a-backup-tool-on-MoinMoin-example.html</link>
      <category>Linux></category>
      <pubDate>Tue, 29 Jul 2008 21:54:00 +0200</pubDate>
      <guid isPermaLink="true">http://blog.mekk.waw.pl/archives/8-Mercurial-as-a-backup-tool-on-MoinMoin-example.html</guid>
      <content:encoded><![CDATA[
         <p>Apart from using <a href="http://selenic.com/mercurial">Mercurial</a> for version-control I found a few cases, where it is fairly suitable as a ... backup tool.</p>
<p>I am maintaining some <a href="http://moinmo.in">MoinMoin</a> wiki. <a href="http://moinmo.in">MoinMoin</a> saves its data using the disk files. I won't delve into all details now, but my wiki instance is kept in a directory with subdirs for configuration data, runtime scripts, plugins and - finally - the wiki data - pages written by users, user preferences, and such.</p>
<p>My initial backup procedure was simple - just <code>tar</code> the directory, compress and copy to the remote machine. Slightly troublesome and ... giving only the last version for possible restore. Plus noticeable transfer every time new base backup is made.</p>
<p><a href="http://selenic.com/mercurial">Mercurial</a> provided very nice alternative:</p>

         <a href="http://blog.mekk.waw.pl/archives/8-Mercurial-as-a-backup-tool-on-MoinMoin-example.html">Continue reading "Mercurial as a backup tool (on MoinMoin example)" »</a>
      ]]></content:encoded>
      <author>nospam@example.com (Marcin Kasperski)</author>

      <comments>http://blog.mekk.waw.pl/archives/8-Mercurial-as-a-backup-tool-on-MoinMoin-example.html#disqus_thread</comments>
   </item>
    <item>
      <title>Running serendipity behind nginx</title>
      <link>http://blog.mekk.waw.pl/archives/3-Running-serendipity-behind-nginx.html</link>
      <category>Linux></category>
      <pubDate>Thu, 24 Jul 2008 21:00:00 +0200</pubDate>
      <guid isPermaLink="true">http://blog.mekk.waw.pl/archives/3-Running-serendipity-behind-nginx.html</guid>
      <content:encoded><![CDATA[
         <p><a href="http://wiki.codemongers.com">Nginx</a> is my preferable webserver, known for its small memory footprint and great performance. 
<a href="http://s9y.org">Serendipity</a> is a reasonably complete blog server which I picked over <a href="http://wordpress.org">WordPress</a> because it works with <a href="http://postgresql.org">PostgreSQL</a> database. I failed to find instructons how to run those two together, so here is my description. I use <a href="http://ubuntu.com">Ubuntu</a>, so some details (like package naming and the way they are installed) are Debian/Ubuntu-like, but it should not be too difficult to follow on another distribution.</p>

         <a href="http://blog.mekk.waw.pl/archives/3-Running-serendipity-behind-nginx.html">Continue reading "Running serendipity behind nginx" »</a>
      ]]></content:encoded>
      <author>nospam@example.com (Marcin Kasperski)</author>

      <comments>http://blog.mekk.waw.pl/archives/3-Running-serendipity-behind-nginx.html#disqus_thread</comments>
   </item>
  </channel>
</rss>

