<?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/"
   >
<channel>
    <title>Anatoliy Belsky - Bash</title>
    <link>http://belsky.info/</link>
    <description>That's what I'm thinking ...  </description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.2.1 - http://www.s9y.org/</generator>
    
    

<item>
    <title>Using great Geonames database for geographical data handling</title>
    <link>http://belsky.info/archives/29-Using-great-Geonames-database-for-geographical-data-handling.html</link>
            <category>Bash</category>
            <category>Linux</category>
            <category>PostgreSQL</category>
            <category>Web</category>
    
    <comments>http://belsky.info/archives/29-Using-great-Geonames-database-for-geographical-data-handling.html#comments</comments>
    <wfw:comment>http://belsky.info/wfwcomment.php?cid=29</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://belsky.info/rss.php?version=2.0&amp;type=comments&amp;cid=29</wfw:commentRss>
    

    <author>nospam@example.com (Anatoliy Belsky)</author>
    <content:encoded>
    This time I needed some geographical data evaluation for one of my current projects. The data used to be opensource and as possible qualitative and complete. After spending some time in front of the famous search engine window there was a solution: &lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.geonames.org/&quot;&gt;http://www.geonames.org/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
That&#039;s the first sentence from the site:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;The GeoNames geographical database covers all countries and contains over eight million placenames that are available for download free of charge.&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
Geonames is used by number of sites. Besides data it has also web services and code libraries in many programming languages to access them. &lt;br /&gt;&lt;a href=&quot;http://belsky.info/archives/29-Using-great-Geonames-database-for-geographical-data-handling.html#extended&quot;&gt;Continue reading &quot;Using great Geonames database for geographical data handling&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Thu, 03 Jun 2010 13:57:19 +0200</pubDate>
    <guid isPermaLink="false">http://belsky.info/archives/29-guid.html</guid>
    
</item>
<item>
    <title>Postfix+Spamassassin</title>
    <link>http://belsky.info/archives/19-Postfix+Spamassassin.html</link>
            <category>Bash</category>
            <category>Linux</category>
    
    <comments>http://belsky.info/archives/19-Postfix+Spamassassin.html#comments</comments>
    <wfw:comment>http://belsky.info/wfwcomment.php?cid=19</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://belsky.info/rss.php?version=2.0&amp;type=comments&amp;cid=19</wfw:commentRss>
    

    <author>nospam@example.com (Anatoliy Belsky)</author>
    <content:encoded>
    Referencing my previous &lt;a href=&quot;http://thinker.rubay.de/archives/12-Postfix-+-Dovecot-SMTP-and-IMAP-on-Debian-Etch.html&quot;&gt;article&lt;/a&gt; about the mali server configuration, I&#039;m continuing with spam and antivirus scanners setup. On my Debian box i&#039;m installing the following:&lt;br /&gt;
&lt;br /&gt;
&lt;div&gt;&lt;b&gt;BASH:&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;pre class=&quot;bash&quot; style=&quot;color: #000066; border: 1px solid #d0d0d0; background-color: #f0f0f0;padding-left: 3px;&quot;&gt;user@host~$ apt-get &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;install&lt;/span&gt; spamassassin&lt;/pre&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
With this groups spamd and clamav are automatically created. Before you start, keep in mind - if something goes wrong, allways check the /var/log/mail.* files. &lt;br /&gt;&lt;a href=&quot;http://belsky.info/archives/19-Postfix+Spamassassin.html#extended&quot;&gt;Continue reading &quot;Postfix+Spamassassin&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Fri, 02 May 2008 21:02:13 +0200</pubDate>
    <guid isPermaLink="false">http://belsky.info/archives/19-guid.html</guid>
    
</item>
<item>
    <title>Don't underestimate SQL</title>
    <link>http://belsky.info/archives/18-Dont-underestimate-SQL.html</link>
            <category>Bash</category>
            <category>PostgreSQL</category>
            <category>Python</category>
    
    <comments>http://belsky.info/archives/18-Dont-underestimate-SQL.html#comments</comments>
    <wfw:comment>http://belsky.info/wfwcomment.php?cid=18</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://belsky.info/rss.php?version=2.0&amp;type=comments&amp;cid=18</wfw:commentRss>
    

    <author>nospam@example.com (Anatoliy Belsky)</author>
    <content:encoded>
    Hi there.&lt;br /&gt;
&lt;br /&gt;
The things I wanna to talk about today are - relational databases building. Particularly I would discuss such the attainments of relational sql as join and subselect. For my experiment I&#039;ll take PostgreSQL and Python.&lt;br /&gt;
&lt;br /&gt;
So, lets start:&lt;br /&gt;
&lt;br /&gt;
&lt;div&gt;&lt;b&gt;BASH:&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;pre class=&quot;bash&quot; style=&quot;color: #000066; border: 1px solid #d0d0d0; background-color: #f0f0f0;padding-left: 3px;&quot;&gt;user@host~$ &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;su&lt;/span&gt; postgres
postgres@host~$ createuser -P &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;test&lt;/span&gt;
Enter password &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;for&lt;/span&gt; new role:
Enter it again:
Shall the new role be a superuser? &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;y/n&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; n
Shall the new role be allowed to create &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;more&lt;/span&gt; new roles? &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;y/n&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; n
postgres@host~$ createdb &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;test&lt;/span&gt;
postgres@host~$ &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;exit&lt;/span&gt;&lt;/pre&gt;&lt;/div&gt; &lt;br /&gt;&lt;a href=&quot;http://belsky.info/archives/18-Dont-underestimate-SQL.html#extended&quot;&gt;Continue reading &quot;Don&#039;t underestimate SQL&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Sun, 27 Apr 2008 21:37:00 +0200</pubDate>
    <guid isPermaLink="false">http://belsky.info/archives/18-guid.html</guid>
    
</item>
<item>
    <title>Domains avaliability checker</title>
    <link>http://belsky.info/archives/17-Domains-avaliability-checker.html</link>
            <category>Bash</category>
            <category>Linux</category>
            <category>Web</category>
    
    <comments>http://belsky.info/archives/17-Domains-avaliability-checker.html#comments</comments>
    <wfw:comment>http://belsky.info/wfwcomment.php?cid=17</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://belsky.info/rss.php?version=2.0&amp;type=comments&amp;cid=17</wfw:commentRss>
    

    <author>nospam@example.com (Anatoliy Belsky)</author>
    <content:encoded>
    About a month ago I&#039;ve written a simple domain checker, which is using whois.net to get the domains availiable. The main goal was to find free 3-symbols domains. &lt;br /&gt;
&lt;br /&gt;
&lt;div&gt;&lt;b&gt;BASH:&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;pre class=&quot;bash&quot; style=&quot;color: #000066; border: 1px solid #d0d0d0; background-color: #f0f0f0;padding-left: 3px;&quot;&gt;&lt;span style=&quot;color: #808080; font-style: italic;&quot;&gt;#!/bin/&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;sh&lt;/span&gt; &lt;/span&gt;
&amp;#160;
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;if&lt;/span&gt; &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#91;&lt;/span&gt; &lt;span style=&quot;color: #007800;&quot;&gt;$#&lt;/span&gt; -lt &lt;span style=&quot;color: #000000;&quot;&gt;1&lt;/span&gt; &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#93;&lt;/span&gt;
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;then&lt;/span&gt;
    &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;echo&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;usage: `basename $0` extension
Check domains avaliability
&amp;#160;
examples:
`basename $0` com
&amp;quot;&lt;/span&gt;;
    &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;exit&lt;/span&gt; &lt;span style=&quot;color: #000000;&quot;&gt;2&lt;/span&gt;;
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;fi&lt;/span&gt;
&amp;#160;
&lt;span style=&quot;color: #007800;&quot;&gt;EXT=&lt;/span&gt;$&lt;span style=&quot;color: #000000;&quot;&gt;1&lt;/span&gt;;
&lt;span style=&quot;color: #007800;&quot;&gt;LAST_FILENAME=&lt;/span&gt;/tmp/dc_&lt;span style=&quot;color: #007800;&quot;&gt;$USER&lt;/span&gt;&lt;span style=&quot;color: #007800;&quot;&gt;$EXT&lt;/span&gt;.&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;last&lt;/span&gt;
&amp;#160;
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;if&lt;/span&gt; &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#91;&lt;/span&gt; -f &lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;$LAST_FILENAME&amp;quot;&lt;/span&gt; &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#93;&lt;/span&gt;; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;then&lt;/span&gt; &lt;span style=&quot;color: #007800;&quot;&gt;LAST_DOMAIN=&lt;/span&gt;`&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;cat&lt;/span&gt; &lt;span style=&quot;color: #007800;&quot;&gt;$LAST_FILENAME&lt;/span&gt;`; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;fi&lt;/span&gt; 
&amp;#160;
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;for&lt;/span&gt; DOMAIN &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;in&lt;/span&gt; &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#123;&lt;/span&gt;&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#123;&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;0&lt;/span&gt;..&lt;span style=&quot;color: #000000;&quot;&gt;9&lt;/span&gt;&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#125;&lt;/span&gt;,&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#123;&lt;/span&gt;a..z&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#125;&lt;/span&gt;,-&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#125;&lt;/span&gt;&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#123;&lt;/span&gt;&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#123;&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;0&lt;/span&gt;..&lt;span style=&quot;color: #000000;&quot;&gt;9&lt;/span&gt;&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#125;&lt;/span&gt;,&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#123;&lt;/span&gt;a..z&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#125;&lt;/span&gt;,-&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#125;&lt;/span&gt;&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#123;&lt;/span&gt;&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#123;&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;0&lt;/span&gt;..&lt;span style=&quot;color: #000000;&quot;&gt;9&lt;/span&gt;&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#125;&lt;/span&gt;,&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#123;&lt;/span&gt;a..z&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#125;&lt;/span&gt;,-&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#125;&lt;/span&gt;
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;do&lt;/span&gt;
    &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;if&lt;/span&gt; &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#91;&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;$DOMAIN&amp;quot;&lt;/span&gt; \&amp;lt; &lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;$LAST_DOMAIN&amp;quot;&lt;/span&gt; &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#93;&lt;/span&gt;; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;then&lt;/span&gt; &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;continue&lt;/span&gt;; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;fi&lt;/span&gt;
&amp;#160;
    &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;trap&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;echo $DOMAIN &amp;gt; $LAST_FILENAME;exit;&amp;quot;&lt;/span&gt; SIGHUP SIGINT SIGTERM
&amp;#160;
    &lt;span style=&quot;color: #007800;&quot;&gt;STATUS_STRING=&lt;/span&gt;`&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;wget&lt;/span&gt; -qO - http://www.whois.net/whois_new.cgi\?d\=&lt;span style=&quot;color: #007800;&quot;&gt;$DOMAIN&lt;/span&gt;\&amp;amp;tld\=&lt;span style=&quot;color: #007800;&quot;&gt;$EXT&lt;/span&gt; | &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;grep&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;&#039;Status&#039;&lt;/span&gt;`
&amp;#160;
    &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;echo&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;$STATUS_STRING&amp;quot;&lt;/span&gt; | &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;grep&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;&#039;free&#039;&lt;/span&gt; &amp;amp;&amp;amp; 
    &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;echo&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;$DOMAIN.$EXT&amp;quot;&lt;/span&gt; &amp;gt;&amp;gt; ~/domains_found_&lt;span style=&quot;color: #007800;&quot;&gt;$EXT&lt;/span&gt;.txt &amp;amp;&amp;amp; 
    &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;echo&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;the domain is free: $DOMAIN.$EXT&amp;quot;&lt;/span&gt; | mail -c my@mail.com -s &lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;free domain&amp;quot;&lt;/span&gt; other@mail.com
&amp;#160;
    &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;sleep&lt;/span&gt; &lt;span style=&quot;color: #000000;&quot;&gt;7&lt;/span&gt;
&amp;#160;
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;done&lt;/span&gt;&lt;/pre&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
The thing is very simple and the results can be kept on. Additionally it sends mail messages about each found domain. Lets see, what it brought for the .de domains ( about 9000 free domains was found &lt;img src=&quot;http://belsky.info/templates/default/img/emoticons/wink.png&quot; alt=&quot;;-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; ) &lt;br /&gt;&lt;a href=&quot;http://belsky.info/archives/17-Domains-avaliability-checker.html#extended&quot;&gt;Continue reading &quot;Domains avaliability checker&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Wed, 12 Mar 2008 22:44:06 +0100</pubDate>
    <guid isPermaLink="false">http://belsky.info/archives/17-guid.html</guid>
    
</item>
<item>
    <title>Postfix + Dovecot SMTP and IMAP on Debian Etch</title>
    <link>http://belsky.info/archives/12-Postfix-+-Dovecot-SMTP-and-IMAP-on-Debian-Etch.html</link>
            <category>Bash</category>
            <category>Linux</category>
    
    <comments>http://belsky.info/archives/12-Postfix-+-Dovecot-SMTP-and-IMAP-on-Debian-Etch.html#comments</comments>
    <wfw:comment>http://belsky.info/wfwcomment.php?cid=12</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://belsky.info/rss.php?version=2.0&amp;type=comments&amp;cid=12</wfw:commentRss>
    

    <author>nospam@example.com (Anatoliy Belsky)</author>
    <content:encoded>
    Yesterday I was configuring the mail server on my hosting. Because I&#039;m mostly doing programming, not administration, I&#039;m writing this  notes which are serving as a simple how to, if I must do it once more in a couple of years.&lt;br /&gt;
&lt;br /&gt;
In spite of the fact I&#039;ve done all on Debian, all the described things schould work on some other Linux distribution as well. First install &lt;a href=&quot;http://www.postfix.org/&quot; title=&quot;Postfix&quot;&gt;Postfix&lt;/a&gt; and &lt;a href=&quot;http://www.dovecot.org/&quot; title=&quot;Dovecot&quot;&gt;Dovecot&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
The configuration will fulfill the following points:&lt;br /&gt;
&lt;ul&gt;&lt;br /&gt;
&lt;li&gt;IMAP over SSL&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;SMTP over SSL (Postfix using Dovecot SASL)&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Multiple domains with virtual users&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Mailing possibility for the local users&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Mailboxes in the Maildir format&lt;/li&gt;&lt;br /&gt;
&lt;/ul&gt;&lt;br /&gt;
 &lt;br /&gt;&lt;a href=&quot;http://belsky.info/archives/12-Postfix-+-Dovecot-SMTP-and-IMAP-on-Debian-Etch.html#extended&quot;&gt;Continue reading &quot;Postfix + Dovecot SMTP and IMAP on Debian Etch&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Sun, 20 Jan 2008 13:53:52 +0100</pubDate>
    <guid isPermaLink="false">http://belsky.info/archives/12-guid.html</guid>
    
</item>
<item>
    <title>Find files with appointed size from command line</title>
    <link>http://belsky.info/archives/8-Find-files-with-appointed-size-from-command-line.html</link>
            <category>Bash</category>
            <category>Linux</category>
    
    <comments>http://belsky.info/archives/8-Find-files-with-appointed-size-from-command-line.html#comments</comments>
    <wfw:comment>http://belsky.info/wfwcomment.php?cid=8</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://belsky.info/rss.php?version=2.0&amp;type=comments&amp;cid=8</wfw:commentRss>
    

    <author>nospam@example.com (Anatoliy Belsky)</author>
    <content:encoded>
    If you have a hosting, you usually have limited disk capacity on it. Some times there are file managers in the hosting control panel, some times not. Here I will explain how to get disk space used, if your hosting control panel has no file manager. | So, each GNU system always has two built-in commands to determine the disk and file space usage. They are &#039;du&#039; and &#039;df&#039;. Because most hostings working with GNU based operating systems like BSD or Linux, we have a right to suppose, that we have ssh login and aforementioned commands available on it. If it&#039;s so on your hosting, read further &lt;br /&gt;&lt;a href=&quot;http://belsky.info/archives/8-Find-files-with-appointed-size-from-command-line.html#extended&quot;&gt;Continue reading &quot;Find files with appointed size from command line&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Sun, 23 Dec 2007 22:23:27 +0100</pubDate>
    <guid isPermaLink="false">http://belsky.info/archives/8-guid.html</guid>
    
</item>
<item>
    <title>Software MIDI synthesizer for SuSE</title>
    <link>http://belsky.info/archives/7-Software-MIDI-synthesizer-for-SuSE.html</link>
            <category>Bash</category>
            <category>Linux</category>
    
    <comments>http://belsky.info/archives/7-Software-MIDI-synthesizer-for-SuSE.html#comments</comments>
    <wfw:comment>http://belsky.info/wfwcomment.php?cid=7</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://belsky.info/rss.php?version=2.0&amp;type=comments&amp;cid=7</wfw:commentRss>
    

    <author>nospam@example.com (Anatoliy Belsky)</author>
    <content:encoded>
    I&#039;m a midi fan, but since I have a soundcard without the ability to load soundfonts in the memory, I looked constantly for a solution, which will make possible to listen midi. And I found &lt;a href=&quot;http://timidity.sourceforge.net/&quot;&gt;timidity&lt;/a&gt;.&lt;br /&gt;
 | So, the ability to listen midi files means at the same time the ability to edit midi files, and that&#039;s exactly what I&#039;m pressing for. I&#039;ve tried to play midi with timidity, and the result exceeded all my expectations. But the first difficulty for me was - not all sounds was on the right place or was missing at all. So first what I needed was a good midi map and soundfonts. First I&#039;ve searched SuSE root tree and found some things under /usr/share/sounds/sf2, but their quality was not sufficiently even for purposes of listening and they was incomplete. Than I&#039;ve found some really good soundfonts there (ftp://ftp.lysator.liu.se/pub/awe32), they have much fewer &quot;gaps&quot; and can be already used, but I don&#039;t know if they are completely GPL friendly. Finally, when I found two solutions - the timidity rpm from Arklinux and freepats (SuSE recommended), that containing all complete midi maps and all the soundfonts needed, I&#039;ve understood how great fits the timidity for midi playing. And now I&#039;ll tell you, how to make a software midi synthesizer with timidity. &lt;br /&gt;&lt;a href=&quot;http://belsky.info/archives/7-Software-MIDI-synthesizer-for-SuSE.html#extended&quot;&gt;Continue reading &quot;Software MIDI synthesizer for SuSE&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Sun, 23 Dec 2007 22:17:41 +0100</pubDate>
    <guid isPermaLink="false">http://belsky.info/archives/7-guid.html</guid>
    
</item>
<item>
    <title>aMule daemon for SuSE</title>
    <link>http://belsky.info/archives/6-aMule-daemon-for-SuSE.html</link>
            <category>Bash</category>
            <category>Linux</category>
    
    <comments>http://belsky.info/archives/6-aMule-daemon-for-SuSE.html#comments</comments>
    <wfw:comment>http://belsky.info/wfwcomment.php?cid=6</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://belsky.info/rss.php?version=2.0&amp;type=comments&amp;cid=6</wfw:commentRss>
    

    <author>nospam@example.com (Anatoliy Belsky)</author>
    <content:encoded>
    &lt;a href=&quot;http://www.amule.org&quot;&gt;aMule&lt;/a&gt;is a very comfortable p2p client. For Linux it has even the daemon &lt;a href=&quot;http://www.amule.org/wiki/index.php/FAQ_amuled&quot;&gt;aMuled&lt;/a&gt; and the text style interface &lt;a href=&quot;http://www.amule.org/wiki/index.php/AMuleCMD&quot;&gt;aMuleCMD&lt;/a&gt;, which means a great solution for the remote control. | First install amule (with yast apt or whatever you use) or download aMule here http://www.amule.org/ and compile it. Don&#039;t forget to create or edit /home/username/.aMule/amule.conf. &lt;br /&gt;&lt;a href=&quot;http://belsky.info/archives/6-aMule-daemon-for-SuSE.html#extended&quot;&gt;Continue reading &quot;aMule daemon for SuSE&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Sun, 23 Dec 2007 21:10:25 +0100</pubDate>
    <guid isPermaLink="false">http://belsky.info/archives/6-guid.html</guid>
    
</item>
<item>
    <title>Many graphic files to one book howto</title>
    <link>http://belsky.info/archives/4-Many-graphic-files-to-one-book-howto.html</link>
            <category>Bash</category>
            <category>Linux</category>
    
    <comments>http://belsky.info/archives/4-Many-graphic-files-to-one-book-howto.html#comments</comments>
    <wfw:comment>http://belsky.info/wfwcomment.php?cid=4</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://belsky.info/rss.php?version=2.0&amp;type=comments&amp;cid=4</wfw:commentRss>
    

    <author>nospam@example.com (Anatoliy Belsky)</author>
    <content:encoded>
    One day I needed to make a big pdf file from many graphic files. There was no simply solution for this and I wrote this little shell script. &lt;br /&gt;
&lt;br /&gt;
There are several programs, that can convert any file to pdf (for example OpenOffice). But if you have 100 separate files and you want to make a one book from them or print them, it&#039;s no so pleasant to do this manually, adding file by file to OpenOffice and then saving as a .pdf or printing. That&#039;s why I&#039;m showing you my solution for this. &lt;br /&gt;&lt;a href=&quot;http://belsky.info/archives/4-Many-graphic-files-to-one-book-howto.html#extended&quot;&gt;Continue reading &quot;Many graphic files to one book howto&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Sun, 23 Dec 2007 20:54:32 +0100</pubDate>
    <guid isPermaLink="false">http://belsky.info/archives/4-guid.html</guid>
    
</item>

</channel>
</rss>