<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Jonathan Arbib</title>
	<atom:link href="http://arbib.it/feed/" rel="self" type="application/rss+xml" />
	<link>http://arbib.it</link>
	<description>A bit of my work, life, and experiences.</description>
	<lastBuildDate>Wed, 18 Aug 2010 17:45:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>PTY allocation request failed on channel 0</title>
		<link>http://arbib.it/2010/08/13/pty-allocation-request-failed-on-channel-0/</link>
		<comments>http://arbib.it/2010/08/13/pty-allocation-request-failed-on-channel-0/#comments</comments>
		<pubDate>Fri, 13 Aug 2010 19:07:33 +0000</pubDate>
		<dc:creator>ac3bf1</dc:creator>
				<category><![CDATA[Tech Junk]]></category>

		<guid isPermaLink="false">http://arbib.it/?p=752</guid>
		<description><![CDATA[When installing a new virtual machine (Lenny) you may get this error: PTY allocation request failed on channel 0 stdin: is not a tty To fix this do the following: Add the following line to /etc/fstab (in the domU): none /dev/pts devpts defaults 0 0 Then run: mkdir /dev/pts mount /dev/pts Enjoy!]]></description>
			<content:encoded><![CDATA[<p>When installing a new virtual machine (Lenny) you may get this error:</p>
<pre>PTY allocation request failed on channel 0

stdin: is not a tty</pre>
<p>To fix this do the following:</p>
<p>Add the following line to /etc/fstab (in the domU):</p>
<p>none            /dev/pts      devpts    defaults        0   0</p>
<p>Then run:</p>
<pre>mkdir /dev/pts
mount /dev/pts</pre>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://arbib.it/2010/08/13/pty-allocation-request-failed-on-channel-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to flush DNS cache os x</title>
		<link>http://arbib.it/2010/08/06/how-to-flush-dns-cache-os-x/</link>
		<comments>http://arbib.it/2010/08/06/how-to-flush-dns-cache-os-x/#comments</comments>
		<pubDate>Fri, 06 Aug 2010 16:01:21 +0000</pubDate>
		<dc:creator>ac3bf1</dc:creator>
				<category><![CDATA[Tech Junk]]></category>

		<guid isPermaLink="false">http://arbib.it/?p=717</guid>
		<description><![CDATA[Leopard: sudo dscacheutil -flushcache Tiger: sudo lookupd -flushcache]]></description>
			<content:encoded><![CDATA[<p>Leopard:<br />
sudo dscacheutil -flushcache</p>
<p>Tiger:<br />
sudo lookupd -flushcache</p>
]]></content:encoded>
			<wfw:commentRss>http://arbib.it/2010/08/06/how-to-flush-dns-cache-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Easy Contact form</title>
		<link>http://arbib.it/2010/07/29/wordpress-easy-contact-form/</link>
		<comments>http://arbib.it/2010/07/29/wordpress-easy-contact-form/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 18:04:44 +0000</pubDate>
		<dc:creator>ac3bf1</dc:creator>
				<category><![CDATA[Tech Junk]]></category>
		<category><![CDATA[blog contact form]]></category>
		<category><![CDATA[blog form]]></category>

		<guid isPermaLink="false">http://arbib.it/?p=742</guid>
		<description><![CDATA[This is a nice contact form that I have added to my blog here: Install the Fast and Secure Contact Form Plugin, and configure it from the Plugins &#62; &#8220;SI Contact Form Options&#8221; menu. To add a form to your blog add a line that will be similar to this: Make sure it is in [...]]]></description>
			<content:encoded><![CDATA[<p>This is a nice contact form that I have added to my blog <a href="http://arbib.it/contact/" target="_self">here</a>:</p>
<p>Install the <a href="http://wordpress.org/extend/plugins/si-contact-form/faq/" target="_blank">Fast and Secure Contact Form</a> Plugin, and configure it from the Plugins &gt; &#8220;SI Contact Form Options&#8221; menu.</p>
<p><span id="more-742"></span></p>
<p>To add a form to your blog add a line that will be similar to this: <strong>

<p>Please use the form below to contact me.</p>
<!-- Fast Secure Contact Form plugin begin -->
<a name="FSContact1" id="FSContact1"></a>
<div style="width:375px;">

<form action="http://arbib.it/2010/07/29/wordpress-easy-contact-form/#FSContact1" id="si_contact_form1" method="post">
<div style="text-align:left;"><span class="required">*</span>(denotes required field)</div>
<div><input type="hidden" name="si_contact_CID" value="1" /></div>

        <div style="text-align:left; padding-top:5px;">
                <label for="si_contact_name1">Name: <span class="required">*</span></label>
        </div> 
        <div style="text-align:left;">
                <input style="text-align:left; margin:0;" type="text" id="si_contact_name1" name="si_contact_name" value=""  size="40" />
        </div>
        <div style="text-align:left; padding-top:5px;">
        <label for="si_contact_email1">E-Mail Address: <span class="required">*</span></label>
        </div> 
        <div style="text-align:left;">
                <input style="text-align:left; margin:0;" type="text" id="si_contact_email1" name="si_contact_email" value=""  size="40" />
        </div>
        <div style="text-align:left; padding-top:5px;">
                <label for="si_contact_subject1">Subject: <span class="required">*</span></label>
        </div> 
        <div style="text-align:left;">
          <input style="text-align:left; margin:0;" type="text" id="si_contact_subject1" name="si_contact_subject" value=""  size="40" />
        </div>
        <div style="text-align:left; padding-top:5px;">
                <label for="si_contact_message1">Message: <span class="required">*</span></label>
        </div> 
        <div style="text-align:left;">
                <textarea style="text-align:left; margin:0;" id="si_contact_message1" name="si_contact_message"  cols="30" rows="10"></textarea>
        </div>

        <div style="text-align:left; padding-top:5px;">
                <label for="si_contact_captcha_code1">CAPTCHA Code: <span class="required">*</span></label>
        </div> 
        <div style="text-align:left;">
                <input style="text-align:left; margin:0;" type="text" value="" id="si_contact_captcha_code1" name="si_contact_captcha_code"  size="6" />
        </div>

<div style="text-align:left; padding-top:5px;">
 <div style="width: 250px; height: 65px; padding-top:5px;">
    <img class="ctf-captcha" id="si_image_ctf1" style="border-style:none; margin:0; padding:0px; padding-right:5px; float:left;" src="http://arbib.it/wp-content/plugins/si-contact-form/captcha-secureimage/securimage_show.php?ctf_form_num=1&amp;prefix=7ReyuKINLZTXqGTH" alt="CAPTCHA Image" title="CAPTCHA Image" />
    <input id="si_code_ctf_1" type="hidden" name="si_code_ctf_1" value="7ReyuKINLZTXqGTH" />
    <div id="si_audio_ctf1">
      <a id="si_aud_ctf1" href="http://arbib.it/wp-content/plugins/si-contact-form/captcha-secureimage/securimage_play.php?ctf_form_num=1&amp;prefix=7ReyuKINLZTXqGTH" rel="nofollow" title="CAPTCHA Audio">
      <img src="http://arbib.it/wp-content/plugins/si-contact-form/captcha-secureimage/images/audio_icon.gif" alt="CAPTCHA Audio" style="border-style:none; margin:0; padding:0px; vertical-align:top;" onclick="this.blur();" /></a>
     </div>
    <div id="si_refresh_ctf1">
      <a href="#" rel="nofollow" title="Refresh Image" onclick="si_contact_captcha_refresh('1','wav','/wp-content/plugins/si-contact-form/captcha-secureimage','http://arbib.it/wp-content/plugins/si-contact-form/captcha-secureimage/securimage_show.php?ctf_form_num=1&amp;prefix='); return false;">
      <img src="http://arbib.it/wp-content/plugins/si-contact-form/captcha-secureimage/images/refresh.gif" alt="Refresh Image" style="border-style:none; margin:0; padding:0px; vertical-align:bottom;" onclick="this.blur();" /></a>
   </div>
 </div>
</div>


<div style="text-align:left; padding-top:5px;">
  <input type="hidden" name="si_contact_action" value="send" />
  <input type="hidden" name="si_contact_form_id" value="1" />
  <input type="submit" style="cursor:pointer; margin:0;" value="Submit" />
</div>

</form>
</div>

<p style="font-size:x-small; font-weight:normal; padding-top:5px;">Powered by <a href="http://wordpress.org/extend/plugins/si-contact-form/">Fast Secure Contact Form</a></p>
<!-- Fast Secure Contact Form plugin end -->
</strong></p>
<p>Make sure it is in a page and NOT in a POST</p>
<p>If for some reason you cannot receive emails and they are not in your SPAM folder:</p>
<p>Install <a href="http://wordpress.org/extend/plugins/wp-mail-smtp/" target="_blank">WP Mail SMTP</a> or use the automatic install (WordPress 3.0 onwards) and configure it as follows:</p>
<p>Mailer: SMTP</p>
<p>SMTP Host: smtp.gmail.com</p>
<p>SMTP Port: 465</p>
<p>Encryption: SSL</p>
<p>Authentication: Yes</p>
<p>Username: your gmail address</p>
<p>Password: your email password.</p>
]]></content:encoded>
			<wfw:commentRss>http://arbib.it/2010/07/29/wordpress-easy-contact-form/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WPA2 broken?</title>
		<link>http://arbib.it/2010/07/29/wpa2-broken/</link>
		<comments>http://arbib.it/2010/07/29/wpa2-broken/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 17:24:33 +0000</pubDate>
		<dc:creator>ac3bf1</dc:creator>
				<category><![CDATA[Exploits]]></category>
		<category><![CDATA[Tech Junk]]></category>
		<category><![CDATA[is wpa2 broken?]]></category>
		<category><![CDATA[wpa]]></category>
		<category><![CDATA[wpa 2]]></category>
		<category><![CDATA[wpa 2 broken]]></category>
		<category><![CDATA[wpa borken]]></category>
		<category><![CDATA[wpa2]]></category>
		<category><![CDATA[wpa2 broken]]></category>

		<guid isPermaLink="false">http://arbib.it/?p=721</guid>
		<description><![CDATA[Source: http://www.airtightnetworks.com/WPA2-Hole196 WPA2 Hole196 Vulnerability WPA2, perceived as the most solid Wi-Fi security protocol, is widely used by enterprises for securing their Wi-Fi networks. But security researchers at AirTight have uncovered a vulnerability called &#8220;Hole196&#8243; in the WPA2 security protocol that exposes WPA2-secured Wi-Fi networks to malicious insiders. Exploiting the vulnerability, an insider can bypass [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-medium wp-image-722 alignleft" title="wifi_laptop" src="http://arbib.it/wp-content/uploads/2010/07/wifi_laptop-300x218.png" alt="" width="300" height="218" />Source: <a href="http://www.airtightnetworks.com/WPA2-Hole196" target="_blank">http://www.airtightnetworks.com/WPA2-Hole196</a></p>
<p>WPA2 Hole196 Vulnerability</p>
<p>WPA2, perceived as the most solid Wi-Fi security protocol, is widely used by enterprises for securing their Wi-Fi networks. But security researchers at AirTight have uncovered a vulnerability called &#8220;Hole196&#8243; in the WPA2 security protocol that exposes WPA2-secured Wi-Fi networks to malicious insiders. Exploiting the vulnerability, an insider can bypass WPA2 private key encryption and authentication to sniff and decrypt data from other authorized users as well as scan their Wi-Fi devices for vulnerabilities, install malware and possibly compromise those Wi-Fi devices. AirTight researcher, Md. Sohail Ahmad, will be demonstrating this vulnerability at the Black Hat Arsenal and at DEFCON18  in a presentation entitled &#8220;WPA Too?!&#8221; in Las Vegas on July 29th and July 31th respectively.</p>
]]></content:encoded>
			<wfw:commentRss>http://arbib.it/2010/07/29/wpa2-broken/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Generate a INVISIBLE window to boost pages</title>
		<link>http://arbib.it/2010/07/27/how-to-generate-a-invisible-window-to-boost-pages/</link>
		<comments>http://arbib.it/2010/07/27/how-to-generate-a-invisible-window-to-boost-pages/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 15:16:43 +0000</pubDate>
		<dc:creator>ac3bf1</dc:creator>
				<category><![CDATA[Exploits]]></category>
		<category><![CDATA[Tech Junk]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://arbib.it/?p=715</guid>
		<description><![CDATA[Interesting article here: http://www.thedomz.com/2010/05/generate-invisible-window-boost-pages/]]></description>
			<content:encoded><![CDATA[<p>Interesting article here:</p>
<p><a href="http://www.thedomz.com/2010/05/generate-invisible-window-boost-pages/" target="_blank">http://www.thedomz.com/2010/05/generate-invisible-window-boost-pages/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://arbib.it/2010/07/27/how-to-generate-a-invisible-window-to-boost-pages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;There is a problem with the office database&#8221;</title>
		<link>http://arbib.it/2010/06/01/there-is-a-problem-with-the-office-database/</link>
		<comments>http://arbib.it/2010/06/01/there-is-a-problem-with-the-office-database/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 08:50:52 +0000</pubDate>
		<dc:creator>ac3bf1</dc:creator>
				<category><![CDATA[Tech Junk]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[office for Mac]]></category>
		<category><![CDATA[office on osx]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[there is a problem with the office database]]></category>

		<guid isPermaLink="false">http://arbib.it/?p=678</guid>
		<description><![CDATA[Close all Office products running Create a temporary folder on your desktop Move &#8220;Microsoft User Data&#8221; folder under Documents to the temp folder Move all com.microsoft.* under ~/Library/Preferences to the temp folder Move Microsoft folder under ~/Library/Preferences to temp folder Open any Office application such as Word or Excel. This should take you through the [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-727" title="Office_error_osx-300x168" src="http://arbib.it/wp-content/uploads/2010/06/Office_error_osx-300x168.png" alt="" width="246" height="126" /><br />
Close all Office products running<br />
Create a temporary folder on your desktop<br />
Move &#8220;Microsoft User Data&#8221; folder under Documents to the temp folder<br />
Move all com.microsoft.* under ~/Library/Preferences to the temp folder<br />
Move Microsoft folder under ~/Library/Preferences to temp folder</p>
<p>Open any Office application such as Word or Excel. This should take you through the registration process once more and clear the error.</p>
]]></content:encoded>
			<wfw:commentRss>http://arbib.it/2010/06/01/there-is-a-problem-with-the-office-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Alix 3d3 scripts</title>
		<link>http://arbib.it/2010/05/18/alix-3d3-scripts/</link>
		<comments>http://arbib.it/2010/05/18/alix-3d3-scripts/#comments</comments>
		<pubDate>Tue, 18 May 2010 19:26:31 +0000</pubDate>
		<dc:creator>ac3bf1</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[alic 3d3]]></category>
		<category><![CDATA[alix]]></category>
		<category><![CDATA[alix temperature]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://arbib.it/?p=653</guid>
		<description><![CDATA[Simple stats script: #!/bin/bash clear while [ 1 ] do uptime df -h &#124; grep Filesystem df -h &#124; grep rootfs df -h &#124; grep usb echo "" Temp1=$(cat /sys/bus/i2c/drivers/lm90/0-004c/temp1_input) Temp2=$(cat /sys/bus/i2c/drivers/lm90/0-004c/temp2_input) echo "MB T  = "$Temp1 echo "CPU T = "$Temp2 sleep 1 clear done Insert it in a file. I called it stats.sh [...]]]></description>
			<content:encoded><![CDATA[<p>Simple stats script:</p>
<pre>#!/bin/bash
clear
while [ 1 ]
do
 uptime
 df -h | grep Filesystem
 df -h | grep rootfs
 df -h | grep usb
 echo ""
 Temp1=$(cat /sys/bus/i2c/drivers/lm90/0-004c/temp1_input)
 Temp2=$(cat /sys/bus/i2c/drivers/lm90/0-004c/temp2_input)
 echo "MB T  = "$Temp1
 echo "CPU T = "$Temp2
 sleep 1
 clear
done</pre>
<p>Insert it in a file. I called it stats.sh</p>
<p>chmod a+x stats.sh</p>
<p>and run with ./stats.sh</p>
<p>It updates every second and returns:</p>
<ul>
<li>uptime with load</li>
<li>Disk space and usb disk space</li>
<li>MB temp</li>
<li>CPU temp</li>
</ul>
<p>You can add all you want in there or remove what you don&#8217;t need <img src='http://arbib.it/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://arbib.it/2010/05/18/alix-3d3-scripts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PC Engines &#8211; Alix 3d3</title>
		<link>http://arbib.it/2010/05/18/pc-engines-alix-3d3/</link>
		<comments>http://arbib.it/2010/05/18/pc-engines-alix-3d3/#comments</comments>
		<pubDate>Tue, 18 May 2010 19:08:49 +0000</pubDate>
		<dc:creator>ac3bf1</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[alix]]></category>
		<category><![CDATA[alix 3d3]]></category>
		<category><![CDATA[gps gsm tracker]]></category>
		<category><![CDATA[gps tracker]]></category>
		<category><![CDATA[open source gps tracker]]></category>
		<category><![CDATA[pc engines]]></category>
		<category><![CDATA[pc engines alix]]></category>
		<category><![CDATA[pc engines alix 3d3]]></category>
		<category><![CDATA[pcengines]]></category>

		<guid isPermaLink="false">http://arbib.it/?p=635</guid>
		<description><![CDATA[Just purchased a PC Engines Alix 3d3. online from MS Distribution (UK) for ~£110.00. I have a plan for it&#8230; read on&#8230; Specs follow: CPU 500 MHz AMD Geode LX800 DRAM 256MB DDR DRAM Storage CompactFlash socket Power DC jack or passive POE, min. 7V to max. 20V Expansion 2 miniPCI slots, LPC bus Monitoring [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://arbib.it/wp-content/uploads/2010/05/alix3d3.jpg"><img class="size-medium wp-image-636 alignleft" title="alix3d3" src="http://arbib.it/wp-content/uploads/2010/05/alix3d3-300x178.jpg" alt="" width="180" height="107" /></a>Just purchased a <a href="http://www.pcengines.ch/alix3d3.htm" target="_blank">PC Engines Alix 3d3</a>. online from <a href="http://www.msdist.co.uk/" target="_blank">MS Distribution (UK)</a> for ~£110.00. I have a plan for it&#8230; read on&#8230;</p>
<p>Specs follow:</p>
<table border="0" cellspacing="0" cellpadding="5" width="96%" align="center">
<tbody>
<tr bgcolor="#f2f4f9">
<td width="46%" height="20" valign="top"><span style="color: #000000;">CPU</span></td>
<td width="54%" valign="top"><span style="color: #000000;">500 MHz AMD  Geode LX800</span></td>
</tr>
<tr bgcolor="#e0e4f1">
<td width="46%" height="20" valign="top"><span style="color: #000000;">DRAM</span></td>
<td width="54%" valign="top"><span style="color: #000000;">256MB DDR DRAM</span></td>
</tr>
<tr bgcolor="#f2f4f9">
<td width="46%" height="20" valign="top"><span style="color: #000000;">Storage</span></td>
<td width="54%" valign="top"><span style="color: #000000;">CompactFlash  socket</span></td>
</tr>
<tr bgcolor="#e0e4f1">
<td width="46%" height="20" valign="top"><span style="color: #000000;">Power</span></td>
<td width="54%" valign="top"><span style="color: #000000;">DC jack or  passive POE, min. 7V to max. 20V</span></td>
</tr>
<tr bgcolor="#f2f4f9">
<td width="46%" height="20" valign="top"><span style="color: #000000;">Expansion</span></td>
<td width="54%" valign="top"><span style="color: #000000;">2 miniPCI  slots, LPC bus</span></td>
</tr>
<tr bgcolor="#e0e4f1">
<td width="46%" height="20" valign="top"><span style="color: #000000;">Monitoring</span></td>
<td width="54%" valign="top"><span style="color: #000000;">3  LEDs</span></td>
</tr>
<tr bgcolor="#f2f4f9">
<td width="46%" height="20" valign="top"><span style="color: #000000;">Connectivity</span></td>
<td width="54%" valign="top"><span style="color: #000000;">1 Ethernet , 1  dual USB</span></td>
</tr>
<tr bgcolor="#e0e4f1">
<td width="46%" height="20" valign="top"><span style="color: #000000;"></span></td>
<td width="54%" valign="top"><span style="color: #000000;">1 VGA, 2audio</span></td>
</tr>
<tr bgcolor="#f2f4f9">
<td width="46%" height="20" valign="top"><span style="color: #000000;">Size</span></td>
<td width="54%" valign="top"><span style="color: #000000;">100 x 160 mm</span></td>
</tr>
</tbody>
</table>
<h2>First Mod: Heatsink with fan!</h2>
<p><a href="http://arbib.it/wp-content/uploads/2010/05/photo-2.jpg"><img class="alignnone size-medium wp-image-640" title="photo 2" src="http://arbib.it/wp-content/uploads/2010/05/photo-2-225x300.jpg" alt="" width="225" height="300" /></a><a href="http://arbib.it/wp-content/uploads/2010/05/photo-3.jpg"><img class="alignnone size-medium wp-image-641" title="photo 3" src="http://arbib.it/wp-content/uploads/2010/05/photo-3-225x300.jpg" alt="" width="225" height="300" /></a></p>
<p>I noticed that my processor was going up to the 50&#8242;s plus degrees when working, so I decided to keep it cool by adding a Heatsing with a FAN. I found one on <a href="http://www.amazon.co.uk/StarTech-com-Chipset-Video-Round-Heatsink/dp/B00006B8EE/ref=sr_1_1?ie=UTF8&amp;s=electronics&amp;qid=1274208790&amp;sr=8-1" target="_blank">Amazon.co.uk</a>, specifically designed for Graphics chips, so I thought it would be ok for my Alix. It came with a self-adhesive strip on the bottom which made installation simple. Then after seeing that an 18V supply for the Alix was too high, and hmm&#8230; I ran out of adequate resistors to step down the voltage&#8230; I hooked on the 5V supply right behind the Serial port! And that ensures i get minimal fan spin, and hence virtually no noise from the fan. The airflow is enough to cool down the heatsink, as there is a noticeable difference when the fan is operational and not.</p>
<p>Update: While compiling the kernel the cpu temperature stays below 42 degrees (Celsius)</p>
<h2>Application:</h2>
<p>I am now trying to develop a home-made GPS tracker with a GPRS modem to &#8220;report back&#8221; the location&#8230; More on this coming soon!</p>
]]></content:encoded>
			<wfw:commentRss>http://arbib.it/2010/05/18/pc-engines-alix-3d3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hellrunner</title>
		<link>http://arbib.it/2010/05/16/hellrunner/</link>
		<comments>http://arbib.it/2010/05/16/hellrunner/#comments</comments>
		<pubDate>Sun, 16 May 2010 22:19:42 +0000</pubDate>
		<dc:creator>ac3bf1</dc:creator>
				<category><![CDATA[Travelling & Outdoors]]></category>
		<category><![CDATA[extreme sports]]></category>
		<category><![CDATA[hell runner]]></category>
		<category><![CDATA[hellrunner]]></category>
		<category><![CDATA[running]]></category>

		<guid isPermaLink="false">http://arbib.it/?p=623</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/XQ_LUnIXy-o&#038;hl=en_GB&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/XQ_LUnIXy-o&#038;hl=en_GB&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://arbib.it/2010/05/16/hellrunner/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix GNU screen backspace</title>
		<link>http://arbib.it/2010/05/14/fix-gnu-screen-backspace/</link>
		<comments>http://arbib.it/2010/05/14/fix-gnu-screen-backspace/#comments</comments>
		<pubDate>Fri, 14 May 2010 17:03:14 +0000</pubDate>
		<dc:creator>ac3bf1</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[gnu]]></category>
		<category><![CDATA[gnu screen]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[screen backspace]]></category>
		<category><![CDATA[screen backspace linux]]></category>
		<category><![CDATA[screen woof woof]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[woof woof]]></category>

		<guid isPermaLink="false">http://arbib.it/2010/05/14/fix-gnu-screen-backspace/</guid>
		<description><![CDATA[create a new .screenrc in your home directory and put these lines inside: bindkey -d ^? stuff ^H bindkey -d ^@ stuff ^H]]></description>
			<content:encoded><![CDATA[<p>create a new .screenrc in your home directory and put these lines  inside:</p>
<pre>bindkey -d ^? stuff ^H
bindkey -d ^@ stuff ^H</pre>
]]></content:encoded>
			<wfw:commentRss>http://arbib.it/2010/05/14/fix-gnu-screen-backspace/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
