<?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>JonnyReeves.co.uk &#187; Linux</title>
	<atom:link href="http://www.jonnyreeves.co.uk/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jonnyreeves.co.uk</link>
	<description>Actionscript, Flash, PHP and stuff</description>
	<lastBuildDate>Mon, 19 Jul 2010 15:36:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Ubuntu Netboot install with Windows (PXE)</title>
		<link>http://www.jonnyreeves.co.uk/2008/09/ubuntu-netboot-install-with-windows-pxe/</link>
		<comments>http://www.jonnyreeves.co.uk/2008/09/ubuntu-netboot-install-with-windows-pxe/#comments</comments>
		<pubDate>Sat, 27 Sep 2008 15:59:48 +0000</pubDate>
		<dc:creator>Jonny</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[netboot]]></category>
		<category><![CDATA[pxe]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.jonnyreeves.co.uk/?p=60</guid>
		<description><![CDATA[I&#8217;m the proud owner of a Dell X200 Laptop, which, due to it&#8217;s compact form factor (incredible seeing as it dates back to 2003!) lacks a CD-Rom and Floppy Disc Drive.  This makes installing operating systems a bit of a chore and seeing how my USB Pen Drive packed in at the weekend, the only [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m the proud owner of a Dell X200 Laptop, which, due to it&#8217;s compact form factor (incredible seeing as it dates back to 2003!) lacks a CD-Rom and Floppy Disc Drive.  This makes installing operating systems a bit of a chore and seeing how my USB Pen Drive packed in at the weekend, the only install method I had available to me was a NetBoot install via PXE (Preboot Executing Environment).</p>
<p>Usually this is a pretty straight forward affair, but I had a bit of a problem &#8211; may laptop would only find the TFTP server if it was directly wired to it via a crossover cable (no doubt my POS Speedlink router was partly to blame).  After a couple of hours of faffing I finally managed to get a successful install with the following steps:</p>
<ol>
<li>Download a copy of <a href="http://tftpd32.jounin.net/tftpd32_download.html">TFTP32 for Windows</a></li>
<li>Directly wire your laptop to your desktop pc (which is running the TFTP server) with a crossover cable</li>
<li>Follow the Ubuntu <a href="https://help.ubuntu.com/community/Installation/WindowsServerNetboot">Windows Server Netboot Wiki Entry</a> to get the TFTP Server configured &#8211; make sure you set everything up to point towards your Router.  (ie: My router defaults to 192.168.1.254, so I set that as the gateway and gave the DHCP Server in TFTP32 a sensible range of IP Addresses to serve out.<a href="https://help.ubuntu.com/community/Installation/WindowsServerNetboot"><br />
</a></li>
<li>When the laptop boots via PXE, follow the guide right up to the Network interface selection (should be just after the Keyboard layout).</li>
<li>At this point, unplug the cross over cable and wire the laptop directly into the router, wait a couple of seconds for it to autosense the connection and then proceed with the Ubuntu install &#8211; it should discover your router and receive a new IP Address via DHCP</li>
<li>Sit back and smile as your laptop successfully downloads the required packages from the Ubuntu archives.</li>
</ol>
<p>Hope this helps someone out there</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jonnyreeves.co.uk/2008/09/ubuntu-netboot-install-with-windows-pxe/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>SlingPlayer (Slingbox Client) on the Asus EEE</title>
		<link>http://www.jonnyreeves.co.uk/2008/01/slingplayer-slingbox-client-on-the-asus-eee/</link>
		<comments>http://www.jonnyreeves.co.uk/2008/01/slingplayer-slingbox-client-on-the-asus-eee/#comments</comments>
		<pubDate>Wed, 16 Jan 2008 10:07:40 +0000</pubDate>
		<dc:creator>Jonny</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.jonnyreeves.co.uk/?p=22</guid>
		<description><![CDATA[This is a quick guide on how to set up the Slingbox client (SlingPlayer.exe) on the ASUS EEE&#8217;s default Xandros operating system using WINE.  This guide is indented for beginners and experts alike but as with everything out there, please understand what you are doing and make sure you back up everything as you [...]]]></description>
			<content:encoded><![CDATA[<p>This is a quick guide on how to set up the Slingbox client (SlingPlayer.exe) on the ASUS EEE&#8217;s default Xandros operating system using WINE.  This guide is indented for beginners and experts alike but as with everything out there, please understand what you are doing and make sure you back up everything as you go along!</p>
<h3><strong>Step One: Opening another bottle</strong></h3>
<p>As with most things in life, this guide kicks off with some WINE, in this case we are going to be installing the latest build available from <a href="http://www.winehq.org/">WineHQ</a> which happens to be 0.9.52.  If you already have WINE installed on your EEE then you can skip his section.  Incase you are unaware, <a href="http://www.winehq.org/site/about">WINE is a compatibility layer</a> which, in a nutshell, allows you to run (<a href="http://appdb.winehq.org/">some</a>) Windows applications under Linux.  We are going to add the WINE APT repository to our APT Sources, so that when new WINE builds are released we are automatically kept up-to-date.</p>
<ul>
<li><strong>Opening a Terminal</strong></li>
</ul>
<p>To open a Terminal window on the Asus EEE, press the <em>CONTROL</em>, <em>ALT </em>and <strong>T</strong> keys at the same time.  A new black window should appear, enter the following commands into it:</p>
<ul>
<li><strong>Adding the WINE APT Repo GPG Key</strong></li>
</ul>
<div class="dean_ch" style="white-space: nowrap; overflow: scroll;"><span class="kw2">wget</span> -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | <span class="kw2">sudo</span> apt-key add -</div>
<p><em>(Make sure you select all the code above, as it can overflow on narrow screens (like on the EEE!)).  The code above will download the .gpg key from budgetdedicated.com (which is where WINE hosts its repos) and add it to your list of trusted sources)</em></p>
<ul>
<li><strong>Adding the WINE APT Repos to your Sources</strong></li>
</ul>
<div class="dean_ch" style="white-space: nowrap; overflow: scroll;"><span class="kw2">wget</span> -q <span class="kw2">sudo</span> <span class="kw2">wget</span> http://wine.budgetdedicated.com/apt/sources.list.d/etch.list -O /etc/apt/sources.list.d/winehq.list</div>
<p><em>(Again, Make sure you select all the code above, as it can overflow on narrow screens (like on the EEE!)).  The code above will create a new APT entry in your sources, the file <strong>/etc/apt/sources.list.d/winehq.list</strong> can always be removed in the future if you want to stop using WINE.</em></p>
<p>If you are having trouble following the above two steps, you can get the instructions for adding the WINE Repo&#8217;s in Debian Etch 4 (aka Xandros) <a href="http://www.winehq.org/site/download-deb">direct from WineHQ</a>.</p>
<ul>
<li><strong>Installing WINE from APT</strong></li>
</ul>
<p>You are now ready to install WINE using APT.  First you need to update the list of APT Packages with apt-get update:</p>
<div class="dean_ch" style="white-space: nowrap; overflow: scroll;"><span class="kw2">sudo</span> apt-get update</div>
<p>Next you want to actually install the WINE package:</p>
<div class="dean_ch" style="white-space: nowrap; overflow: scroll;"><span class="kw2">sudo</span> apt-get <span class="kw2">install</span> wine</div>
<p>Once WINE is installed you will be ready to move on to the next step:</p>
<h3>Installing SlingPlayer</h3>
<p>Before you can start installing SlingPlayer you will need to configure WINE and register the required dll files that SingPlayer expects.</p>
<ul>
<li><strong>Registering SlingPlayer DLLs</strong></li>
</ul>
<p>First off you will need to download the <a href="http://www.slingcommunity.com/downloads/wine/slingplayer_dependancies.zip">SlingPlayer Dependancies</a> zip file, this file contains various components and libraries which are installed by default on Windows XP, but are not part of the WINE default bundle.  This zip file has been kindly created and hosted by the <a href="http://www.slingcommunity.com/">Sling Community</a>, so go give them some love.</p>
<p>Once you have downloaded these files, you need to copy them to your WINE System32 folder and register them with the WINE Windows Registry (it&#8217;s times like this that you really appreciate how <i>wonderful</i> Windows really is&#8230;).  Extract the .zip file to your desktop and them copy the following files to /home/<i>[username]</i>/.wine/drive_c/windows/system32.</p>
<ul>
<li>msxml3.dll</li>
<li>qcap.dll</li>
<li>quartz.dll</li>
<li>msxml3r.dll</li>
<li>dxdiagn.dll</li>
</ul>
<p>You can copy these files by using the Terminal: (the following example assumes your username is &#8220;jonny&#8221; and you extracted the SlingPlayer Dependencies file to your desktop, modify to suit your enviroment.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jonnyreeves.co.uk/2008/01/slingplayer-slingbox-client-on-the-asus-eee/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Ubuntu Upgrade to 7.04</title>
		<link>http://www.jonnyreeves.co.uk/2007/04/ubuntu-upgrade-to-704/</link>
		<comments>http://www.jonnyreeves.co.uk/2007/04/ubuntu-upgrade-to-704/#comments</comments>
		<pubDate>Mon, 23 Apr 2007 09:52:42 +0000</pubDate>
		<dc:creator>Jonny</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://jonny.xaedalus.net/2007/04/ubuntu-upgrade-to-704/</guid>
		<description><![CDATA[April 19th is a landmark occasion of the Ubuntu Distribution of Linux.  The new release of 7.04 may not bring so much in the way of features but it does have a certain &#8220;Coming of Age&#8221; quality to it.
I only run Linux on my laptop at home after our experiment with Linux on the [...]]]></description>
			<content:encoded><![CDATA[<p>April 19th is a landmark occasion of the <a href="http://www.ubuntu.org">Ubuntu</a> Distribution of Linux.  The new release of 7.04 may not bring so much in the way of features but it does have a certain &#8220;Coming of Age&#8221; quality to it.</p>
<p>I only run Linux on my laptop at home after our experiment with Linux on the desktop wasn&#8217;t met with success.  I wasn&#8217;t planning on upgrading from Ubuntu 6.10 to 7.04 in the near future because of the lack of a CD-ROM drive for my laptop (well, more the lack of a power supply for my Lacie Firewire CD-RW).  As a result, I was pleasantly surprised to see Ubuntu&#8217;s update manager pop up in the corner of my screen telling me that a new &#8216;distribution release 7.04&#8242; was available complete with a nice chunky (got to love the Gnome) &#8220;Upgrade&#8221; button begging to be pressed.</p>
<p>The installers first step was to pull down the &#8220;Upgrade Assistant&#8221; which &#8216;guides you through the install process&#8217;.  Now my laptop is not the fastest (733mhz P3) but this step took an age before the assistant actually appeared.  Top indicated that the CPU was having a bit of a nap, so I presume the delay was due to the sheer number of &#8220;updaters&#8221; eagerly following the same path as myself.</p>
<p>I gave up for the night and tried upgrading again a few days later.  This time the Update Assistant appears immediately, a good sign!  The update took about 60 mins to download all the packages and update them, upon completing I was asked to restart the system.  During the update I was still able to use Firefox to browse the web, a privilege that would certainly be unheard of on any other major OS!</p>
<p>My initial impression of 7.04 is that not much has changed, the new control pannel is quite snazzy (not that I need to make much use of it now my laptop has been set up) and Wireless Access Points are now automatically detected (no more dropping down to the terminal to switch!).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jonnyreeves.co.uk/2007/04/ubuntu-upgrade-to-704/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Putty for Symbian OS</title>
		<link>http://www.jonnyreeves.co.uk/2007/04/putty-for-symbian-os/</link>
		<comments>http://www.jonnyreeves.co.uk/2007/04/putty-for-symbian-os/#comments</comments>
		<pubDate>Mon, 23 Apr 2007 09:49:22 +0000</pubDate>
		<dc:creator>Jonny</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Symbian]]></category>

		<guid isPermaLink="false">http://jonny.xaedalus.net/2007/04/putty-for-symbian-os/</guid>
		<description><![CDATA[I recently upgraded my Vodafone contract to the excellent Nokia E65, which is the best mobile device I have used (great form factor, fast CPU, Built in WLAN and Symbian OS 60.3 is excellent!).
One application that I recently discovered was Putty for Symbian OS, this fantastic little app allows me to connect to my remote [...]]]></description>
			<content:encoded><![CDATA[<p>I recently upgraded my Vodafone contract to the excellent Nokia E65, which is the best mobile device I have used (great form factor, fast CPU, Built in WLAN and Symbian OS 60.3 is excellent!).</p>
<p>One application that I recently discovered was <a href="http://sourceforge.net/projects/s2putty/">Putty for Symbian OS</a>, this fantastic little app allows me to connect to my remote linux servers from both WLAN and GPRS connections &#8211; sure, you&#8217;re not going to be doing any application development with it, but it&#8217;s great for rebooting a server or doing remote diagnostics (or just showing off to friends!)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jonnyreeves.co.uk/2007/04/putty-for-symbian-os/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
