<?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:creativeCommons="http://backend.userland.com/creativeCommonsRssModule">
<channel>
    
    <title>Just my Blog - Snow</title>
    <link>http://blog.adslweb.net/serendipity/</link>
    <description>SELECT * FROM users WHERE clue &gt; 0</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.5.5 - http://www.s9y.org/</generator>
    <pubDate>Fri, 31 Oct 2008 18:49:06 GMT</pubDate>

    <image>
        <url>http://blog.adslweb.net/serendipity/templates/competition/img/s9y_banner_small.png</url>
        <title>RSS: Just my Blog - Snow - SELECT * FROM users WHERE clue &gt; 0</title>
        <link>http://blog.adslweb.net/serendipity/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Passed - RH423 Red Hat Enterprise Directory Services and Authentication</title>
    <link>http://blog.adslweb.net/serendipity/article/251/Passed-RH423-Red-Hat-Enterprise-Directory-Services-and-Authentication</link>
            <category>Linux/Unix/BSD</category>
            <category>Snow</category>
            <category>System Op stuff</category>
            <category>Work</category>
    
    <comments>http://blog.adslweb.net/serendipity/article/251/Passed-RH423-Red-Hat-Enterprise-Directory-Services-and-Authentication#comments</comments>
    <wfw:comment>http://blog.adslweb.net/serendipity/wfwcomment.php?cid=251</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.adslweb.net/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=251</wfw:commentRss>
    

    <author>nospam@example.com (Pieter de Rijk)</author>
    <content:encoded>
    &lt;p&gt;This week I had the &amp;quot;&lt;a href=&quot;http://www.europe.redhat.com/training/course/RH423&quot; target=&quot;_blank&quot;&gt;Red Hat Enterprise Directory Services and Authentication&lt;/a&gt;&amp;quot; course and exam in Amsterdam.&lt;/p&gt;&lt;p&gt;In the course we had some very nice stuff, like &lt;a href=&quot;http://www.europe.redhat.com/products/infrastructure/directory_server/&quot; target=&quot;_blank&quot;&gt;Red Hat DS&lt;/a&gt; and at the end &lt;a href=&quot;http://www.europe.redhat.com/promo/ipa/&quot; target=&quot;_blank&quot;&gt;Red Hat Enterprise IPA&lt;/a&gt;... all very cool... but today I had the exam (due to the RedHat NDA I am not allowed to say anything about the exam, so I won&#039;t do it)... but a few hours after the exam I received my results... and I passed the exam &lt;img src=&quot;http://blog.adslweb.net/serendipity/templates/default/img/emoticons/laugh.png&quot; alt=&quot;:-D&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Fri, 31 Oct 2008 19:49:06 +0100</pubDate>
    <guid isPermaLink="false">http://blog.adslweb.net/serendipity/article/251/guid</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>Why is the script slow...</title>
    <link>http://blog.adslweb.net/serendipity/article/248/Why-is-the-script-slow...</link>
            <category>Linux/Unix/BSD</category>
            <category>Snow</category>
            <category>Work</category>
    
    <comments>http://blog.adslweb.net/serendipity/article/248/Why-is-the-script-slow...#comments</comments>
    <wfw:comment>http://blog.adslweb.net/serendipity/wfwcomment.php?cid=248</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.adslweb.net/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=248</wfw:commentRss>
    

    <author>nospam@example.com (Pieter de Rijk)</author>
    <content:encoded>
    &lt;br /&gt;
&lt;p&gt;For a project I am working on migrating UNIX applications to Linux. Most of the scripting work supposed to be done in India, and that is where the issues came in. First you have a developer who knows how to work with M$ Technet and never worked with PERL before (at least 80% of the scripts is written in PERL).&lt;/p&gt;&lt;p&gt;First of all I introduced the user &lt;b&gt;&lt;font face=&quot;courier new,courier,monospace&quot;&gt;Net::LDAP&lt;/font&gt;&lt;/b&gt; within PERL, because they first did a &lt;b&gt;&lt;font face=&quot;courier new,courier,monospace&quot;&gt;ldapsearch&lt;/font&gt;&lt;/b&gt;, put the output into a ASCII file... and with a PERL script they structured the data... and loaded it into a Oracle database... so that was the first improvement.&lt;/p&gt;&lt;p&gt;Next there were several issues, like not good reading or understanding LDAP/PERL at all...&lt;/p&gt;&lt;p&gt;But at a certain moment, they start complaining about the fact that one of the scripts was slow... on the old system the script had a run time of 4 hours... and now it is up to 28 hours(!!!) &lt;img src=&quot;http://blog.adslweb.net/serendipity/templates/default/img/emoticons/sad.png&quot; alt=&quot;:-(&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; So they requested me to investigate this.&lt;/p&gt;&lt;p&gt;First I found a &#039;main&#039; kornshell script doing the next thing:&lt;/p&gt;&lt;hr width=&quot;100%&quot; size=&quot;2&quot; /&gt;&lt;p&gt;&lt;font face=&quot;courier new,courier,monospace&quot;&gt;for VAR in a b d e f g i j k m n o p q r s t u v w x y z&lt;br /&gt;do&lt;br /&gt;Â Â  for NAME in &amp;quot;&#039;&amp;quot; a b c d e f g h i j k l m n o p q r s t u v w x y z&lt;br /&gt;Â Â  do&lt;br /&gt;Â Â Â Â  ldap_script.pl $NAME $VAR&lt;br /&gt;Â Â  done&lt;br /&gt;done&lt;/font&gt;&lt;/p&gt;&lt;hr width=&quot;100%&quot; size=&quot;2&quot; /&gt;&lt;p&gt;The content of the ldap_script.pl was something like:&lt;/p&gt;&lt;hr width=&quot;100%&quot; size=&quot;2&quot; /&gt;&lt;p&gt;&lt;font face=&quot;courier new,courier,monospace&quot;&gt;#!/usr/bin/perl&lt;br /&gt;use Net::LDAP;&lt;br /&gt;$ldap = Net::LDAP-&amp;gt;new($LDAP_SERVER);&lt;br /&gt;$ldap-&amp;gt;bind($LDAP_DN, password=&amp;gt;$LDAP_PASSWD) or die &amp;quot;Cannot connect&amp;quot;;&lt;br /&gt;$LDAP_FILTER=&amp;quot;(&amp;amp;(sn=$ARGV[0]*)(OfficeName=$ARGV[1]*))&amp;quot;;&lt;br /&gt;$mesg = $ldap-&amp;gt;search(base=&amp;gt;$LDAP_BASE,&lt;br /&gt;Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â                           filter=&amp;gt;$LDAP_FILTER,&lt;br /&gt;Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  ) or die &amp;quot;Cannot connect&amp;quot;;&lt;br /&gt;push(@ENTRIES,$mesg-&amp;gt;entries);&lt;br /&gt;$ldap-&amp;gt;unbind;&lt;/font&gt;&lt;/p&gt;&lt;hr width=&quot;100%&quot; size=&quot;2&quot; /&gt;&lt;p&gt;I thought that this costs a lot... loading PERL script, connecting to server, binding to it... et cetera... &lt;img src=&quot;http://blog.adslweb.net/serendipity/templates/default/img/emoticons/sad.png&quot; alt=&quot;:-(&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; And this was done in the original script &amp;gt; 2000 times &lt;img src=&quot;http://blog.adslweb.net/serendipity/templates/default/img/emoticons/normal.png&quot; alt=&quot;:-|&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;/p&gt;&lt;p&gt;So... I removed the loop out of the mainscript... and implemented it into the PERL-script, like this:&lt;/p&gt;&lt;p /&gt;&lt;hr width=&quot;100%&quot; size=&quot;2&quot; /&gt;&lt;font face=&quot;courier new,courier,monospace&quot;&gt;#!/usr/bin/perl&lt;br /&gt;&lt;br /&gt;
use Net::LDAP;&lt;br /&gt;&lt;br /&gt;
$ldap = Net::LDAP-&amp;gt;new($LDAP_SERVER);&lt;br /&gt;@LOOP=(&amp;quot;a&amp;quot;,&amp;quot;b&amp;quot;,&amp;quot;c&amp;quot;,&amp;quot;d&amp;quot;,&amp;quot;e&amp;quot;,&amp;quot;f&amp;quot;,&amp;quot;g&amp;quot;,&amp;quot;h&amp;quot;,&amp;quot;i&amp;quot;,&amp;quot;j&amp;quot;,&amp;quot;k&amp;quot;,&amp;quot;l&amp;quot;,&amp;quot;m&amp;quot;,&amp;quot;n&amp;quot;,&amp;quot;o&amp;quot;,&lt;br /&gt;Â Â Â Â Â Â  &amp;quot;p&amp;quot;,&amp;quot;q&amp;quot;,&amp;quot;r&amp;quot;,&amp;quot;s&amp;quot;,&amp;quot;t&amp;quot;,&amp;quot;u&amp;quot;,&amp;quot;v&amp;quot;,&amp;quot;w&amp;quot;,&amp;quot;x&amp;quot;,&amp;quot;y&amp;quot;,&amp;quot;z&amp;quot;, &amp;quot;&#039;&amp;quot;);&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;
$ldap-&amp;gt;bind($LDAP_DN, password=&amp;gt;$LDAP_PASSWD) or die &amp;quot;Cannot connect&amp;quot;;&lt;br /&gt;&lt;br /&gt;foreach $LOOP1 (@LOOP)&lt;br /&gt;{&lt;br /&gt;Â  foreach $LOOP2 (@LOOP)&lt;br /&gt;Â  {&lt;br /&gt;Â Â Â Â     &lt;/font&gt;&lt;font face=&quot;courier new,courier,monospace&quot;&gt;$LDAP_FILTER=&amp;quot;(&amp;amp;(sn=$LOOP1*)(OfficeName=$LOOP2*))&amp;quot;;&lt;/font&gt;&lt;br /&gt;&lt;font face=&quot;courier new,courier,monospace&quot;&gt;Â Â Â Â  $mesg = $ldap-&amp;gt;search(base=&amp;gt;$LDAP_BASE,&lt;br /&gt;Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  filter=&amp;gt;$LDAP_FILTER,&lt;br /&gt;Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  ) or die &amp;quot;Cannot connect&amp;quot;;&lt;br /&gt;Â Â Â Â  push(@ENTRIES,$mesg-&amp;gt;entries);&lt;br /&gt;Â  }&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;
$ldap-&amp;gt;unbind;&lt;/font&gt;&lt;font face=&quot;courier new,courier,monospace&quot;&gt;&lt;/font&gt;&lt;hr width=&quot;100%&quot; size=&quot;2&quot; /&gt;&lt;p&gt;&lt;font face=&quot;courier new,courier,monospace&quot;&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;And this runs within 3 hours!!! And it is flying! &lt;img src=&quot;http://blog.adslweb.net/serendipity/templates/default/img/emoticons/laugh.png&quot; alt=&quot;:-D&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;/p&gt;&lt;p&gt;There can be done more performance tuning... but that will be another project!&lt;font face=&quot;courier new,courier,monospace&quot;&gt;&lt;/font&gt;&lt;/p&gt;&lt;p /&gt;&lt;p /&gt;&lt;p /&gt;&lt;p&gt;&lt;font face=&quot;courier new,courier,monospace&quot;&gt;&lt;/font&gt;&lt;/p&gt;&lt;p /&gt;&lt;p&gt;&lt;font face=&quot;courier new,courier,monospace&quot;&gt;&lt;/font&gt;&lt;/p&gt;&lt;p /&gt; 
    </content:encoded>

    <pubDate>Tue, 08 Jul 2008 14:32:51 +0200</pubDate>
    <guid isPermaLink="false">http://blog.adslweb.net/serendipity/article/248/guid</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>Calendar integration with Thunderbird</title>
    <link>http://blog.adslweb.net/serendipity/article/245/Calendar-integration-with-Thunderbird</link>
            <category>Linux/Unix/BSD</category>
            <category>Snow</category>
            <category>System Op stuff</category>
            <category>Work</category>
    
    <comments>http://blog.adslweb.net/serendipity/article/245/Calendar-integration-with-Thunderbird#comments</comments>
    <wfw:comment>http://blog.adslweb.net/serendipity/wfwcomment.php?cid=245</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.adslweb.net/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=245</wfw:commentRss>
    

    <author>nospam@example.com (Pieter de Rijk)</author>
    <content:encoded>
    &lt;p&gt;&lt;i&gt;&lt;b&gt;&lt;font color=&quot;#ff0000&quot;&gt;NOTE: Some of the software is very experimental!!! I had some issues that my .ics was totally removed when I added a new &#039;task&#039; via lightning, please make a backup of your ics file!&lt;/font&gt;&lt;/b&gt;&lt;/i&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;
Some while ago I wrote a small article about &lt;a href=&quot;http://blog.adslweb.net/serendipity/article/226/WebDAV-and-Calendar-files&quot;&gt;WebDAV and Calendar files&lt;/a&gt;. Until so far no results on reading the files into my Nokia &lt;img src=&quot;http://blog.adslweb.net/serendipity/templates/default/img/emoticons/cry.png&quot; alt=&quot;:&#039;(&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; , but... I found an extension for thunderbird to handle meeting-requests from Outlook clients &lt;img src=&quot;http://blog.adslweb.net/serendipity/templates/default/img/emoticons/laugh.png&quot; alt=&quot;:-D&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;/p&gt;&lt;p align=&quot;baseline&quot;&gt;You can find information on the &lt;a target=&quot;_blank&quot; href=&quot;http://www.mozilla.org/projects/calendar/lightning/&quot;&gt;project website of &#039;lightning&#039;&lt;/a&gt;. To configure your webdav, you need to click on the calendar button&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://www.xs4all.nl/~paderijk/pics/lightning-calendar.png&quot; /&gt;&lt;/p&gt;&lt;p align=&quot;baseline&quot;&gt;Click in the left pane with the right button en select &#039;New Calendar&#039;, now you can use the wizard to select your calendar.&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://www.xs4all.nl/~paderijk/pics/lightning-new-cal.png&quot; /&gt;&lt;/p&gt;&lt;p /&gt;&lt;p align=&quot;baseline&quot;&gt;And now let the invitations come...&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://www.xs4all.nl/~paderijk/pics/lightning-meeting.png&quot; /&gt;&lt;/p&gt;&lt;p /&gt;&lt;p&gt;&lt;br /&gt;
&lt;/p&gt; 
    </content:encoded>

    <pubDate>Wed, 23 Apr 2008 15:14:23 +0200</pubDate>
    <guid isPermaLink="false">http://blog.adslweb.net/serendipity/article/245/guid</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>Sendmail with TLS and User-authentication</title>
    <link>http://blog.adslweb.net/serendipity/article/242/Sendmail-with-TLS-and-User-authentication</link>
            <category>Linux/Unix/BSD</category>
            <category>Security</category>
            <category>Snow</category>
            <category>System Op stuff</category>
    
    <comments>http://blog.adslweb.net/serendipity/article/242/Sendmail-with-TLS-and-User-authentication#comments</comments>
    <wfw:comment>http://blog.adslweb.net/serendipity/wfwcomment.php?cid=242</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.adslweb.net/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=242</wfw:commentRss>
    

    <author>nospam@example.com (Pieter de Rijk)</author>
    <content:encoded>
    &lt;br /&gt;
&lt;p&gt;Yesterday evening I completed for 50% an entry from my wish-list regarding my servers. On the backup-MTA I now have TLS and authenication enabled on Sendmail &lt;img src=&quot;http://blog.adslweb.net/serendipity/templates/default/img/emoticons/laugh.png&quot; alt=&quot;:-D&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;/p&gt;&lt;p&gt;I wanted to have this enabled, because from my laptop I often setup an SSH-tunnel, but on other devices it wasn&#039;t really possible &lt;img src=&quot;http://blog.adslweb.net/serendipity/templates/default/img/emoticons/sad.png&quot; alt=&quot;:-(&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;/p&gt;&lt;p&gt;After some Google-ing I found &lt;a href=&quot;http://www.technoids.org/starttlstut.html&quot; target=&quot;_blank&quot;&gt;this page&lt;/a&gt; which was really helpfull in setting the stuff up on sendmail. The next step is to use TLS between the MTA&#039;s I own and TLS between other parties who provide TLS on their MTA.&lt;/p&gt;&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Fri, 28 Mar 2008 19:25:06 +0100</pubDate>
    <guid isPermaLink="false">http://blog.adslweb.net/serendipity/article/242/guid</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>Did pass ITIL, LPIC201 and LPIC202</title>
    <link>http://blog.adslweb.net/serendipity/article/240/Did-pass-ITIL,-LPIC201-and-LPIC202</link>
            <category>Linux/Unix/BSD</category>
            <category>Snow</category>
            <category>System Op stuff</category>
            <category>Work</category>
    
    <comments>http://blog.adslweb.net/serendipity/article/240/Did-pass-ITIL,-LPIC201-and-LPIC202#comments</comments>
    <wfw:comment>http://blog.adslweb.net/serendipity/wfwcomment.php?cid=240</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.adslweb.net/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=240</wfw:commentRss>
    

    <author>nospam@example.com (Pieter de Rijk)</author>
    <content:encoded>
    &lt;br /&gt;
As I wrote before, I did pass &lt;a href=&quot;http://blog.adslweb.net/serendipity/article/227/Passed-RHCE-Exam-with-100-points-of-the-100&quot;&gt;RHCE&lt;/a&gt;, &lt;a href=&quot;http://blog.adslweb.net/serendipity/article/217/Almost-RHCE...&quot;&gt;RHCT&lt;/a&gt; and &lt;a href=&quot;http://blog.adslweb.net/serendipity/article/223/Passed-LPIC-1-exam&quot;&gt;LPIC1&lt;/a&gt;. After a few weeks of study I also passed LPIC2 and ITIL &lt;img src=&quot;http://blog.adslweb.net/serendipity/templates/default/img/emoticons/tongue.png&quot; alt=&quot;:-P&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;p&gt;The results for ITIL:&lt;/p&gt;&lt;hr width=&quot;100%&quot; size=&quot;2&quot; /&gt;&lt;p&gt;&lt;font face=&quot;courier new,courier,monospace&quot;&gt;Passing score: 65&lt;br /&gt;Your score...: 67&lt;br /&gt;Grade........: PASSED&lt;br /&gt;&lt;br /&gt;Section Title                                                                                Â Â Â  Â Â Â  Â Â Â  Â Â Â  Â Â Â  Â Â Â Â  Score&lt;br /&gt;--------------------------------------     -----&lt;br /&gt;General                                                                                                        Â Â Â  Â Â Â  Â Â Â  Â Â Â  Â Â Â  Â Â Â  Â Â Â  Â Â Â  66&lt;br /&gt;Service Desk                                                                                         Â Â Â  Â Â Â  Â Â Â  Â Â Â  Â Â Â  Â Â Â  Â Â  66&lt;br /&gt;Incident Management                                                                    Â Â Â  Â Â Â  Â Â Â  Â Â Â  Â Â Â  25&lt;br /&gt;Problem Management                                                                       Â Â Â  Â Â Â  Â Â Â  Â Â Â  Â Â Â Â  80&lt;br /&gt;Change Management                                                                          Â Â Â  Â Â Â  Â Â Â  Â Â Â  Â Â Â  Â  80&lt;br /&gt;Configuration Management                                                     Â Â Â  Â Â Â  Â Â Â  Â Â  75&lt;br /&gt;Release Management                                                                    Â Â Â  Â Â Â  Â Â Â  Â Â Â  Â Â Â  100&lt;br /&gt;Service Level Management                                                     Â Â Â  Â Â Â  Â Â Â  Â Â  66&lt;br /&gt;Availability Management                                                           Â Â Â  Â Â Â  Â Â Â  Â Â Â Â  0&lt;br /&gt;Capacity Management                                                                    Â Â Â  Â Â Â  Â Â Â  Â Â Â  Â Â Â  50&lt;br /&gt;IT Service Continuity Management                          Â Â Â Â Â  100&lt;br /&gt;Financial Management for IT Services              Â  100&lt;br /&gt;Other ITIL Topics                                                                       Â Â Â  Â Â Â  Â Â Â  Â Â Â  Â Â Â Â  100&lt;br /&gt;Relationships                                                                                      Â Â Â  Â Â Â  Â Â Â  Â Â Â  Â Â Â  Â Â Â  Â  50&lt;/font&gt;&lt;/p&gt;&lt;hr width=&quot;100%&quot; size=&quot;2&quot; /&gt;During the exam I start mixing up &#039;Availability management&#039;  and &#039;IT Service Continuity Management&#039;, which resulted into a score of 0 for Availability management &lt;img src=&quot;http://blog.adslweb.net/serendipity/templates/default/img/emoticons/normal.png&quot; alt=&quot;:-|&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;p&gt;But I also passed LPIC 201 en LPIC 202.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;a href=&quot;http://www.lpi.org/en/lpi/english/certification/the_lpic_program/exam_201_detailed_objectives&quot; target=&quot;_blank&quot;&gt;LPIC 201&lt;/a&gt; results:&lt;/p&gt;&lt;hr width=&quot;100%&quot; size=&quot;2&quot; /&gt;&lt;font face=&quot;courier new,courier,monospace&quot;&gt;Required score: 500&lt;/font&gt;&lt;br /&gt;&lt;font face=&quot;courier new,courier,monospace&quot;&gt;Your score....: 750&lt;br /&gt;Status........: PASS&lt;/font&gt;&lt;p&gt;&lt;font face=&quot;courier new,courier,monospace&quot;&gt;Section                                                             Â Â Â  Â Â Â  Â Â Â  Â Â Â  Â Â Â  Â Â Â  Â Â Â Â  Percent Correct&lt;br /&gt;------------------------------------    ---------------&lt;br /&gt;Linux Kernel                                                                      Â Â Â  Â Â Â  Â Â Â  Â Â Â  Â Â Â  Â Â Â  Â Â Â Â Â  90%&lt;br /&gt;System startup                                                                 Â Â Â  Â Â Â  Â Â Â  Â Â Â  Â Â Â  Â Â Â  Â Â Â  87%&lt;br /&gt;Filesystem                                                                       Â Â Â  Â Â Â  Â Â Â  Â Â Â  Â Â Â  Â Â Â  Â Â Â Â Â Â  100%&lt;br /&gt;Hardware                                                                              Â Â Â  Â Â Â  Â Â Â  Â Â Â  Â Â Â  Â Â Â  Â Â Â  Â Â Â Â Â  75%&lt;br /&gt;File and Service Sharing                                         Â Â Â  Â Â Â  Â Â Â  Â Â Â Â Â  87%&lt;br /&gt;System Maintenance                                                       Â Â Â  Â Â Â  Â Â Â  Â Â Â  Â Â Â  Â Â Â  83%&lt;br /&gt;System Customization &amp;amp; Automation                   Â Â Â  Â Â Â Â  66%&lt;br /&gt;Troubleshooting                          Â Â Â  Â Â Â  Â Â Â  Â Â Â  Â Â Â  Â Â Â  Â Â  50%&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face=&quot;courier new,courier,monospace&quot;&gt;&lt;/font&gt;&lt;/p&gt;&lt;hr width=&quot;100%&quot; size=&quot;2&quot; /&gt;&lt;p&gt;&lt;a href=&quot;http://www.lpi.org/en/lpi/english/certification/the_lpic_program/exam_202_detailed_objectives&quot; target=&quot;_blank&quot;&gt;LPIC 202&lt;/a&gt; results:&lt;/p&gt;&lt;hr width=&quot;100%&quot; size=&quot;2&quot; /&gt;&lt;p&gt;&lt;font face=&quot;courier new,courier,monospace&quot;&gt;Required score: 500&lt;br /&gt;Your score....: 740&lt;br /&gt;Status........: PASS&lt;br /&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face=&quot;courier new,courier,monospace&quot;&gt;Section                                Â Â Â  Â Â Â  Â Â Â  Â Â Â  Â Â Â  Â Â Â  Â Â Â Â  Percent Correct&lt;br /&gt;&lt;br /&gt;
------------------------------------    ---------------&lt;br /&gt;Networking configuration                                        Â Â Â  Â Â Â  Â Â Â  Â Â Â  85%&lt;br /&gt;Mail &amp;amp; News                                                                       Â Â Â  Â Â Â  Â Â Â  Â Â Â  Â Â Â  Â Â Â  Â Â Â Â  92%&lt;br /&gt;DNS                                                                                          Â Â Â  Â Â Â  Â Â Â  Â Â Â  Â Â Â  Â Â Â  Â Â Â  Â Â Â  Â Â Â Â  80%&lt;br /&gt;Web Services                                                                   Â Â Â  Â Â Â  Â Â Â  Â Â Â  Â Â Â  Â Â Â  Â Â  100%&lt;br /&gt;Network Client Management                                      Â Â Â  Â Â Â  Â Â Â  Â Â  66%&lt;br /&gt;System Security                                                              Â Â Â  Â Â Â  Â Â Â  Â Â Â  Â Â Â  Â Â Â Â  80%&lt;br /&gt;Network Troubleshooting                                         Â Â Â  Â Â Â  Â Â Â  Â Â Â  100%&lt;/font&gt;&lt;/p&gt;&lt;hr width=&quot;100%&quot; size=&quot;2&quot; /&gt;&lt;p&gt;&lt;font face=&quot;courier new,courier,monospace&quot;&gt;&lt;/font&gt;&lt;/p&gt;&lt;br /&gt;&lt;p /&gt;&lt;p /&gt;&lt;p&gt;&lt;font face=&quot;courier new,courier,monospace&quot;&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;
&lt;/p&gt; 
    </content:encoded>

    <pubDate>Fri, 21 Mar 2008 14:17:31 +0100</pubDate>
    <guid isPermaLink="false">http://blog.adslweb.net/serendipity/article/240/guid</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>Import PEM certificate into a x509 file for nokia.</title>
    <link>http://blog.adslweb.net/serendipity/article/238/Import-PEM-certificate-into-a-x509-file-for-nokia.</link>
            <category>Linux/Unix/BSD</category>
            <category>Snow</category>
            <category>System Op stuff</category>
    
    <comments>http://blog.adslweb.net/serendipity/article/238/Import-PEM-certificate-into-a-x509-file-for-nokia.#comments</comments>
    <wfw:comment>http://blog.adslweb.net/serendipity/wfwcomment.php?cid=238</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.adslweb.net/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=238</wfw:commentRss>
    

    <author>nospam@example.com (Pieter de Rijk)</author>
    <content:encoded>
    &lt;br /&gt;
&lt;p&gt;I have a Nokia N80ie, and use it the fetch my e-mail on it. On my server I use a self-signed certificate, which is not known by the Nokia, so everytime I have to permit access &lt;img src=&quot;http://blog.adslweb.net/serendipity/templates/default/img/emoticons/sad.png&quot; alt=&quot;:-(&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;/p&gt;&lt;p&gt;So the first step is to fetch public certificate with openssl:&lt;/p&gt;&lt;p&gt;&lt;font face=&quot;courier new,courier,monospace&quot;&gt;$ &lt;b&gt;openssl s_client -showcerts -connect ssl-host:443&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;&lt;font face=&quot;courier new,courier,monospace&quot;&gt;CONNECTED(00000003)&lt;br /&gt;depth=0 /C=NL/ST=Zuid-Holland/L=Alblasserdam/O=FiWeb Communications/OU=NOC/CN=morpheus.adslweb.net/emailAddress=dev-null@adslweb.net&lt;br /&gt;verify error:num=18:self signed certificate&lt;br /&gt;verify return:1&lt;br /&gt;depth=0 /C=NL/ST=Zuid-Holland/L=Alblasserdam/O=FiWeb Communications/OU=NOC/CN=morpheus.adslweb.net/emailAddress=dev-null@adslweb.net&lt;br /&gt;verify return:1&lt;br /&gt;---&lt;br /&gt;Certificate chain&lt;br /&gt; 0 s:/C=NL/ST=Zuid-Holland/L=Alblasserdam/O=FiWeb Communications/OU=NOC/CN=morpheus.adslweb.net/emailAddress=abuse@adslweb.net&lt;br /&gt;   i:/C=NL/ST=Zuid-Holland/L=Alblasserdam/O=FiWeb Communications/OU=NOC/CN=morpheus.adslweb.net/emailAddress=abuse@adslweb.net&lt;br /&gt;-----BEGIN CERTIFICATE-----&lt;br /&gt;MIIE6zCCA9OgAwIBAgIJAI4bJ/U0bPeqMA0GCSqGSIb3DQEBBAUAMIGpMQswCQYD&lt;br /&gt;VQQGEwJOTDEVMBMGA1UECBMMWnVpZC1Ib2xsYW5kMRUwEwYDVQQHEwxBbGJsYXN&lt;br /&gt;[...snip...]&lt;/font&gt;&lt;p&gt;Next step is to copy out the parts between:&lt;/p&gt;&lt;p&gt;&lt;font face=&quot;courier new,courier,monospace&quot;&gt;-----BEGIN CERTIFICATE-----&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face=&quot;courier new,courier,monospace&quot;&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;end the&lt;/p&gt;&lt;p&gt;&lt;font face=&quot;courier new,courier,monospace&quot;&gt;-----END CERTIFICATE-----&lt;/font&gt;&lt;/p&gt;&lt;p align=&quot;baseline&quot;&gt;blocks (including the header and footer), so you have an ascii-file like this:&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://www.xs4all.nl/~paderijk/pics/pem-certificate.jpg&quot; /&gt;&lt;/p&gt;&lt;p&gt;Now we have to convert the file into a x509 crt file (the filename of the certificate above is example.pem):&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;font face=&quot;courier new,courier,monospace&quot;&gt;$ openssl x509 -in example.pem -inform PEM -out example.crt -outform DER&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Now you have a crt file, you can now use bluetooth to transfer it to your Nokia. Your Nokia will ask you if you want to install the certificate, because it might be not valid.. but you just can continue on installing the certificate.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;
&lt;/p&gt; 
    </content:encoded>

    <pubDate>Fri, 15 Feb 2008 17:11:43 +0100</pubDate>
    <guid isPermaLink="false">http://blog.adslweb.net/serendipity/article/238/guid</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>Maintain config-files using subversion</title>
    <link>http://blog.adslweb.net/serendipity/article/237/Maintain-config-files-using-subversion</link>
            <category>Linux/Unix/BSD</category>
            <category>Snow</category>
            <category>System Op stuff</category>
            <category>Work</category>
    
    <comments>http://blog.adslweb.net/serendipity/article/237/Maintain-config-files-using-subversion#comments</comments>
    <wfw:comment>http://blog.adslweb.net/serendipity/wfwcomment.php?cid=237</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.adslweb.net/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=237</wfw:commentRss>
    

    <author>nospam@example.com (Pieter de Rijk)</author>
    <content:encoded>
    &lt;br /&gt;
&lt;p&gt;Every sysop might recognize this... I changed a config file some while ago...  but what did I change and what is the history of that file. Besides of the changes, I want to have them in a backup &lt;img src=&quot;http://blog.adslweb.net/serendipity/templates/default/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;/p&gt;&lt;p&gt;So I decided to setup a config-file repository, where the servers can commit automaticly their changes using SVN over SSH. I use SSH to have no password prompts but certificates. Only the user &lt;b&gt;&lt;font face=&quot;courier new,courier,monospace&quot;&gt;svn-backup&lt;/font&gt;&lt;/b&gt; can commit files to the repository. On both server I only checked out the repository-part concerning them.&lt;/p&gt;&lt;p&gt;&lt;font face=&quot;courier new,courier,monospace&quot;&gt;[root@tank] svn co \&lt;br /&gt;svn+ssh://svn-backup@svnserver.example.com/repos/config-files/tank \&lt;br /&gt;/usr/data/svn-config&lt;/font&gt;&lt;/p&gt;&lt;p&gt;And in the crontab for the user root, we have the next entry:&lt;/p&gt;&lt;p&gt;&lt;font face=&quot;courier new,courier,monospace&quot;&gt;&lt;/font&gt;&lt;/p&gt;&lt;pre&gt;&lt;font face=&quot;courier new,courier,monospace&quot;&gt;45 &amp;#42; &amp;#42; &amp;#42; &amp;#42;/usr/local/backup/svn-backup.sh&lt;/font&gt;&lt;/pre&gt;&lt;p&gt;And in the svn-backup script we have the next lines:&lt;/p&gt;&lt;hr width=&quot;100%&quot; size=&quot;2&quot; /&gt;&lt;p&gt;&lt;font face=&quot;courier new,courier,monospace&quot;&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face=&quot;courier new,courier,monospace&quot;&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face=&quot;courier new,courier,monospace&quot;&gt;#!/bin/bash&lt;br /&gt;#&lt;br /&gt;# Subversion script to backup configfiles&lt;br /&gt;#&lt;br /&gt;# Written by Pieter de Rijk &amp;lt;pieter -at- de-rijk.com&amp;gt;&lt;br /&gt;&lt;br /&gt;SVN_BACKUP_PATH=&amp;quot;/usr/local/svn-backup&amp;quot;&lt;br /&gt;&lt;br /&gt;cp -R /usr/local/etc/&lt;strong&gt; $SVN_BACKUP_PATH/usr/local/etc/ &amp;gt; /dev/null 2&amp;gt; /dev/null&lt;br /&gt;cp -R /etc/&lt;/strong&gt; $SVN_BACKUP_PATH/etc/ &amp;gt; /dev/null 2&amp;gt; /dev/null&lt;br /&gt;rm -rf $SVN_BACKUP_PATH/usr/local/etc/squid/errors&lt;br /&gt;rm -rf $SVN_BACKUP_PATH/usr/local/etc/squid/icons/*.jpg&lt;br /&gt;rm -rf $SVN_BACKUP_PATH/usr/local/etc/squid/icons/*.gif&lt;br /&gt;cd $SVN_BACKUP_PATH \&lt;br /&gt;  /usr/local/bin/svn up &amp;gt; /dev/null 2&amp;gt; /dev/null&lt;br /&gt;for files in &amp;quot;`/usr/local/bin/svn status $SVN_BACKUP_PATH | grep ^\?`&amp;quot;;&lt;br /&gt;do&lt;br /&gt;Â Â         ADD_FILE=`echo $files | awk &#039;{ print $2 }&#039;`&lt;br /&gt;Â Â         if [ ! -z $ADD_FILE ];&lt;br /&gt;Â Â         then&lt;br /&gt;Â Â Â Â                 /usr/local/bin/svn add $ADD_FILE&lt;br /&gt;Â Â         fi&lt;br /&gt;done&lt;br /&gt;/usr/local/bin/svn commit -m &amp;quot;[`hostname -s`] Config changes `date`&amp;quot;&lt;/font&gt;&lt;/p&gt;&lt;hr width=&quot;100%&quot; size=&quot;2&quot; /&gt;&lt;p&gt;And when something change I receive a message &lt;img src=&quot;http://blog.adslweb.net/serendipity/templates/default/img/emoticons/tongue.png&quot; alt=&quot;:-P&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;/p&gt;&lt;p&gt;Only users in the wheel group can checkout the repositories, but are not allowed to commit &lt;img src=&quot;http://blog.adslweb.net/serendipity/templates/default/img/emoticons/laugh.png&quot; alt=&quot;:-D&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;/p&gt;&lt;p /&gt;&lt;p&gt;&lt;br /&gt;
&lt;/p&gt; 
    </content:encoded>

    <pubDate>Thu, 07 Feb 2008 19:53:45 +0100</pubDate>
    <guid isPermaLink="false">http://blog.adslweb.net/serendipity/article/237/guid</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>make -j 32 bzImage</title>
    <link>http://blog.adslweb.net/serendipity/article/234/make-j-32-bzImage</link>
            <category>Linux/Unix/BSD</category>
            <category>Snow</category>
            <category>System Op stuff</category>
            <category>Work</category>
    
    <comments>http://blog.adslweb.net/serendipity/article/234/make-j-32-bzImage#comments</comments>
    <wfw:comment>http://blog.adslweb.net/serendipity/wfwcomment.php?cid=234</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.adslweb.net/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=234</wfw:commentRss>
    

    <author>nospam@example.com (Pieter de Rijk)</author>
    <content:encoded>
    &lt;br /&gt;
&lt;p&gt;As I wrote before some vendor promissed me a 16-core machine.... and indeed we received it. Now I have my &#039;toy&#039; placed in the basement. Besides of some trouble putting a modified version of RHEL 4.5 on it, it works fine. At this moment I&#039;ve installed RHEL 4.6 and it works fine. &lt;img src=&quot;http://blog.adslweb.net/serendipity/templates/default/img/emoticons/laugh.png&quot; alt=&quot;:-D&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;/p&gt;&lt;p&gt;But to test the 16-cores I decide to compile a brand new kernel:&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;font face=&quot;courier new,courier,monospace&quot;&gt;[root@cool-system]$  mkdir -p /tmp/kernel-test; cd /tmp/kernel-test/&lt;/font&gt;&lt;/b&gt;&lt;font face=&quot;courier new,courier,monospace&quot;&gt;&lt;br /&gt;&lt;b&gt;[root@cool-system]$  &lt;/b&gt;&lt;/font&gt;&lt;b&gt;&lt;font face=&quot;courier new,courier,monospace&quot;&gt;tar -xjvf ~/downloads/linux-2.6.24.tar.bz2&lt;/font&gt;&lt;/b&gt;&lt;font face=&quot;courier new,courier,monospace&quot;&gt;&lt;br /&gt;&lt;b&gt;[root@cool-system]$ &lt;/b&gt;&lt;/font&gt;&lt;b&gt;&lt;font face=&quot;courier new,courier,monospace&quot;&gt; cd linux-2.6.24&lt;/font&gt;&lt;/b&gt;&lt;font face=&quot;courier new,courier,monospace&quot;&gt;&lt;br /&gt;&lt;b&gt;[root@cool-system]$ &lt;/b&gt;&lt;/font&gt;&lt;b&gt;&lt;font face=&quot;courier new,courier,monospace&quot;&gt; make mrproper&lt;/font&gt;&lt;/b&gt;&lt;font face=&quot;courier new,courier,monospace&quot;&gt;&lt;br /&gt;&lt;b&gt;[root@cool-system]$ &lt;/b&gt;&lt;/font&gt;&lt;b&gt;&lt;font face=&quot;courier new,courier,monospace&quot;&gt; cp /boot/config-2.6.9-67.ELlargesmp ./.config&lt;/font&gt;&lt;/b&gt;&lt;font face=&quot;courier new,courier,monospace&quot;&gt;&lt;br /&gt;&lt;b&gt;[root@cool-system]$ &lt;/b&gt;&lt;/font&gt;&lt;font face=&quot;courier new,courier,monospace&quot;&gt; &lt;b&gt;echo y | make oldconfig&lt;/b&gt;&lt;br /&gt;  HOSTCC  scripts/basic/fixdep&lt;br /&gt;  HOSTCC  scripts/basic/docproc&lt;br /&gt;  HOSTCC  scripts/kconfig/conf.o&lt;br /&gt;&lt;i&gt;[..snip..]&lt;/i&gt;&lt;br /&gt;#&lt;br /&gt;# configuration written to .config&lt;br /&gt;#&lt;/font&gt;&lt;font face=&quot;courier new,courier,monospace&quot;&gt;&lt;br /&gt;&lt;b&gt;[root@cool-system]$ &lt;/b&gt;&lt;/font&gt;&lt;font face=&quot;courier new,courier,monospace&quot;&gt; &lt;b&gt;time make -j 32 bzImage&lt;/b&gt;&lt;br /&gt;scripts/kconfig/conf -s arch/x86/Kconfig&lt;br /&gt;  CHK     include/linux/version.h&lt;br /&gt;  UPD     include/linux/version.h&lt;br /&gt;&lt;i&gt;[..snip..]&lt;/i&gt;&lt;br /&gt;Setup is 11352 bytes (padded to 11776 bytes).&lt;br /&gt;System is 1835 kB&lt;br /&gt;Kernel: arch/x86/boot/bzImage is ready  (#1)&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face=&quot;courier new,courier,monospace&quot;&gt;&lt;br /&gt;real    0m40.887s&lt;br /&gt;user    5m15.688s&lt;br /&gt;sys     2m1.029s&lt;/font&gt;&lt;font face=&quot;courier new,courier,monospace&quot;&gt;&lt;br /&gt;&lt;b&gt;[root@cool-system]$ _&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;&lt;p align=&quot;baseline&quot;&gt;During the compile, all the 16-cores are working hard &lt;img src=&quot;http://blog.adslweb.net/serendipity/templates/default/img/emoticons/wink.png&quot; alt=&quot;;-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;/p&gt;&lt;p align=&quot;center&quot;&gt;&lt;a href=&quot;http://www.xs4all.nl/~paderijk/pics/server-load.gif&quot;&gt;&lt;img src=&quot;http://www.xs4all.nl/~paderijk/pics/server-load-small.gif&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p /&gt; 
    </content:encoded>

    <pubDate>Wed, 30 Jan 2008 19:20:13 +0100</pubDate>
    <guid isPermaLink="false">http://blog.adslweb.net/serendipity/article/234/guid</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>Impact of SSH-tunnels on HTTP-traffic</title>
    <link>http://blog.adslweb.net/serendipity/article/233/Impact-of-SSH-tunnels-on-HTTP-traffic</link>
            <category>Linux/Unix/BSD</category>
            <category>Snow</category>
            <category>System Op stuff</category>
            <category>Work</category>
    
    <comments>http://blog.adslweb.net/serendipity/article/233/Impact-of-SSH-tunnels-on-HTTP-traffic#comments</comments>
    <wfw:comment>http://blog.adslweb.net/serendipity/wfwcomment.php?cid=233</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.adslweb.net/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=233</wfw:commentRss>
    

    <author>nospam@example.com (Pieter de Rijk)</author>
    <content:encoded>
    &lt;br /&gt;
&lt;p&gt;For a project at work, I did some benchmark tests of the impact of SSH-tunnels on HTTP-traffic. And as we should suspect is true, on this test the traffic slows down with a factor 6. &lt;img src=&quot;http://blog.adslweb.net/serendipity/templates/default/img/emoticons/normal.png&quot; alt=&quot;:-|&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; I did this, because some off-shore company out of India came up with some bad results from a benchmark, but they used SSH-tunnels.&lt;/p&gt;&lt;p&gt;So time for some testing... I did 6 types of tests using &lt;a href=&quot;http://httpd.apache.org/docs/2.0/programs/ab.html&quot; target=&quot;_blank&quot;&gt;ApacheBench&lt;/a&gt;:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;10.000 requests with 200 concurrent connections without HTTP-keepalive via direct request to&lt;br /&gt;port 80 on the server&lt;/li&gt;&lt;li&gt;10.000 requests with 200 concurrent connections with HTTP-keepalive via direct request to&lt;br /&gt;port 80 on the server&lt;/li&gt;&lt;li&gt;10.000 requests with 200 concurrent connections without HTTP-keepalive via SSH-tunnel to&lt;br /&gt;port 80 on the server&lt;/li&gt;&lt;li&gt;10.000 requests with 200 concurrent connections with HTTP-keepalive via SSH-tunnel to port&lt;br /&gt;80 on the server&lt;/li&gt;&lt;li&gt;10.000 requests with 200 concurrent connections without HTTP-keepalive via SSH-tunnel with&lt;br /&gt;compression to port 80 on the server&lt;/li&gt;&lt;li&gt;10.000 requests with 200 concurrent connections with HTTP-keepalive via SSH-tunnel with&lt;br /&gt;compression to port 80 on the server&lt;/li&gt;&lt;br /&gt;
&lt;p&gt;For details check the &lt;a href=&quot;http://www.xs4all.nl/~paderijk/pics/benchmarking-ssh-http.pdf&quot; target=&quot;_blank&quot;&gt;report&lt;/a&gt;.&lt;/p&gt;&lt;br /&gt;
&lt;pre face=&quot;courier new,courier,monospace&quot; size=&quot;2&quot;&gt;Phase Short Descr                         # Request/sec  Avg tim per request &lt;br /&gt;===== =================================== ============== ===================&lt;br /&gt;
   01 Direct                                     6323.94            0.158 ms&lt;br /&gt;   02 Direct + Keepalive                         6319.27            0.158 ms&lt;br /&gt;   03 SSH                                        1047.83            0.954 ms&lt;br /&gt;   04 SSH + Keepalive                            1138.74            0.878 ms&lt;br /&gt;   05 SSH + Compression                           824.09            1.213 ms&lt;br /&gt;   06 SSH + Compression + Keepalive              1012.70            0.987 ms&lt;br /&gt;===== =================================== ============== ===================&lt;/pre&gt;&lt;br /&gt;
&lt;p /&gt;&lt;/ol&gt; 
    </content:encoded>

    <pubDate>Tue, 29 Jan 2008 21:37:16 +0100</pubDate>
    <guid isPermaLink="false">http://blog.adslweb.net/serendipity/article/233/guid</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>I thought they gave me a quad quad-core (16 cores) system</title>
    <link>http://blog.adslweb.net/serendipity/article/232/I-thought-they-gave-me-a-quad-quad-core-16-cores-system</link>
            <category>Linux/Unix/BSD</category>
            <category>Snow</category>
            <category>System Op stuff</category>
            <category>Work</category>
    
    <comments>http://blog.adslweb.net/serendipity/article/232/I-thought-they-gave-me-a-quad-quad-core-16-cores-system#comments</comments>
    <wfw:comment>http://blog.adslweb.net/serendipity/wfwcomment.php?cid=232</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.adslweb.net/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=232</wfw:commentRss>
    

    <author>nospam@example.com (Pieter de Rijk)</author>
    <content:encoded>
    &lt;br /&gt;
&lt;p&gt;At work we received from a vendor, as they told us, a quad quad-core (16 cores total) to test our applications &lt;img src=&quot;http://blog.adslweb.net/serendipity/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 we start installing it with RHEL4. And we only saw 8 cores... so we start mailing to the vendor with screenshots... and one of the screenshots was of the boot-session... it was telling us that we have 4 Intel dual-core Xeon MP packages. &lt;img src=&quot;http://blog.adslweb.net/serendipity/templates/default/img/emoticons/normal.png&quot; alt=&quot;:-|&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;/p&gt;But the vendor thought really that it was a quad quad-core, after he had contact with Intel, we found out it were indeed quad dual-cores &lt;img src=&quot;http://blog.adslweb.net/serendipity/templates/default/img/emoticons/sad.png&quot; alt=&quot;:-(&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; The appologize and will sent next week the right CPUs &lt;img src=&quot;http://blog.adslweb.net/serendipity/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 we will play with them &lt;img src=&quot;http://blog.adslweb.net/serendipity/templates/default/img/emoticons/tongue.png&quot; alt=&quot;:-P&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Fri, 25 Jan 2008 16:07:19 +0100</pubDate>
    <guid isPermaLink="false">http://blog.adslweb.net/serendipity/article/232/guid</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>Install IBM servers from a distance</title>
    <link>http://blog.adslweb.net/serendipity/article/231/Install-IBM-servers-from-a-distance</link>
            <category>Snow</category>
            <category>System Op stuff</category>
            <category>Work</category>
    
    <comments>http://blog.adslweb.net/serendipity/article/231/Install-IBM-servers-from-a-distance#comments</comments>
    <wfw:comment>http://blog.adslweb.net/serendipity/wfwcomment.php?cid=231</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.adslweb.net/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=231</wfw:commentRss>
    

    <author>nospam@example.com (Pieter de Rijk)</author>
    <content:encoded>
    &lt;p&gt;At my work, I needed to reinstall a server which is located in a datacenter in Amsterdam and I am located in Rijswijk. But the servers have a managament-interface (RSA 2 of IBM) and the capability to mount a local image to the server &lt;img src=&quot;http://blog.adslweb.net/serendipity/templates/default/img/emoticons/tongue.png&quot; alt=&quot;:-P&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;/p&gt;&lt;p&gt;So I tried... using Firefox but it didn&#039;t work at all.. It didn&#039;t detect the image &lt;img src=&quot;http://blog.adslweb.net/serendipity/templates/default/img/emoticons/sad.png&quot; alt=&quot;:-(&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;/p&gt;&lt;p&gt;After about 1 day a collegue of mine suggested to use &lt;b&gt;MS Internet Explorer&lt;/b&gt;... and guess what... It worked &lt;img src=&quot;http://blog.adslweb.net/serendipity/templates/default/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; So I didn&#039;t had to go to Amsterdam &lt;img src=&quot;http://blog.adslweb.net/serendipity/templates/default/img/emoticons/wink.png&quot; alt=&quot;;-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;/p&gt;&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Fri, 18 Jan 2008 12:55:34 +0100</pubDate>
    <guid isPermaLink="false">http://blog.adslweb.net/serendipity/article/231/guid</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>Passed RHCE Exam with 100 points of the 100</title>
    <link>http://blog.adslweb.net/serendipity/article/227/Passed-RHCE-Exam-with-100-points-of-the-100</link>
            <category>Linux/Unix/BSD</category>
            <category>Snow</category>
            <category>System Op stuff</category>
    
    <comments>http://blog.adslweb.net/serendipity/article/227/Passed-RHCE-Exam-with-100-points-of-the-100#comments</comments>
    <wfw:comment>http://blog.adslweb.net/serendipity/wfwcomment.php?cid=227</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.adslweb.net/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=227</wfw:commentRss>
    

    <author>nospam@example.com (Pieter de Rijk)</author>
    <content:encoded>
    &lt;br /&gt;
&lt;p align=&quot;baseline&quot;&gt;Today, I did the RHCE-exam again. The first time I didn&#039;t pass the RHCE-part, so I became RHCT. Since today I am also RHCE &lt;img src=&quot;http://blog.adslweb.net/serendipity/templates/default/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;/p&gt;&lt;p align=&quot;center&quot;&gt;&lt;img src=&quot;http://www.xs4all.nl/~paderijk/pics/redhat_logo.jpg&quot; /&gt;&lt;/p&gt;&lt;p&gt;My end results:&lt;/p&gt;&lt;hr width=&quot;100%&quot; size=&quot;2&quot; /&gt;&lt;pre&gt;&lt;br /&gt;SECTION I:    TROUBLESHOOTING AND SYSTEM MAINTENANCE&lt;br /&gt;RHCE requirements:  completion of compulsory items (50 points)&lt;br /&gt;                    overall section score of 80 or higher&lt;br /&gt;RHCT requirements:  completion of compulsory items (50 points)&lt;br /&gt;&lt;br /&gt;Compulsory Section I score:                        50.0&lt;br /&gt;Non-compulsory Section I score:                    50.0&lt;br /&gt;Overall Section I score:                           100&lt;br /&gt;&lt;br /&gt;SECTION II:  INSTALLATION AND CONFIGURATION&lt;br /&gt;RHCE requirements: score of 70 or higher on RHCT components (100 points)&lt;br /&gt;                   score of 70 or higher on RHCE components (100 points)&lt;br /&gt;&lt;br /&gt;RHCT requirement:  score of 70 or higher on RHCT components (100 points)&lt;br /&gt;&lt;br /&gt;RHCT components score:                             100.0&lt;br /&gt;RHCE components score:                             100.0&lt;br /&gt;&lt;br /&gt;RHCE Certification:                                PASS&lt;/pre&gt;&lt;hr width=&quot;100%&quot; size=&quot;2&quot; /&gt;&lt;pre /&gt;&lt;p /&gt;&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Fri, 14 Dec 2007 18:07:23 +0100</pubDate>
    <guid isPermaLink="false">http://blog.adslweb.net/serendipity/article/227/guid</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>Passed LPIC-1 exam</title>
    <link>http://blog.adslweb.net/serendipity/article/223/Passed-LPIC-1-exam</link>
            <category>Linux/Unix/BSD</category>
            <category>Snow</category>
    
    <comments>http://blog.adslweb.net/serendipity/article/223/Passed-LPIC-1-exam#comments</comments>
    <wfw:comment>http://blog.adslweb.net/serendipity/wfwcomment.php?cid=223</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.adslweb.net/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=223</wfw:commentRss>
    

    <author>nospam@example.com (Pieter de Rijk)</author>
    <content:encoded>
    &lt;br /&gt;
&lt;p&gt;Today I received an e-mail that I passed the LPIC101 and LPIC102 exams.&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;font face=&quot;arial,helvetica,sans-serif&quot;&gt;The results of LPIC101:&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;&lt;hr width=&quot;100%&quot; size=&quot;2&quot; /&gt;&lt;b&gt;&lt;/b&gt;&lt;pre&gt;Your Score: 660&lt;br /&gt;Required Passing Score: 500&lt;br /&gt;Status: Pass&lt;br /&gt;&lt;br /&gt;Test Section Information&lt;br /&gt;Percent Correct Section&lt;br /&gt;&lt;br /&gt; 50%            Hardware  Architecture&lt;br /&gt;100%            Linux Installation &amp;amp; Package Management&lt;br /&gt; 89%            GNU &amp;amp; Unix Commands&lt;br /&gt; 68%            Devices, Linux Filesystems, Filesystem Hierarchy Standard&lt;br /&gt; 71%            The X Window System&lt;/pre&gt;&lt;hr width=&quot;100%&quot; size=&quot;2&quot; /&gt;&lt;pre&gt;&lt;pre&gt;&lt;b&gt;&lt;font face=&quot;arial,helvetica,sans-serif&quot;&gt;The results of LPIC102:&lt;/font&gt;&lt;/b&gt;&lt;/pre&gt;&lt;hr width=&quot;100%&quot; size=&quot;2&quot; /&gt;&lt;b&gt;&lt;/b&gt;&lt;pre&gt;Your Score: 680&lt;br /&gt;Required Passing Score: 500&lt;br /&gt;Status: Pass&lt;br /&gt;&lt;br /&gt;Test Section Information&lt;br /&gt;Percent Correct Section&lt;br /&gt;&lt;br /&gt;100%            Kernel&lt;br /&gt; 75%            Boot, Initialization, Shutdown and Runlevels&lt;br /&gt; 50%            Printing&lt;br /&gt; 60%            Documentation&lt;br /&gt; 60%            Shells, Scripting, Programming and Compiling&lt;br /&gt;100%            Administrative Tasks&lt;br /&gt; 87%            Networking Fundamentals&lt;br /&gt; 91%            Networking Services&lt;br /&gt;100%            Security&lt;/pre&gt;&lt;hr width=&quot;100%&quot; size=&quot;2&quot; /&gt;&lt;font face=&quot;arial,helvetica,sans-serif&quot;&gt;So I am now &lt;a target=&quot;_blank&quot; href=&quot;http://www.lpi.org/en/lpi/english/certification/the_lpic_program&quot;&gt;LPIC-1&lt;/a&gt; certified!&lt;/font&gt;&lt;br /&gt;&lt;pre&gt;&lt;p /&gt;&lt;p /&gt;&lt;/pre&gt;&lt;/pre&gt; 
    </content:encoded>

    <pubDate>Wed, 21 Nov 2007 15:18:08 +0100</pubDate>
    <guid isPermaLink="false">http://blog.adslweb.net/serendipity/article/223/guid</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>LPIC1 preperations</title>
    <link>http://blog.adslweb.net/serendipity/article/218/LPIC1-preperations</link>
            <category>Linux/Unix/BSD</category>
            <category>Snow</category>
    
    <comments>http://blog.adslweb.net/serendipity/article/218/LPIC1-preperations#comments</comments>
    <wfw:comment>http://blog.adslweb.net/serendipity/wfwcomment.php?cid=218</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.adslweb.net/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=218</wfw:commentRss>
    

    <author>nospam@example.com (Pieter de Rijk)</author>
    <content:encoded>
    &lt;br /&gt;
&lt;p&gt;On the 1st of November I will do the LPIC-101 and LPIC-102 examsn during &#039;Linux World&#039; in Utrecht. So currently I am reading/learning out of a very big book of O&#039;Reilly. &lt;img src=&quot;http://blog.adslweb.net/serendipity/templates/default/img/emoticons/tongue.png&quot; alt=&quot;:-P&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;/p&gt;&lt;p&gt;I am very curious and I hope that I pass the test in one time &lt;img src=&quot;http://blog.adslweb.net/serendipity/templates/default/img/emoticons/tongue.png&quot; alt=&quot;:-P&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; But I will keep you informed &lt;img src=&quot;http://blog.adslweb.net/serendipity/templates/default/img/emoticons/wink.png&quot; alt=&quot;;-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;/p&gt;&lt;p /&gt; 
    </content:encoded>

    <pubDate>Mon, 15 Oct 2007 09:43:07 +0200</pubDate>
    <guid isPermaLink="false">http://blog.adslweb.net/serendipity/article/218/guid</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>Almost RHCE...</title>
    <link>http://blog.adslweb.net/serendipity/article/217/Almost-RHCE...</link>
            <category>Linux/Unix/BSD</category>
            <category>Snow</category>
    
    <comments>http://blog.adslweb.net/serendipity/article/217/Almost-RHCE...#comments</comments>
    <wfw:comment>http://blog.adslweb.net/serendipity/wfwcomment.php?cid=217</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.adslweb.net/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=217</wfw:commentRss>
    

    <author>nospam@example.com (Pieter de Rijk)</author>
    <content:encoded>
    &lt;br /&gt;
&lt;p align=&quot;center&quot;&gt;&lt;img src=&quot;http://www.xs4all.nl/~paderijk/pics/redhat_logo.jpg&quot; /&gt;&lt;/p&gt;&lt;p&gt;Previous week I had the  &lt;a href=&quot;https://www.redhat.com/training/rhce/courses/&quot; target=&quot;_blank&quot;&gt;RHCE Rapid Course&lt;/a&gt;... I passed the RHCT exam (100/100 points), but didn&#039;t pass the RHCE exam (needed 70 points... had 67.9).&lt;/p&gt;&lt;p&gt;So I requested to do the exam again asap... And I know what I did wrong, but I am not allowed to tell you anything about the exam &lt;img src=&quot;http://blog.adslweb.net/serendipity/templates/default/img/emoticons/sad.png&quot; alt=&quot;:-(&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;/p&gt;&lt;p&gt;Within a few weeks I also gonna do the &lt;a href=&quot;http://www.lpi.org/en/lpi/english/certification/the_lpic_program/exam_101_detailed_objectives&quot; target=&quot;_blank&quot;&gt;LPIC101&lt;/a&gt; and &lt;a href=&quot;http://www.lpi.org/en/lpi/english/certification/the_lpic_program/exam_102_detailed_objectives&quot; target=&quot;_blank&quot;&gt;LPIC102&lt;/a&gt;, still left are &lt;a href=&quot;http://www.lpi.org/en/lpi/english/certification/the_lpic_program/exam_102_detailed_objectives&quot; target=&quot;_blank&quot;&gt;LPIC201&lt;/a&gt;, &lt;a href=&quot;http://www.lpi.org/en/lpi/english/certification/the_lpic_program/exam_202_detailed_objectives&quot; target=&quot;_blank&quot;&gt;LPIC 202&lt;/a&gt; and ITIL. After this, I will be on (still this year) level-4 of the &lt;a href=&quot;http://www.snow.nl&quot; target=&quot;_blank&quot;&gt;Snow&lt;/a&gt; certification level.&lt;/p&gt;&lt;p /&gt; 
    </content:encoded>

    <pubDate>Mon, 08 Oct 2007 12:28:55 +0200</pubDate>
    <guid isPermaLink="false">http://blog.adslweb.net/serendipity/article/217/guid</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>

</channel>
</rss>
