<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
 
 <title>#!/dev/random</title>
 <link href="http://www.hcode.be/atom.xml" rel="self"/>
 <link href="http://www.hcode.be"/>
 <updated>2010-12-03T22:39:54+01:00</updated>
 <id>http://www.hcode.be</id>
 <author>
   <name>Jelle Helsen</name>
   <email>jelle.helsen@hcode.be</email>
 </author>

 
 <entry>
   <title>SSH password guessing (part 2)</title>
   <link href="/2010/12/03/ssh-password-guessing-part2.html"/>
   <updated>2010-12-03T00:00:00+01:00</updated>
   <id>/2010/12/03/ssh-password-guessing-part2</id>
   <content type="html">&lt;p&gt;After disabling password login for ssh I was still seeing password guessing. I&amp;#8217;m confident disabling password login should be sufficient, but I was still not happy with the situation. I&amp;#8217;m...</content>
 </entry>
 
 <entry>
   <title>SSH password guessing</title>
   <link href="/2010/11/29/ssh-password-guessing.html"/>
   <updated>2010-11-29T00:00:00+01:00</updated>
   <id>/2010/11/29/ssh-password-guessing</id>
   <content type="html">&lt;p&gt;This weekend I caught a bot trying to get into my server using ssh. This was what I saw in my log file:&lt;/p&gt; &lt;pre&gt;&lt;code&gt;Nov 24 21:15:53 mini sshd[55670]: error: PAM:...</content>
 </entry>
 
 <entry>
   <title>Printing booklets with pdfjam</title>
   <link href="/2010/10/16/printing-booklets-with-pdfjam.html"/>
   <updated>2010-10-16T00:00:00+02:00</updated>
   <id>/2010/10/16/printing-booklets-with-pdfjam</id>
   <content type="html">&lt;p&gt;Recently I wanted to create a booklet from a pdf I created with &lt;a href=&quot;http://scripts.sil.org/xetex&quot;&gt;XeLaTex&lt;/a&gt; . I found out that &lt;a href=&quot;http://www.tug.org/mactex/&quot;&gt;MacTex&lt;/a&gt; comes with a tool for that. Pdfjam and...</content>
 </entry>
 
 <entry>
   <title>Oh my zsh!!</title>
   <link href="/2010/10/13/oh-my-zsh.html"/>
   <updated>2010-10-13T00:00:00+02:00</updated>
   <id>/2010/10/13/oh-my-zsh</id>
   <content type="html">&lt;p&gt;Since a few months I am using zsh for my day-to-day terminal work instead of bash. If you haven&amp;#8217;t heard of zsh before, be sure to &lt;a href=&quot;http://www.zsh.org&quot;&gt;check it out&lt;/a&gt;....</content>
 </entry>
 
 <entry>
   <title>Best wishes</title>
   <link href="/2009/01/01/best-wishes.html"/>
   <updated>2009-01-01T00:00:00+01:00</updated>
   <id>/2009/01/01/best-wishes</id>
   <content type="html">&lt;p&gt;&lt;span class=&quot;caps&quot;&gt;HCODE&lt;/span&gt; wishes everybody a very healthy and succesful 2009. &lt;br /&gt;
&lt;span class=&quot;caps&quot;&gt;HCODE&lt;/span&gt; wenst iedereen een succesvol en gezond 2009.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Making Mac OS X ipfailover work correctly</title>
   <link href="/2008/08/02/making-mac-os-x-ipfailover-work-correctly.html"/>
   <updated>2008-08-02T00:00:00+02:00</updated>
   <id>/2008/08/02/making-mac-os-x-ipfailover-work-correctly</id>
   <content type="html">IP failover is a wonderful technology. The Mac OS X implementation does have a major problem. &lt;!--more--&gt;When the fallen host comes back online, it will find a duplicate ip address...</content>
 </entry>
 
 <entry>
   <title>Kerberos and load balancing</title>
   <link href="/2008/07/24/kerberos-and-load-balancing.html"/>
   <updated>2008-07-24T00:00:00+02:00</updated>
   <id>/2008/07/24/kerberos-and-load-balancing</id>
   <content type="html">Setting up Kerberos while doing DNS based round robbing load balancing can be a pain. Moreover, DNS round robbing is seriously conflicting with the principles of Kerberos. There is a...</content>
 </entry>
 
 <entry>
   <title>Updated alternative activerecordproxies with a rucola plugin</title>
   <link href="/2008/02/07/updated-alternative-activerecordproxies-with-a-rucola-plugin.html"/>
   <updated>2008-02-07T00:00:00+01:00</updated>
   <id>/2008/02/07/updated-alternative-activerecordproxies-with-a-rucola-plugin</id>
   <content type="html">&lt;p&gt;I have recently updated my alternative activerecordproxy class and created a rucola plugin for it. The name of the class is now &lt;span class=&quot;caps&quot;&gt;HCODE&lt;/span&gt;::AltActiveRecordProxy, but this may change in the...</content>
 </entry>
 
 <entry>
   <title>Simple Rucola console script</title>
   <link href="/2008/01/29/simple-rucola-console-script.html"/>
   <updated>2008-01-29T00:00:00+01:00</updated>
   <id>/2008/01/29/simple-rucola-console-script</id>
   <content type="html">&lt;p&gt;I made a small script to help in debugging rucola projects. It will start an interactive irb session and boot your rucola app in the test environment.I saved it in...</content>
 </entry>
 
 <entry>
   <title>Alternative ActiveRecordProxies</title>
   <link href="/2008/01/25/alternative-activerecordproxies.html"/>
   <updated>2008-01-25T00:00:00+01:00</updated>
   <id>/2008/01/25/alternative-activerecordproxies</id>
   <content type="html">&lt;p&gt;The original ActiveRecordProxies have one very annoying problem. When you change a value on an object, the object is immediately saved to the database. This way you miss the best...</content>
 </entry>
 
 <entry>
   <title>Leopard Kerberos configuration mayhem</title>
   <link href="/2007/12/10/leopard-kerberos-configuration-mayhem.html"/>
   <updated>2007-12-10T00:00:00+01:00</updated>
   <id>/2007/12/10/leopard-kerberos-configuration-mayhem</id>
   <content type="html">&lt;p&gt;Editing the file &lt;code&gt;/Library/Preferences/edu.mit.Kerberos&lt;/code&gt; might not always get you the expected result in Leopard. After editing my kerberos realm with kerberos.app, I didn&amp;#8217;t see the expected changes. After sniffing on...</content>
 </entry>
 
 <entry>
   <title>Open source software on Mac OS X done right</title>
   <link href="/2007/12/09/open-source-software-on-mac-os-x-done-right.html"/>
   <updated>2007-12-09T00:00:00+01:00</updated>
   <id>/2007/12/09/open-source-software-on-mac-os-x-done-right</id>
   <content type="html">&lt;p&gt;Installing open source software on Mac OS X can be a pain in the ass. Now there is an alternative to &lt;a href=&quot;http://www.finkproject.org/&quot;&gt;Fink&lt;/a&gt; or &lt;a href=&quot;http://www.macports.org/&quot;&gt;MacPorts&lt;/a&gt;. The &lt;a href=&quot;http://www.rudix.org/&quot;&gt;Rudix&lt;/a&gt; project...</content>
 </entry>
 
 
</feed>
