Desktops

@Seadvd.com weblogs...

Utilities|Multimedia and Graphics|Games|Network and Internet|Cellphones|Business|Shell and Desktop|Misc. Gadgets|Web Authoring|Laptops|Programming|Networking|Gaming|Portable Audio|Portable Video|Handhelds|Digital Cameras|Information Management|Email Tools|Home Entertainment|Peripherals|Robots|HDTV|CES|Displays|Desktops|Storage|Transportation|Wireless|Household|GPS|Themes|Announcements|Blogging|Palm Pilot|OS|Developer|Beta|Wearables|Media PCs|Office|Tablet PCs|Security|Productivity|Software|Features|Photo|Design|Podcasts|Search|Meta|VoIP|P2P|Finance|BlueHost|Interviews|InmotionHosting|SeaDVD.com|

Entries for the ‘Uncategorized’ Category

VoodooPC intros shoebox form factor dual Opteron PC

VoodooPC DOLL DCC

It’s bigger than a breadbox, but smaller than a shoebox: the Voodoo PC DOLL DCC workstation is the smallest

enclosure for a dual AMD Opteron processor pro workstation yet witnessed, according to Voodoo (and marketers never lie

— remember that, kids). Targeted towards graphics professionals, particularly movie production houses who could benefit

from a powerful portable workhorse, the base unit ships with two Opteron 246HE processors, 1GB RAM, nVidia Quadro FX

500 GPU, and an 80GB hard drive. Just the bare bones starts at $3800, with tricked out systems topping off near the 9

grand mark, which is still sans display — portability don’t come cheap, friends.

Leave a Comment

iBuyPower Bargain AMD System reviewed

iBuyPower Bargain AMD System

Well, it sure ain’t something everyone will want sitting on their desk, but if you’re on a budget and still want to

fit in with the cool kids with their shiny boxes, PC Mag says the iBuyPower Bargain AMD System (yes, that’s really the

name) is a decent option. For around $600 you get an AMD Athlon 64 3000 processor, integrated 64MB VIA S3 UniChrome

Pro graphics, and a 17-inch LCD. They do complain about the rather meager 5,400-rpm, 40GB hard and standard DVD/CD-RW

combo drive (shouldn’t DVD writers be standard by now?), but iBuyPower lets you configure you own system so

that can be easily rectified.

Leave a Comment

How-to: Erase Old Hard Disks

hard disk erase
In a recent study, a research team purchased roughly 100 hard disks off eBay and found half of them to contain sensitive information, including insurance records, biographical information about children, and even blackmailable material such as evidence of an affair.

Apparently, those folks didn’t know that with a Linux boot disk and a little patience, you can securely and easily erase your old hard disks.

Overview

computer graveyard

That’s a photo of my old computer graveyard.  The relics are starting to take up a lot of space and they need

to go.  But who knows what’s on any of them — financial data, secret plans for world domination, etc. 

Whatever it is, I’m sure it’s no good.

So what can you do to secure your information before selling or throwing away your old computer?  

Unfortunately, you need to do more than just format your hard disk.  It’s not even sufficient to overwrite and

fill your hard disk with non-sensitive information.  In 1996 Peter Gutmann published a

paper describing techniques for making it as

difficult as possible for an attacker to recover data from magnetic media.  Basically, it comes down to scrubbing

the disk a number of times with random data.

In addition to commercial software and services that do this, there are some free tools that can get the job

done.

You may want to check out Darik’s Boot and Nuke, which is a boot floppy

that will automatically scan for hard disks and erase them.  This is probably the easiest way to go, but it would

scare the crap out of me having this disk anywhere in my house.  Label it well.

Instead, I use the shred utility that is part of the

GNU fileutils package.  Here’s

why I do it this way:

  • It’s available on most Linux boot CDs
  • You can examine a disk before you erase it (regardless of the filesystem used)
  • It works on any machine that will run Linux

Booting Gentoo From CD

booting gentoo

We’ll be booting from a Gentoo CD and then running a quick (err. slow.) command to wipe the drive.

Like I said, the software we are using is part of the standard GNU fileutils package, so if you want to use a

different flavor of Linux/Unix, that’s fine too.

Download a gentoo live cd from here.  Just grab the ISO

CD image for your platform.  You can find it at /releases/x86/../livecd/install-x86-minimal.iso

for PC users and /releases/ppc/…/livecd/install-ppc-minimal.iso for Mac users.

Then use your favorite cd burning app to write the image to a new CD-R.

Boot the CD and wait for the boot prompt to appear.  At the boot prompt type the following and hit enter:

gentoo noX

Gentoo Linux will proceed to boot into command line mode.

A Note About Really Old Computers

hard disk piggy back

Several of my old machines can’t even boot from CD.  The easiest thing to do in this case is just to unplug a

newer computer’s hard disk and connect the old drive to your new machine.  I have a little mini-itx machine that I

use all the time for stuff like this.

Just make darn sure you have disconnected all of the drives from your new machine.

Running Shred

running shred

In Linux, your first IDE hard drive is called /dev/hda, the second /dev/hdb, and so

on.  Assuming you only have one drive in your machine, you’ll want to wipe out /dev/hda.  If

you have other disks, you’ll need to run the same command for each of the devices.

If you are a *nix person, this would be a good time to mount your disk and examine it before you blow it away for

good.

When you are ready to destroy your data, just type:

shred -vz -n 3 /dev/hda

This will write 3 passes of random data to your hard disk, followed by a 4th pass of zeros.  It takes some time,

so if you don’t mind random (suspiciously random) data on the drive, you can skip the zeroing pass by omitting the z

flag.

Why only three passes?  It comes down to a matter of time versus diminishing returns.  There are actually

some non-random patterns that can be written to certain types of hard disks that ’saturate’ the media more effectively

and can be used in-between random passes to further destroy any memory that your disk had of your scandalous

data.

Here’s what Peter Gutmann has to say on the subject:

In the time since this paper was published, some people have treated the 35-pass overwrite technique described in

it more as a kind of voodoo incantation to banish evil spirits than the result of a technical analysis of drive

encoding techniques.

If you’re using a drive which uses encoding technology X, you only need to perform the passes specific to X, and

you never need to perform all 35 passes. For any modern PRML/EPRML drive, a few passes of random scrubbing is the best

you can do.

As the paper says, “A good scrubbing with random data will do about as well as can be expected”. This was true in

1996, and is still true now.

Still want the extra voodoo?  Run this instead:

shred -vz /dev/hda

Be prepared to let this one sit for a while.  For a large drive this will take all day.

Bad Drives

bad hard disk

Sometimes you’ve got an old drive that just doesn’t work any more.  The one pictured above makes noises like

there are some marbles loose inside.  It’s just a no-good, dirty hard drive, and it’s got bad written all over

it.

That doesn’t mean, however, that there isn’t still a wealth of data on those platters.  Your level of paranoia

will determine the best course of action, ranging from ‘who cares?’ to ‘get the blowtorch’.

I like to remove the platters and make coasters.

The Ultra Paranoid

Dear Jason,

Over the last 5 years, I’ve slept with a different married woman every night, cheated on my taxes to the tune of

$10billion, sold nukes to Iran, North Korea and Jerry Falwell, conspired with international terrorists to undermine

freedom, liberty and the expansion of Mc Donalds, and documented all of this in a personal manifesto on my PC.

My hard disk was full so I’ve upgraded to a new PC.  I used shred (with extra voodoo) to clean the hard drive in

my old machine, but I’m still afraid to sell it on eBay.  Do you have any recommendations?

Sincerely,

Cletus

We like to think of digital devices as holding a bunch of 0s and 1s.  In reality, data is ultimately stored in

some analog form.  Two bits of data on a drive may both be recognized as a 1, but one of them may not carry as

strong a magnetic force… a giveaway that it may have been a zero that was recently overwritten with a 1.  Those

bits retain a history, Cletus.

So if you really want to be sure that your data will never be read, you will have to destroy your hard disk.  The

best thing to do is to melt it down.  Other alternatives might be to destroy the surface with a belt sander, cut

it into pieces and bury them in geographically seperate locations. 

This sort of ruins your opportunity to resell the drive on eBay, though, unless you cast it into a collectable

figurine.

Leave a Comment

FIC’s Piston, the cylindrical SFF PC

FIC Piston

We know there are going to be a lot of people who are into FIC’s latest SFF

(small-form-factor) PC, the Piston,

which they’re showing off at CeBIT. The P4-based barebones pico-BTX machine isn’t much different from the rest in its

class—carryable size with integrated handle, DDR SDRAM, PCI-Express, Ethernet, four USB 2.0 ports, drive bay, S-Video,

7.1 surround, and even a mini-PCI card slot; but we gotta admit, $400 is a little too steep, especially for something

that might be easily confused with Bazooka subwoofer. Then again, it does actually have a subwoofer built into

the chassis (better buy some EMI shielding for that hard drive) as well as two small speakers, so it all kind of makes

sense in the end.

Leave a Comment

AMD and Intel CPUs, comrades on same motherboard

AMD and Intel CPUs

This may not win the “most practical innovation” award, but it’s worth a nod nonetheless: ECS have developed the ECS

PF88 motherboard, which holds both an Intel P4 LGA775 and an AMD 939 socket. The Intel chip will live on the board

itself, while the AMD Athlon 64 processor hangs out on an attached daughterboard. We’re glad to see these two rivals

working closely in harmonious computational bliss (we can all just get along), and there’s no denying it looks

pretty slick, and yet… will anyone use it?

Leave a Comment

AMD’s the latest on virtualization with Pacifica

AMD logo

We’ve given a little face time to virtualization

before (aka processor partitioning, the ability to make single processors able to simultaneously run multiple operating

systems), but it looks like AMD wants to make a

splash with the stuff in 2006. Their Pacifica virtualization platform isn’t going to beat Intel’s Vanderpool product to

market, but they seem to have every intention not to be left out of this game. Of course, if you’ve just got

to virtualize in the mean time, there’s always VMware and Virtual Server, both of which run just fine on your

out-of-the-box desktop.

Leave a Comment

CherryOS: an Apple by any other name isn’t as legal

CherryOS

This week saw the redux release of CherryOS, a Mac OS

X emulator for PCs. Having been plagued with problems the

first time around (when its creator, Arben Kryeziu, faced

accusations of blatantly ripping off code from PearPC,

another OS X emulator), it’s looking like second time isn’t a charm. A licensing issue with Mac OS X may come to haunt

the G4 emulator, as the Software Licensing Agreement states that Apple software must be run on an “Apple-labelled

computer.” While the questionable similarities to PearPC yet remain, we think folks ought to be able to come up with

some clever ways around this licensing issue. After all, how hard is it to get one’s hands on one of those nice Apple

logo stickers that ship with many Apple products?

Leave a Comment

Sneak preview: Engadget RSS feed as seen via Tiger Quartz Extreme

Tiger RSS feed

An anonymous donor was kind, so kind, enough to send us a special sneak preview of how our RSS feed would look in the

upcoming (when? oh when?) OS X 10.4 Tiger. We’ve got a couple of screenshots and a video encoded with Quicktime 7 using

MPEG4. They depict a screensaver written in the new Quartz Extreme with a new developer application called Quartz

Composer, that animates RSS feeds in, shall we say, a pretty jaw-droppingly slick way. Video link below, and peep

another screenshot after the jump.

Tiger RSS screensaver video [2.87MB,

Quicktime]

Tiger RSS feed 2

Leave a Comment

Linus Torvalds is an Apple user?

Linus Torvalds has a Posse

You know, normally we wouldn’t get all up in this tech/celebrity tabloid material

(okay,

fine, so what?), but hey, whaddayaknow,

Linux creator Linus Torvalds—the man known far and wide for

spearheading the open-source and *nix movements—has made a move to an Apple. Apparently he’s going through a

phase—Mac/PC biqueerious experimentation?—and right now a dual-G5 is his main squeeze because he “got the machine for

free” and because “[he's] really a technology whore.” So Yellow Dog these days, eh Linus?

Leave a Comment

Last chance to enter our Mac mini reviews contest

Mac mini

Just a quick reminder that you have until noon tomorrow to enter our

Mac mini reviews contest (we’re giving you all an extra

24 hours to get ‘em in). Post up your review of the Mac mini for a shot at $500 in Mac mini accessories (or $500 in

cash). So far we’ve gotten some amazing reviews, with lots of people including photos, and a couple of reviewers

(namely Andrew Foley and

Trung Tran) even adding video to their

reviews.

P.S. - We’ll have winners for last week’s first anniversary

contest soon, we promise!

Leave a Comment