Wednesday, November 18, 2009

Build a Cheap But Powerful Boxee Media Center [Media Center]

Build a Cheap But Powerful Boxee Media Center [Media Center]

Adam thinks XBMC is the best media center around, but I roll with Boxee for its awesome streaming web content. Here's how I turned a relatively cheap yet powerful home theater PC into a DIY Boxee Box for my HDTV.

Why go with Boxee? A few reasons, really: it's free to download, it's got a ton of great applications and add-ins, and it was, like XMBC, built with a big-screen interface in mind. When I was done installing it on top of a basic Ubuntu desktop, I had a system that could easily handle 720p and even (with some very easy overclocking) 1080p video files, run Hulu streams in full screen with very little glitching, and let me show off Flickr streams, Facebook photos, Pandora or Last.fm music, to name just a few of many content streams.

Plus, with Ubuntu installed and set up, you can easily run any other Linux app on your TV—like Hulu Desktop, a huge-screen Firefox, or whatever you can imagine.

You could, of course, wait for the first official Boxee Box to be unveiled in December, then shipped sometime later. This way, however, you get a seriously powerful HTPC that can run most any media center, and tears up HD video streams while doing so.

Many thanks to the fine posters at the Boxee and Ubuntu forums, where I found needed help and inspiration. This ASRock how-to, and wake-on-LAN tutorial, in particular, were lifesavers.

What You'll Need

  • ASRock Ion 330: Like Adam's pick of the Acer Aspire Revo, my HTPC comes with an NVIDIA ION graphics chip that can handle meaty HD video and export through an HDMI cable. My similarly sleek and (mostly) quiet-running system costs $350, $150 more than Adam's ($160 if you absolutely must have it in white), but it's beefier: 2GB of RAM (up to 4GB supported), a dual-core Intel Atom 330 CPU that runs at 1.6 GHz out of the box, but can be overclocked to 2.2 GHz from a simple BIOS switch, a 320 GB hard drive, and a DVD-RW drive. Unlike his Revo, my ASRock doesn't come with USB peripherals or Windows XP, but, then again, we'll only need a USB keyboard and mouse for a little bit with this project.
  • USB keyboard and mouse: For the Ubuntu installation process and BIOS tweaks. After everything's set up, you'll be able to control everything via remote screen access, SSH terminal, or your infrared remote.
  • Boxee for Ubuntu Linux: We'll detail how to install it in our just-set-up ASRock in a bit.
  • Ubuntu 9.04: You'll want the 'PC Desktop CD' ISO image, which you can download directly or through BitTorrent. Boxee will soon update to support Ubuntu 9.10, the most current release, but for what you're using it for, you'll hardly notice.
  • A thumb drive or blank CD: The USB drive should be at least 1GB in size, and formatted to FAT 32 for easy compatibility.
  • An IR receiver and Windows Media Center remote: Just like Adam, I'd go with this cheap receiver+remote solution, though anything that claims Media Center compatibility will be much easier to set up with Linux and Boxee.

Setting up Ubuntu is something I've done many times, and it's just as easy on this system. Here's the quick walk-through:

Install Ubuntu From a Thumb Drive or CD

Ubuntu, like XBMC, can run entirely off a thumb drive, or be installed to a hard drive. We're going for the latter option here.

1. Create your Ubuntu installation media:
The fastest and quickest installation is to put the Ubuntu 9.04 desktop ISO you downloaded on a thumb drive using the free Unetbootin tool on a Windows or Linux system.

You can also have Unetbootin automatically download Ubuntu 9.04 for you, or burn the ISO to a CD or DVD, but thumb drive installations are much faster and don't require wasting a disc.

2. Set up your ASRock
Take the unit out of its box, and find a location for it where it can breathe and exhaust a little—not flush against a corner, in other words. Plug in an ethernet cable straight from your router (or Wi-Fi bridge), and connect it to your TV via an HDMI cable. You'll also need to plug in a USB keyboard and mouse to get through the initial setup. Make sure all the connects are snug and not stretched, then plug in your USB thumb drive, or power it on and insert your CD/DVD.

3. Install Ubuntu
Make sure your TV is switched to the HDMI source your ASRock box is plugged into. After you power on the ASRock, hit F11 immediately on your keyboard to open the boot options, then select your USB drive.

You'll be launched into Ubuntu's setup screen. Choose your language, then select the "Install Ubuntu" option. You'll launch into a bare-bones Ubuntu desktop and then into the installer application. Most U.S. users can hit Next through the first three language/location/keyboard screens. When it comes time to partition your system's hard drive, though, I'd recommend splitting it into three parts: One for the Ubuntu system, one for a swap partition, and another NTFS-formatted drive for your media. Why NTFS? It makes sharing media from your HTPC box to Windows computers easier, and it can hold gigantic files—like the kind of high-resolution videos you'll be viewing. If media sharing isn't a concern for you, go ahead and tell Ubuntu to use your whole hard disk.

Otherwise, choose the 'Specify Partitions Manually,' click on the big, unallocated space in the next screen, and hit 'Add' at the bottom. Set up Ubuntu's own partition like so:

Hit 'OK,' then create another partition, about 2 GB, or 2,000 MiB in size, and choose 'Linux swap' under the 'Use As' heading. Finally, add one more partition by hitting 'Add,' choose NTFS as its format, and have it use all the rest of your space.

Click through the rest of the setup process, wait for it to finish installing, then reboot your computer and remove your thumb drive or CD when asked to do so.

Setting up Ubuntu

When your system boots up next time, you'll get a menu asking which system you want to boot into, with a 10-second timer before it heads to default (which we'll fix soon). Log in with the username and password you gave during setup—something else we'll get to optimizing.

One quick little command we have to run before getting started: Hit Alt+F2, check the 'Run in Terminal' box, then enter this line and hit Run:

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys CEC06767

That authenticates a repository with some necessary graphics drivers to install software on this system.

Now, down to the real business. Head to the System menu in the upper-left corner, mouse over the Administration sub-menu, then choose Software Sources. On the first tab, check off the 'Proprietary drivers for devices' and 'Software restricted ...' options. Head to the Updates tab, and check the unchecked items. Finally, head to the 'Third-Party Software' tab.

We're going to add in three lines to this list by hitting the 'Add' button at bottom-left and pasting in this text. The first is Boxee's Ubuntu repository for Ubuntu 9.04, and the other two are a Ubuntu repository for the NVIDIA ION chipset inside our HTPC, known as 'VDPAU' hardware. Here's all the lines in one spot:

deb http://apt.boxee.tv jaunty main
deb http://ppa.launchpad.net/nvidia-vdpau/ppa/ubuntu jaunty main
deb-src http://ppa.launchpad.net/nvidia-vdpau/ppa/ubuntu jaunty main

Hit Close, and agree to Reload your software list when prompted. Now head up to System->Administration and select Update Manager. You'll get a list of everything that needs updating, and it might be rather long.

Install the updates, then make a cup of coffee or tea while you're waiting. When you get back, you should be updated and ready to actually install some new stuff.

Installing Video Drivers and Boxee

Let's do this. Head to System->Administration, then select Synaptic Package Manager. Click the "Search" button at the top right, and in the dialog that pops up, change the "Look in:" to "Maintainer," and search for "Snider."

In the results that come back, check off these packages to install. There might be newer versions of them to try out, but I know these work with this system, on this version of Ubuntu, running this version of Boxee:

  • nvidia-glx-185
  • libxine1, libxine1-x

Back at the Synaptic main screen, hit 'Search' again, change the 'Look in:' to Name, and search for mplayer. Check off the version with '+svn2009' trailing in the 'Latest Version' column for installation. Search again for boxee, then check to install it. If you're looking to use an infrared remote, also search out and install the lirc package and whatever dependencies it asks for. Ubuntu's own wiki offers a guide to getting set up with LIRC.

Finally, hit 'Apply' in the top toolbar to install all these things on your system.

Convenient Tweaks

Once Synaptic is done installing those goodies (or while it's running, if it's taking a while), head to the System->Administration menu again, and open Login Window. Head over to the Security tab, and enable timed and automatic login for your username:

Assuming you don't expect a burglar to break into your house, fire up your HTPC and start watching your Blu-Ray rip of 'Up,' you should be fine with these options. They free you from needing a keyboard or mouse to get into Ubuntu, and automatically log you in when resuming from a suspend.

Next up, let's speed up that boot-up process with a quick GRUB menu edit. Hit Alt+F2, and enter this command:

gksu gedit /boot/grub/menu.lst

In the editor that pops up, head down just a bit to the '## timeout sec' section, and change the value there to 0. Just one section down, remove the '#' from in front of 'hiddenmenu,' if it's there.

Two quick fixes, to make HDMI audio work perfectly for both Ubuntu and Boxee. First up, follow this Boxee forum poster's instructions to set up a .asoundrc file that tells Ubuntu how to route its sound. Next, open up a terminal (Applications->Accessories->Terminal), type in alsamixer and hit enter.

Hit your right arrow key over to where you see the columns for 'IEC958,' and be sure none of them read 'MM,' or muted. If they do, hit 'M' to unmute them. Hit the escape key when you're done.

Your second-to-last tweak makes Boxee run right at start-up. Head to System->Preferences, choose "Startup Applications," and hit "Add." Give it a name like, oh, Boxee, and make the command /opt/boxee/run-boxee-desktop. Hit OK on that screen, then close out your Startup Applications.

Now, for the final piece: Remote desktop access from any other computer on your network. Head to the System->Preferences menu, select Remote Desktop, and configure your system to accept remote desktop connections, with a password for safety.

If you're the geeky type who knows how to remotely administer a system by SSH command line, be sure to install the openssh-server package in your Boxee box.

Finally, if you're using a Microsoft Media Center remote with your Boxee box, and you've plugged in your USB IR Receiver, you should be good to go in Boxee—it automatically works with the Media Center setup. If you're using something different, like a Hauppage remote, this guide might point you in the right direction. Myself, I mainly use the free Boxee Remote applications found in both the Android Market and Apple App Store to control Boxee and type in text with little fuss.

Running Boxee

Reboot your system, and you should shoot through Ubuntu's boot-up process, arriving straight at Boxee's log in screen.

The only major tweak you'll need to make is to Boxee's audio setup. Head to the Settings menu in the lower-left corner, then to Hardware, and then to the audio tab. Set your settings to look like those on the left, or, in text form:

Digital
Off
Off
default
default


From there on out, Boxee should be your multimedia workhorse. You can suspend it and wake it up with the power button (or a wake-on-LAN tool, as detailed at the Ubuntu Forums). You can use it to download torrents, directly drop files into it over SFTP, give it more video feeds, and other tweaks we've covered in our Apple TV/Boxee guide, and in Adam's XBMC guide (the latter mostly for the SFTP guide). If you want to actually use your Ubuntu desktop on your TV, just exit out of Boxee from the log-in screen or the main menu


That's just my own little Ubuntu/Boxee/HTPC setup, but I think it works quite nice. Anything I download can be transferred and played, and any broadcast shows I miss can be caught on Hulu, CBS, PBS, or any of Boxee's other great apps. Got a killer media center setup of your own to share? Tell us about it, and link it, in the comments.


Sky Player in Windows Media Center Now Live

Sky Player in Windows Media Center Now Live:

A few weeks ago I reported about the Sky Player in Windows Media Center being announced at the Windows 7 press launch.


Well today, Sky Player is finally live and running.


If you launch Windows Media Center you will see it under TV.


Media Center - Sky Player


If you click on it you will be prompted to install it.


Sky Player Install


It only takes a moment or two to download and install.


downloading installing


Then you can see everything :-)


Sky Player running TV More TV


If you want to watch something you will need to sign in to your Sky account with your Sky ID.


Watching


If you don’t have one you can create one.


Sign In


There is the “usual” Sky TV guide you can view (and it is quicker than the new Sky TV guide on your box!)


Live 18-11-2009 07-08-55


If you are an existing Sky customer with either a broadband account or Sky Multiroom subscription this service is free, otherwise you have to pay for it.


18-11-2009 07-09-16 18-11-2009 07-09-36


So far I am quite impressed with it – I will use it for a few more days and comment again – so watch this space – or Sky on your Media Center.

Friday, November 13, 2009

XBMC 9.11 Alpha Improves Playback and Skinning Powers [Downloads]

XBMC 9.11 Alpha Improves Playback and Skinning Powers [Downloads]: "

Windows/Mac/Linux: XBMC media center has dropped a 9.11 alpha release for all platforms, with quality fixes on all three computer platforms and more powerful skinning abilities. If you're not afraid of a bug or two, it's yours to grab.

From the outset, not a whole lot looks new, but XBMC has made some real improvements under the hood. From the developer's release notes:

  • DirectX has replaced OpenGL for Windows
  • Numerous skinning engine updates which allow for use of some fancy new skins
  • Many improvements to the video player which allow for much smoother playback
  • Switch to Core Audio on OSX
  • Many VDPAU improvements under linux
  • Many platform-specific customizations

There's a promise for 'much much more' to be revealed as the final release approaches, but core video and audio improvements are always welcome among media fans.

Looking to get set up with XBMC? We went on a home theater PC kick last week, showing you, step by step, how to build a silent, standalone media center on the cheap and customize the heck out of XBMC.

Five Great Add-Ins to Power Up Your Windows Home Server Console [Windows Home Server]

Five Great Add-Ins to Power Up Your Windows Home Server Console [Windows Home Server]: "

Last week we highlighted the benefits of having a Windows Home Server, including seamless backups and system restoration. Now let's take a closer look at five great add-ins for making the most of your home server.

In our overview last week, we briefly touched on the idea of using add-ins to enhance your Windows Home Server experience and get more out of the console. This week we're highlighting five add-ins and providing a little more detail on their functionality and how they make your Windows Home Server experience even better.

First, for those who haven't installed any add-ins to their WHS before, the process is simple. When you find an add-in you want to use, save the .MSI file such as AwesomeAddOnForWHS.msi to the /Software/Add-Ins/ folder on your Windows Home Server. The next time you open up your console, click on Settings (located beneath the Windows Home Server icon in the upper right corner of the Console window), then click Add-Ins once you're in the Settings menu. You'll see two tabs, like in the screenshot above, that show your Installed and Available add-ins. All the add-ins you saved will be under the Available tab.

Note: For ease of use—some of the add-ins homepages are forum posts or in foreign languages—we've linked to the reviews at WHSPlus, a Windows Home Server enthusiast blog. It's a great resource for finding more add-ins and each review has a link back to the author's site.


Windows Home Server Disk Management

WHS Disk Management provides a more detailed look at your disk storage than the basic view included in the console. You can use existing server wire frames (most commercial WHS frames are available) or create your own if you have a DIY build. WHS Disk Management makes it easy to see what's going on with which physical disk in your server. The wire frame model includes disk bays in your tower and external drives for a comprehensive picture of what's going on with your disks. Eventually when you have to replace a disk or want to upgrade one for additional space, having a detailed model like the one in WHS Disk Management makes it easy to make sure you're unloading and extracting the right disk.

AutoExit for WindowsHomeServer

AutoExit makes it easy to send commands to Windows machines connected to your Windows Home Server through your home network. You can send messages to machines on the network, and perform a variety of shut down functions like suspending, hibernating, rebooting or completely shutting down the remote machine. When you have access to your WHS console remotely it's a great way to have control over other machines on the network.

Remote Notification

Remote Notification makes sure you get updates about your WHS even when you're away. You can always remotely login to your console to view the notifications in the console itself, but Remote Notification will send systems notifications to the email address of your choice. If you have an email address for your cellphone's SMS account, it's simple to plug that in and get notifications directly on your phone.

One of the great things about Remote Notification is that it forwards all notifications—not just the default system notifications. If you have 3rd-party plug-ins that handle things like downloads and you have them configured to issue system notifications, those will be forwarded to your email or cellphone via Remote Notification too.

LightsOut

While you may opt to run your WHS 24/7, many users opt to power their home servers down at night to conserve energy and cut down on their energy bills. LightsOut is a fantastic add-in for WHS that allows granular control over when the server is awake and when it is suspended, hibernating, or completely shut down. In addition to giving you control over the up and downtime of the server it also tracks the up and down time of both the server and the machines that connect to the Windows Home Server. Even if you're intending to run your server night and day, if you're a sucker for graphs and feedback about your network you might consider installing LightsOut just to see what the uptime patterns across your network look like.

Grid Junction

It's the least glamorous of the add-ins we're featuring today, but it's a handy tool to have around if you've got an Uninterruptible Power Supply hooked up to your home server—and you do have one hooked up to your server, don't you? Grid Junction issues power alerts through the console, makes it easy to monitor the UPS, and lets you easily set up custom shut down scripts and test them. It's not loaded with bells and whistles but it makes it simply to manage your UPS on a headless system.


Have a favorite add-in for Windows Home Server? Let's hear about it, and your other WHS tips, in the comments.

XP Quick Fix Plus Repairs Common Windows XP Errors [Downloads]

XP Quick Fix Plus Repairs Common Windows XP Errors [Downloads]: "

Windows XP: If your Windows XP installation is acting up, sometimes a fix is as simple as tweaking a registry key. Rather than muck about in your registry looking for it, use XP Quick Fix Plus to patch things up.

XP Quick Fix Plus is a tiny portable application that presents 40 quick fixes arranged in a push-button chart. Press the button for the problem you're having like CDs not autoplaying, file associations grayed out, the boot.ini tab missing in MSCONFIG, or any of the other 40 common problems, and XP Quick Fix Plus will patch the registry key for the problem you're having and get things back in working order.

Not sure if the button covers the problem you're having? Mousing over the buttons gives you a detailed description of the problem. Have a favorite quick-fix tool to share? Let's hear about it in the comments. XP Quick Fix Plus is freeware, Windows only.

Our Hackintosh Works Like a Charm with 10.6.2 Update; Atom-Based Hacks Break [Updates]

Our Hackintosh Works Like a Charm with 10.6.2 Update; Atom-Based Hacks Break [Updates]: "

If you followed our most recent guides to installing Snow Leopard on a PC from start to finish or the updated guide to building a Hackintosh with Snow Leopard, no hacking required, you'll be happy to know that I've tested my build with today's 10.6.2 update to Snow Leopard and it's working like a charm.

That means you shouldn't have to do anything special to upgrade to the latest and greatest if you followed our guide. Just fire up Software Update like you normally would, grab the update, and let it work its magic. The only oddity to report is that when the update finished, the audio output was set to Headphones; just open the Sounds preference pane in your System Preferences and set it back to Line Out and everything should be back to normal. Keep in mind that this only applies to the build I detailed in my start to finish guide; I can't vouch for any other Hackintoshes out there.

Update: I thought we were pretty clear in the text above, but we're only talking about our Hackintosh build. It looks like Atom CPUs (like the ones in most hacked netbooks) are not supported in 10.6.2 as previously speculation suggested.

Make Milk Foam in Your Microwave for Gourmet Froth at Home [Coffee]

Make Milk Foam in Your Microwave for Gourmet Froth at Home [Coffee]: "

Wish you could get a good froth on your coffee but don't want to shell out for a frother? Cooking weblog The Kitchn details how to make your own gourmet froth at home with your microwave and a mason jar.

You can save a ton and still make amazing coffee at home, but if you miss the finer elements of your coffee shop brew—like, say, a good, frothy foam—you're not out of luck.

The Kitchn walks us through the process of heating and shaking your filled mason jar, to create maximum foam.

  1. Find a jar with a lid and fill it with as much milk as you normally like in your coffee (or other hot beverage!). The milk should fill the jar no more than half way to allow room for the foam.
  2. Shake the jar with the lid on as hard as you can until the milk has become frothy and doubled in size. This takes us about 30 seconds.
  3. Take the lid off and microwave for another 30 seconds. The foam will rise to the top of the milk and the heat from the microwave will help stabilize it.
  4. Pour the milk into your coffee using a spoon to hold back the foam. Then scoop the foam on top!

Although the milk will add that soft, creamy texture you've come to expect from your favorite local coffee shop, it won't have the sweet tang that's usually a bi-product of the more traditional steaming method. While you're making the most of your at-home coffee shop, read up on making other coffee shop addictions at home to maximize your out of pocket spending.

Stop Paying for Windows Security; Microsoft's Security Tools Are Good Enough [Opinion]

Stop Paying for Windows Security; Microsoft's Security Tools Are Good Enough [Opinion]: "

When it comes to keeping your Windows PC secure, all of the scare tactics and overblown virus stories out there make it hard to feel safe online. The fact of the matter is that you don't need to pay for Windows security.

From time to time we like to go on long, opinionated rants about subjects that bug us. This is one of those times. So let's have a frank and honest discussion about Windows security, and leave the scare tactics and FUD for money-grubbing corporate marketers.

Microsoft Security Essentials is a Great Antivirus Application

The release of Microsoft Security Essentials has changed the landscape of antivirus software. We've finally got a completely free application that protects against viruses, spyware, and other malware—without killing system performance like some of the "suites" tend to do. In my personal experience, it barely slows down the machine and rarely affects my work—and during a deliberate attempt to download some viruses (for testing purposes), it immediately found and blocked them from doing anything.

You don't have to take my word for it, however. Not only did AV-Test.org find that it detects 98% of their enormous malware database, but AV-Comparatives (a widely known anti-malware testing group) found that MSE was one of only three products that did well at both finding and removing malware, including the leftovers. It was also the only free product to grab their 'Advanced+' rating—the top honor for an anti-malware solution.

The more tech-oriented readers will probably note that MSE does not do any fancy heuristics to detect viruses that aren't in the database already, which is a feature offered by some paid solutions. In my opinion, this feature is usually unnecessary and a massive system drag if combined with a healthy dose of not installing questionable nonsense.

Stop Whining About 'Outbound' Firewalls

Every time I read an article about the built-in Windows Firewall, I see comments complaining that they use Zone Alarm or some other software because they handle "Outbound" connections. Let's put it on the table—the Windows Firewall has plenty of capability for handling outbound connections if you really need that level of paranoia. In fact, if you just look through your start menu you'll find a link for Windows Firewall with Advanced Security. You can head into there and pretty much configure any setting that you can possibly imagine, getting right down to the port level if you want.

The fact of the matter, however, is that outbound firewalls on a desktop PC are Completely Pointless. If the malware has made its way onto your computer, you have already lost the war. Your PC now belongs to whoever is running the botnet, and your outbound firewall isn't going to stop it—after all, the malware can simply add a rule to the firewall to allow access. It's better to focus on keeping malware off your PC in the first place.

Let's not forget that most of us are using a router with a firewall built right into it, and as long as you aren't using easily-cracked WEP encryption, you should be perfectly safe behind your firewall.

User Account Control (UAC) is Not a Security Tool

The single most irritating feature introduced in Windows Vista was those annoying UAC prompts, asking you for permission to do nearly anything on your computer—and the fact is, even if it makes you feel more secure, it's a false sense of security. Malware researchers at SophosLabs found that 8 of 10 malware samples can actually bypass UAC on a system with the default Windows 7 settings.

The fact of the matter is that unless you've pushed the UAC slider all the way to the top, it's not meant to be a security feature. The original intent was to change the way Windows works so that you can more easily run software as a standard user account, instead of running as administrator all the time. So there you have it—if you aren't going to run as a standard user or turn the slider all the way to the top, you may as well disable UAC.

Keep Windows Updated

When it comes to protecting yourself, it's laughable how many people install multiple antivirus applications but don't keep their system updated with the latest operating system patches. Last April, the Conficker worm was exploiting and spreading on millions of PCs through a critical security hole in Windows—one that had been patched the previous October.

If everybody would simply keep their systems patched, we wouldn't have to worry so much about these problems. If the constant rebooting action of Windows Update has you frustrated, you can always temporarily delay Windows Update's forced reboot, or just make it not restart your PC automatically—but you should always have Windows Update running at all times.

Keep Applications Like Acrobat and Flash Updated, or Uninstall Them

Even though we're complaining about people not keeping Windows updated, the fact of the matter is that the most likely cause of drive-by malware infection these days is through your browser plugins. Adobe Flash is notoriously full of security holes, and the latest attacks have been using vulnerabilities in Adobe Acrobat to infect your PC without installing a thing—just go to the wrong site that redirects you in a hidden frame to a PDF file containing the exploit, and your system can be exploited.

Keeping your applications updated is critically important to protecting your security. Your firewall won't protect you, and an antivirus software is unlikely to help if you're using an old, vulnerable version of Flash in your browser—what you need is a piece of software that scans your PC and makes sure that you are using the latest, patched versions. We've got you covered with the five best software update tools for any OS, but my personal recommendation for Windows is for Secunia PSI.

Stop Downloading Questionable Files

There's a little-known fact that I don't usually tell anybody, but I'm going to share with you today: I haven't used real-time antivirus software on my PC in 10 years, and I've never been infected with a virus. About once a year, I run through an online virus scanner to make sure that my claim still holds true, and it's never happened.

How have I managed that, while being a geek and testing software all the time? There's a couple of simple rules that will protect you:

  • Use an online scanner like VirusTotal to scan questionable files before installing them.
  • Don't download and install those questionable files in the first place.
  • Use some common sense. That pre-release copy of the latest video game you got from a torrent? Yeah, it probably has a virus in it.

So what do you say? Are the built-in tools, combined with Microsoft Security Essentials, good enough for you, or are you going to stick with the full paranoia route? Let's hear your thoughts in the comments.

The How-To Geek thinks a little common sense and system patches goes a long, long way towards a secure system. His geeky articles can be found daily here on Lifehacker, How-To Geek, and Twitter.

Thursday, November 12, 2009

How to Take Great Portraits DVD

How to Take Great Portraits DVD: "

News image




SF Digital have launched a downloadable eDVD that explains how to take stunning portraits.


Read more and comment »

O2 to unlock out of contract iPhones

O2 to unlock out of contract iPhones

iPhone 3GSIs your iPhone out of contract with O2 yet? If you’ve been eyeing up those Orange tariffs and cheaper tethering costs, here’s something you’ll be happy to hear: O2 will let you take your precious Apple blower to another network, no questions asked. Want to know how? Read on and we’ll tell you.



Speaking to The Times, the head of O2, Matthew Key, has confirmed that “once the iPhone becomes available on other UK networks, we will allow O2 customers to unlock their iPhones.”




iPhone price tariffs: how they stack up



We’ve since confirmed this is the case with O2’s press office. The news means you’ll be able to take your iPhone on to another network to take advantage of better tariffs or stronger signal in your area – once you’ve served your full contract of course. iPhone owners on pay as you go will be able to take their handset to a rival network after 12 months too, for a £14.97 fee. All you have to do to up and go is call O2 customer service and ask to have your iPhone unlocked.

Of course, unless you know you’ll be getting several extra bars of signal strength by moving your iPhone, it’s worth checking how tariffs stack up – you could be stung by a stingy fair use policy. Be sure to read our breakdown of what’s on offer.


Out TBC | £TBC | O2 (Via Pocket-lint)




Related posts:

  1. Universal SIM Unlock Card: Unlocks iPhones
  2. Three adding Spotify Premium to your phone contract
  3. 3 SIM Zero contract launches 17 June

O2: Free Sky Sports streaming for iPhone

O2: Free Sky Sports streaming for iPhone

Sky Mobile TV iPhone appO2’s suddenly got worried about the iPhone’s arrival on Orange, first offering free broadband to stop mass defections, and now, a free three month subscription to the Sky Mobile TV iPhone app. On O2? Want to watch the Premiership on your iPhone for nada? Here’s how.



The Sky Mobile TV iPhone app that just went on sale lets you stream all the Sky Sports Channels as well as Sky News and Sports News over Wi-Fi for £6 per month, but if you’re an iPhone owner on O2, you can get that fee waived for 90 days. All you need to do is text “SKY” to 2020 and if you’re in the first 150,000, you’ll get the download promotional code sent straight to you.




O2 offers loyal iPhone owners free broadband



It’s a surprise to see O2 offering goodies to keep iPhone subscribers happy after saying that the Orange iPhone would lead to no price cuts, but we’re not complaining when you get free footie wherever you are as a result. Here’s hoping the Vodafone iPhone threat will encourage it to dole out even more freebies.

Out Now | £free | O2 and Sky




Related posts:

  1. iPhone gets free home streaming app
  2. O2 offers loyal iPhone owners free broadband
  3. MSN Music adds song downloads and free streaming

Project Natal: priced and dated

Project Natal: priced and dated

Project NatalSure, Steve Ballmer said Project Natal would be out next year, then changed his mind. But now word from inside sources is out that the motion sensing Xbox add-on will go on sale next year, with a launch date and a sensational pricetag already mooted. Want to know what they are? Read on.



MCV reports that Project Natal, first revealed at the E3 tradeshow in the Summer, will go on sale globally in November 2010, with 14 games supported games available, and the aim to sell 5million Natal units in total.




Sony prepping motion tech to top Natal



According to the sources, who have been given a secret briefing by Microsoft UK, Project Natal will sell as both a separate unit and with the Xbox 360 console, and will cost in the low, low region of £30-50.

If the claims prove true, that year long wait we’re facing for Project Natal could be worth it, and help to bring as many Xboxers into the fold as possible, not just those with the money to buy every Rock Band peripheral on a whim. We’ll let you know as soon as any Project Natal details get concrete.


Out TBC | £TBC | Microsoft (Via MCV)




Related posts:

  1. Xbox Project Natal: see it in action, in video!
  2. THQ: Project Natal due “late next year”
  3. Project Natal works its magic on TV

Wedding Photography for Beginners - Part 4

Wedding Photography for Beginners - Part 4: "

Wedding Photography for Beginners - Part 4 thumbnail



Learn how to successfully photograph weddings in the final part of our four-part series from Catherine Connor from the Annabel Williams Studio.

Read the article »

"