<?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>Computer Correct</title>
	<atom:link href="http://www.computercorrect.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.computercorrect.com</link>
	<description>intelligent tech solutions</description>
	<lastBuildDate>Fri, 02 Dec 2011 04:42:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Fix for Constant Hard Drive Clicking Noise in Ubuntu</title>
		<link>http://www.computercorrect.com/2011/operating-systems/linux/ubuntu/fix-for-constant-hard-drive-clicking-in-ubuntu/</link>
		<comments>http://www.computercorrect.com/2011/operating-systems/linux/ubuntu/fix-for-constant-hard-drive-clicking-in-ubuntu/#comments</comments>
		<pubDate>Sat, 12 Nov 2011 05:19:41 +0000</pubDate>
		<dc:creator>Andrew D. Anderson</dc:creator>
				<category><![CDATA[Laptops]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[hard drive]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[noise]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.computercorrect.com/?p=266</guid>
		<description><![CDATA[If you are reading this it is probably because you have a laptop that keeps making a disconcerting clicking sound. You suspect that it may be the hard drive &#8211; and you are probably correct. It very well could be on its way out, and doing a full backup certainly can&#8217;t hurt anything&#8230; The racket could be [...]]]></description>
			<content:encoded><![CDATA[<p>If you are reading this it is probably because you have a laptop that keeps making a disconcerting clicking sound. You suspect that it may be the hard drive &#8211; and you are probably correct. It very well could be on its way out, and doing a full backup certainly can&#8217;t hurt anything&#8230; The racket could be something else though,<strong> it could actually be a feature of your hard drive.</strong> Let&#8217;s fix the &#8220;feature&#8221;!</p>
<p><span id="more-266"></span></p>
<p>You hard drive has heads that read the surface of the platters, and excessive head parking in Ubuntu Linux and its variants is not uncommon &#8211; especially on laptops running on battery power. Luckily for you, a simple command or two can narrow the problem down. First, go ahead and open up a terminal. Then, run the following command to set your disk drive&#8217;s power management to &#8220;off&#8221;:</p>
<pre class="brush: plain; gutter: false; title: ; notranslate">sudo hdparm -B 255 /dev/sda</pre>
<p>Note that if your laptop has multiple hard drives, then you will have to run the command once for each of them [sda, sdb, etc.]</p>
<p>Listen carefully (not to me, to your laptop!), has the clicking stopped? If so, then your problem <em>is</em> the head parking.</p>
<p>If not, well it still may be, re-run the command but use &#8220;254&#8243; in place of &#8220;255&#8243; since some drives do not respond to the latter:</p>
<pre class="brush: plain; gutter: false; title: ; notranslate">sudo hdparm -B 254 /dev/sda</pre>
<p>Great, if either one of these commands clears up your annoying clicking, then you can be pretty certain that you know what&#8217;s causing it and your hard drive is probably O.K. If not, go ahead and make that full back up, then head on over to Amazon and get yourself a new hard drive.</p>
<p>Unfortunately, even if the head parking is the problem&#8230; you still have the problem, because the command you just used to fix it isn&#8217;t permanent. You could devise some way to run the command every start-up, but, even then, you still wouldn&#8217;t be out of the woods.</p>
<p>Whenever you unplug or plug in your laptop Ubuntu runs a little script that can be found here: <em>/usr/lib/pm-utils/power.d/95hdparm-apm</em> and it will continue to wreak havoc on your hard drives heads.</p>
<p>Don&#8217;t fret just yet, you can override that script rather easily &#8211; simply by creating another (empty) script with the same name in<em> /etc/pm/power.d/</em>:</p>
<pre class="brush: plain; gutter: false; title: ; notranslate">sudo touch /etc/pm/power.d/95hdparm-apm</pre>
<p>That should do the trick nicely. At least, it will stop the power-saving head parking &#8220;feature&#8221; from becoming unreasonable. (It actually keeps the value at 254, the least aggressive setting, rather than disabling head parking completely. In most cases it is all you need.)</p>
<p>*** To <em><strong>completely disable</strong></em> the feature, you need to edit one last file located at <em>/etc/hdparm.conf</em> by adding the following to the very end of the file:</p>
<pre class="brush: plain; gutter: false; title: ; notranslate">
/dev/sda {
        apm = 255
        apm_battery = 255
}
</pre>
<p>Enjoy your more quiet hard disk!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.computercorrect.com/2011/operating-systems/linux/ubuntu/fix-for-constant-hard-drive-clicking-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Acer 4830T TimelineX No Audio on Ubuntu / Mint</title>
		<link>http://www.computercorrect.com/2011/operating-systems/linux/mint/acer-4830t-timelinex-no-audio-on-ubuntu-mint/</link>
		<comments>http://www.computercorrect.com/2011/operating-systems/linux/mint/acer-4830t-timelinex-no-audio-on-ubuntu-mint/#comments</comments>
		<pubDate>Wed, 24 Aug 2011 02:50:05 +0000</pubDate>
		<dc:creator>Andrew D. Anderson</dc:creator>
				<category><![CDATA[Mint]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[mint]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.computercorrect.com/?p=246</guid>
		<description><![CDATA[If you are trying to run Mint 11 or Ubuntu 11.04 on an Acer Aspire 4830T TimelineX Laptop, then you&#8217;ll no doubt notice the lack of audio from the internal speakers. Luckily, fixing the issue is painless. Simply go to a terminal and run the following commands, one after the other: The first command will [...]]]></description>
			<content:encoded><![CDATA[<p>If you are trying to run Mint 11 or Ubuntu 11.04 on an Acer Aspire 4830T TimelineX Laptop, then you&#8217;ll no doubt notice the lack of audio from the internal speakers. Luckily, fixing the issue is painless.</p>
<p><span id="more-246"></span></p>
<p>Simply go to a terminal and run the following commands, one after the other:</p>
<pre class="brush: plain; gutter: false; title: ; notranslate">
wget -O run.py http://www.alsa-project.org/hda-analyzer.py
</pre>
<pre class="brush: plain; gutter: false; title: ; notranslate">
sudo python run.py
</pre>
<p>The first command will download a small python script from the ALSA Project, and the second command will run said script. This script actually downloads the latest copy of the tool that you need to get your sound working. (So be sure to stay connected to the internet.)</p>
<p>You&#8217;ll get a nice GUI, in which you should first <strong>click</strong> &#8220;<em>Node[0x1b] PIN</em>&#8220;. Then, under <em>EAPD</em>, <strong>click</strong> the box next to <em>EAPD</em>. Go ahead and exit the application by clicking the &#8220;x&#8221; in the top right corner.</p>
<p style="text-align: center;"><a href="http://www.computercorrect.com/wp-content/uploads/2011/08/atx_audio_1.png"><img class="aligncenter size-full wp-image-250" title="ALSA Tool" src="http://www.computercorrect.com/wp-content/uploads/2011/08/atx_audio_1.png" alt="" width="564" height="473" /></a></p>
<p>You&#8217;ll then be asked if you wish to revert settings. Simply click &#8220;no&#8221;.</p>
<p><a href="http://www.computercorrect.com/wp-content/uploads/2011/08/atx_audio_2.png"><img class="aligncenter size-full wp-image-251" title="atx_audio_2" src="http://www.computercorrect.com/wp-content/uploads/2011/08/atx_audio_2.png" alt="" width="322" height="150" /></a></p>
<p>Almost done, just go ahead and reboot your machine. You should then be able to enjoy audio from your internal speakers.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.computercorrect.com/2011/operating-systems/linux/mint/acer-4830t-timelinex-no-audio-on-ubuntu-mint/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Custom Fill Colors in OpenOffice.org</title>
		<link>http://www.computercorrect.com/2011/desktop-applications/openoffice-org/custom-fill-colors-in-openoffice-org/</link>
		<comments>http://www.computercorrect.com/2011/desktop-applications/openoffice-org/custom-fill-colors-in-openoffice-org/#comments</comments>
		<pubDate>Sun, 20 Feb 2011 03:12:57 +0000</pubDate>
		<dc:creator>Andrew D. Anderson</dc:creator>
				<category><![CDATA[LibreOffice]]></category>
		<category><![CDATA[OpenOffice.org]]></category>

		<guid isPermaLink="false">http://www.computercorrect.com/?p=208</guid>
		<description><![CDATA[&#160; OpenOffice.org and the LibreOffice branch both suffer from an apparent restriction &#8211; the color palette appears to be severely limited. By default, you&#8217;re given a small palette of ~106 colors for everything from highlighting and borders to fill and font coloring. Luckily, adding a custom color is no big deal &#8211; it just happens [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">&nbsp;</p>
<p><a href="http://www.computercorrect.com/wp-content/uploads/2011/02/oocfill_a.png"><img class="alignleft size-full wp-image-214" title="oocfill_a" src="http://www.computercorrect.com/wp-content/uploads/2011/02/oocfill_a.png" alt="" width="219" height="272" /></a>OpenOffice.org and the LibreOffice branch both suffer from an apparent restriction &#8211; the color palette appears to be severely limited. By default, you&#8217;re given a small palette of ~106 colors for everything from highlighting and borders to fill and font coloring.</p>
<p>Luckily, adding a custom color is no big deal &#8211; it just happens to be buried deep within the UI. So, color up your palette by following the steps below:</p>
<p><span id="more-208"></span></p>
<p style="text-align: center; clear: both;"><a href="http://www.computercorrect.com/wp-content/uploads/2011/02/oocfill1.png"><img class="aligncenter size-full wp-image-210" title="oocfill1" src="http://www.computercorrect.com/wp-content/uploads/2011/02/oocfill1.png" alt="" width="573" height="430" /></a></p>
<p>From within any program (Calc, Writer, etc.) in either office suite, go ahead and <strong>click</strong> <em>Tools &gt; Options</em> in the top menu bar.</p>
<p style="text-align: center;"><a href="http://www.computercorrect.com/wp-content/uploads/2011/02/oocfill2.png"><img class="aligncenter size-full wp-image-211" title="oocfill2" src="http://www.computercorrect.com/wp-content/uploads/2011/02/oocfill2.png" alt="" width="573" height="430" /></a></p>
<p>Go ahead and open the top left navigation element (actually, it is usually already open for you) and then click the child element <em>Colors</em>.</p>
<p style="text-align: center;"><a href="http://www.computercorrect.com/wp-content/uploads/2011/02/oocfill3.png"><img class="aligncenter size-full wp-image-212" title="oocfill3" src="http://www.computercorrect.com/wp-content/uploads/2011/02/oocfill3.png" alt="" width="573" height="430" /></a></p>
<p>Enter in a name for your custom color where it says &#8220;Name&#8221; and then proceed to enter the RGB or CMYK values to the right. Once you see the color that you want in the lower color box, click the <em>Add</em> button.</p>
<p>You can add whichever colors you&#8217;d like this way &#8211; just make sure they have unique names or you&#8217;ll get an error. Colors added here will be available throughout the entire office suite.</p>
<p style="text-align: center;"><a href="http://www.computercorrect.com/wp-content/uploads/2011/02/oocfill4.png"><img class="aligncenter size-full wp-image-213" title="oocfill4" src="http://www.computercorrect.com/wp-content/uploads/2011/02/oocfill4.png" alt="" width="573" height="430" /></a></p>
<p>[Deleting custom colors is also straightforward from here, simply select any color you want to delete from the drop-down menu and then click on <em>Delete</em>.]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.computercorrect.com/2011/desktop-applications/openoffice-org/custom-fill-colors-in-openoffice-org/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>configuring nginx for gpeasy cms</title>
		<link>http://www.computercorrect.com/2011/web-applications/configuring-nginx-for-gpeasy-cms/</link>
		<comments>http://www.computercorrect.com/2011/web-applications/configuring-nginx-for-gpeasy-cms/#comments</comments>
		<pubDate>Sun, 30 Jan 2011 16:33:03 +0000</pubDate>
		<dc:creator>Andrew D. Anderson</dc:creator>
				<category><![CDATA[Web Applications]]></category>
		<category><![CDATA[gpEasy]]></category>
		<category><![CDATA[nginx]]></category>

		<guid isPermaLink="false">http://www.computercorrect.com/?p=188</guid>
		<description><![CDATA[gpEasy CMS is a lightweight content management system ideal for maintaining small websites, especially in shared hosting environments. It outperforms most other content management systems in terms of raw performance and ease of use for those unfamiliar with website maintenance. With no database requirements and a straightforward installation process, there is much less to configure and maintain than other content management systems with similar features, such [...]]]></description>
			<content:encoded><![CDATA[<p>gpEasy CMS is a lightweight content management system ideal for maintaining small websites, especially in shared hosting environments. It outperforms most other content management systems in terms of raw performance and ease of use for those unfamiliar with website maintenance. With no database requirements and a straightforward installation process, there is much less to configure and maintain than other content management systems with similar features, such as WordPress.</p>
<p>nginx is an extremely efficient and robust http server capable of putting limited resources to much greater use than most other http servers, including the popular Apache http server. nginx, like gpEasy, is ideal for extracting speed and cutting down overhead for small to mid-sized websites in shared hosting environments.</p>
<p>Coupling the two technologies seems like a great idea - unfortunately configuring nginx so that gpEasy works properly is not well documented and riddled with roadblocks for those unfamiliar with nginx&#8217;s rewrite rules. nginx&#8217;s &#8220;try_files&#8221; directive seemed like an ideal solution, but never did work correctly in my tests. So, without further ado, here is what you need to know to get gpEasy working with nginx:</p>
<p><span id="more-188"></span></p>
<ol>
<li>First, you should edit the index.php file in gpEasy&#8217;s root directory. Uncomment the line that mentions &#8220;gp_indexphp&#8221;, so that your file looks likes this:
<pre class="brush: php; title: ; notranslate">
//define('gpdebug',true);
define('gp_indexphp',false);
//define('gptesting',true);
require_once('./include/main.php');
</pre>
<p>This tells gpEasy to use permalinks without &#8220;index.php&#8221; appearing in the URL.</li>
<li>Next, you need to edit the appropriate nginx site configuration file so that is has a conditional rewrite rule like the one below:
<pre class="brush: plain; title: ; notranslate">
location /gpeasy/ {

	index   index.php index.htm index.html;

		if (!-e $request_filename){
			rewrite ^(.+)$ /gpeasy/index.php?$1 last;
		}

}
</pre>
<p>(Note that if your gpEasy installation is in your site&#8217;s root directory, then you&#8217;ll replace &#8220;/gpeasy/&#8221; with &#8220;/&#8221; throughout the block above.)</li>
<li>Lastly, restart nginx and proceed with the installation of gpEasy.</li>
</ol>
<p>If you run into problems, or even if everything goes as planned, please leave a comment letting me know.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.computercorrect.com/2011/web-applications/configuring-nginx-for-gpeasy-cms/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>adding services for mailto links in firefox</title>
		<link>http://www.computercorrect.com/2011/desktop-applications/firefox/adding-services-for-mailto-links-in-firefox/</link>
		<comments>http://www.computercorrect.com/2011/desktop-applications/firefox/adding-services-for-mailto-links-in-firefox/#comments</comments>
		<pubDate>Fri, 21 Jan 2011 19:27:47 +0000</pubDate>
		<dc:creator>Andrew D. Anderson</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[mailto]]></category>

		<guid isPermaLink="false">http://www.computercorrect.com/?p=176</guid>
		<description><![CDATA[Under Windows, Firefox, unlike Internet Explorer, gives you an option for how you want to handle mailto links. The problem is, by default, you are only given options for two services: yahoo and gmail. If you&#8217;d like to use another service, you&#8217;ll have to add it manually. This, as it turns out, is no big [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.computercorrect.com/wp-content/uploads/2011/01/Windows7-Running-Oracle-VM-VirtualBox_002.png"><img class="aligncenter size-full wp-image-178" title="Windows7 [Running] - Oracle VM VirtualBox_002" src="http://www.computercorrect.com/wp-content/uploads/2011/01/Windows7-Running-Oracle-VM-VirtualBox_002.png" alt="" width="573" height="456" /></a></p>
<p>Under Windows, Firefox, unlike Internet Explorer, gives you an option for how you want to handle mailto links. The problem is, by default, you are only given options for two services: yahoo and gmail.</p>
<p>If you&#8217;d like to use another service, you&#8217;ll have to add it manually. This, as it turns out, is no big deal. The steps below will show you how to add Hotmail as an option for mailto links in Firefox:</p>
<p><span id="more-176"></span></p>
<p style="text-align: center;"><a href="http://www.computercorrect.com/wp-content/uploads/2011/01/Windows7-Running-Oracle-VM-VirtualBox_004.png"><img class="aligncenter size-full wp-image-179" title="Windows7 [Running] - Oracle VM VirtualBox_004" src="http://www.computercorrect.com/wp-content/uploads/2011/01/Windows7-Running-Oracle-VM-VirtualBox_004.png" alt="" width="573" height="456" /></a></p>
<p>Open another tab or window, and in the address bar type: <strong>about:config. </strong>In the screen that appears, <strong>click</strong> the button acknowledging that you&#8217;ll &#8220;be careful&#8221;.</p>
<p style="text-align: center;"><a href="http://www.computercorrect.com/wp-content/uploads/2011/01/Windows7-Running-Oracle-VM-VirtualBox_006.png"><img class="aligncenter size-full wp-image-180" title="Windows7 [Running] - Oracle VM VirtualBox_006" src="http://www.computercorrect.com/wp-content/uploads/2011/01/Windows7-Running-Oracle-VM-VirtualBox_006.png" alt="" width="573" height="456" /></a></p>
<p>Now, in the text box alongside &#8220;Filter:&#8221; type in <strong>gecko</strong>, and then <strong>double-click</strong> the first result that reads &#8220;gecko.handlerService.allowRegisterFromDifferentHost&#8221; so that it is set to &#8220;<strong>true</strong>&#8221; on the right.</p>
<p style="text-align: center;"><a href="http://www.computercorrect.com/wp-content/uploads/2011/01/Windows7-Running-Oracle-VM-VirtualBox_009.png"><img class="aligncenter size-full wp-image-181" title="Windows7 [Running] - Oracle VM VirtualBox_009" src="http://www.computercorrect.com/wp-content/uploads/2011/01/Windows7-Running-Oracle-VM-VirtualBox_009.png" alt="" width="573" height="456" /></a></p>
<p>Close the about:config window or tab and open a fresh one. From there <strong>copy and paste</strong> the following into the address bar, then hit the <strong>enter key</strong>:</p>
<pre class="brush: plain; title: ; notranslate">javascript:window.navigator.registerProtocolHandler(&quot;mailto&quot;,&quot;http://hotmail.msn.com/secure/start?action=compose&amp;to=%s&quot;,'Hotmail&quot;)</pre>
<p>Firefox will ask for confirmation, so go ahead and <strong>click</strong> the button that reads &#8220;Add Application&#8221;.</p>
<p style="text-align: center;"><a href="http://www.computercorrect.com/wp-content/uploads/2011/01/Windows7-Running-Oracle-VM-VirtualBox_010.png"><img class="aligncenter size-full wp-image-182" title="Windows7 [Running] - Oracle VM VirtualBox_010" src="http://www.computercorrect.com/wp-content/uploads/2011/01/Windows7-Running-Oracle-VM-VirtualBox_010.png" alt="" width="573" height="456" /></a></p>
<p>That&#8217;s all there is to it. Now mailto links will give you the option to use Hotmail.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.computercorrect.com/2011/desktop-applications/firefox/adding-services-for-mailto-links-in-firefox/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Win7 64bit on Ubuntu Virtualbox Error</title>
		<link>http://www.computercorrect.com/2011/virtualization/win7-64bit-on-ubuntu-virtualbox-error/</link>
		<comments>http://www.computercorrect.com/2011/virtualization/win7-64bit-on-ubuntu-virtualbox-error/#comments</comments>
		<pubDate>Thu, 06 Jan 2011 23:10:00 +0000</pubDate>
		<dc:creator>Andrew D. Anderson</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://www.computercorrect.com/?p=148</guid>
		<description><![CDATA[If you&#8217;re getting an error that &#8220;Windows failed to start&#8221; while trying to install 64bit Windows 7 on a Virtualbox machine with an Ubuntu host, then you&#8217;ll appreciate the following fix. Go ahead and open Virtualbox. Right-click the virtual machine that you intend use for the Windows 7 installation. Then click &#8220;settings&#8221;. In the settings box that appears, click &#8220;System&#8221;. [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.computercorrect.com/wp-content/uploads/2011/01/Windows7-Running-Oracle-VM-VirtualBox_001.png"><img class="size-full wp-image-155 aligncenter" title="Windows7 [Running] - Oracle VM VirtualBox_001" src="http://www.computercorrect.com/wp-content/uploads/2011/01/Windows7-Running-Oracle-VM-VirtualBox_001.png" alt="" width="553" height="440" /></a></p>
<p>If you&#8217;re getting an error that &#8220;Windows failed to start&#8221; while trying to install 64bit Windows 7 on a Virtualbox machine with an Ubuntu host, then you&#8217;ll appreciate the following fix.</p>
<p><span id="more-148"></span></p>
<p style="text-align: center;"><a href="http://www.computercorrect.com/wp-content/uploads/2011/01/Oracle-VM-VirtualBox_002.png"><img class="aligncenter size-full wp-image-160" title="Oracle VM VirtualBox_002" src="http://www.computercorrect.com/wp-content/uploads/2011/01/Oracle-VM-VirtualBox_002.png" alt="" width="540" height="406" /></a></p>
<p>Go ahead and open Virtualbox. Right-click the virtual machine that you intend use for the Windows 7 installation. Then click &#8220;settings&#8221;.</p>
<p style="text-align: center;"><a href="http://www.computercorrect.com/wp-content/uploads/2011/01/Oracle-VM-VirtualBox_003.png"><img class="aligncenter size-full wp-image-161" title="Oracle VM VirtualBox_003" src="http://www.computercorrect.com/wp-content/uploads/2011/01/Oracle-VM-VirtualBox_003.png" alt="" width="540" height="406" /></a></p>
<p>In the settings box that appears, click &#8220;System&#8221;.</p>
<p style="text-align: center;">
<p style="text-align: center;"><a href="http://www.computercorrect.com/wp-content/uploads/2011/01/Oracle-VM-VirtualBox_004.png"><img class="aligncenter size-full wp-image-162" title="Oracle VM VirtualBox_004" src="http://www.computercorrect.com/wp-content/uploads/2011/01/Oracle-VM-VirtualBox_004.png" alt="" width="540" height="406" /></a></p>
<p style="text-align: left;">Now, check the box that reads &#8220;Enable IO APIC&#8221; and then click &#8220;OK&#8221;. At this point, you should be able to boot up the virtual machine without seeing the error message.</p>
<p style="text-align: left;">However, you may get a new error&#8230; that windows cannot install to your disk. In that case, you&#8217;ll need to change the type of controller your virtual machine uses for the virtual disk.</p>
<p style="text-align: center;"><a href="http://www.computercorrect.com/wp-content/uploads/2011/01/Oracle-VM-VirtualBox_006.png"><img class="aligncenter size-full wp-image-171" title="Oracle VM VirtualBox_006" src="http://www.computercorrect.com/wp-content/uploads/2011/01/Oracle-VM-VirtualBox_006.png" alt="" width="540" height="406" /></a></p>
<p style="text-align: left;">
<p style="text-align: left;">So, select &#8220;Storage&#8221; from the options on the left and, if you see that your virtual disk is attached to an SATA controller, remove it.</p>
<p style="text-align: left;"><a href="http://www.computercorrect.com/wp-content/uploads/2011/01/Oracle-VM-VirtualBox_008.png"><img class="aligncenter size-full wp-image-173" title="Oracle VM VirtualBox_008" src="http://www.computercorrect.com/wp-content/uploads/2011/01/Oracle-VM-VirtualBox_008.png" alt="" width="540" height="406" /></a></p>
<p style="text-align: left;">Now select the IDE controller and attach the virtual disk to it using the button directly to the right.</p>
<p style="text-align: left;">Now you can launch your virtual machine and proceed with your Windows 7 installation.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.computercorrect.com/2011/virtualization/win7-64bit-on-ubuntu-virtualbox-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>change remote desktop listening port</title>
		<link>http://www.computercorrect.com/2011/operating-systems/microsoft/change-remote-desktop-listening-port/</link>
		<comments>http://www.computercorrect.com/2011/operating-systems/microsoft/change-remote-desktop-listening-port/#comments</comments>
		<pubDate>Thu, 06 Jan 2011 20:07:38 +0000</pubDate>
		<dc:creator>Andrew D. Anderson</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[remote desktop]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.computercorrect.com/?p=122</guid>
		<description><![CDATA[The most common reason for wanting to change the listening port for Windows Remote Desktop is to connect to multiple machines behind a firewall or routing device. In reality, a better method is to simply use the port forwarding feature of your router or firewall. However, some routers do not offer a robust enough feature [...]]]></description>
			<content:encoded><![CDATA[<p>The most common reason for wanting to change the listening port for Windows Remote Desktop is to connect to multiple machines behind a firewall or routing device. In reality, a better method is to simply use the port forwarding feature of your router or firewall. However, some routers do not offer a robust enough feature set and there are other legitimate reasons of wanting to change the remote desktop port number. For instance, you may want to make a demilitarized machine (one connected directly to the internet) marginally less susceptible to an attack, or resolve a port conflict with another service.</p>
<p><span id="more-122"></span></p>
<p>Changing the listening port is simple enough, though you&#8217;ll have to alter your registry (at your own risk, of course):</p>
<p><a href="http://www.computercorrect.com/wp-content/uploads/2011/01/rd_port_chng_1.png"><img class="aligncenter size-full wp-image-128" title="rd_port_chng_1" src="http://www.computercorrect.com/wp-content/uploads/2011/01/rd_port_chng_1.png" alt="" width="600" height="400" /></a></p>
<p>First you need to start the registry editor. You can click the &#8220;Start&#8221; button, then &#8220;Run&#8221; (If you do not have a &#8220;Run&#8221; shortcut, you can hold down the Windows Key and hit the &#8220;R&#8221; key at the same time.)</p>
<p><a href="http://www.computercorrect.com/wp-content/uploads/2011/01/rd_port_chng_2.png"><img class="aligncenter size-full wp-image-129" title="rd_port_chng_2" src="http://www.computercorrect.com/wp-content/uploads/2011/01/rd_port_chng_2.png" alt="" width="600" height="400" /></a></p>
<p>Type &#8220;regedit&#8221; in the run box, and then hit &#8220;ok&#8221;.</p>
<p><a href="http://www.computercorrect.com/wp-content/uploads/2011/01/rd_port_chng_3.png"><img class="aligncenter size-full wp-image-130" title="rd_port_chng_3" src="http://www.computercorrect.com/wp-content/uploads/2011/01/rd_port_chng_3.png" alt="" width="600" height="400" /></a></p>
<p>Navigate to the registry key:</p>
<p style="padding-left: 30px;"><strong>HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\TerminalServer\WinStations\RDP-Tcp\PortNumber</strong></p>
<p><strong><a href="http://www.computercorrect.com/wp-content/uploads/2011/01/rd_port_chng_4.png"><img class="aligncenter size-full wp-image-131" title="rd_port_chng_4" src="http://www.computercorrect.com/wp-content/uploads/2011/01/rd_port_chng_4.png" alt="" width="600" height="400" /></a><br />
</strong></p>
<p>With the &#8220;PortNumber&#8221; key highlighted, go to <strong>Edit &gt; Modify</strong>.</p>
<p><a href="http://www.computercorrect.com/wp-content/uploads/2011/01/rd_port_chng_5.png"><img class="aligncenter size-full wp-image-141" title="rd_port_chng_5" src="http://www.computercorrect.com/wp-content/uploads/2011/01/rd_port_chng_5.png" alt="" width="600" height="400" /></a></p>
<p>Select the option box for &#8220;Decimal&#8221; and insert the desired port number. Then hit &#8220;ok&#8221;.</p>
<p>Go ahead and restart for good measure. Remember, now you must suffix the machine url with the port when connecting remotely. (machine-name-or-ip:new-port-number)</p>
<p>Also, Windows XP is pictured above, but the method is the same for Windows Vista and Windows 7.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.computercorrect.com/2011/operating-systems/microsoft/change-remote-desktop-listening-port/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blank Black Screen Fix for HP Laptops</title>
		<link>http://www.computercorrect.com/2011/hardware/laptops/blank-black-screen-fix-for-hp-laptops/</link>
		<comments>http://www.computercorrect.com/2011/hardware/laptops/blank-black-screen-fix-for-hp-laptops/#comments</comments>
		<pubDate>Wed, 05 Jan 2011 18:13:25 +0000</pubDate>
		<dc:creator>Andrew D. Anderson</dc:creator>
				<category><![CDATA[Laptops]]></category>

		<guid isPermaLink="false">http://www.computercorrect.com/?p=113</guid>
		<description><![CDATA[A problem affecting many of HP&#8217;s newer laptops, including the dv9000 (dv9XXX) and dv6000 (dv6XXX) series of machines is that you&#8217;ll get nothing but a back-lit black screen on boot. More specifically, the touch-bar lights will turn on and the hard drive light will blink &#8211; the machine will actually appear to be booting into [...]]]></description>
			<content:encoded><![CDATA[<p>A problem affecting many of HP&#8217;s newer laptops, including the dv9000 (dv9XXX) and dv6000 (dv6XXX) series of machines is that you&#8217;ll get nothing but a back-lit black screen on boot. More specifically, the touch-bar lights will turn on and the hard drive light will blink &#8211; the machine will actually appear to be booting into an operating system, but the screen will remain black. This problem usually occurs when the video card fails to work because it has overheated and is no longer soldered to the motherboard. It is a common problem, and the normally recommended fix is to re-flow your gpu (video card) and motherboard.</p>
<p><span id="more-113"></span></p>
<p>Reflowing is a simple enough process in theory, you simply have to heat the solder up enough to allow it to re-bead, and then cool it off again. In practice this normally requires the disassembly of the entire laptop and using a heat gun on the gpu. Alternative methods include literally baking the motherboard and gpu in an oven at 385°F for 8 minutes, or, possibly even more startlingly, wrapping the machine in a blanket.</p>
<p>The latter alternative is the one that I recommend if you lack the desire or know-how to take apart your entire machine. I&#8217;ve tested it, and it actually does work. Of course, if you do it on your machine, you do so at your own risk&#8230;</p>
<p>Basically, the process involves only four broad steps:</p>
<ol>
<li>Remove the battery and hard drive. Battery removal is simple enough, and hard-drive removal only requires loosening two Philips-head screws.</li>
<li>Plug the laptop in, turn it on, close the screen, flip it upside down and wrap it up tightly in a thick blanket or two.</li>
<li>After an hour and a half or so, unplug the laptop from the wall, unwrap the blanket, and allow it to cool for an hour or so.</li>
<li>Reinstall the hard drive and battery. Turn right-side up.</li>
</ol>
<p>If all goes well and your gpu is still good, then when you turn your laptop back on it should boot right up. Now, seriously consider investing in a <a title="Laptop Cooler @ Amazon.com" href="http://www.amazon.com/gp/product/B002NU5V4A?ie=UTF8&amp;tag=computercorrect-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B002NU5V4A">laptop cooler</a> to help prevent your machine from overheating again.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.computercorrect.com/2011/hardware/laptops/blank-black-screen-fix-for-hp-laptops/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 10.04 / 10.11 Touchpad Quitting</title>
		<link>http://www.computercorrect.com/2010/operating-systems/linux/ubuntu/ubuntu-10-04-10-11-touchpad-quitting/</link>
		<comments>http://www.computercorrect.com/2010/operating-systems/linux/ubuntu/ubuntu-10-04-10-11-touchpad-quitting/#comments</comments>
		<pubDate>Mon, 01 Nov 2010 17:34:21 +0000</pubDate>
		<dc:creator>Andrew D. Anderson</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[touchpad]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.computercorrect.com/?p=98</guid>
		<description><![CDATA[There seems to be a bug in the newer Ubuntu releases where disabling your touchpad via the hardware toggle button disables it permanently for your user under the gnome desktop. It sometimes disables your ability to type, too. The mouse works at the log-in screen, but after you log in, it quits working. Luckily, there is a [...]]]></description>
			<content:encoded><![CDATA[<p>There seems to be a bug in the newer Ubuntu releases where disabling your touchpad via the hardware toggle button disables it permanently for your user under the gnome desktop. It sometimes disables your ability to type, too. The mouse works at the log-in screen, but after you log in, it quits working. Luckily, there is a relatively painless fix.</p>
<p><span id="more-98"></span></p>
<p>To get your touchpad to work:</p>
<ol>
<li>After you log in and are on the gnome desktop, press <strong>alt + f2</strong> (hold the <strong>alt</strong> key, and press the <strong>f2</strong> key at the top of the keyboard).</li>
<li>Copy and paste, or type, the following command into the box that appears:</li>
</ol>
<pre class="brush: plain; title: ; notranslate">gconftool --type bool --set /desktop/gnome/peripherals/touchpad/touchpad_enabled true</pre>
<p>That&#8217;s it! Now your on-screen mouse pointer should move when you move your finger on the touchpad.</p>
<p>To prevent the problem from occurring again, you need to:</p>
<ol>
<li>Press <strong>alt + f2</strong>.</li>
<li>Copy and paste, or type, the following command into the box that appears:</li>
</ol>
<pre class="brush: plain; title: ; notranslate">gconftool-2 --type string --set /apps/gnome_settings_daemon/keybindings/touchpad &quot;&quot;</pre>
<p>This allows the gnome-settings daemon to ignore your touchpad lock button, which should prevent the mouse and keyboard lockups. Your mouse should still lock when the button is pressed, but it should also unlock properly when pressed again.</p>
<p>If the last command actually breaks your mouse lock feature (it shouldn&#8217;t), then you can enter the following command to revert it:</p>
<pre class="brush: plain; title: ; notranslate">gconftool-2 --type string --set /apps/gnome_settings_daemon/keybindings/touchpad XF86TouchpadToggle</pre>
<p>This has been tested on HP dv8t and dv6000 lapotops, but may work for others. Please leave a comment with your model number and indicate if the fix worked for you.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.computercorrect.com/2010/operating-systems/linux/ubuntu/ubuntu-10-04-10-11-touchpad-quitting/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>VirtualBox Guest Additions Windows XP Error</title>
		<link>http://www.computercorrect.com/2010/virtualization/virtualbox-guest-additions-windows-xp-error/</link>
		<comments>http://www.computercorrect.com/2010/virtualization/virtualbox-guest-additions-windows-xp-error/#comments</comments>
		<pubDate>Fri, 24 Sep 2010 04:01:30 +0000</pubDate>
		<dc:creator>Andrew D. Anderson</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://www.computercorrect.com/?p=90</guid>
		<description><![CDATA[This article discusses modifying your machine&#8217;s registry. Altering your machine&#8217;s registry can lead to problems, and you do so at your own risk. If you continually get an error message such as: &#8220;ERROR: File not found!&#8221; and/or &#8220;ERROR: Could not install files for Windows 2000 / XP / Vista! Installation aborted.&#8221; while trying to install guest additions [...]]]></description>
			<content:encoded><![CDATA[<p><strong>This article discusses modifying your machine&#8217;s registry. Altering your machine&#8217;s registry can lead to problems, and you do so at your own risk.</strong></p>
<p>If you continually get an error message such as:</p>
<blockquote><p>&#8220;ERROR: File not found!&#8221;</p></blockquote>
<p>and/or</p>
<blockquote><p>&#8220;ERROR: Could not install files for Windows 2000 / XP / Vista! Installation aborted.&#8221;</p></blockquote>
<p>while trying to install guest additions in a Sun VirtualBox Windows XP Guest, you may have a registry problem. In this case, uninstalling guest additions completely and attempting a reinstall will not help. Some or all of the features afforded by guest additions may not function properly, especially seamless mode.</p>
<p>The issue stems from a bug in Windows XP/2000 where new hardware cannot properly be detected if the &#8220;RunOnce&#8221; key is missing in the registry beneath: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion</p>
<p>To fix the problem:</p>
<ol>
<li>Navigate to <em>Start &gt; Run</em> and enter &#8220;regedit&#8221;.</li>
<li>Then find: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion</li>
<li>With &#8220;CurrentVersion&#8221; selected, go to the <em>Edit</em> menu and click <em>New &gt; Key</em></li>
<li><em></em>Name the key &#8220;RunOnce&#8221;, and leave everything else at defaults.</li>
</ol>
<p><strong>NOTE</strong>: The new &#8220;RunOnce&#8221; key should appear underneath the &#8220;CurrentVersion&#8221; key.</p>
<p>After you&#8217;ve added the key, reboot your virtual machine and reinstall guest additions. Everything should go as expected.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.computercorrect.com/2010/virtualization/virtualbox-guest-additions-windows-xp-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

