<?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>ZeEsH</title>
	<atom:link href="http://zeesh.co.uk/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://zeesh.co.uk</link>
	<description>the home of randomness</description>
	<lastBuildDate>Fri, 28 May 2010 20:22:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Burn ISO Image to USB &#8211; Windows</title>
		<link>http://zeesh.co.uk/?p=158</link>
		<comments>http://zeesh.co.uk/?p=158#comments</comments>
		<pubDate>Fri, 28 May 2010 20:22:37 +0000</pubDate>
		<dc:creator>ZeEsH</dc:creator>
				<category><![CDATA[randomness]]></category>
		<category><![CDATA[burn]]></category>
		<category><![CDATA[ISO]]></category>
		<category><![CDATA[unetbootin]]></category>
		<category><![CDATA[USB]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://zeesh.co.uk/?p=158</guid>
		<description><![CDATA[You can use UNetbootin, a tool that allows you to create bootable Live USB drives for a variety of Linux distributions from Windows or Linux, without requiring you to burn a CD. Download latest version of UNetbootin and install.]]></description>
			<content:encoded><![CDATA[<p>You can use UNetbootin, a tool that allows you to create bootable Live  USB drives for a variety of Linux distributions from Windows or Linux,  without requiring you to burn a CD.</p>
<p><a href="http://unetbootin.sourceforge.net/unetbootin-windows-latest.exe">Download</a> latest version of UNetbootin and install.</p>
]]></content:encoded>
			<wfw:commentRss>http://zeesh.co.uk/?feed=rss2&amp;p=158</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Convert ISO to IMG &#8211; Mac OS X</title>
		<link>http://zeesh.co.uk/?p=155</link>
		<comments>http://zeesh.co.uk/?p=155#comments</comments>
		<pubDate>Fri, 28 May 2010 20:19:16 +0000</pubDate>
		<dc:creator>ZeEsH</dc:creator>
				<category><![CDATA[randomness]]></category>
		<category><![CDATA[convert]]></category>
		<category><![CDATA[IMG]]></category>
		<category><![CDATA[ISO]]></category>
		<category><![CDATA[mac os x]]></category>

		<guid isPermaLink="false">http://zeesh.co.uk/?p=155</guid>
		<description><![CDATA[Open a terminal window &#8211; either login as administrator or run as sudo hdiutil convert -format UDRW -o newimage.img originalimage.iso]]></description>
			<content:encoded><![CDATA[<p>Open a terminal window &#8211; either login as administrator or run as sudo</p>
<p><code>hdiutil convert -format UDRW -o newimage.img originalimage.iso</code></p>
]]></content:encoded>
			<wfw:commentRss>http://zeesh.co.uk/?feed=rss2&amp;p=155</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Burn IMG to USB &#8211; Mac OS X</title>
		<link>http://zeesh.co.uk/?p=152</link>
		<comments>http://zeesh.co.uk/?p=152#comments</comments>
		<pubDate>Fri, 28 May 2010 20:15:13 +0000</pubDate>
		<dc:creator>ZeEsH</dc:creator>
				<category><![CDATA[randomness]]></category>
		<category><![CDATA[burn]]></category>
		<category><![CDATA[IMG]]></category>
		<category><![CDATA[mac os x]]></category>
		<category><![CDATA[USB]]></category>

		<guid isPermaLink="false">http://zeesh.co.uk/?p=152</guid>
		<description><![CDATA[Download the desired .img file Open a Terminal (in /Applications/Utilities/) Run diskutil list to get the current list of devices Insert your flash media Run diskutil list again and determine the device node assigned to your flash media (e.g. /dev/disk2) Run diskutil unmountDisk /dev/diskN (replace N with the disk number from the last command; in the previous example, N [...]]]></description>
			<content:encoded><![CDATA[<ol type="1">
<li>Download the desired .img file</li>
<li>Open  a Terminal (in /Applications/Utilities/)</li>
<li>Run <tt>diskutil list</tt> to get the current list of devices</li>
<li>Insert  your flash media</li>
<li>Run <tt>diskutil list</tt> again and determine the  device node assigned to your flash media (e.g. /dev/disk2)</li>
<li>Run <tt>diskutil unmountDisk /dev/disk</tt><em>N</em> (replace <em>N</em> with the disk number from the last command; in the  previous example, <em>N</em> would be <tt>2</tt>)</li>
<li>Execute <tt>sudo dd if=/path/to/downloaded.img of=/dev/rdisk</tt><em>N</em> <tt>bs=1m</tt> (replace <tt>/path/to/downloaded.img</tt> with the path  where the image file is located; for example, <tt>./ubuntu.img</tt>, <tt>/dev/rdiskN</tt> is faster than <tt>/dev/diskN</tt>).  If you see the error <tt>dd: Invalid number `1m'</tt>,  you are using GNU dd.  Use the same command but replace <tt>bs=1m</tt> with <tt>bs=1M</tt>.</li>
<li>Run <tt>diskutil eject /dev/disk</tt><em>N</em> and  remove your flash media when the command completes</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://zeesh.co.uk/?feed=rss2&amp;p=152</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Evade firewall with PHProxy</title>
		<link>http://zeesh.co.uk/?p=150</link>
		<comments>http://zeesh.co.uk/?p=150#comments</comments>
		<pubDate>Thu, 01 Apr 2010 18:39:32 +0000</pubDate>
		<dc:creator>ZeEsH</dc:creator>
				<category><![CDATA[randomness]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[PHProxy]]></category>
		<category><![CDATA[proxy]]></category>

		<guid isPermaLink="false">http://zeesh.co.uk/?p=150</guid>
		<description><![CDATA[If your work has a firewall and blocks some certain web pages then there is a way around this via proxy. You can use PHProxy. PHProxy is a web HTTP proxy programmed in PHP meant to bypass firewalls and access otherwise inaccessible resources (i.e. blocked websites). You can download from Sourceforge here. Then all you [...]]]></description>
			<content:encoded><![CDATA[<p>If your work has a firewall and blocks some certain web pages then there is a way around this via proxy. You can use PHProxy. PHProxy is a web HTTP proxy programmed in PHP meant to bypass firewalls  and access otherwise inaccessible resources (i.e. blocked websites).</p>
<p>You can download from Sourceforge <a href="http://sourceforge.net/projects/poxy/">here</a>.</p>
<p>Then all you have to do to install is simply upload these files to a directory of your liking (prefrebly in its own directory):</p>
<p>- index.php<br />
- index.inc.php<br />
- style.css</p>
<p>Then you can access the proxy by entering your server ip or web address including the directory where you installed the files to. http://192.168.0.1/proxy (proxy is the directory i installed it on) or http://www.zeesh.co.uk/proxy</p>
]]></content:encoded>
			<wfw:commentRss>http://zeesh.co.uk/?feed=rss2&amp;p=150</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SSH Tunneling via VPS Server</title>
		<link>http://zeesh.co.uk/?p=148</link>
		<comments>http://zeesh.co.uk/?p=148#comments</comments>
		<pubDate>Thu, 01 Apr 2010 17:45:49 +0000</pubDate>
		<dc:creator>ZeEsH</dc:creator>
				<category><![CDATA[randomness]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[VPS]]></category>

		<guid isPermaLink="false">http://zeesh.co.uk/?p=148</guid>
		<description><![CDATA[If you have a linux server which has SSH enabled then you can redirect your traffic via SSH through your server. This is in case your in a public place using a free wifi hotspot and are needing a secure connection as to stop any man in the middle attacks. You will need the IP [...]]]></description>
			<content:encoded><![CDATA[<p>If you have a linux server which has SSH enabled then you can redirect your traffic via SSH through your server. This is in case your in a public place using a free wifi hotspot and are needing a secure connection as to stop any man in the middle attacks.</p>
<ol>
<li>You will need the IP address of your linux server which has SSH enabled</li>
<li>Connect to the server via SSH in terminal or your preferred SSH client &#8211; ssh root@192.168.0.1(enter your server ip address here) -D 8080.</li>
<li>The <em>-D</em> option specified a local dynamic  application-level port forwarding. Any connection made to the specified  port goes through the tunnel as a SOCKS4 or SOCKS5 proxy.</li>
<li>Now all you have to do is enable your browser to use a proxy. You will need to configure your browser for a manual proxy using SOCKS Host (SOCKS v5). The IP address will be localhost and the port will be the one we just setup, 8080.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://zeesh.co.uk/?feed=rss2&amp;p=148</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lock Computer Mac OS X &#8211; Updated</title>
		<link>http://zeesh.co.uk/?p=146</link>
		<comments>http://zeesh.co.uk/?p=146#comments</comments>
		<pubDate>Tue, 26 Jan 2010 16:29:49 +0000</pubDate>
		<dc:creator>ZeEsH</dc:creator>
				<category><![CDATA[randomness]]></category>
		<category><![CDATA[mac os x]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://zeesh.co.uk/?p=146</guid>
		<description><![CDATA[There are a couple of ways to make your Mac require a password when you leave it. The easiest way is to set &#8220;Require password after sleep or screen saver begins&#8221; in the Security section of System Preferences. Here, you can also set a time limit so a password isn&#8217;t required right away, but only [...]]]></description>
			<content:encoded><![CDATA[<p>There are a couple of ways to make your Mac require a password when you leave it. The easiest way is to set &#8220;Require password after sleep or screen saver begins&#8221; in the Security section of System Preferences. Here, you can also set a time limit so a password isn&#8217;t required right away, but only after 15 minutes for example.</p>
<p>If you would prefer a keyboard shortcut to lock the screen, you can create this yourself. Open up Automator (in the Applications folder) and choose a Service template. From the library choose &#8220;Run Shell Script&#8221; and drag it across to the workflow area. In the text box paste the following command:</p>
<p>&#8216;/System/Library/CoreServices/Menu Extras/User.menu/Contents/Resources/CGSession&#8217; -suspend</p>
<p>Finally, change the &#8220;text&#8221; drop-down menu above the workflow to &#8220;no input&#8221; and then save you workflow as &#8220;Lock Screen&#8221;. To add the keyboard shortcut, go to the Keyboard section of System Preferences and click the Keyboard shortcuts tab. Select Services from the list on the left, then scroll down to the bottom of the list on the right to find &#8220;Lock Screen&#8221;. Double-click on the area to the right &#8220;Lock Screen&#8221;, then press the keyboard shortcut you want. I used Command-Control-L.</p>
]]></content:encoded>
			<wfw:commentRss>http://zeesh.co.uk/?feed=rss2&amp;p=146</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Perform Admin actions from a user account &#8211; Mac OS X</title>
		<link>http://zeesh.co.uk/?p=143</link>
		<comments>http://zeesh.co.uk/?p=143#comments</comments>
		<pubDate>Mon, 14 Dec 2009 22:41:28 +0000</pubDate>
		<dc:creator>ZeEsH</dc:creator>
				<category><![CDATA[randomness]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[mac os x]]></category>

		<guid isPermaLink="false">http://zeesh.co.uk/?p=143</guid>
		<description><![CDATA[My normal OS X account is not the &#8220;Administrator&#8221; account. For daily use, I want as much protection as possible so that I don&#8217;t screw up the system. However, there are times when I need Admin privileges or even root privileges. In the past, I used to logout of my user account and login to [...]]]></description>
			<content:encoded><![CDATA[<p>My normal OS X account is not the &#8220;Administrator&#8221; account. For daily use, I want as much protection as possible so that I don&#8217;t screw up the system. However, there are times when I need Admin privileges or even root privileges. In the past, I used to logout of my user account and login to my Admin account to perform these tasks.</p>
<p>I&#8217;ve discovered an easier way for simple jobs. Since OS X is a true multiuser system I can be logged in more than once at the same time! I open a terminal window and from my user prompt, I type <strong>login admin_name</strong> where admin_name is the name of my Admin account. I then enter my Admin password when prompted and voila, I&#8217;m logged in as the Administrator.</p>
<p>From there, I can do anything I want with all of the privileges of my Admin account. And if I need temporary root privileges, I can use sudo. All the while, of course, I am still logged into the GUI with my normal user account.</p>
<p>When you are done in the terminal, type &#8216;exit&#8217; or &#8216;logout&#8217; to sequentially log out of each account that was logged in.</p>
]]></content:encoded>
			<wfw:commentRss>http://zeesh.co.uk/?feed=rss2&amp;p=143</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kon-Boot &#8211; Hacking Utility</title>
		<link>http://zeesh.co.uk/?p=141</link>
		<comments>http://zeesh.co.uk/?p=141#comments</comments>
		<pubDate>Mon, 14 Dec 2009 12:08:47 +0000</pubDate>
		<dc:creator>ZeEsH</dc:creator>
				<category><![CDATA[randomness]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[Kon-Boot]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://zeesh.co.uk/?p=141</guid>
		<description><![CDATA[There is a cool utility for allowing you to enter any password protected profile without any knowledge of the password. I have posted about Ophcrack (click here) that enables you to crack windows password. Well this method is even more simpler. Check it out at here.]]></description>
			<content:encoded><![CDATA[<p>There is a cool utility for allowing you to enter any password protected profile without any knowledge of the password. I have posted about Ophcrack (<a href="http://zeesh.co.uk/?p=73">click here</a>) that enables you to crack windows password. Well this method is even more simpler. Check it out at <a href="http://www.piotrbania.com/all/kon-boot/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://zeesh.co.uk/?feed=rss2&amp;p=141</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Build Mini ITX Server</title>
		<link>http://zeesh.co.uk/?p=84</link>
		<comments>http://zeesh.co.uk/?p=84#comments</comments>
		<pubDate>Mon, 14 Sep 2009 20:27:29 +0000</pubDate>
		<dc:creator>ZeEsH</dc:creator>
				<category><![CDATA[randomness]]></category>
		<category><![CDATA[Intel Core 2 Duo E8400]]></category>
		<category><![CDATA[mini itx server]]></category>
		<category><![CDATA[Silverstone LC12S-120]]></category>
		<category><![CDATA[ZOTAC GeForce 9300-ITX WiFi]]></category>

		<guid isPermaLink="false">http://zeesh.co.uk/?p=84</guid>
		<description><![CDATA[I was looking to build a mini itx server with the purpose to be a file server, mail server and to run a few virtual machines. It had to be powerful enough to do all these and to cost around £500. Motherboard I opted for the ZOTAC GeForce 9300-ITX WiFi motherboard due to having a good [...]]]></description>
			<content:encoded><![CDATA[<p>I was looking to build a mini itx server with the purpose to be a file server, mail server and to run a few virtual machines. It had to be powerful enough to do all these and to cost around £500.</p>
<p><strong>Motherboard</strong></p>
<p>I opted for the ZOTAC GeForce 9300-ITX WiFi motherboard due to having a good on board graphics, obviously not planning on playing games on it, but it had enough grunt to play back 1080p video just in case i decide to turn it into a home theatre PC later on. It has HDMI out with audio if i did decided to use as a HTPC. It is able to accept socket LGA775 intel CPU&#8217;s with support for Intel Core 2 Duo, Core 2 Quad up to 1333 MHz front-side bus. Also has PCI Express 2.0 if i later wanted to decided to use it as a gaming PC. It can accept up to 8GB DDR2 800MHz which will be needed if i plan to run VM&#8217;s on the server.</p>
<p><a href="http://zeesh.co.uk/wp-content/uploads/2009/09/P1050644.JPG"><img class="alignnone size-thumbnail wp-image-88" title="P1050644" src="http://zeesh.co.uk/wp-content/uploads/2009/09/P1050644-150x150.jpg" alt="P1050644" width="150" height="150" /></a> <a href="http://zeesh.co.uk/wp-content/uploads/2009/09/P1050645.JPG"><img class="alignnone size-thumbnail wp-image-89" title="P1050645" src="http://zeesh.co.uk/wp-content/uploads/2009/09/P1050645-150x150.jpg" alt="P1050645" width="150" height="150" /></a></p>
<p><a href="http://zeesh.co.uk/wp-content/uploads/2009/09/P1050647.JPG"><img class="alignnone size-thumbnail wp-image-91" title="P1050647" src="http://zeesh.co.uk/wp-content/uploads/2009/09/P1050647-150x150.jpg" alt="P1050647" width="150" height="150" /></a> <a href="http://zeesh.co.uk/wp-content/uploads/2009/09/P1050648.JPG"><img class="alignnone size-thumbnail wp-image-92" title="P1050648" src="http://zeesh.co.uk/wp-content/uploads/2009/09/P1050648-150x150.jpg" alt="P1050648" width="150" height="150" /></a></p>
<p><strong>CPU</strong></p>
<p>My choice of CPU was to be between a dual core or a quad core CPU. The CPU had to have a low wattage, a FSB speed of 1333MHz, intel virtualization technology, good cache memory and around the 3GHz mark. I had narrowed it down to two CPU&#8217;s, Intel Core 2 Duo E8400 or the Intel Core 2 Quad Q8400S. Ended up buying the E8400 due to being cheaper, faster processor, better cache memory. Though the extra two cores on the Q8400S will have come in handy when doing virtualization.</p>
<p>Manufacturer:<span style="white-space:pre"> </span>Intel</p>
<p>CPU Type:<span style="white-space:pre"> </span>Core 2 Duo</p>
<p>Clock Speed:<span style="white-space: pre;"> </span>3 GHz</p>
<p>FSB Speed:<span style="white-space: pre;"> </span>1333 MHz</p>
<p>Socket:<span style="white-space:pre"> </span>775</p>
<p><span style="white-space:pre"> </span>L2 Cache (Total):<span style="white-space:pre"> </span>6MB</p>
<p>CPU Model:<span style="white-space:pre"> </span>E8400</p>
<p>Core Name:<span style="white-space: pre;"> </span>Wolfdale</p>
<p><span style="white-space: pre;"> </span>Wattage:<span style="white-space: pre;"> </span>65W</p>
<p>Core Size:<span style="white-space: pre;"> </span>45 nm</p>
<p>CPU Features:<span style="white-space:pre"> </span></p>
<p><span style="white-space:pre"> </span>Enhanced Halt State (C1E)</p>
<p>Enhanced Intel Speedstep Technology</p>
<p>Execute Disable Bit</p>
<p>Intel EM64T</p>
<p>Intel® Thermal Monitor 2</p>
<p>Intel® Virtualization Technology</p>
<p><a href="http://zeesh.co.uk/wp-content/uploads/2009/09/CPU.jpg"><img class="size-thumbnail wp-image-117 alignnone" title="CPU" src="http://zeesh.co.uk/wp-content/uploads/2009/09/CPU-150x150.jpg" alt="CPU" width="150" height="150" /></a></p>
<p><strong>RAM</strong></p>
<p>I went for 4GB of RAM, DDR2 800MHz. The only reason i did not go for 8GB is because i could not find anywhere that was doing it in 2 pairs. If i did find an online retailer that was selling two 4GB sticks i would have probably still not have gone for it as it would have been to expensive. For now 4GB is more than enough and i can always upgrade later.</p>
<p>Manufacturer:<span style="white-space:pre"> </span>Corsair</p>
<p>Size:<span style="white-space:pre"> </span>4GB (2x2GB)</p>
<p>CAS Latency:<span style="white-space: pre;"> </span>5-5-5-18</p>
<p>Memory Model:<span style="white-space:pre"> </span>XMS2</p>
<p style="text-align: center;">
<p><a href="http://zeesh.co.uk/wp-content/uploads/2009/09/RAM.jpg"><img class="size-thumbnail wp-image-119 alignnone" title="RAM" src="http://zeesh.co.uk/wp-content/uploads/2009/09/RAM-150x150.jpg" alt="RAM" width="150" height="150" /></a></p>
<p><strong>Case</strong></p>
<p>The case was a key component in this build, it had to be small, quiet, have a built in power supply, have enough power for all the components and most importantly it had to look good. Surprisingly i could not find a single mini itx case which meet all these requirements. The only one that meet all the requirements except the good looks was the <a href="http://www.scan.co.uk/Products/Compucase-8K01-Piano-Black-Mini-ITX-Case-with-120W-PSU" target="_blank">Compucase 8K01</a>. The other choice was the <a href="http://www.scan.co.uk/Products/Silverstone-LaScala-LC12S-120-Silver-Aluminum-Cube-Mini-ITX-Case-with-fanless-PSU" target="_blank">Silverstone LC12S-120</a>, which looked really good but it was to tall and did not come with a cover for the CD drive which would have made it look ugly. I ended up looking at micro atx cases as there was a better selection. The one i choose in the end was the Silverstone LC19B-R. This case is gorgeous, its unbelievable slim, only 68mm tall, it is quite wide but if i was going to use it as a HTPC then it would not look out of place under my TV. It has a 120 watt power supply which is more than enough to power all the components, has 1 x 50mm fan included, card reader and it is constructed out of aluminium. A couple of things to note is that if you are going to use this case with a mini itx board then you will need a 4 pin atx extension cable as the one included is not long enough, not to sure about other motherboards but it was about 2 cm short on the zotac board. The other thing is the retail CPU heatsink and fan that came with the CPU will not fit in this case. I had to get <a href="http://www.scan.co.uk/Products/Akasa-AK-CC044-Low-Profile-Cooler-For-mini-ITX-and-micro-ATX-chassis-Intel-LGA775" target="_blank">Akasa AK-CC044</a> low profile heatsink and fan.</p>
<p><a href="http://zeesh.co.uk/wp-content/uploads/2009/09/P1050634.JPG"><img class="alignnone size-thumbnail wp-image-127" title="P1050634" src="http://zeesh.co.uk/wp-content/uploads/2009/09/P1050634-150x150.jpg" alt="P1050634" width="150" height="150" /></a> <a href="http://zeesh.co.uk/wp-content/uploads/2009/09/P1050635.JPG"><img class="alignnone size-thumbnail wp-image-128" title="P1050635" src="http://zeesh.co.uk/wp-content/uploads/2009/09/P1050635-150x150.jpg" alt="P1050635" width="150" height="150" /></a></p>
<p><a href="http://zeesh.co.uk/wp-content/uploads/2009/09/P1050636.JPG"><img class="alignnone size-thumbnail wp-image-129" title="P1050636" src="http://zeesh.co.uk/wp-content/uploads/2009/09/P1050636-150x150.jpg" alt="P1050636" width="150" height="150" /></a> <a href="http://zeesh.co.uk/wp-content/uploads/2009/09/P1050637.JPG"><img class="alignnone size-thumbnail wp-image-130" title="P1050637" src="http://zeesh.co.uk/wp-content/uploads/2009/09/P1050637-150x150.jpg" alt="P1050637" width="150" height="150" /></a></p>
<p><a href="http://zeesh.co.uk/wp-content/uploads/2009/09/P1050638.JPG"><img class="alignnone size-thumbnail wp-image-131" title="P1050638" src="http://zeesh.co.uk/wp-content/uploads/2009/09/P1050638-150x150.jpg" alt="P1050638" width="150" height="150" /></a> <a href="http://zeesh.co.uk/wp-content/uploads/2009/09/P1050639.JPG"><img class="alignnone size-thumbnail wp-image-132" title="P1050639" src="http://zeesh.co.uk/wp-content/uploads/2009/09/P1050639-150x150.jpg" alt="P1050639" width="150" height="150" /></a></p>
<p><a href="http://zeesh.co.uk/wp-content/uploads/2009/09/P1050640.JPG"><img class="alignnone size-thumbnail wp-image-133" title="P1050640" src="http://zeesh.co.uk/wp-content/uploads/2009/09/P1050640-150x150.jpg" alt="P1050640" width="150" height="150" /></a> <a href="http://zeesh.co.uk/wp-content/uploads/2009/09/P1050641.JPG"><img class="alignnone size-thumbnail wp-image-134" title="P1050641" src="http://zeesh.co.uk/wp-content/uploads/2009/09/P1050641-150x150.jpg" alt="P1050641" width="150" height="150" /></a></p>
<p><a href="http://zeesh.co.uk/wp-content/uploads/2009/09/P1050642.JPG"><img class="alignnone size-thumbnail wp-image-135" title="P1050642" src="http://zeesh.co.uk/wp-content/uploads/2009/09/P1050642-150x150.jpg" alt="P1050642" width="150" height="150" /></a> <a href="http://zeesh.co.uk/wp-content/uploads/2009/09/P1050643.JPG"><img class="alignnone size-thumbnail wp-image-136" title="P1050643" src="http://zeesh.co.uk/wp-content/uploads/2009/09/P1050643-150x150.jpg" alt="P1050643" width="150" height="150" /></a></p>
<p><strong>Total Cost</strong></p>
<p>The total cost of the Mini ITX server was under £500.</p>
<p>Case<span style="white-space:pre"> </span>= £136.84<br />
CPU <span style="white-space:pre"> </span>= £125.17<br />
RAM<span style="white-space:pre"> </span>= £38.99<br />
MOBO<span style="white-space:pre"> </span>= £113.84<br />
FAN<span style="white-space: pre;"> </span>= £17.23<br />
Delivery<span style="white-space:pre"> </span>= £11.50</p>
<p>Total<span style="white-space:pre"> </span>= £443.57</p>
]]></content:encoded>
			<wfw:commentRss>http://zeesh.co.uk/?feed=rss2&amp;p=84</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Moblin v2.0 Beta</title>
		<link>http://zeesh.co.uk/?p=79</link>
		<comments>http://zeesh.co.uk/?p=79#comments</comments>
		<pubDate>Thu, 21 May 2009 20:38:07 +0000</pubDate>
		<dc:creator>ZeEsH</dc:creator>
				<category><![CDATA[randomness]]></category>
		<category><![CDATA[moblin]]></category>
		<category><![CDATA[netbook]]></category>

		<guid isPermaLink="false">http://zeesh.co.uk/?p=79</guid>
		<description><![CDATA[Intel has just released Moblin v2.0 Beta for netbooks. You can download it here. I&#8217;m going to install it on my Dell Mini 12 and test it. Hopefully it is fast and has good battery life.]]></description>
			<content:encoded><![CDATA[<p>Intel has just released Moblin v2.0 Beta for netbooks. You can download it <a href="http://moblin.org/documentation/test-drive-moblin">here</a>.</p>
<p>I&#8217;m going to install it on my Dell Mini 12 and test it. Hopefully it is fast and has good battery life.</p>
]]></content:encoded>
			<wfw:commentRss>http://zeesh.co.uk/?feed=rss2&amp;p=79</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
