<?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>GEEK! &#187; Guides</title>
	<atom:link href="http://www.geekonthepc.com/category/guides/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.geekonthepc.com</link>
	<description>A teenager&#039;s viewpoint on the mysterious world of technology!</description>
	<lastBuildDate>Mon, 30 Jan 2012 21:26:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Configuring anti-spam (SpamAssassin) in ISPConfig 3</title>
		<link>http://www.geekonthepc.com/2012/01/23/configuring-anti-spam-spamassassin-in-ispconfig-3/</link>
		<comments>http://www.geekonthepc.com/2012/01/23/configuring-anti-spam-spamassassin-in-ispconfig-3/#comments</comments>
		<pubDate>Mon, 23 Jan 2012 22:49:39 +0000</pubDate>
		<dc:creator>GEEK!</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[Quick fixes and tips]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[config]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[filter]]></category>
		<category><![CDATA[ispconfig]]></category>
		<category><![CDATA[junk]]></category>
		<category><![CDATA[setting]]></category>
		<category><![CDATA[spamassassin]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.geekonthepc.com/?p=2313</guid>
		<description><![CDATA[As you may have noticed, I&#8217;ve recently moved GEEK! to a brand new VPS &#8211; which, hopefully, will massively improve the uptime and performance of the site in the long run. It&#8217;s a little too early to tell, but now most of the trial bugs are ironed out, improvements should start to be seen soon. &#8230; </p><p><a class="more-link block-button" href="http://www.geekonthepc.com/2012/01/23/configuring-anti-spam-spamassassin-in-ispconfig-3/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>As you may have noticed, I&#8217;ve recently moved GEEK! to a brand new VPS &#8211; which, hopefully, will massively improve the uptime and performance of the site in the long run. It&#8217;s a little too early to tell, but now most of the trial bugs are ironed out, improvements should start to be seen soon.</p>
<p>However, by moving my site (and all other sites I run) to a VPS, I have had to make some sacrifices. The key sacrifice on my end has been cPanel &#8211; which I&#8217;ve used ever since I started working with web servers. I love cPanel &#8211; it&#8217;s generally very reliable and controls most of the functions I would ever want. But now, as I&#8217;m slowly getting more experienced with the way web servers work, I thought it would be a good time to move on to something a little more advanced (and, as a result, cheaper). I was recommended to ISPConfig &#8211; a free and open source control panel for web servers running on Linux. And after a slow start, I seem to be getting the hang of it.</p>
<p>The one thing that really did get to me for a while was the poor performance of the spam filter built into ISPConfig. ISPConfig relies on SpamAssassin &#8211; which is, when configured correctly, a very powerful spam filter. But for some reason, it just wasn&#8217;t working on my installation of ISPConfig. Spam would get through and it can get seriously frustrating!</p>
<p>Thankfully I now have it cracked &#8211; and wanted to share the configuration I chose for ISPConfig and SpamAssassin. I think the correct settings vary from person to person &#8211; but if you want general spam filtering, this should show you how to get it.</p>
<p><span id="more-2313"></span></p>
<p><span style="text-decoration: underline;">Instructions</span></p>
<p>First of all, make sure a &#8216;spamfilter&#8217; policy is active both for the email domain you&#8217;re using and for each email mailbox. I chose the Uncensored policy in my case &#8211; but different rules apply to each setting. I found Uncensored to be most effective, but simply choosing this won&#8217;t make it work properly.</p>
<p>Once you&#8217;re happy that it&#8217;s supposedly on, you need to modify the rules for the policy you chose. Head to the &#8216;Email&#8217; tab, and then from the left menu select &#8216;Policy&#8217; under the &#8216;Spamfilter&#8217; section (see screenshot that follows).</p>
<p style="text-align: center;"><a href="http://www.geekonthepc.com/wp-content/uploads/2012/01/1.png"><img class="aligncenter size-medium wp-image-2315" title="Spamfilter policies" src="http://www.geekonthepc.com/wp-content/uploads/2012/01/1-300x167.png" alt="" width="300" height="167" /></a></p>
<p style="text-align: left;">Select the policy you&#8217;re working with by simply clicking on it. Then select the &#8216;Tag-Level&#8217; tab. This is where you set how sensitive SpamAssassin actually is. I found that the first three settings needed to be set as the following:</p>
<p style="text-align: left;">SPAM tag level: 3<br />
SPAM tag2 level: 3.4<br />
SPAM kill level: 5</p>
<p style="text-align: left;">The other settings requiring a number can be left alone. However, to make SPAM easier to separate, I&#8217;d suggest you turn on &#8216;SPAM modifies subject&#8217; and choose a tag you&#8217;d like to add to SPAM emails. Here&#8217;s what the page might look like when you&#8217;re done (see screenshot that follows).<span style="text-align: center;"> </span></p>
<p style="text-align: center;"><a href="http://www.geekonthepc.com/wp-content/uploads/2012/01/2.png"><img class="aligncenter size-medium wp-image-2317" title="Custom spamfilter settings" src="http://www.geekonthepc.com/wp-content/uploads/2012/01/2-300x158.png" alt="" width="300" height="158" /></a></p>
<p style="text-align: left;">Hit &#8216;Save&#8217; and it&#8217;s a good&#8217;en. If you also want to move SPAM email to a seperate Junk folder, you can do so by going to the &#8216;Email Mailbox&#8217; page from the left menu, then selecting your email account and clicking the &#8216;Mail Filter&#8217; tab. Simply tick the &#8216;Move Spam Emails to Junk directory&#8217; checkbox and dodgy email will be moved.</p>
<p style="text-align: left;">Hopefully that should get you going and stop infuriating SPAM emails reaching your inbox.</p>
<fb:like href='http://www.geekonthepc.com/2012/01/23/configuring-anti-spam-spamassassin-in-ispconfig-3/' send='false' layout='standard' show_faces='true' width='450' height='65' action='like' colorscheme='light' font='lucida+grande'></fb:like>]]></content:encoded>
			<wfw:commentRss>http://www.geekonthepc.com/2012/01/23/configuring-anti-spam-spamassassin-in-ispconfig-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PEAK 100417AGPK USB Dual TV Tuner Windows XP/Vista/7 32/64Bit Driver (download in post)</title>
		<link>http://www.geekonthepc.com/2012/01/07/peak-100417agpk-usb-dual-tv-tuner-windows-xpvista7-3264bit-driver-download-in-post/</link>
		<comments>http://www.geekonthepc.com/2012/01/07/peak-100417agpk-usb-dual-tv-tuner-windows-xpvista7-3264bit-driver-download-in-post/#comments</comments>
		<pubDate>Sat, 07 Jan 2012 21:02:14 +0000</pubDate>
		<dc:creator>GEEK!</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Useful websites]]></category>
		<category><![CDATA[100417agpk]]></category>
		<category><![CDATA[7]]></category>
		<category><![CDATA[driver]]></category>
		<category><![CDATA[dual tuner]]></category>
		<category><![CDATA[peak]]></category>
		<category><![CDATA[peakhardware]]></category>
		<category><![CDATA[tv]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://www.geekonthepc.com/?p=2296</guid>
		<description><![CDATA[Right &#8211; I literally just upgraded the motherboard on my computer and then reinstalled Windows. Rather stupidly, I didn&#8217;t think to check I had all the driver disks for my USB devices &#8211; and nonetheless I since haven&#8217;t been able to get a driver for my USB TV Tuner. It&#8217;s a PEAK USB Dual Tuner &#8230; </p><p><a class="more-link block-button" href="http://www.geekonthepc.com/2012/01/07/peak-100417agpk-usb-dual-tv-tuner-windows-xpvista7-3264bit-driver-download-in-post/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>Right &#8211; I literally just upgraded the motherboard on my computer and then reinstalled Windows. Rather stupidly, I didn&#8217;t think to check I had all the driver disks for my USB devices &#8211; and nonetheless I since haven&#8217;t been able to get a driver for my USB TV Tuner.</p>
<p>It&#8217;s a PEAK USB Dual Tuner DVB-T, and I had it running perfectly on my original 32-bit Windows 7 Home Premium. However, I&#8217;ve now moved over to 64-bit Windows &#8211; which is great, but I can&#8217;t for the life of me find the stupid mini-CD that came with the device to install the driver.</p>
<p>Even more annoyingly &#8211; the company&#8217;s website (PEAK) is no longer working (<a href="http://www.peakhardware.com" target="_blank">www.peakhardware.com</a>), and there aren&#8217;t any drivers on any public driver site &#8211; so I was absolutely stuck there.</p>
<p>Thankfully, I had a eureka moment and realised that I&#8217;d, in the past, also installed the tuner on my netbook. Whilst I couldn&#8217;t use the driver on that (because it is 32-bit), I was able to identify the name of the driver used and get a copy online (much more readily available).</p>
<p>Anyway &#8211; if you&#8217;re having the same problem as me &#8211; it uses a driver called the <strong>AF9015 BDA Device </strong>- and luckily enough, I have a driver for you!</p>
<p><strong><a href="http://www.geekonthepc.com/download/PEAK100417AGPKUSBTVTuner.zip" target="_blank">DOWNLOAD NOW (direct from GEEK!)</a> &#8211; please read instructions below! (file size: 600KB approx)<br />
</strong><em>Please note: GEEK! accepts <strong>NO </strong>liability for any damage this driver may do to you or your computer. Every effort is made to make sure the drivers are safe and fully functional &#8211; but no guarantees can be made whatsoever. Please use this at your own risk. </em></p>
<p>INSTRUCTIONS TO INSTALL:</p>
<ol>
<li>Right, take a good look at the files in the ZIP folder. Fully extract it with whatever program you want to use. Navigate to the relevant folder for your Windows installation (either 32-bit or 64-bit). <strong>Don&#8217;t try and run the EXE files in either folders</strong>. They are included for reference, but probably <strong>will not work</strong>. This is because the applications won&#8217;t be able to detect the device and therefore will fail.</li>
<li>Plug in your device. Windows will tell you it&#8217;s detected it and try to install it (or prompt you to find the driver if you&#8217;re using Windows XP).</li>
<li>If you&#8217;re using Windows Vista or 7, the device should be identified as &#8220;DVB T-2&#8243; or &#8220;DVB-T2&#8243; but will not install because Windows won&#8217;t be able to find a driver. Cancel any installations dialogs if you&#8217;re using Windows XP, and if you&#8217;re on Vista/7 ignore any failure messages.</li>
<li>Copy the driver folders that you&#8217;ve downloaded to a place you&#8217;ll find them later &#8211; I&#8217;d suggest a folder on the root of your hard drive. Name the folder something you&#8217;ll remember and dump all the files from the download in it.</li>
<li>Now go to <strong>Device Manager</strong> on your computer. In Vista/7, you&#8217;ll find it from Control Panel. In XP, you&#8217;ll need to go to System in Control Panel and then click the Hardware tab, followed by Device Manager.</li>
<li>The device should be flagged up immediately with a yellow exclamation mark next to it. Double click the listing. Click the <strong>Driver </strong>tab and click <strong>Update Driver&#8230;</strong></li>
<li>You now need to select the options which indicate manually finding a driver (in Windows Vista/7, click the <strong>Browse my computer for driver software </strong>button). Select the option to manually locate a driver from a disk (Windows Vista/7 &#8211; <strong>Let me pick from a list of device drivers</strong>), click <strong>Have Disk&#8230;</strong>and browse to the folder you dumped the driver files for your type of operating system. Select the only file that Windows flags up &#8211; which should be an INF file. Then select the driver that comes up in the list (<strong>AF9015 BDA Device</strong>).</li>
<li>Windows will warn you that this driver may not be suitable for the device. <strong>Ignore this warning</strong>, and proceed with installation.</li>
<li>Windows will now attempt installation, and it should then successfully install within a couple of minutes. With any luck, that&#8217;s it &#8211; you can now use the device.</li>
</ol>
<p>You now need to find a piece of software for watching TV with. If you have Windows Vista Home Premium (or above) or Windows 7 Home Premium (or above), you can simply use Windows Media Center (which I prefer using anyway). You should also be able to use Windows Media Center if you have XP Media Center Edition 2005. Otherwise, you&#8217;ll need to find some third party &#8211; can&#8217;t help there myself, sorry.</p>
<p>Hopefully, that should solve the problem!</p>
<fb:like href='http://www.geekonthepc.com/2012/01/07/peak-100417agpk-usb-dual-tv-tuner-windows-xpvista7-3264bit-driver-download-in-post/' send='false' layout='standard' show_faces='true' width='450' height='65' action='like' colorscheme='light' font='lucida+grande'></fb:like>]]></content:encoded>
			<wfw:commentRss>http://www.geekonthepc.com/2012/01/07/peak-100417agpk-usb-dual-tv-tuner-windows-xpvista7-3264bit-driver-download-in-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Five top tips for selling your phone to recycling companies</title>
		<link>http://www.geekonthepc.com/2012/01/02/five-top-tips-for-selling-your-phone-to-recycling-companies/</link>
		<comments>http://www.geekonthepc.com/2012/01/02/five-top-tips-for-selling-your-phone-to-recycling-companies/#comments</comments>
		<pubDate>Mon, 02 Jan 2012 16:32:20 +0000</pubDate>
		<dc:creator>GEEK!</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[Quick fixes and tips]]></category>
		<category><![CDATA[Useful websites]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[new]]></category>
		<category><![CDATA[old]]></category>
		<category><![CDATA[phone]]></category>
		<category><![CDATA[recycling]]></category>
		<category><![CDATA[sell]]></category>
		<category><![CDATA[trade]]></category>

		<guid isPermaLink="false">http://www.geekonthepc.com/?p=2293</guid>
		<description><![CDATA[You may well have got yourself a brand new phone this Christmas, which is always a nice present now-a-days. I, myself, got a brand new HTC Sensation XE for Christmas (technically it was an early Christmas present &#8211; or at least part of it was!) &#8211; which I adore. But it does beg the question, &#8230; </p><p><a class="more-link block-button" href="http://www.geekonthepc.com/2012/01/02/five-top-tips-for-selling-your-phone-to-recycling-companies/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>You may well have got yourself a brand new phone this Christmas, which is always a nice present now-a-days. I, myself, got a brand new HTC Sensation XE for Christmas (technically it was an early Christmas present &#8211; or at least part of it was!) &#8211; which I adore.</p>
<p>But it does beg the question, what happens to the old phone? Mine always seem to end up sitting in boxes until they&#8217;re no use to anyone at all. This time I thought I&#8217;d sent it off to a recycling company. There&#8217;s method in the madness &#8211; people will pay you to recycle your old phone, but you have to be careful when you do so. So here are some top tips for recycling your old phone:</p>
<ul>
<li><strong>Shop around &#8211; find the best price</strong>. You&#8217;d normally see that phrase when buying a gadget, but it does also applying to selling gadgets too. Just because a phone recycling company advertises on TV, doesn&#8217;t necessarily mean they&#8217;ll give you the best price. In fact, there&#8217;s actually quite a lot of mobile phone recycling companies around &#8211; so you&#8217;re more than likely to find a better price if you do some hunting. Take a look at <a href="http://www.sellmymobile.com" target="_blank">sellmymobile.com</a> - just type in your make/model and it&#8217;ll do the rest for you.</li>
<li><strong>Check the price you&#8217;re getting is consistent</strong>. Make sure you read the terms &amp; conditions carefully when you&#8217;re selling the phone. Some buyers will only offer you a certain payment within a number of days &#8211; after which point they can lower that offer by a substantial amount. Also make sure that you&#8217;re not under any contractual obligation &#8211; it&#8217;s your phone,  you can change your mind if you want.</li>
<li><strong>Make sure you&#8217;ve backed up anything you want to keep&#8230;</strong> If you want to keep anything (like camera shots, contacts or messages), make sure you&#8217;ve got a copy safely stored on your computer or on another phone. Once you&#8217;ve sent off your phone, you may not get it back (and if you do, it may well have been flashed to remove all content). Most recent phones include software to back up content on your phone &#8211; so make use of it!</li>
<li><strong>&#8230;and deleted anything you don&#8217;t want to keep. </strong>Make sure to &#8216;restore factory settings&#8217; on the phone before handing it over. You don&#8217;t want any of your personal details (or friends&#8217; personal details) to end up in someone else&#8217;s hands. Restoring factory settings will put the phone back to how it was when you first got it, and should delete any content that was once there.</li>
<li><strong>Remove any accessories that you aren&#8217;t required to hand over</strong>. As already mentioned, you may not get your phone back &#8211; even if you request it. So make sure you remove any accessories you don&#8217;t have to hand over (perhaps accessories that you bought yourself) like memory cards, cases and spare batteries. Memory cards may well come in handy on new phones, and if not they&#8217;re a handy portable storage medium.</li>
</ul>
<p>There you have it. Five tips to make the most of phone recycling companies. It&#8217;s debatable as to whether you&#8217;re better off auctioning your phones on sites like eBay &#8211; but if you just can&#8217;t be bothered with the hassle, you&#8217;re quickest way to get some cash is to hand it over to one of these companies. Just make sure you&#8217;re not being ripped off!</p>
<fb:like href='http://www.geekonthepc.com/2012/01/02/five-top-tips-for-selling-your-phone-to-recycling-companies/' send='false' layout='standard' show_faces='true' width='450' height='65' action='like' colorscheme='light' font='lucida+grande'></fb:like>]]></content:encoded>
			<wfw:commentRss>http://www.geekonthepc.com/2012/01/02/five-top-tips-for-selling-your-phone-to-recycling-companies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stop PresentationFontCache.exe hogging CPU power</title>
		<link>http://www.geekonthepc.com/2011/08/02/stop-presentationfontcache-exe-hogging-cpu-power/</link>
		<comments>http://www.geekonthepc.com/2011/08/02/stop-presentationfontcache-exe-hogging-cpu-power/#comments</comments>
		<pubDate>Tue, 02 Aug 2011 10:10:51 +0000</pubDate>
		<dc:creator>GEEK!</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[Quick fixes and tips]]></category>
		<category><![CDATA[CPU]]></category>
		<category><![CDATA[hog]]></category>
		<category><![CDATA[power]]></category>
		<category><![CDATA[presentationfontcache]]></category>
		<category><![CDATA[program]]></category>
		<category><![CDATA[service]]></category>

		<guid isPermaLink="false">http://www.geekonthepc.com/?p=2199</guid>
		<description><![CDATA[Recently, I&#8217;ve come across an annoying problem in Windows 7. There seems to be a service, named PresentationFontCache.exe, that hogs CPU power for an extended period of time &#8211; which can be extremely annoying when playing games or using CPU-intensive applications. From research, the service seems to be part of the &#8216;Windows Presentation Foundation service&#8217; &#8230; </p><p><a class="more-link block-button" href="http://www.geekonthepc.com/2011/08/02/stop-presentationfontcache-exe-hogging-cpu-power/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>Recently, I&#8217;ve come across an annoying problem in Windows 7. There seems to be a service, named PresentationFontCache.exe, that hogs CPU power for an extended period of time &#8211; which can be extremely annoying when playing games or using CPU-intensive applications.</p>
<p>From research, the service seems to be part of the &#8216;Windows Presentation Foundation service&#8217; and doesn&#8217;t appear to be anything harmful &#8211; just a nuisance. It would be a bad idea to kill the service permanently as it is quite important (although many have resorted to killing it without major issues), however there is a good fix which I&#8217;ve come across.</p>
<p>To fix the problem, we simply need to remove the cache that it creates.</p>
<p>Head to <strong>C:\Windows\ServiceProfiles\LocalService\AppData\Local </strong>(it won&#8217;t show up in Windows Explorer &#8211; you&#8217;ll need to manually navigate to it). Now in this directory you should see up to three files &#8211; named as follows:</p>
<ul>
<li>FontCache3.0.0.0</li>
<li>FontCache-System</li>
<li>FontCache-S-xxxxxx&#8230;.</li>
</ul>
<p>If you delete the file <strong>FontCache3.0.0.0</strong> whilst the PresentationFontCache.exe service is killed (kill it from Task Manager), it should resolve your problem. I actually removed all three files and it hasn&#8217;t done any damage, but I&#8217;m relatively sure you only need to remove FontCache3.0.0.0. Apparently, in some cases, the file may be called FontCache4.0.0.0 &#8211; in which case remove that file. </p>
<p>Once that&#8217;s done, reboot your computer and all should be resolved!</p>
<fb:like href='http://www.geekonthepc.com/2011/08/02/stop-presentationfontcache-exe-hogging-cpu-power/' send='false' layout='standard' show_faces='true' width='450' height='65' action='like' colorscheme='light' font='lucida+grande'></fb:like>]]></content:encoded>
			<wfw:commentRss>http://www.geekonthepc.com/2011/08/02/stop-presentationfontcache-exe-hogging-cpu-power/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Control RailWorks with an Xbox 360 controller (Windows)</title>
		<link>http://www.geekonthepc.com/2011/07/04/control-railworks-with-an-xbox-360-controller-windows/</link>
		<comments>http://www.geekonthepc.com/2011/07/04/control-railworks-with-an-xbox-360-controller-windows/#comments</comments>
		<pubDate>Mon, 04 Jul 2011 17:06:29 +0000</pubDate>
		<dc:creator>GEEK!</dc:creator>
				<category><![CDATA[Gaming]]></category>
		<category><![CDATA[Guides]]></category>
		<category><![CDATA[Quick fixes and tips]]></category>
		<category><![CDATA[controller]]></category>
		<category><![CDATA[play]]></category>
		<category><![CDATA[railworks]]></category>
		<category><![CDATA[simulator]]></category>
		<category><![CDATA[train]]></category>
		<category><![CDATA[xbox 360]]></category>

		<guid isPermaLink="false">http://www.geekonthepc.com/?p=2178</guid>
		<description><![CDATA[If you own the popular rail simulator RailWorks, you might be interested in this guide which shows you how to run the controls from an Xbox 360 controller. By default, you play RailWorks with a keyboard and mouse. Whilst this is relatively playable, it does seem to get boring and tiresome after a while – &#8230; </p><p><a class="more-link block-button" href="http://www.geekonthepc.com/2011/07/04/control-railworks-with-an-xbox-360-controller-windows/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>If you own the popular rail simulator RailWorks, you might be interested in this guide which shows you how to run the controls from an Xbox 360 controller.</p>
<p>By default, you play RailWorks with a keyboard and mouse. Whilst this is relatively playable, it does seem to get boring and tiresome after a while – so I investigated using other methods to control the game. I happen to own an Xbox 360 controller for Windows (as I use it for Test Drive Unlimited 2 and Grand Theft Auto IV) and thought it would be good to get it going with RailWorks.</p>
<p>To do this, I got hold of a handy piece of software called Xpadder. Newer versions seem to require a small purchase to pay for the product (bizarrely older versions are free and there are plenty of downloads for those on the internet – but you may need to run the program in compatibility mode as Windows XP if you’re using Windows 7). Nevertheless, it’s a small price to pay!</p>
<p>When you’ve downloaded and installed Xmapper, you can download the profile that I’ve created for RailWorks (see below). If you haven’t previously set up an Xbox 360 controller with Xpadder, you may want to import the controller files too (see below). Simply import the profile into Xpadder and you’re done.</p>
<p>Once it’s up and running, start up RailWorks. You should be able control the game using the controls below:</p>
<p>CONTROLS BUILD 1.0 – RAILWORKS (XPADDER)</p>
<ul>
<li>Left analogue stick and D pad both control acceleration of train (up for increase acceleration, down for decrease acceleration). Tap the left analogue stick to raise/lower pantograph (electric trains only).</li>
<li>Right analogue stick controls brakes.</li>
<li>A – train door release</li>
<li>B – windscreen wiper switch</li>
<li>X &#8211; horn</li>
<li>Y – emergency brakes</li>
<li>LT – Increase reverser (for forward)</li>
<li>RT – Decrease reverser (for backward)</li>
<li>START button &#8211; pause game</li>
<li>SELECT/BACK button – start/stop engine</li>
<li>LB – Alerter reset</li>
<li>RB – Request permission to pass signal at danger</li>
</ul>
<p>Known issues:</p>
<ul>
<li>If you request permission to pass red signal, you are forced to close a dialog box with the mouse (not much can be done about this).</li>
</ul>
<p><strong>&gt; <a href="http://www.fileserve.com/file/kGp7ewM" target="_blank">Download the Xbox 360 controller configuration for Xpadder</a></strong></p>
<p><strong><a href="http://www.fileserve.com/file/8sjszrZ" target="_blank">&gt; Download the RailWorks profile</a></strong></p>
<p>Obviously, this is a work in progress. In future, I’ll update the profile to provide new functions.</p>
<p><strong>Important: </strong>When you&#8217;ve finished playing RailWorks, you&#8217;ll need to disable Xpadder from the notification area &#8211; otherwise your controller will conflict with other programs and games and you&#8217;ll start getting unwanted keystrokes!</p>
<p>Enjoy – leave a comment and let me know how you get on!</p>
<fb:like href='http://www.geekonthepc.com/2011/07/04/control-railworks-with-an-xbox-360-controller-windows/' send='false' layout='standard' show_faces='true' width='450' height='65' action='like' colorscheme='light' font='lucida+grande'></fb:like>]]></content:encoded>
			<wfw:commentRss>http://www.geekonthepc.com/2011/07/04/control-railworks-with-an-xbox-360-controller-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Encrypt Your Hard Drive for Free with Truecrypt</title>
		<link>http://www.geekonthepc.com/2011/06/15/encrypt-your-hard-drive-for-free-with-truecrypt/</link>
		<comments>http://www.geekonthepc.com/2011/06/15/encrypt-your-hard-drive-for-free-with-truecrypt/#comments</comments>
		<pubDate>Wed, 15 Jun 2011 17:55:06 +0000</pubDate>
		<dc:creator>GEEK!</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Software reviews]]></category>
		<category><![CDATA[encrypt]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[hard drive]]></category>
		<category><![CDATA[truecrypt]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.geekonthepc.com/?p=2173</guid>
		<description><![CDATA[Article first published as Encrypt Your Hard Drive for Free with Truecrypt on Technorati. It&#8217;s worrying to think that the computer you&#8217;re using right now could be holding all of your personal documents, photos and videos. If your computer was stolen tomorrow, would any of the data on your hard drive be safe? Backing up &#8230; </p><p><a class="more-link block-button" href="http://www.geekonthepc.com/2011/06/15/encrypt-your-hard-drive-for-free-with-truecrypt/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p><span style="font-size: xx-small;"><em>Article first published as <a href="http://technorati.com/technology/it/article/encrypt-your-hard-drive-for-free/">Encrypt Your Hard Drive for Free with Truecrypt</a> on Technorati.</em></span></p>
<p>It&#8217;s worrying to think that the computer you&#8217;re using right now could be holding all of your personal documents, photos and videos. If your computer was stolen tomorrow, would any of the data on your hard drive be safe?</p>
<p>Backing up all of your data is one thing &#8211; and thankfully more and more of us are getting into the habit of doing so. However, have you ever thought about the personal data on your machine that someone else might find?</p>
<p>This is where Truecrypt comes in. It&#8217;s a free, open source utility designed to help protect you and your data in the event of someone getting hold of your hard drive. It works by encrypting your entire hard drive and then requiring a password (or encryption key) on boot up to access the data. As soon as the correct password is entered, your machine is fully functional. Without the correct password, the data is meaningless to anyone &#8211; even the most intelligent of hackers.</p>
<p>Getting hold of Truecrypt is very easy. Simply head to the download page on their website (<a href="http://www.truecrypt.org/downloads">here</a>) and grab your copy.</p>
<p>Once you&#8217;ve got it up and running, simply follow the clear on screen instructions for getting your drive encrypted. The program will need about 20 minutes of your time to configure all of the relevant options, and then it will do the rest in 1-10 hours (depending on the hard disk size and computer speed).</p>
<p>There are many other paid solutions available, but if you&#8217;d rather not spend money this should be more than sufficient. Whilst expensive versions of Windows do include encryption as standard, you do have have a hard drive that supports it. If you don&#8217;t have a supported drive, you have to use a memory stick to boot your computer &#8211; which certainly isn&#8217;t ideal.</p>
<p>However, if you&#8217;re using a low powered machine such as a netbook,you might want to think twice before encrypting your drive. Bear in mind that your computer will have to decrypt your data constantly when it is in use &#8211; and this may have adverse effects on your computer&#8217;s performance and battery life. If you still want to encrypt data with a low powered machine, you might want to consider placing it on a memory stick and encrypting that instead (Truecrypt can encrypt portable storage too).</p>
<p>On the other hand, if you store vast amounts of data on your machine and need to keep it safe from unauthorized access &#8211; this is the ideal solution.</p>
<fb:like href='http://www.geekonthepc.com/2011/06/15/encrypt-your-hard-drive-for-free-with-truecrypt/' send='false' layout='standard' show_faces='true' width='450' height='65' action='like' colorscheme='light' font='lucida+grande'></fb:like>]]></content:encoded>
			<wfw:commentRss>http://www.geekonthepc.com/2011/06/15/encrypt-your-hard-drive-for-free-with-truecrypt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stop Windows trying to dial a connection</title>
		<link>http://www.geekonthepc.com/2011/06/10/stop-windows-trying-to-dial-a-connection/</link>
		<comments>http://www.geekonthepc.com/2011/06/10/stop-windows-trying-to-dial-a-connection/#comments</comments>
		<pubDate>Fri, 10 Jun 2011 09:54:03 +0000</pubDate>
		<dc:creator>GEEK!</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[Quick fixes and tips]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[connection]]></category>
		<category><![CDATA[dialup]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[internet options]]></category>
		<category><![CDATA[request]]></category>

		<guid isPermaLink="false">http://www.geekonthepc.com/2011/06/10/stop-windows-trying-to-dial-a-connection/</guid>
		<description><![CDATA[Not many of us use dial-up internet connections any more – gone are the days where we had to rely on internet connections that had a typical download speed of 4-8KB/s. Now we have speedy broadband with it’s always-on convenience and wireless capabilities. However, some of us do rely on mobile broadband “dongles” or mobile &#8230; </p><p><a class="more-link block-button" href="http://www.geekonthepc.com/2011/06/10/stop-windows-trying-to-dial-a-connection/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>Not many of us use dial-up internet connections any more – gone are the days where we had to rely on internet connections that had a typical download speed of 4-8KB/s. Now we have speedy broadband with it’s always-on convenience and wireless capabilities.</p>
<p>However, some of us do rely on mobile broadband “dongles” or mobile phone internet connections to get online when we’re out and about. These can be fantastic, but if it’s set up as a dial up connection in Windows it can prove a nightmare.</p>
<p>If a connection isn’t currently available, Windows is (by default) set to repeatedly ask to dial the best available connection. This has been an issue since very early versions of Windows and Microsoft have never really solved it since.</p>
<p align="center"><a href="http://www.geekonthepc.com/wp-content/uploads/2011/06/dialup.jpg"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="dialup" border="0" alt="dialup" src="http://www.geekonthepc.com/wp-content/uploads/2011/06/dialup_thumb.jpg" width="292" height="321" /></a></p>
<p>If a box similar to this one frequently appears whenever an application tries to access the internet, here’s how to solve it.</p>
<p>Open up Internet Explorer (the dreaded) and find Internet Options. You’ll find this under the settings button of the latest version of Internet Explorer. When you’ve got Internet Options up, click the Connections tab.</p>
<p align="center"><a href="http://www.geekonthepc.com/wp-content/uploads/2011/06/internetoptions.jpg"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="internetoptions" border="0" alt="internetoptions" src="http://www.geekonthepc.com/wp-content/uploads/2011/06/internetoptions_thumb.jpg" width="285" height="365" /></a></p>
<p align="left">Under the Connections tab, look at the selection buttons above “Local Area Network (LAN) settings”. Internet Explorer probably has selected on your computer “Dial whenever a network connection is not present”. Change that to “Never dial a connection” and click OK. Close any existing connection requests (you may well get a few more before they stop) and eventually you’ll stop getting asked to connect.</p>
<p align="left">From now on, you won’t be pestered and will only connect to a dial-up connection at your request.</p>
<fb:like href='http://www.geekonthepc.com/2011/06/10/stop-windows-trying-to-dial-a-connection/' send='false' layout='standard' show_faces='true' width='450' height='65' action='like' colorscheme='light' font='lucida+grande'></fb:like>]]></content:encoded>
			<wfw:commentRss>http://www.geekonthepc.com/2011/06/10/stop-windows-trying-to-dial-a-connection/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fix USB devices not charging on laptops/netbooks (Windows 7)</title>
		<link>http://www.geekonthepc.com/2011/03/29/fix-usb-devices-not-charging-on-laptopsnetbooks-windows-7/</link>
		<comments>http://www.geekonthepc.com/2011/03/29/fix-usb-devices-not-charging-on-laptopsnetbooks-windows-7/#comments</comments>
		<pubDate>Tue, 29 Mar 2011 06:36:53 +0000</pubDate>
		<dc:creator>GEEK!</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[Mobile Devices]]></category>
		<category><![CDATA[Quick fixes and tips]]></category>
		<category><![CDATA[charge]]></category>
		<category><![CDATA[gadgets]]></category>
		<category><![CDATA[ipod]]></category>
		<category><![CDATA[laptop]]></category>
		<category><![CDATA[mifi]]></category>
		<category><![CDATA[netbook]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://www.geekonthepc.com/?p=2130</guid>
		<description><![CDATA[Last night, I came across a minor issue on my netbook. I want to be able to charge some of my many USB devices (such as my phone, iPod, mifi) while on the go, but I couldn’t get them to charge properly. For example, I tried to plug in my mifi to charge it up &#8230; </p><p><a class="more-link block-button" href="http://www.geekonthepc.com/2011/03/29/fix-usb-devices-not-charging-on-laptopsnetbooks-windows-7/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>Last night, I came across a minor issue on my netbook. I want to be able to charge some of my many USB devices (such as my phone, iPod, mifi) while on the go, but I couldn’t get them to charge properly. </p>
<p>For example, I tried to plug in my mifi to charge it up on my long trip home – the computer recognised it fine and it charged for a few seconds – but after a little while the device reported it wasn’t charging. </p>
<p>I’ve discovered the problem is caused by a little power saving feature in Windows 7. It has a feature built-in that automatically reduces the power supplied to a USB device if it is not in use. Whilst this is a handy idea, it’s pretty annoying when I want to charge gadgets.</p>
<p>If you’re having the same issue, here’s the fix.</p>
<p>Go to Control Panel (make sure you’re viewing all options – by selecting Large/Small Icons in the “View by” menu), click Power Options and then choose the power plan that you’re using most (in time you might want to go through all of them). For the power plan you’ve selected click “Change Plan Settings” and then “Change advanced power settings”.</p>
<p>Now you’ll need to navigate to the “USB settings” plus button. Click it, then the plus button of “USB selective suspend setting” and you should see the following.</p>
<p align="center"><a href="http://www.geekonthepc.com/wp-content/uploads/2011/03/image.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.geekonthepc.com/wp-content/uploads/2011/03/image_thumb.png" width="272" height="292" /></a></p>
<p>They’re probably set to Enabled. If they are, here’s your problem. Set it to Disabled for both On Battery and Plugged In, click Apply, and that should solve your problem.</p>
<p>If you can’t modify the settings because the options are all greyed out, it’s because your computer’s manufacturer is using some form of power management software that doesn’t want you to change the settings. In the case of my Samsung netbook, it was “Fast Start”. Disable whatever crud it is that’s greying out the options and you’ll be able to modify the settings.&#160; </p>
<fb:like href='http://www.geekonthepc.com/2011/03/29/fix-usb-devices-not-charging-on-laptopsnetbooks-windows-7/' send='false' layout='standard' show_faces='true' width='450' height='65' action='like' colorscheme='light' font='lucida+grande'></fb:like>]]></content:encoded>
			<wfw:commentRss>http://www.geekonthepc.com/2011/03/29/fix-usb-devices-not-charging-on-laptopsnetbooks-windows-7/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Get the latest firmware on your 3 Mi-Fi with loads of new features (including web admin)</title>
		<link>http://www.geekonthepc.com/2010/03/12/get-the-latest-firmware-on-your-3-mi-fi-with-loads-of-new-features-including-web-admin/</link>
		<comments>http://www.geekonthepc.com/2010/03/12/get-the-latest-firmware-on-your-3-mi-fi-with-loads-of-new-features-including-web-admin/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 20:21:45 +0000</pubDate>
		<dc:creator>GEEK!</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[Quick fixes and tips]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[3]]></category>
		<category><![CDATA[device]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[firmware]]></category>
		<category><![CDATA[mi-fi]]></category>

		<guid isPermaLink="false">http://www.geekonthepc.com/?p=1833</guid>
		<description><![CDATA[If you&#8217;ve been using 3 Mi-Fi for a little (which I have), you may have come to really like it. It&#8217;s generally very fast, and is so convenient for train journeys and travelling. However, there are a few drawbacks such as no web admin and a stupid wi-fi sleep time. I&#8217;ve found a firmware update &#8230; </p><p><a class="more-link block-button" href="http://www.geekonthepc.com/2010/03/12/get-the-latest-firmware-on-your-3-mi-fi-with-loads-of-new-features-including-web-admin/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve been using 3 Mi-Fi for a little (which I have), you may have come to really like it. It&#8217;s generally very fast, and is so convenient for train journeys and travelling. However, there are a few drawbacks such as no web admin and a stupid wi-fi sleep time.</p>
<p>I&#8217;ve found a firmware update for the device which is by a Hong Kong mobile operator. It works on the device perfectly and is in English. It adds a few new features such as:</p>
<ul>
<li>Web admin &#8211; you can access all the device settings wherever you are by going to http://192.168.1.1 on the device. Very handy! It also has a battery meter and signal strength meter on this.</li>
<li>Adjustable wi-fi sleep &#8211; you no longer have to wake up the wi-fi after 10 minutes idle. With this new firmware, you can lengthen the sleep time or turn it off altogether.</li>
<li>The (M) light on the device stays on permanently, letting you know whether your data connection is active or not.</li>
</ul>
<p>It&#8217;s a very handy update that is well worth installing. However, please read the following: <strong>You do this firmware update at your own risk. GEEK! will not be responsible for any damage to your device or it&#8217;s functionality. This is ONLY for the Huawei E5830.</strong></p>
<p>Here&#8217;s how you do it:</p>
<ol>
<li><a href="http:///www.netvigatoreverywhere.com/download/E5838Update_716.11.17.07.108SP02.exe" target="_blank">Download this firmware update</a>. It&#8217;s 30MB and comes direct from the Japanese operator. Don&#8217;t worry, all the files are in English. I seem to find this server is pretty slow, so get a coffee while it&#8217;s downloading.</li>
<li>When it&#8217;s done, power down and disconnect your 3 Mi-Fi device from USB. Hold down the internet access button on the device followed by the power button, together, for at least 5 seconds. You will see the signal light and battery indicator come on and they should stay on. Once you&#8217;ve got the lights, remove the battery.</li>
<li>Replace the battery, reconnect the device to your system and then run the file you downloaded.</li>
<li>The setup file will detect your device. It asks you to remove the SIM from the device, but I didn&#8217;t and don&#8217;t think you need to. Once you&#8217;re happy and the system is ready, start the updating.</li>
<li>It will take anywhere from 5 to 15 minutes to install. During the install process, <strong>do not remove your device from the USB connection or turn it off &#8211; you will brick the device if you do</strong>.</li>
<li>Once it&#8217;s finished copying, the device will reboot and the setup file will confirm the successful installation. None of your settings should have been lost and you should be able to connect right away.</li>
</ol>
<p>Now you&#8217;re done. The &#8220;3 Wifi Manager&#8221; will still work with your device but for most settings I would now use the web admin (http://192.168.1.1 &#8211; the default user and password is <strong>admin</strong> &#8211; the device will ask you to change this when logged in).</p>
<p>Enjoy the new firmware.</p>
<fb:like href='http://www.geekonthepc.com/2010/03/12/get-the-latest-firmware-on-your-3-mi-fi-with-loads-of-new-features-including-web-admin/' send='false' layout='standard' show_faces='true' width='450' height='65' action='like' colorscheme='light' font='lucida+grande'></fb:like>]]></content:encoded>
			<wfw:commentRss>http://www.geekonthepc.com/2010/03/12/get-the-latest-firmware-on-your-3-mi-fi-with-loads-of-new-features-including-web-admin/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to: Protect your computer from malware in 4 simple steps</title>
		<link>http://www.geekonthepc.com/2010/01/06/how-to-protect-your-computer-from-malware-in-4-simple-steps/</link>
		<comments>http://www.geekonthepc.com/2010/01/06/how-to-protect-your-computer-from-malware-in-4-simple-steps/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 13:26:58 +0000</pubDate>
		<dc:creator>GEEK!</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Software reviews]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[protect]]></category>
		<category><![CDATA[protection]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.geekonthepc.com/?p=1645</guid>
		<description><![CDATA[Well, since I&#8217;ve got the day off school today thanks to the vast amounts of snow across the country, I&#8217;ve decided it might be a good idea to post up a simple guide on how to protect your computer from malware and dangerous software in a few simple steps. This guide should be useful to &#8230; </p><p><a class="more-link block-button" href="http://www.geekonthepc.com/2010/01/06/how-to-protect-your-computer-from-malware-in-4-simple-steps/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>Well, since I&#8217;ve got the day off school today thanks to the vast amounts of snow across the country, I&#8217;ve decided it might be a good idea to post up a simple guide on how to protect your computer from malware and dangerous software in a few simple steps. This guide should be useful to even the most novice of computer users and will help you get started even if you don&#8217;t know your anti-virus from your firewall.</p>
<p>Before I start, everybody who uses a computer needs to be aware of the importance of making sure your computer is protected from malware. If you don&#8217;t keep it protected you are at risk from software that may damage your operating system or steal much of your personal details.</p>
<p>The biggest threat to your personal details are probably key loggers. Software is maliciously installed onto your computer via programs running in the background and then it monitors what you type with your keyboard. It then saves this data and sends it back to whoever requested it. You have to remember that this isn&#8217;t just forum passwords and computer logons &#8211; it could be your online banking details or your credit card details.</p>
<p>So anyway &#8211; here&#8217;s the top 4 ways to make sure your computer is safe:</p>
<ol>
<li>Make sure that you have anti-virus <strong>and</strong> firewall installed. There is plenty of free anti-virus software available &#8211; there&#8217;s no need to be spending money. I&#8217;d personally recommend <a href="http://personalfirewall.comodo.com/download_firewall.html" target="_blank">Comodo Internet Security</a> as it not only includes anti-virus and firewall in one package, but it works very well and doesn&#8217;t slow down your PC. However, other free standalone anti-virus packages include <a href="http://www.microsoft.com/Security_Essentials/" target="_blank">Microsoft Security Essentials</a>, <a href="http://free.avg.com/gb-en/homepage" target="_blank">AVG Free</a>, <a href="http://www.avast.com/" target="_blank">Avast!</a> and more. Windows XP, Vista and 7 all comes with firewall by default, but the more security conscious should download something a bit more advanced. <a href="http://personalfirewall.comodo.com/download_firewall.html" target="_blank">Comodo Internet Security</a> comes with firewall as I said earlier, but you could also try <a href="http://download.cnet.com/ZoneAlarm/3000-10435_4-10039884.html?tag=mncol" target="_blank">ZoneAlarm</a> or <a href="http://download.cnet.com/Agnitum-Outpost-Firewall-Free/3000-10435_4-10913746.html?tag=mncol" target="_blank">Outpost</a>. When you&#8217;ve downloaded the relevant software and installed it, you&#8217;ll need to make sure that its configured correctly &#8211; it should do this automatically. If it&#8217;s set to monitor &#8220;on access&#8221; (which means it monitors traffic as it is downloaded or uploaded) and is set to occasionally do a full scan (about once a week or so) you should be fine.</li>
<li>Make sure your chosen software is <strong>up to date</strong>. This is vital as new threats crop up daily &#8211; so you need to make sure your software isn&#8217;t going to be missing threats that came out yesterday. Your security software will probably warn you if you&#8217;re software is out of date. If it does, make sure you&#8217;re connected to the internet and tell it to update. It shouldn&#8217;t take more than five minutes but it is key to a secure key.</li>
<li>Don&#8217;t download software you aren&#8217;t sure about. There are plenty of pop-ups and weird advertisements across the internet that may encourage you to download software you might not trust &#8211; some claim your computer is &#8220;unprotected&#8221; or &#8220;unsafe&#8221;. Totally ignore them &#8211; they are trying to encourage you to download software that could be harmful to your computer &#8211; such as key loggers. Before downloading software, try to do a quick web search to verify the safety of the software. It may be totally fine, but it&#8217;s better safe than sorry.</li>
<li>Check the security of websites you are using. Especially consider this when you are logging onto sites that involve money. Make sure there is a padlock logo in the address bar, and make sure that the web address familiar. For example, if you are logging into PayPal, make sure the web address shows &#8220;paypal.com&#8221; and the &#8220;https://&#8221; beginning. The HTTPS means that the page is encrypted and secure. If your web browser warns you about anything to do with an &#8220;invalid&#8221; or &#8220;unsecure&#8221; certificate, tread carefully. I would suggest you try again later. If the warning persists, contact the customer support for the site you are trying to log onto, and ask them to look into the issue.</li>
</ol>
<p>There you go &#8211; 4 simple steps that will make sure you and your computer is safe on the internet. Stick to those and you should never have a problem!</p>
<fb:like href='http://www.geekonthepc.com/2010/01/06/how-to-protect-your-computer-from-malware-in-4-simple-steps/' send='false' layout='standard' show_faces='true' width='450' height='65' action='like' colorscheme='light' font='lucida+grande'></fb:like>]]></content:encoded>
			<wfw:commentRss>http://www.geekonthepc.com/2010/01/06/how-to-protect-your-computer-from-malware-in-4-simple-steps/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

