<?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>Netbook Expert &#187; Performance tuning</title>
	<atom:link href="http://www.netbookexpert.co.uk/index.php/tag/performance-tuning/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.netbookexpert.co.uk</link>
	<description>Netbook news, tips and tricks</description>
	<lastBuildDate>Wed, 11 Nov 2009 12:52:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to Access services on a Guest Sun VirtualBox from the Host</title>
		<link>http://www.netbookexpert.co.uk/index.php/2009/08/06/how-to-access-services-on-a-guest-sun-virtualbox-from-the-host/</link>
		<comments>http://www.netbookexpert.co.uk/index.php/2009/08/06/how-to-access-services-on-a-guest-sun-virtualbox-from-the-host/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 09:25:39 +0000</pubDate>
		<dc:creator>BenWilder</dc:creator>
				<category><![CDATA[Virtualisation]]></category>
		<category><![CDATA[Advice]]></category>
		<category><![CDATA[Performance tuning]]></category>
		<category><![CDATA[Tip]]></category>
		<category><![CDATA[Trick]]></category>

		<guid isPermaLink="false">http://www.netbookexpertwp.co.uk/?p=53</guid>
		<description><![CDATA[
I recently got sick of trying to get the lastest version of VMWare server to play nice. I need to run an Ubuntu Linux server on my Windows XP machine for testing various pieces of software.
After a bit of research i downloaded Suns VirtualBox, which seemed to have all the features i was looking for [...]]]></description>
			<content:encoded><![CDATA[<div>
<p>I recently got sick of trying to get the lastest version of VMWare server to play nice. I need to run an Ubuntu Linux server on my Windows XP machine for testing various pieces of software.</p>
<p>After a bit of research i downloaded Suns VirtualBox, which seemed to have all the features i was looking for without all the fluff i didn&#8217;t need!</p>
<p>Download, installation and configuration was a breeze. I downloaded the latest Ubuntu iso, mounted and installed. Bingo.</p>
<p>However, i need to SSH to this machine from my desktop and i also need to access pages from the apache web server on the Ubuntu installation</p>
<p>By default the networking for the virtual machine is set to PCnet-FAST III(NAT) and the guest machine will reside on a different network.</p>
<p>Looking through the Virtual Box documentation i found what was needed to forward ports on my host (Windows XP) to the guest (Ubuntu) so that i could ssh and access http on the virtual box.</p>
<p>I hope this saves someone else a few minutes:</p>
<p>To enable port forwarding from the host to the guest OS, the guest must be switched off..</p>
<p>using the command prompt, navigate to where the VBoxManage executable is located, on my system this is:</p>
<p>cd &#8220;Program Files\Sun\xVM VirtualBox&#8221;</p>
<p>Then 3 commands need to be run for each mapping you wish to create.. with the following syntax (replace tokens in []):</p>
<ul>
<li>VBoxManage setextradata &#8220;[name of your virtual machine]&#8221; &#8220;VBoxInternal/Devices/pcnet/0/LUN#0/Config/[friendly name for rule]/Protocol&#8221; [protocol]</li>
<li>VBoxManage setextradata &#8220;[name of your virtual machine]&#8221; &#8220;VBoxInternal/Devices/pcnet/0/LUN#0/Config/[friendly name for rule]/GuestPort&#8221; [guest port]</li>
<li>VBoxManage setextradata &#8220;[name of your virtual machine]&#8221; &#8220;VBoxInternal/Devices/pcnet/0/LUN#0/Config/[friendly name for rule]/HostPort&#8221; [host port]</li>
</ul>
<p>So to enable forwarding of port 2222 on my local machine to port 22 on the Ubuntu virtual machine i issued the following commands:</p>
<ul>
<li>VBoxManage setextradata &#8220;Ubuntu Testing VPS&#8221; &#8220;VBoxInternal/Devices/pcnet/0/LUN#0/Config/guestssh/Protocol&#8221; TCP</li>
<li>VBoxManage setextradata &#8220;Ubuntu Testing VPS&#8221; &#8220;VBoxInternal/Devices/pcnet/0/LUN#0/Config/guestssh/GuestPort&#8221; 22</li>
<li>VBoxManage setextradata &#8220;Ubuntu Testing VPS&#8221; &#8220;VBoxInternal/Devices/pcnet/0/LUN#0/Config/guestssh/HostPort&#8221; 2222</li>
<p>And to enable forwarding of port 8888 on my local machine to port 80 on the Ubuntu virtual machine i issued the following commands:</p>
<li>VBoxManage setextradata &#8220;Ubuntu Testing VPS&#8221; &#8220;VBoxInternal/Devices/pcnet/0/LUN#0/Config/guestmysql/Protocol&#8221; TCP</li>
<li>VBoxManage setextradata &#8220;Ubuntu Testing VPS&#8221; &#8220;VBoxInternal/Devices/pcnet/0/LUN#0/Config/guestmysql/GuestPort&#8221; 3306</li>
<li>VBoxManage setextradata &#8220;Ubuntu Testing VPS&#8221; &#8220;VBoxInternal/Devices/pcnet/0/LUN#0/Config/guestmysql/HostPort&#8221; 3333</li>
<p>i can now access the ubuntu ssh server via ssh -p 2222 user@127.0.0.1</p>
<p>and i can now access the apache server on the ubuntu virtual server via: http://localhost:8888/</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.netbookexpert.co.uk/index.php/2009/08/06/how-to-access-services-on-a-guest-sun-virtualbox-from-the-host/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Netbook Windows XP Performance Tuning &#8211; Disabling Pre-fetch</title>
		<link>http://www.netbookexpert.co.uk/index.php/2009/08/06/netbook-windows-xp-performance-tuning-disabling-pre-fetch/</link>
		<comments>http://www.netbookexpert.co.uk/index.php/2009/08/06/netbook-windows-xp-performance-tuning-disabling-pre-fetch/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 09:24:22 +0000</pubDate>
		<dc:creator>BenWilder</dc:creator>
				<category><![CDATA[Netbook tips and tricks]]></category>
		<category><![CDATA[Netbooks]]></category>
		<category><![CDATA[Performance tuning]]></category>
		<category><![CDATA[Advice]]></category>
		<category><![CDATA[Netbook]]></category>
		<category><![CDATA[Tip]]></category>
		<category><![CDATA[Trick]]></category>

		<guid isPermaLink="false">http://www.netbookexpertwp.co.uk/?p=51</guid>
		<description><![CDATA[
Windows XP can load programs it thinks you need before you actually load them yourself! This is done by a process called pre-fetching. This process can consume memory and slow your XP experience.
Windows XP will retain a copy of a portion of a program you have run in the prefetch folder even if you only [...]]]></description>
			<content:encoded><![CDATA[<div>
<p>Windows XP can load programs it thinks you need before you actually load them yourself! This is done by a process called pre-fetching. This process can consume memory and slow your XP experience.</p>
<p>Windows XP will retain a copy of a portion of a program you have run in the prefetch folder even if you only used it once. If you are unlikely to use this program again, this will adversely affect the performance of your system and is of no benefit to you!</p>
<p>You can see the contents of the prefetch directory by navigating to %systemroot%\prefetch</p>
<p>If you would like to selectively remove programs from the prefetch folder, you can manually delete the items from within the directory listed above. If you would like to disable the service entirely however, please follow the instructions below.</p>
<p>Navigate to [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory] using regedit:</p>
<ol>
<li>Find the EnablePrefetcher key</li>
<li>Set the EnablePrefetcher key to 0</li>
</ol>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.netbookexpert.co.uk/index.php/2009/08/06/netbook-windows-xp-performance-tuning-disabling-pre-fetch/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Netbook Windows XP Performance Tuning &#8211; Speed up Shut down</title>
		<link>http://www.netbookexpert.co.uk/index.php/2009/08/06/netbook-windows-xp-performance-tuning-speed-up-shut-down/</link>
		<comments>http://www.netbookexpert.co.uk/index.php/2009/08/06/netbook-windows-xp-performance-tuning-speed-up-shut-down/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 09:23:58 +0000</pubDate>
		<dc:creator>BenWilder</dc:creator>
				<category><![CDATA[Netbook tips and tricks]]></category>
		<category><![CDATA[Netbooks]]></category>
		<category><![CDATA[Performance tuning]]></category>
		<category><![CDATA[Advice]]></category>
		<category><![CDATA[Netbook]]></category>
		<category><![CDATA[Tip]]></category>
		<category><![CDATA[Trick]]></category>

		<guid isPermaLink="false">http://www.netbookexpertwp.co.uk/?p=49</guid>
		<description><![CDATA[
If you are using your Netbook on the move, it can be very frustrating if you have to wait a significant amount of time for Windows XP to shut down. The following tip will show you how to reduce shut down times, by altering the settings that dictate when windows will shut down tasks that [...]]]></description>
			<content:encoded><![CDATA[<div>
<p>If you are using your Netbook on the move, it can be very frustrating if you have to wait a significant amount of time for Windows XP to shut down. The following tip will show you how to reduce shut down times, by altering the settings that dictate when windows will shut down tasks that are hung (a common cause of slow shut down speeds). Note: This article assumes that you know how to edit registry settings. You should always backup your registry before making changes.</p>
<p>Navigate to [HKEY_CURRENT_USER\Control Panel\desktop] using regedit:</p>
<ol>
<li>Set AutoEndTasks to 1</li>
<li>Set WaitToKillAppTimeout to 4000</li>
</ol>
<p>References to the above settings can be found at the following link:</p>
<p><a href="http://www.microsoft.com/technet/prodtechnol/windows2000serv/reskit/regentry/34637.mspx?mfr=true" target="_blank">http://www.microsoft.com/technet/prodtechnol/windows2000serv/reskit/regentry/34637.mspx?mfr=true</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.netbookexpert.co.uk/index.php/2009/08/06/netbook-windows-xp-performance-tuning-speed-up-shut-down/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Netbook Windows XP Performance Tuning &#8211; Adjusting XP for best performance</title>
		<link>http://www.netbookexpert.co.uk/index.php/2009/08/06/netbook-windows-xp-performance-tuning-adjusting-xp-for-best-performance/</link>
		<comments>http://www.netbookexpert.co.uk/index.php/2009/08/06/netbook-windows-xp-performance-tuning-adjusting-xp-for-best-performance/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 09:23:24 +0000</pubDate>
		<dc:creator>BenWilder</dc:creator>
				<category><![CDATA[Netbook tips and tricks]]></category>
		<category><![CDATA[Netbooks]]></category>
		<category><![CDATA[Performance tuning]]></category>
		<category><![CDATA[Advice]]></category>
		<category><![CDATA[Netbook]]></category>
		<category><![CDATA[Tip]]></category>
		<category><![CDATA[Trick]]></category>

		<guid isPermaLink="false">http://www.netbookexpertwp.co.uk/?p=47</guid>
		<description><![CDATA[
Windows XP can be set easily for best performance or for best appearance. Setting Windows XP for best performance will disable a number of graphical user interface features, improving the speed and responsiveness of Windows XP noticeably.
To set Windows XP for best performance perform the following:

Right click My Computer
Click Properties
Click the Advanced Tab
Click Settings under [...]]]></description>
			<content:encoded><![CDATA[<div>
<p>Windows XP can be set easily for best performance or for best appearance. Setting Windows XP for best performance will disable a number of graphical user interface features, improving the speed and responsiveness of Windows XP noticeably.</p>
<p>To set Windows XP for best performance perform the following:</p>
<ol>
<li>Right click My Computer</li>
<li>Click Properties</li>
<li>Click the Advanced Tab</li>
<li>Click Settings under Performance</li>
<li>Click Adjust for best performance &#8211; or select your own from Custom if you are feeling adventurous!</li>
<li>Click OK</li>
<li>Click OK</li>
</ol>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.netbookexpert.co.uk/index.php/2009/08/06/netbook-windows-xp-performance-tuning-adjusting-xp-for-best-performance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Netbook Windows XP Performance Tuning &#8211; Using small icons</title>
		<link>http://www.netbookexpert.co.uk/index.php/2009/08/06/netbook-windows-xp-performance-tuning-using-small-icons/</link>
		<comments>http://www.netbookexpert.co.uk/index.php/2009/08/06/netbook-windows-xp-performance-tuning-using-small-icons/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 09:22:51 +0000</pubDate>
		<dc:creator>BenWilder</dc:creator>
				<category><![CDATA[Netbook tips and tricks]]></category>
		<category><![CDATA[Netbooks]]></category>
		<category><![CDATA[Performance tuning]]></category>
		<category><![CDATA[Advice]]></category>
		<category><![CDATA[Netbook]]></category>
		<category><![CDATA[Tip]]></category>
		<category><![CDATA[Trick]]></category>

		<guid isPermaLink="false">http://www.netbookexpertwp.co.uk/?p=45</guid>
		<description><![CDATA[
Screen real estate is at a premium on most netbooks and large icons in the start menu can take a lot of room and seem out of proportion for the screen size offered. A simple change of settings in Windows XP can be used to show small icons in the start menu, giving you a [...]]]></description>
			<content:encoded><![CDATA[<div>
<p>Screen real estate is at a premium on most netbooks and large icons in the start menu can take a lot of room and seem out of proportion for the screen size offered. A simple change of settings in Windows XP can be used to show small icons in the start menu, giving you a lot more room.</p>
<p>To set Windows XP to use small start menu icons, perform the following:</p>
<ol>
<li>Click Start</li>
<li>Click Settings</li>
<li>Click Taskbar and Start Menu</li>
<li>Click Start Menu Tab</li>
<li>Click Classic Start menu</li>
<li>Click Customize</li>
<li>Scroll down the Advanced Start menu options and select &#8220;Show Small Icons in Start menu&#8221;</li>
<li>Click Ok</li>
<li>Click OK</li>
</ol>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.netbookexpert.co.uk/index.php/2009/08/06/netbook-windows-xp-performance-tuning-using-small-icons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

