<?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; Software</title>
	<atom:link href="http://www.geekonthepc.com/category/software/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>Rewind: A look back at GEEK! so far</title>
		<link>http://www.geekonthepc.com/2012/01/18/rewind-a-look-back-at-geek-so-far/</link>
		<comments>http://www.geekonthepc.com/2012/01/18/rewind-a-look-back-at-geek-so-far/#comments</comments>
		<pubDate>Wed, 18 Jan 2012 21:36:57 +0000</pubDate>
		<dc:creator>GEEK!</dc:creator>
				<category><![CDATA[Mobile Devices]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Software reviews]]></category>
		<category><![CDATA[Useful websites]]></category>
		<category><![CDATA[back]]></category>
		<category><![CDATA[essentials]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[hard drive]]></category>
		<category><![CDATA[ipod]]></category>
		<category><![CDATA[live]]></category>
		<category><![CDATA[popular]]></category>
		<category><![CDATA[posts]]></category>
		<category><![CDATA[rewind]]></category>
		<category><![CDATA[tv]]></category>
		<category><![CDATA[tvcatchup]]></category>
		<category><![CDATA[windows live]]></category>

		<guid isPermaLink="false">http://www.geekonthepc.com/?p=2300</guid>
		<description><![CDATA[Well, GEEK! is just over three years old now; and during that time I&#8217;ve written over 400 posts. So, while I don&#8217;t really want to add anything too new to GEEK! while I get my backup system finalised, I thought now would be a good time to run over some of the posts have brought &#8230; </p><p><a class="more-link block-button" href="http://www.geekonthepc.com/2012/01/18/rewind-a-look-back-at-geek-so-far/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>Well, GEEK! is just over three years old now; and during that time I&#8217;ve written over 400 posts. So, while I don&#8217;t really want to add anything too new to GEEK! while I get my backup system finalised, I thought now would be a good time to run over some of the posts have brought the most traffic to GEEK!.</p>
<p>By far and away, the most popular post on GEEK! is the &#8220;<a href="http://www.geekonthepc.com/2010/10/10/get-the-old-windows-live-essentials-2009-back/" target="_blank">Get the old Windows Live Essentials back</a>&#8220;. So many of you were fed up with the poor functionality of Essentials 2011 (including me), so I linked you up with a download and instructions to get the old 2009 version back.</p>
<p>Next up, it&#8217;s the tool I found that allowed you to <a href="http://www.geekonthepc.com/2009/05/03/find-the-biggest-files-on-your-hard-drive/" target="_blank">find the biggest files on your hard drive</a>. The tiny tool quickly locates the files that are occupying the most space on your drive, allowing you to delete anything you see as unnecessary.</p>
<p>My <a href="http://www.geekonthepc.com/2011/02/24/samsung-n145p-review-a-brilliant-on-the-go-netbook/" target="_blank">review of the Samsung N145P netbook</a> brought the next largest amount of attention to GEEK!. A fully comprehensive review that details everything you needed to know.</p>
<p>Not too far behind, <a href="http://www.geekonthepc.com/2009/07/24/tvcatchup-com-watch-live-freeview-tv-online-for-free/" target="_blank">my finding of TVCatchup</a> back in mid 2009 provided Freeview TV access over the internet (in the UK). I still use the site regularly when I&#8217;m on the go, as it provides live TV without a bombardment of adverts.</p>
<p>Last in the top five, it&#8217;s my <a href="http://www.geekonthepc.com/2010/11/06/ipod-touch-4g-review-8gb-everything-there-is-to-know/" target="_blank">iPod touch 4G review</a>. Simple and sweet &#8211; it explains all the new features that were (and still are) great additions to the iPod range.</p>
<p>And that&#8217;s it &#8211; a round-up of the top five biggest posts on GEEK!. Normal service on GEEK! will resume soon, but I&#8217;m just optimising the backup process on my new VPS!</p>
<fb:like href='http://www.geekonthepc.com/2012/01/18/rewind-a-look-back-at-geek-so-far/' 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/18/rewind-a-look-back-at-geek-so-far/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>Is the new &#8220;Find My Friends&#8221; app by Apple a handy tool or a stalker&#8217;s paradise?</title>
		<link>http://www.geekonthepc.com/2011/10/15/is-the-new-find-my-friends-app-by-apple-a-handy-tool-or-a-stalkers-paradise/</link>
		<comments>http://www.geekonthepc.com/2011/10/15/is-the-new-find-my-friends-app-by-apple-a-handy-tool-or-a-stalkers-paradise/#comments</comments>
		<pubDate>Sat, 15 Oct 2011 09:58:48 +0000</pubDate>
		<dc:creator>GEEK!</dc:creator>
				<category><![CDATA[Product Reviews]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Software reviews]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[app store]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[family]]></category>
		<category><![CDATA[find my friends]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[friends]]></category>
		<category><![CDATA[tracker]]></category>

		<guid isPermaLink="false">http://www.geekonthepc.com/2011/10/15/is-the-new-find-my-friends-app-by-apple-a-handy-tool-or-a-stalkers-paradise/</guid>
		<description><![CDATA[To coincide with the release of iOS5 on October 12th, Apple released several new optional apps for iPod touch, iPhone and iPad. One of these apps is Find My Friends, which claims to be a handy tool for locating friends and family by making use of their GPS and A-GPS functionality. The new app has &#8230; </p><p><a class="more-link block-button" href="http://www.geekonthepc.com/2011/10/15/is-the-new-find-my-friends-app-by-apple-a-handy-tool-or-a-stalkers-paradise/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>To coincide with the release of iOS5 on October 12th, Apple released several new optional apps for iPod touch, iPhone and iPad. One of these apps is Find My Friends, which claims to be a handy tool for locating friends and family by making use of their GPS and A-GPS functionality.</p>
<p>The new app has been met with mixed reviews – with many claiming the app could simply be used as a stalker’s tool in the wrong hands.</p>
<p>However, I happen to think that the app is a very clever idea – with many not-seen-before features that make the app a safe, unobtrusive yet helpful way of keeping track of friends and family.</p>
<p>First of all, the app is completely opt-in only. This means that people can only track you with full permission granted by you – meaning nobody can publicly see where you are.</p>
<p>You can either invite people to permanent access to your location, or temporary “event” access which gives people access to your location for a set date and time. This means, for example, that if you’re meeting somebody at a festival, you can give them temporary access which terminates when the festival is over.</p>
<p>Also, you can quite easily turn off the app&#8217;s location tracking if you’re going somewhere you’d rather other people didn’t know about – simply by switching on ‘Hide from Followers” in the Me tab – making it easy to hide personal places. Whilst I’d quite like it to have a function where you could tell it not to report specific places, I’m sure this could eventually be possible.</p>
<p>Overall, I think this is an improvement on many previous tracking apps that have been released – and could seen as very useful to many.</p>
<fb:like href='http://www.geekonthepc.com/2011/10/15/is-the-new-find-my-friends-app-by-apple-a-handy-tool-or-a-stalkers-paradise/' 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/10/15/is-the-new-find-my-friends-app-by-apple-a-handy-tool-or-a-stalkers-paradise/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Skype finally fixes &#8220;Skype Home&#8221; bug</title>
		<link>http://www.geekonthepc.com/2011/10/08/skype-finally-fixes-skype-home-bug/</link>
		<comments>http://www.geekonthepc.com/2011/10/08/skype-finally-fixes-skype-home-bug/#comments</comments>
		<pubDate>Sat, 08 Oct 2011 08:06:05 +0000</pubDate>
		<dc:creator>GEEK!</dc:creator>
				<category><![CDATA[In the News]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Useful websites]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[home]]></category>
		<category><![CDATA[skype]]></category>
		<category><![CDATA[skype home]]></category>

		<guid isPermaLink="false">http://www.geekonthepc.com/2011/10/08/skype-finally-fixes-skype-home-bug/</guid>
		<description><![CDATA[Skype has recently released Skype version 5.5.0.119, which – finally – fixes the bug where Skype Home appears every time the program launches. If you downloaded the KillSkypeHome applet, you’ll now need to remove that from your system after installing the update. The update is available through Skype’s own update system, or from FileHippo.]]></description>
			<content:encoded><![CDATA[<p>Skype has recently released Skype version 5.5.0.119, which – finally – fixes the bug where Skype Home appears every time the program launches. </p>
<p>If you downloaded the KillSkypeHome applet, you’ll now need to remove that from your system after installing the update.</p>
<p>The update is available through Skype’s own update system, or from <a href="http://www.filehippo.com/download_skype/" target="_blank">FileHippo</a>.</p>
<fb:like href='http://www.geekonthepc.com/2011/10/08/skype-finally-fixes-skype-home-bug/' 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/10/08/skype-finally-fixes-skype-home-bug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 8 Developer Preview screenshots</title>
		<link>http://www.geekonthepc.com/2011/09/20/windows-8-developer-preview-screenshots/</link>
		<comments>http://www.geekonthepc.com/2011/09/20/windows-8-developer-preview-screenshots/#comments</comments>
		<pubDate>Tue, 20 Sep 2011 19:20:55 +0000</pubDate>
		<dc:creator>GEEK!</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[preview]]></category>
		<category><![CDATA[screenshots]]></category>
		<category><![CDATA[windows 8]]></category>

		<guid isPermaLink="false">http://www.geekonthepc.com/?p=2232</guid>
		<description><![CDATA[I&#8217;ve been playing with the Windows 8 Developer Preview for a little while now. Here&#8217;s some screenshots of the new OS. Click &#8220;Read More&#8221; for more.  ]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been playing with the Windows 8 Developer Preview for a little while now. Here&#8217;s some screenshots of the new OS. Click &#8220;Read More&#8221; for more.</p>
<p style="text-align: center;"><a href="http://s1.proxy03.twitpic.com/photos/large/397915559.png"><img class="aligncenter" title="Windows 8 Start" src="http://s1.proxy03.twitpic.com/photos/large/397915559.png" alt="Windows 8 Start" width="360" height="225" /></a></p>
<p style="text-align: center;"><a href="http://s1.proxy05.twitpic.com/photos/large/397914800.png"><img class="aligncenter" title="Chrome" src="http://s1.proxy05.twitpic.com/photos/large/397914800.png" alt="Chrome in Windows 8" width="360" height="224" /></a></p>
<p style="text-align: center;"><span id="more-2232"></span></p>
<p style="text-align: center;"><a href="http://s1.proxy04.twitpic.com/photos/large/397917189.png"><img class="aligncenter" title="Start Search Windows 8" src="http://s1.proxy04.twitpic.com/photos/large/397917189.png" alt="Start Search Windows 8" width="360" height="225" /></a> <a href="http://s1.proxy05.twitpic.com/photos/large/397926917.png"><img class="aligncenter" title="NearMe" src="http://s1.proxy05.twitpic.com/photos/large/397926917.png" alt="NearMe in Windows 8" width="360" height="225" /></a></p>
<p style="text-align: center;"><a href="http://s1.proxy03.twitpic.com/photos/large/397928758.png"><img class="aligncenter" title="PaintPlay Windows 8" src="http://s1.proxy03.twitpic.com/photos/large/397928758.png" alt="PaintPlay Windows 8" width="360" height="225" /></a></p>
<p style="text-align: center;"><a href="http://s1.proxy03.twitpic.com/photos/large/397928037.png"><img class="aligncenter" title="Alarms Windows 8" src="http://s1.proxy03.twitpic.com/photos/large/397928037.png" alt="Alarms Windows 8" width="360" height="225" /></a></p>
<p style="text-align: center;"><a href="http://s1.proxy05.twitpic.com/photos/large/397920323.png"><img class="aligncenter" title="Control Panel Windows 8" src="http://s1.proxy05.twitpic.com/photos/large/397920323.png" alt="Control Panel Windows 8" width="360" height="225" /></a></p>
<p style="text-align: center;"><a href="http://s1.proxy03.twitpic.com/photos/large/397919533.png"><img class="aligncenter" title="Weather Windows 8" src="http://s1.proxy03.twitpic.com/photos/large/397919533.png" alt="Weather Windows 8" width="360" height="225" /></a></p>
<fb:like href='http://www.geekonthepc.com/2011/09/20/windows-8-developer-preview-screenshots/' 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/09/20/windows-8-developer-preview-screenshots/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Prey&#8211;incredible free computer tracking software</title>
		<link>http://www.geekonthepc.com/2011/08/16/preyincredible-free-computer-tracking-software/</link>
		<comments>http://www.geekonthepc.com/2011/08/16/preyincredible-free-computer-tracking-software/#comments</comments>
		<pubDate>Tue, 16 Aug 2011 21:48:30 +0000</pubDate>
		<dc:creator>GEEK!</dc:creator>
				<category><![CDATA[Mobile Devices]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Software reviews]]></category>
		<category><![CDATA[Useful websites]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[essentials]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[prey]]></category>
		<category><![CDATA[secuirty]]></category>
		<category><![CDATA[useful]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.geekonthepc.com/2011/08/16/preyincredible-free-computer-tracking-software/</guid>
		<description><![CDATA[For many months now I’ve been looking for some good value tracking software to install on my netbook and (potentially) my portable devices. As much as I hope my netbook never gets stolen – you can never be sure what might happen and it’s better to be prepared. It was only today that I’ve finally &#8230; </p><p><a class="more-link block-button" href="http://www.geekonthepc.com/2011/08/16/preyincredible-free-computer-tracking-software/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>For many months now I’ve been looking for some good value tracking software to install on my netbook and (potentially) my portable devices. As much as I hope my netbook never gets stolen – you can never be sure what might happen and it’s better to be prepared.</p>
<p>It was only today that I’ve finally found the answer. It’s called <a href="http://www.preyproject.com" target="_blank">Prey</a>. It’s an open-source piece of kit that runs on Windows, Mac and Linux.</p>
<p>Once you’ve downloaded and installed it, that’s the last you’ll see of it. Make sure when you install it to select the option not to install start menu shorcuts as it will make the software harder to find by an thief.</p>
<p>From here onwards, all of your settings for the program will be managed online. Log onto your account at the program’s website, and you’ll be presented with a handful of useful properties.</p>
<p>For example, you can get the program to take logs of any wi-fi networks it’s connected to, together with pictures from any connected webcam and screenshots of your display. These are then summarised in reports that are emailed direct to your inbox for your viewing pleasure. Believe me – you’ll be astonished at what it’ll pick up.</p>
<p>I happen to think this is an essential for anybody with a laptop that they care about – the software is totally FREE and could help you (and the police) in what would otherwise be a relatively hopeless situation. The program won’t hamper your computer’s performance at all (using just 5MB of RAM in Windows) and you’ll forget you’ve even installed it.</p>
<fb:like href='http://www.geekonthepc.com/2011/08/16/preyincredible-free-computer-tracking-software/' 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/16/preyincredible-free-computer-tracking-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Force Nokia Ovi Suite to run maximized on netbook</title>
		<link>http://www.geekonthepc.com/2011/07/24/force-nokia-ovi-suite-to-run-maximized-on-netbook/</link>
		<comments>http://www.geekonthepc.com/2011/07/24/force-nokia-ovi-suite-to-run-maximized-on-netbook/#comments</comments>
		<pubDate>Sun, 24 Jul 2011 13:58:31 +0000</pubDate>
		<dc:creator>GEEK!</dc:creator>
				<category><![CDATA[Quick fixes and tips]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[maximized]]></category>
		<category><![CDATA[netbook]]></category>
		<category><![CDATA[nokia]]></category>
		<category><![CDATA[ovi]]></category>
		<category><![CDATA[suite]]></category>

		<guid isPermaLink="false">http://www.geekonthepc.com/?p=2195</guid>
		<description><![CDATA[Nokia Ovi Suite has never been my favourite piece of software, but unfortunately I have to use it for my trusty mobile (Nokia 5230) which I still love after nearly 18 months of owning it. If you&#8217;re running Ovi Suite on a netbook running a resolution of 1024&#215;600, you may notice that Ovi Suite never &#8230; </p><p><a class="more-link block-button" href="http://www.geekonthepc.com/2011/07/24/force-nokia-ovi-suite-to-run-maximized-on-netbook/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>Nokia Ovi Suite has never been my favourite piece of software, but unfortunately I have to use it for my trusty mobile (Nokia 5230) which I still love after nearly 18 months of owning it.</p>
<p>If you&#8217;re running Ovi Suite on a netbook running a resolution of 1024&#215;600, you may notice that Ovi Suite never opens properly. You have to manually tell it to maximize by doing ALT+SPACE and clicking maximize &#8211; otherwise you don&#8217;t see all options.</p>
<p>You can easily force Ovi Suite to maximize on launch if you&#8217;d prefer it to do so.</p>
<p style="text-align: center;"><a href="http://www.geekonthepc.com/wp-content/uploads/2011/07/ovi.png" target="_blank"><img class="aligncenter size-full wp-image-2196" title="ovi" src="http://www.geekonthepc.com/wp-content/uploads/2011/07/ovi.png" alt="" width="302" height="426" /></a></p>
<p style="text-align: left;">Simply find your Nokia Ovi Suite shortcut (probably on the Desktop or in the Start Menu), right-click it and click Properties. On the Shortcut tab, change the &#8216;Run:&#8217; setting to Maximized (as shown above) and click OK. From now on, whenever you run Ovi Suite from that shortcut, it will automatically start maximized.</p>
<fb:like href='http://www.geekonthepc.com/2011/07/24/force-nokia-ovi-suite-to-run-maximized-on-netbook/' 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/24/force-nokia-ovi-suite-to-run-maximized-on-netbook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spotify can&#8217;t even price their music right any more</title>
		<link>http://www.geekonthepc.com/2011/07/10/spotify-cant-even-price-their-music-right-any-more/</link>
		<comments>http://www.geekonthepc.com/2011/07/10/spotify-cant-even-price-their-music-right-any-more/#comments</comments>
		<pubDate>Sun, 10 Jul 2011 20:17:36 +0000</pubDate>
		<dc:creator>GEEK!</dc:creator>
				<category><![CDATA[Rants]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[newsletter]]></category>
		<category><![CDATA[spotify]]></category>

		<guid isPermaLink="false">http://www.geekonthepc.com/?p=2182</guid>
		<description><![CDATA[Spotify have just sent me an email which did get me rather overexcited. Check this one out! I really would love to believe that you could buy 100 tracks for £1.15 &#8211; I guarantee you it would be a bestseller! Sadly, when you actually go Spotify&#8217;s site, the actual price of the package is £50. Slightly disappointed, &#8230; </p><p><a class="more-link block-button" href="http://www.geekonthepc.com/2011/07/10/spotify-cant-even-price-their-music-right-any-more/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>Spotify have just sent me an email which did get me rather overexcited. Check this one out!</p>
<p style="text-align: center;"><a href="http://www.geekonthepc.com/wp-content/uploads/2011/07/WindowClippings_499234fc4a0749db94a0fec841a2304a.png"><img class="aligncenter size-full wp-image-2185" title="WindowClippings_499234fc4a0749db94a0fec841a2304a" src="http://www.geekonthepc.com/wp-content/uploads/2011/07/WindowClippings_499234fc4a0749db94a0fec841a2304a.png" alt="" width="499" height="411" /></a></p>
<p style="text-align: left;">I really would love to believe that you could buy 100 tracks for £1.15 &#8211; I guarantee you it would be a bestseller! Sadly, when you actually go Spotify&#8217;s site, the actual price of the package is £50. Slightly disappointed, I have to admit.</p>
<p style="text-align: left;">On a more general thought though, it does make me think of the amount of poorly written emails we get these days. You&#8217;d think, for a company of that size, they&#8217;d at least have someone to check over emails before they send them.</p>
<p style="text-align: left;">Rant over! <img src='http://www.geekonthepc.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<fb:like href='http://www.geekonthepc.com/2011/07/10/spotify-cant-even-price-their-music-right-any-more/' 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/10/spotify-cant-even-price-their-music-right-any-more/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>
	</channel>
</rss>

