Slashdot Mirror


Ask Slashdot: How Do You Prepare For The Theft Of Your PC?

A security-conscious Slashdot reader has theft insurance -- but worries whether it covers PC theft. And besides the hassles of recreating every customization after restoring from backups, there's also the issue of keeping personal data private. I currently keep important information on a hidden, encrypted partition so an ordinary thief won't get much off of it, but that is about the extent of my preparation... What would you do? Some sort of beacon to let you know where your stuff is? Remote wipe? Online backup?
There's a couple of issues here -- including privacy, data recovery, deterrence, compensation -- each leading to different ways to answer the question: what can you actually do to prepare for the possibility? So use the comments to share your own experiences. How have you prepared for the theft of your PC?

149 of 262 comments (clear)

  1. backups by nastyphil · · Score: 1

    distributed architecture.

    --
    Dialectician. Archology.
    1. Re: backups by Anonymous Coward · · Score: 2, Funny

      A backup gun.

    2. Re:backups by Humbubba · · Score: 3, Interesting
      Lots of options. Here's the important stuff:

      Hard Drive Encryption is the best solution, IMHO. There are Self Encrypting Drives (SEDs). Many solid state drives have encryption built in. Sweet. Nothing but fine. You gotta turn it on though. RTFM.

      PGP Hard Drive Encryption is great. And there's Bitlocker (Windows) too.

      Yes, backups are a very good idea. And backing up to or having your backups at multiple locations (Distributed Architecture), even better. But you gotta plan for updates. Just a thought: sensitive files should be encrypted, period. And if all your secret stuff is already encrypted, do you really need to encrypt your backup?

      Online backup services are available too, like Carbonite($). Good rep. Haven't tried 'em.

      For a full system image, trust Clonezilla - IFF you get it from the source (http://clonezilla.org/). It's straightforward, but read the docs anyway. There are other options, but I go with what I know. And I know that if you're moving from a Dell(x) to an Asus(y), a full system image might not be what you're looking for.

      For small stuff, like documents and files, you might think about copying to a Flash drive. Just a warning: they are notoriously easy to recover deleted files from.

      Don't forget to backup your .vimrc, if you're into Vim. I forget every time.

    3. Re:backups by ls671 · · Score: 2, Informative

      Short answer:

      I do not need to prepare because it has been part of the whole process for a while.

      --
      Everything I write is lies, read between the lines.
    4. Re:backups by The+Real+Dr+John · · Score: 2

      My main PC is in a Corsair 800D case and weighs about 50 pounds. Nobody is walking away with it. Wouldn't put anything critical on a laptop that I took around with me.

      --
      A brain is a terrible thing to waste... Mind? That's debatable.
    5. Re: backups by KGIII · · Score: 4, Funny

      Also, this question seems like a trap. If you want to know how I secure my stuff, you'll have to steal it and find out.

      --
      "So long and thanks for all the fish."
    6. Re: backups by unixisc · · Score: 1

      In Windows, I've enabled OneDrive, and not only that, I make that my primary storage. Yeah, there's all those cries about privacy, but being able to retrieve my data seamlessly outweighs that. While none of my computers have ever been stolen, I did have a WinBook die on me, so it was very useful to be able to retrieve my stuff from the OneDrive backup.

      I do wish such a mechanism existed for things like FreeBSD: dunno about Linux. Have something like an automatic backup to Dropbox (or any cloud storage of one's desire), so that in the event of anything like this, the data can be seamlessly recovered.

    7. Re:backups by unencode200x · · Score: 1

      Backblaze allows you to create a private key so only you can decrypt your backups. https://www.backblaze.com/back...

      --

      Chance favors the prepared mind.
      Perfect is the enemy of good.
    8. Re:backups by CaptainDork · · Score: 1

      Read the reviews.

      Lost my Hard Drive. Everything backed up to BB. BB Takes a week to put on a drive to FEDEX. After 4 days I get a notice that they had a network error and my order was cancelled. So i was directed to place he same order again. I'm on week 2. Still no drive from Fedex. BB Support cannot tell me how much longer this will be. However they appreciate my patience, which is nice. You can store all the info in the world. But if it's taking 2 weeks to get 1.5 TB to a customer you are missing the point. Expectations are two days not two weeks. You have to do better.

      Backblaze: Sorry to hear you had an issue with the restores Bill. We are working hard to speed them up so that you can get your data back quickly! Rest assured that as soon as the 1.5TB is copied on to a hard drive - it'll get shipped overnight to you.

      --
      It little behooves the best of us to comment on the rest of us.
    9. Re:backups by unrtst · · Score: 4, Funny

      My main PC is in a Corsair 800D case and weighs about 50 pounds. Nobody is walking away with it.

      Did you miss a sentence where the PC is in a 10 ton safe/vault? I can easily carry a 50lb PC case to the van out front. I regularly carry a large bag of dog food and all my groceries over 1/2 mile (I live in a large city and walk to the grocery store) without any trouble at all, and I've moved apartments by myself a bunch of times. I don't think it's wise to rely on the weight of your case to save you.

      Now... my ancient 8u rackmount case, that's mounted in a telco rack (which, for some unfathomable reason, the wife likes in the living room), would be impossible to steal without significant disassembly (the rack won't fit through the stairwell). That's still no reason to think it can't be stolen.

    10. Re: backups by unrtst · · Score: 4, Informative

      If you have an SSD, and want to add a HDD, and just want to keep it in sync periodically, and you're running Linux... consider checking out MD raid1 using "write-mostly" on the HDD. For example: http://tansi.info/hybrid/
      Using that, almost all reads will go to the SSD, and writes will go to both. It was originally added for mirroring over a (slow) network interface, which you could also add as a 3rd mirror if you prefer.

      Before someone else says it, a mirror is not a backup. If you, or someone else using your computer, or through some program error, or through a virus/bug/etc, delete data, that deletion will sync to the mirror as quickly as you have it set to do so and you won't have a copy of it, unless you add some form of versioning or backup.

      I'm sure everyone has their own preferences, but if you're starting from just your primary drive, and it's your personal computer (as opposed to work), then I'd recommend adding redundancy and backups in the following order of priority:

      1. Offsite backup your most precious files. There are a TON of solutions for this. You can keep your file list short and limit it to small-ish files (ie. don't back up your DVD collection in this backup set, even if you consider it important). Possible solutions would include dropbox, crashplan, google drive, sync.com, spideroak, tresorit, mega, etc.

      2. Local redundancy/mirror. This is the bit you're talking about. If I loose a drive due to hardware failure, I want to keep going ASAP, and this is the best way to do that.. just make sure you test it and can move over to it and back.

      3. Local large/full backups. These can go to an external drive or two. Grab an external HDD with USB 3 that's plenty big (just get the biggest you can find within your budget - maybe a 4tb?). What software to use to make the backup... that's tricky, but there's lots of viable options, and a lot of it depends on how much effort you are able to put in up front. A lot of what this backs up will be fairly useless - do you really need a copy of all your OS files and game files and stuff you can just re-download later (and probably will, if you do need to do a completely rebuild)? Probably not, but just grab everything so you don't miss anything later on.

      4. Offsite those full backups. Use multiple external drives. Take at least one offsite periodically. Take it to work, or a friends place, or a storage facility, or safe deposit box.

      FWIW, crashplan can be used for all but #2 above. I don't work there; just a happy customer. It's free to back up to a local drive, or to another computer of your own (or friend/family/work).

    11. Re: backups by Anonymous Coward · · Score: 1

      According to US cops, citizens with guns during home invasions more often than not have the gun taken from them and are shot with it. That's something the NRA and gun lobby work very hard to keep that kind of information out of the conversation.

    12. Re: backups by Brockmire · · Score: 1

      Rclone for freebsd if you're not talking system image backup.

    13. Re: backups by HornWumpus · · Score: 2

      Make twice as many trips and carry one. Your twenty or thirty year older self will thank you.

      I was you.

      --
      John McAfee 'It was like that time I hired that Bangkok prostitute; to do my taxes, while I fucked my accountant'
    14. Re: backups by unixisc · · Score: 1

      Thanks

    15. Re:backups by davester666 · · Score: 1

      Hide in the corner of the room with a gun.

      --
      Sleep your way to a whiter smile...date a dentist!
    16. Re:backups by racermd · · Score: 1

      If someone wants it bad enough, they're going to get it no matter how well you protect it. The question then becomes, how expensive/difficult to you want to make it for someone to obtain? How much effort are YOU willing to go through to make it that way?

      Personally, I don't worry that much about it. I assume the "bad guys" already have the data they want about me and just limit myself to basic data loss measures - backups on-site and off-site. The hardware I use is replaced regularly, anyway, and if someone wants my desktop or laptop bad enough, they can have it. I've got enough spares to get back up and running again in an hour or two. Note that this also mitigates most natural disaster situations, as well.

      Sure, I encrypt anything particularly sensitive, like banking info. By the time someone gets into those files, I'll have already noticed the missing hardware and changed all the logins. If they DID manage to get into my finances before I got the logins changed - you guys have fun with the couple hundred bucks! I'm a husband and father of 2. I have a few assets but nothing immediately liquid enough for anyone to ruin me.

      In a nutshell, I'm really only a valuable target for the casual ID thieves for which I've already protected myself. I'm not worth the time of a dedicated professional and, really, there's not much I can do to stop them, anyway, if they want my info bad enough. They probably already have most of it as it is.

      --
      My sources are unreliable, but their information is fascinating. -- Ashleigh Brilliant
    17. Re:backups by houghi · · Score: 1

      I am at awe with your strength. Getting dog food, I understand, but moving a whole apartment? Even if you call a trailer 'an apartment' dragging that on its wheels is an achievement if more than over a few yards.

      --
      Don't fight for your country, if your country does not fight for you.
    18. Re: backups by houghi · · Score: 1

      1. Offsite backup your most precious files.

      First you need to determine the difference between must-have and nice-to-have backups. I am thinking of personal stuff, not business related,
      That means that pictures you took of the first step are nice-to-have. Yes, it sucks if they are gone.
      99% of the emails will fall under this as well and many of the things can be requested at the company you got them from in the first place.

      So the real data you actually need as an individual will be much less than say 1GB. That means it can easily fit on a USB key. Write a script that does a copy of an encrypted up to date data-file to that key the moment you put the key in. Now you have offline backup.

      And with prices of 32GB as low as they are, having those pictures of your first born is also possible. Even 256GB is not that expensive anymore.

      I am just looking for a USB hub with Wifi instead of a cable to the PC, so I can place it near my front door as a key hanger.

      --
      Don't fight for your country, if your country does not fight for you.
    19. Re:backups by RockDoctor · · Score: 1

      My main PC is in a Corsair 800D case and weighs about 50 pounds.

      The last time I was burgled, the Police left me with an advice brochure on home security. Their advice on safes is that any which weighs less than a tonne should be bolted to (through) either roof beams or a solid stone or brick (not plasterboard) wall. Preferably both.

      We came into the office one morning to find the safe (about a half-tonne) had been dragged through into the middle of the garage/ workshop, and the little scrotes had evidently spent several hours trying to lever the back off it ,working from one of the bolt holes. Which was hilarious, as the door was just closed on the latch ; the safe had been left in the office by a previous resident, without the key, so we only used it as a fire-store for the daily backups. Which were inside. Untouched. (With yesterday's backups at home with one director, the day before at a different director.)

      --
      Birds are not dinosaur descendants;birds are dinosaurs, for all useful meanings of "birds", "are" and "dinosaurs"
    20. Re: backups by ls671 · · Score: 1

      On a regular basis, I agree. Nevertheless, carrying 4 or 6 at a time for a bet won't hurt you when you are young and you know what you are doing. Correct posture is important.

      But in the long run, doing it everyday, sure carry one at the time, at least for short trips hoping they are the most common use case.

      I have a friend of mine who used to jump off delivery trunks with fridges strapped to his body to impress the gallery instead of using the hydraulic lift. Back then, I told him he was crazy and that his knees were taking the hit. Today, he agrees.

      --
      Everything I write is lies, read between the lines.
    21. Re:backups by ls671 · · Score: 1

      Your "backup" host should be the most secured thing in your infrastructure. It doesn't even need to be connected to any network permanently, similarly to a CA.

      The backup system should always pull.

      Needless to say, if your backup host (or system) gets compromised, you are fucked since it has access to everything but nothing should have access to the backup system. This can be mitigated by recursively replicating the principle.

      Anyway, this is how I understand it. Comments anybody?

      Thanks in advance,

      --
      Everything I write is lies, read between the lines.
    22. Re:backups by ls671 · · Score: 1

      Damn it! I was sure you were replying to creimer.

      --
      Everything I write is lies, read between the lines.
    23. Re:backups by ls671 · · Score: 1

      The last time I was burgled, the Police left me with an advice brochure on home security. Their advice on safes is that any which weighs less than a tonne should be bolted to (through) either roof beams or a solid stone or brick (not plasterboard) wall. Preferably both.

      There exist alternative and more portable solutions.

      --
      Everything I write is lies, read between the lines.
    24. Re:backups by RockDoctor · · Score: 1

      The point the Police were making is that a portable safe is not "safe". And pretty much anything can be opened if you have time and a safe place to work on it carefully.

      --
      Birds are not dinosaur descendants;birds are dinosaurs, for all useful meanings of "birds", "are" and "dinosaurs"
  2. Enable whole disk encryption by Anonymous Coward · · Score: 1

    Enable whole disk encryption and use a good passphrase that must be entered on power-on.

    Without the passphrase your data is just unrecognizable noise.

    It does not protect against someone threatening you to reveal the passphrase if they really want your data, but it protects against petty theft.

  3. My PC! by tquasar · · Score: 2

    Buy a bullet and rent a gun.

    1. Re:My PC! by Anonymous Coward · · Score: 1

      This went dark fast.

    2. Re:My PC! by 93+Escort+Wagon · · Score: 1, Funny

      You know what else is dark? Hitler.

      --
      #DeleteChrome
    3. Re:My PC! by Cito · · Score: 1

      he knew how to stop bolsheviks from stealing his country though, very effectively.

    4. Re:My PC! by MerlTurkin · · Score: 1

      AND night time.

  4. Password and full image backups by Anonymous Coward · · Score: 4, Insightful

    Most (almost all burglars / robbers) don't care about the contents of your machine, only what they can sell it for. And they certainly aren't going to be capable crackers.
    Have a password to make turning it on a dead end run disc image backups as your best way of storing all your data and settings, if you can replace with similar out identical h/w you only have to restore and away you go.

    1. Re:Password and full image backups by Bert64 · · Score: 4, Interesting

      This...

      Insurance will cover the cost of replacing the hardware, backups take care of recovering the data, just make sure the backups don't get stolen/destroyed with the machine.

      If the thief can't power the machine on due to a password they will either throw it away, or sell it cheap to someone more capable of dealing with it who will either wipe the data and install fresh or just sell the individual components.

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
    2. Re:Password and full image backups by CaptainDork · · Score: 1

      "Power On Password"

      I required it for every portable in the Firm.

      We had a break in and a laptop was among the items taken.

      The police brought the portable to me and I opened it up. They let me have it back.

      --
      It little behooves the best of us to comment on the rest of us.
    3. Re: Password and full image backups by Miamicanes · · Score: 4, Informative

      My experience with homeowners' insurance is that once the deductible is met, the amount paid per item is usually *way* more than the amount you could have conceivably sold it for on eBay. You might not walk away with a brand new item for free (if the item is more than a year old), but unless you're broke & living paycheck to paycheck, you'll walk away from the transaction feeling like you got an even better deal than the thief.

      After Hurricane Wilma, there was *unbelievable* large-scale de-hoarding of old/broken electronic gear once people realized they could use it as an excuse to cash in on ancient hardware by claiming it as a storm loss (hardware that was almost zero-value to begin with by virtue of BEING in a box in the garage/shed/back porch, but collectively worth thousands as an insurance claim... and that's not even *counting* the outright fraud that occurred (things that magically ended up in the 'damaged' pile, despite surviving the storm just fine). Or things that had NEGATIVE value, like a half-dozen non-HD CRT TVs and monitors piled on a back porch when the storm hit that ended up getting the homeowner $200-500 apiece.

      The one area where insurance will really fuck you is with new cars (since most cars instantly lose 25% of their value the INSTANT you take ownership). The smart thing to do with new cars is to take advantage of zero-down low-interest financing, then drag your feet after the accident until the insurance agrees to pay off the entire loan balance. Eventually, they WILL, because every day you delay costs them a hundred bucks for storage, administration, and your rental car... eventually, they'll give in just to close your case. By extension, the worst thing you can possibly do is buy a brand-new car with a large down-payment... if you get into an accident within a year, they'll totally fuck you over. Insurers LOVE to declare any accident where airbags deploy as a 'total loss', because the scrap value of its remaining parts is more than they'd otherwise have to spend on repair. In many cases, the aggregate value of your destroyed car's parts to a scrapyard *exceeds* the amount the insurance will offer to pay you.

    4. Re:Password and full image backups by AK+Marc · · Score: 1

      just make sure the backups don't get stolen/destroyed with the machine.

      That's why backups you want available are stored in the cloud. And backups you want secret are stored on an encrypted USB drive. Lose the computer, the data you want is around. And the stuff you'd rather have destroyed than leaked is inaccessible. Best of both worlds.

    5. Re:Password and full image backups by HornWumpus · · Score: 1

      Insurance is for catastrophic claims. Just making a claim like this will raise your premiums for the next five years. You can't win with those bastards.

      Get a giant friendly dog and a pump 12 gauge loaded with #5 (so it won't overpenetrate and kill the neighbor's kid in her bed, also 'has a good spread').

      --
      John McAfee 'It was like that time I hired that Bangkok prostitute; to do my taxes, while I fucked my accountant'
  5. Fixed that for you by Anonymous Coward · · Score: 2, Insightful

    An anal-retentive Slashdot reader

    Encryption is all you need, stop worrying! Unless your "thief" is the FBI.

  6. I don't by Artem+S.+Tashkinov · · Score: 1

    I just keep my passwords DB in an encrypted container.

    1. Re:I don't by ckatko · · Score: 1

      I keep my harddrives in an encrypted safe

    2. Re: I don't by Zebaulon · · Score: 2

      I encrypt my hard drive, put it in a safe, encrypt the safe as well, bury it in the yard, and finally encrypt the yard for good measure.

    3. Re: I don't by Quirkz · · Score: 1

      I just store my computer in a crypt.

  7. backups + encryption by kiminator · · Score: 3, Informative

    For privacy, the simplest and most helpful thing to do is use full-disk encryption for your hard drive. This will significantly increase the amount of effort required to access your data and any online accounts (e.g. bank accounts).

    For data, I just store all of my sensitive data on the cloud (e.g. tax returns, personal documents). If you have large amounts of important data such as photos, you may have to pay a monthly fee for good cloud storage. But it's definitely worth it. There are many, many other things that can go wrong besides theft that can cause data loss.

    It's also good to practice good online account security (e.g. using 2-factor authentication), and make sure to reset all of your critical passwords in the event of theft of a computer.

    1. Re:backups + encryption by arglebargle_xiv · · Score: 2, Insightful

      Interesting how many people are saying encryption, encryption, encryption. That's not really going to help if they steal the only (encrypted) copy of your data. Backups are also a pain because you still need to restore everything, and unless you're restoring to exactly identical hardware you'll need to reinstall your OS and then by extension any apps on it.

      My anti-theft measure is a hardened steel cable through a metal plate on my PC and then the metal frame of the desk it's at. Try stealing that.

    2. Re:backups + encryption by Anonymous Coward · · Score: 2, Insightful

      Anyone with a dremel can steal it in 1 minute.

      The question is not how to prevent theft, but how do you prepare for it.

    3. Re:backups + encryption by Rockoon · · Score: 2

      This one one of those Quiet or Fast? Pick one! moments.

      --
      "His name was James Damore."
    4. Re:backups + encryption by JustAnotherOldGuy · · Score: 4, Insightful

      My anti-theft measure is a hardened steel cable

      Unless you're talking about something like the support cables for the Golden Gate Bridge, I've never seen a cable that couldn't be defeated by a decent pair of bolt cutters.

      --
      Just cruising through this digital world at 33 1/3 rpm...
    5. Re:backups + encryption by gravewax · · Score: 2

      bolt cutters trump your hardened steel cable. secondly I doubt the rest of your machine is so well hardened that the mount for that steel cable that if I picked it up a gave it a good pull with my body weight that it wouldn't give way, sure it damages the machine but what does a thief care, still get sellable parts and potentially your data if you don't use encryption.

    6. Re:backups + encryption by arglebargle_xiv · · Score: 1

      What sort of burglars are you expecting that drive around with a trunk full of heavy engineering tools that they carry into each house they break into on the remote chance they'll need them? The typical burglary is: go to the house looking as inconspicuous as possible (hint: carrying bolt cutters and power tools and whatnot is a dead giveaway that you're not a door-to-door salesman), force entry, grab anything easily accessible in the 30-45s before the alarm goes off, get out.

      In my case it'd take them the entire alarm delay just to locate the computer (it's tucked into an alcove under a desk in the office), at which point they're not going to race out to their car and haul in tools just to liberate a PC that might fetch all of $100 on Craigslist. Instead, they'll grab the $20 wrapped around a pile of ones and gaudy (fake) jewellery on the dresser, possibly grab the AV receiver (paid $50 on eBay, but it looks expensive and has the original $499 price tag on it), and leave again.

    7. Re:backups + encryption by arglebargle_xiv · · Score: 1

      Anyone with a dremel can steal it in 1 minute.

      Is this some new nuclear-powered model that can cut through a hardened steel cable in a minute?

      Also, see my other reply further down. You're entirely missing the point of the exercise.

    8. Re:backups + encryption by gravewax · · Score: 3, Informative

      heavy engineering tools? crowbars or bolt cutters are pretty much stock tools for thieves, my house was burgled 2 years ago, they used bolt cutters on the back door security screen and lockon pliers to grip and break the backdoor deadlock. police said this is pretty well standard entry in the area, it is fast, easy and relatively quiet and everyone from kids to professional thieves use this method.

    9. Re:backups + encryption by stoatwblr · · Score: 1

      "hint: carrying bolt cutters and power tools and whatnot is a dead giveaway that you're not a door-to-door salesman)"

      The standard garb for a professional/experienced thief is a suit and tie and a briefcase - you'd be surprised what fits in one of those and they fit the "normal" expectation, so don't get pulled up by suspicious police very much. They also work an area for months.

      This information comes from interviews with professional car thieves that were published in the 1980s and 90s.

      One of the other tactics used is to deliberately set off car and house alarms in an area for a few days/weeks so that both the police and the inhabitants treat them as false alarms. Once they see responders failing to show up (or being laggardy) is when they'll actually make the strike.

      This kind of criminal is a different class to the addict opportunist looking for an unsecured door/window/gate and anything not nailed down that can be sold for the value of the next fix (and has a large bearing on why treating addiction as a health problem has a LARGE effect on rates of minor burglary in the countries that have taken that path)

  8. Bitlocker + OwnCloud/Seafile by thegarbz · · Score: 2

    My laptop is bitlocker encrypted. All my stuff is synced to a several hundred MB Seafile library. Modern Windows with online accounts takes care of backing up customisations quite well too. A lot of open source apps especially store customisations in a file, they are in a Seafile library.

    The only thing I'll lose if someone steals my laptop is the $200 insurance cost and a few hours of my time reinstalling a few programs.

    1. Re:Bitlocker + OwnCloud/Seafile by thegarbz · · Score: 1

      Maybe that was supposed to say several hundred GB... A few hundred MB doesn't get me very far.

    2. Re:Bitlocker + OwnCloud/Seafile by gravewax · · Score: 1

      A few hundred MB's is generally more than enough for the average work laptop. It is only home users with photos etc that have requirements for large backups. My work machine can easily be backed up in 200MB, this will include all my current documents I am working on and my bookmarks etc. Everything else is completely disposable, source code is in repository, mailbox is duplicated on a server.

    3. Re:Bitlocker + OwnCloud/Seafile by thegarbz · · Score: 1

      That depends if your work is isolated. The specific project I work on will easily fit within 200MB but all my work does not. If I work on multiple projects then it adds up, but also I keep my entire back catalogue of work with me because referencing past work makes future work very easy.

      A quick breakdown of my "work" library:

      - 250MB of tax documents.
      - 50MB of professional documents (resume, proof of engineering certification, shit I sometimes get asked for etc)
      - 1.5GB of schematics
      - 350MB of documents not related to electronic design.
      - 4GB of vendor related information
      - 3GB of datasheets
      - 5GB of design documentation
      - 1.5GB of reference material (not datasheets or vendor)
      - 600MB of code related files (includes binaries but they aren't big).

      You are right though, looking at separate non work librarys:
      - 15GB of phone syncing (camera videos, photos etc)
      - 250GB of photography waiting in my queue to run through Lightroom (though only a subset is synced with my laptop at any given time)
      - 580GB of astro photography files currently being worked on (though this is not synced with my laptop since 8GB of RAM just doesn't cut it here).
      - 340GB of video footage (not synced with my laptop, I don't do video editing work on my laptop).

      So in a typical person's collection media is definitely the largest consumer of space they may have on their computer, but still my "work" folder is over 16GB, and I'm sure I'm not the worst. ... at least I hope I'm not :-)

      Interesting comment on source code. I guess most of this work could sit in a source repository but I still prefer to have it on my laptop offline, especially older work which may not have a repository anymore. Same with the mailbox. I access email via IMAP, but I still have the full mailbox on my laptop. But I guess we're talking specifically about clouds here so that doesn't really count.

  9. Smith & Wesson 29 by LordHighExecutioner · · Score: 1

    Full loaded with its .44 special cartridges, works better than any backup as a deterrent against laptop thieves.

    1. Re:Smith & Wesson 29 by petes_PoV · · Score: 2

      Full loaded with its .44 special cartridges, works better than any backup as a deterrent against laptop thieves.

      Unless the potential thieves know you have a weapon and reckon that you will:
      a) be prepared to use it
      b) be at home when they break in
      c) would not be deterred by their greater force or number

      Then all that being armed does is make you (mistakenly) feel more secure. It's nothing more than a safety blanket for you to hide behind.

      --
      politicians are like babies' nappies: they should both be changed regularly and for the same reasons
    2. Re:Smith & Wesson 29 by Zedrick · · Score: 2

      So you're prepared to kill people just because they want to steal your laptop? That's quite sad, even if you happen to live in a place like Somalia.

    3. Re:Smith & Wesson 29 by ACE209 · · Score: 3, Funny

      Yes Sir, but the question here was: What if all fails and the valuable piece of equipment has fallen victim to thieves?

      And here I suggest, first and foremost, a bottle of tequila to wash away the pain.

      And to gather some courage to detonate the thermo-nuclear charge, which was thoughtfully placed in the device, for just such cases.

      Oh, and backups and encryption the people here are talking about sound like a wise thing too.

      --
      "we are all atheists about most of the gods that societies have ever believed in. Some of us just go one god further."
    4. Re: Smith & Wesson 29 by guruevi · · Score: 1

      I'm prepared to kill anyone that walks in my house uninvited, the fact that you aren't is sad.

      --
      Custom electronics and digital signage for your business: www.evcircuits.com
    5. Re:Smith & Wesson 29 by JustAnotherOldGuy · · Score: 1

      So you're prepared to kill people just because they want to steal your laptop?

      I wouldn't kill them, I'd probably just wing 'em.

      --
      Just cruising through this digital world at 33 1/3 rpm...
    6. Re: Smith & Wesson 29 by DogDude · · Score: 1

      You sound like a real nutter. You're probably American, right?

      --
      I don't respond to AC's.
    7. Re:Smith & Wesson 29 by thegarbz · · Score: 1

      Full loaded with its .44 special cartridges, works better than any backup as a deterrent against laptop thieves.

      Do you have a fully autonomous Smith and Wesson 29 at home? Or is your solution highly dependent on your involvement in which case it's unlikely the laptop would get stolen in the first place.

      #fuckingamericans

    8. Re: Smith & Wesson 29 by corydoras · · Score: 2

      What are you supposed to do, wait and find out what the person breaking in plans to do and whether they're armed? This isn't onerous or crazy. Just don't break in to people's houses unless you're willing to be shot.

    9. Re:Smith & Wesson 29 by HornWumpus · · Score: 1

      I know you're trolling. That cannon overpenetrates for a neighborhood. Gonna shoot a kid through 3 walls.

      Save it for Grizzly hunting, backup weapon.

      --
      John McAfee 'It was like that time I hired that Bangkok prostitute; to do my taxes, while I fucked my accountant'
    10. Re: Smith & Wesson 29 by Brockmire · · Score: 1

      Walks into house uninvited is not breaking in, is the point. Just a fucking gun lunatic.

    11. Re: Smith & Wesson 29 by guruevi · · Score: 1

      Nope, I've lived and worked in Europe near actual no-go zones, the only way to defend yourself from a group is to kill or seriously injure the leader. I also have children, I'm not going to wait and ask whether they will voluntarily leave.

      --
      Custom electronics and digital signage for your business: www.evcircuits.com
    12. Re: Smith & Wesson 29 by guruevi · · Score: 1

      Yes it is, it is breaking and entering in the US/UK.

      --
      Custom electronics and digital signage for your business: www.evcircuits.com
  10. Seriously? by locater16 · · Score: 2

    Seriously? Well, sure why not.

    If you're going to go that far just use Tails OS and backup the encrypted volume on some cheap cloud storage. You have backup, you have encryption, and even some theoretical thief doesn't get any of it, short of kidnapping you and hitting you a bunch with a hammer.

  11. Build one that is too heavy to steal by xfade551 · · Score: 5, Funny

    Just build a gigantic tower PC with full water cooling rig, in a case with no good grip points, then strap it to the leg of your desk with plumber's tape and screws with security torx heads.

    1. Re:Build one that is too heavy to steal by Anonymous Coward · · Score: 1

      You win :-)

    2. Re:Build one that is too heavy to steal by Rockoon · · Score: 1

      I was thinking that one of those mineral oil cooled PC's is absolutely not something that I want following me home. Not the entire tankm not the parts lifted out of the tank... none of it is allowed in my home or my car. Thats some strong theft protection right there.

      --
      "His name was James Damore."
  12. Security through obscurity by 93+Escort+Wagon · · Score: 5, Funny

    First, track down one of those Dell laptops from the early 2000s - the two-inch thick ones which used desktop processors and weighed something like ten pounds.

    Then take the ginormous power brick from that laptop, hollow it out, and hide your MacBook in there.

    --
    #DeleteChrome
    1. Re:Security through obscurity by angel'o'sphere · · Score: 1

      Damn it!
      I thought that was my secret!

      --
      Cost free eBook I read (by iBook/Kobo/Amazon/ObookO/Gutenberg etc.): "The Green Odyssey" by Philip Jose Farmer.
  13. Full Disk Encryption & Backups & iscsi by burni2 · · Score: 1

    Some questions to start with:
    1.) Why keeping a hidden encrypted partition?

    Its easier and more secure to have FDE in place because some programm .. perhaps notepad++ might buffer for example the text files that contain your passwords (password managers have some security issues themself).

    2.) Backups / local & online "offsite"

    Do you maintain the internet connection for your parents? .. put a small remote controlled server there and store only encrypted data on it.

    encrypt backups too :)

    here is how I do it:

    1.) local data is encrypted and on a homeserver that has FDE

    2.) my backup home server is just an iscsimachine the encryption/decryption is done on my homeserver and the disks are just "exported" over the network via iscsi

    3.) my root server is an iscsi machine too and is handled the same way as my backup home server over an ssh tunnel.

    The backup is done via rsync and I maintain a database of hashes for all files and locations (helps to reduce size by finding double data)

    4.) I do a desaster simulation once in a while .. because having a backup is one thing, being able to restore all data it is another.

    5.) When I'm not at home my computers are powered off, except an additional intrusion detection system. (old raspberry)

    6.) all my computer I take with me are stone aged - yet still 64-bit & ssd accelerated - netbooks - cost ~60-80 USD + the ssd(only 128 and 256 gb) = low cost

    Idea:
    It might be a good idea to have a "tripwire" partition in place that boots unencrypted unless you switch the boot manager to the real FDE partition on prompt. This tripwire installation can signal GPS position over a 3G-card or take pictures via the webcam and make other remote control stuff possible.

    To my knowledge all 3G cards provide also gps data over a virtual comport. (= no extra special hardware neccessary)

    1. Re:Full Disk Encryption & Backups & iscsi by Kokuyo · · Score: 2

      Are you sure you are important enough as a person to warrant that much effort?

    2. Re:Full Disk Encryption & Backups & iscsi by burni2 · · Score: 1

      Simple and short answer: Yes.

      I value my data, my privacy and the data integrity to be important enough to warrant that much effort .. and from my point of view, people that don't, will realize that later, what they lost, but only when it happens.

      I'm aware of the dangers of the offline and the online world and as such I take the neccessary precaution not to get worried over the awareness.

      Example, my house burns down I buy a cheap computer and restore my data from the root server.

      And that much effort .. you really think I do this barrage by hand ? .. in case of server reinstall:
      I have a custom FreeBSD-memstick image with precompiled specific config files. This setup however is only semi-automatic.
      So it takes about 5 minutes.

      the operation
      - home backup server is started by the homeserver via a Silvershield USB switchable socket (using my intrusion detection raspi as an intermediate) and the backup starts automatically.

      The ssh-tunnel to my root server is initiated via a pub/priv key.

      So I do not have much of an effort because most of it runs unattended, the sanity is checked by another script (-> database of hashes, if too many hashes do change .. I get a red light). And at times its fun to just lay back and watch the system do its job.

      The setup is also fun to extend and to automate, the Silvershield is the latest addition - Rome was just not built in one day.

    3. Re: Full Disk Encryption & Backups & iscsi by Anonymous Coward · · Score: 1

      When do you have time to be "not at home"??

    4. Re:Full Disk Encryption & Backups & iscsi by capt_peachfuzz · · Score: 1

      Thank you for the great writeup. Was item #3 (my root server) supposed to be "remote"? The SSH tunnel seemed to indicate that it is a remote server, but then I couldn't understand using rsync on top of iscsi exported across a WAN.

      Also, I curious what software you use for creating and maintaining the hash DB. Is it just scripts, or a software package?

    5. Re:Full Disk Encryption & Backups & iscsi by geek111 · · Score: 1

      Are you sure you are important enough as a person to warrant that much effort?

      The victims 'importance' (or lack thereof) has little to do with data security. Once your device (PC/tablet/mobile/whatever) is lost or stolen, what happens next could just be for the Lulz...

      Case in point. A friend of mine lost her mobile phone. It was found by nefarious folks who got into it and-

      • -changed all her social media passwords
      • - logged onto her email (without changing the passwords) and impersonated her to her contacts and family
      • - WRECKED her eBay account, which was her primary source of income
      • - eavesdrop and impersonated her on FB
      • - signed her up for identity protection (yes they did that)
      • - called and texted her repeatedly from different spoofed numbers just to harass her

      They weren't stealing from her. It was all about harassment. But the takeaway is clear. The days where you could safely assume that thieves only want your hardware is gone and has been for some time. Thieves recognize that just like a wallet or safe, a cell phone or PC is a container and they want what is inside it.

      Encrypt your data and keep backups, use strong passwords and never ever re-use passwords.

    6. Re:Full Disk Encryption & Backups & iscsi by burni2 · · Score: 1

      1.a) the root server is a remote server: yes

      iscsi just exports the local drives to the localhost
      then my homeserver tunnels into and the iscsi-"client" (I hate the iscsi nomenclature) connects to localhost.

      The tunnel is for authentification purpose(yeah iscsi can use some auth too but I was just lazy and wanted to have an small footprint config) and also for security because I do trust "ssh" much>much>much more than putting out an iscsi-server - even on a non-std. port number onto the internet. With the ssh-tunnel I kill two problems with one tool.

      Then 2x "geli" takes over, so my final encrypted iscsi device is "/dev/da0.eli.eli" (= yeah I'm paranoid)

      And rsync syncs only the files & directories that have changed, which is pretty efficient, also in terms of bandwidth usage.
      I get the full bandwidth out of my connection.

      Rsync works great also for local directory syncing.

      The encryption and decryption is 2x 100% done on the homeserver so my root server as well as my local backup server are just "dumb" providers of disk space.

      1.b) using cygwin and the ssh-client I can even export those drives directly to windows(works like a charm) - except that windows cannot work on ufs2 :)

      In the past I employed low power NAS-Servers so geli+ZFS was just to hefty for them to use and UFS2 does the trick for me,
      for a good amount of time now.

      2.) the hash DB is filled by just a bunch of shell scripts (no bash dialect or extensions, because I try to keep FreeBSD the primary operating system on the computer not BASH ;) )

      In the past I have experimented with another approach: just creating a bunch of directories using a certain amount of initial hash-hex-decimals of their hash as their names and then trying to balance them out .. because when hitting 36000 directories my script complained about not being able to create more dirs.

      The scripts to balance this "hash tree" got pretty messy so I dropped that approach.

    7. Re: Full Disk Encryption & Backups & iscsi by burni2 · · Score: 1

      1.) when I work
      2.) when I work on my cars
      3.) when I excersise my free time

      As I stated in another post, to (re-)create the setup does/did not take much time, nor does it take much time to maintain, cause I tend not to do things more often if they are easy=time efficient to automate and to validate the results.

  14. Re:Alarm system by burni2 · · Score: 1

    A UPS buffered shutdown would be better, because truecrypt(-- veracrypt) will overwrite the key data in RAM during shutdown.

    A hard reset might make it possible to perform a memory freeze attack and extract the encryption key from the ram directly.

    This attack is not just theory, it is used by for example law enforcement agencies and known to work.

    So one might just kill your electrical power before rolling in.

    https://en.wikipedia.org/wiki/...

  15. Revealing data by petes_PoV · · Score: 5, Insightful

    First, the cost of repairs after a break-in will far exceed the value of your PC. And in addition, the increased insurance premiums will probably dwarf the repair costs, too.

    Most burglaries are drugs-related. All the thief wants is to get in, grab enough to pay for their next fix and run away. All this stuff about organised robberies, knowing what to look for, recognising a pearl in the pigsh... , thefts to facilitate hacking - that only happens in bad movies.

    There is not a housebreaker in the world who has any technical knowledge. All they will see is a PC-shaped box. And being a PC, it's resale value is negligible. it probably isn't even worth carrying to their car. I would suggest buying a broken Macbook or iPhone as a decoy and leaving that as a "sacrifice". Being instantly recognisable and easily portable, that would be stolen in preference to what you actually value.

    If you are still worried that a thief will steal all your little secrets, then the simple solution is to run Linux. Anyone in the thief's circle will not recognise that as being Windows and they will therefore toss the PC at the earliest opportunity.

    --
    politicians are like babies' nappies: they should both be changed regularly and for the same reasons
    1. Re:Revealing data by Rockoon · · Score: 1

      All this stuff about organised robberies, knowing what to look for, recognising a pearl in the pigsh... , thefts to facilitate hacking - that only happens in bad movies.

      It happens in real life too, but only if your home is worth north of $5 million or when your job already prevents you from having sensitive data on personal devices.

      Yeah... if you live in a shitty basement apartment because you miss mom... nobody is breaking in looking for pearls. They are looking for small electronics, cash, and any drugs you got.

      --
      "His name was James Damore."
    2. Re:Revealing data by petes_PoV · · Score: 1

      Completely replacing a window is less than $500

      And before any insurance company will touch you in the future, you will need to replace your front door (and any other exterior doors) with enhanced, secure, doors. Plus locks on all your ground-floor windows, maybe a burglar alarm too.

      reckon on several thousand $$$$ spent and non-claimable. And after that, to add insult to injury, your premiums will be much higher - at least for few years.

      Think it would be cheaper to not claim and keep quiet? Even worse idea. If you are found out, which you would be, then no future claim would be paid as you had withheld relevant information.You could even find yourself on a blacklist and uninsurable.

      --
      politicians are like babies' nappies: they should both be changed regularly and for the same reasons
    3. Re:Revealing data by aaarrrgggh · · Score: 1

      Break-in reports in my area indicate the robbers locating and taking security DVRs, cutting fiber/phone/cable lines, and working methodically for high-value items.

      Ultimately though, the best strategy for protecting your PC is to not have much on it. Keep your data on a NAS/small server or three locked in a heavy cabinet secured to the floor.

    4. Re:Revealing data by Cro+Magnon · · Score: 1

      ^This! The kind of criminals that would break into my house and steal my PC aren't going to be hacking into it. They'll sell it for drug money, and the buyer will just wipe the damn thing.

      All I need to do is utter some bad words, buy a new PC, and restore my crap from backups.

      --
      Slow down, cowboy! It has been 4 hours since you last posted. You must wait another few hours.
    5. Re:Revealing data by stoatwblr · · Score: 1

      "They'll sell it for drug money, and the buyer will just wipe the damn thing."

      If it's not passworded then they won't even do that. The number of cases where people find their stolen devices are logging in across town/country (or internationally) is surprising.

      What should be more concerning than the level of thefts of technology is that there's clear enough evidence of an organised transportation network for stolen goods to warrant investigation.

  16. Remote tracking software by Vadim+Makarov · · Score: 1

    How do I prepapre for the theft? I have Prey installed https://www.preyproject.com/ , and leave the machine unlocked and unencrypted. When it was stolen, the police arrested the thief within 90 minutes of him switching the machine on. (This works, of course, becase thieves are not smart.)

    For really confidential stuff, we have other secure machines and procedures. The notebooks are for daily work.

    --
    17779 eligible voters in a district, 17779 'vote' as one. This is Russia.
    1. Re:Remote tracking software by Vadim+Makarov · · Score: 1

      I dunno about wife beater, but the rest of your description matches the temporary user of my notebook.

      --
      17779 eligible voters in a district, 17779 'vote' as one. This is Russia.
  17. Is there a non-obvious solution here? by shatteredsilicon · · Score: 5, Insightful

    Material loss: Insurance (read the small print and make sure you get a policy that covers it).

    Privacy loss: Encrypt the disk. Commercial and open source full disk encryption software is easily available.

    Data loss: Backups. Plenty of affordable online backup/storage solutions are available, some specialising in specifically in backups (Backblaze, Crashplan), others that are more generic (Amazon Drive, Google Drive).

  18. Sounds like gov is doing the asking by Anonymous Coward · · Score: 1

    "So how do you try to keep us out and where do the tech-savy Slashdot civilians keep their backups?" None of your damn business. How about that?

  19. Shit stained diapers by squarefish · · Score: 4, Funny

    Biological weapons work best.

    --
    Creationists are a lot like zombies. Slow, but powerful and numerous. And they all want to eat our brains.
  20. Have your own Satellite by wolfheart111 · · Score: 1

    Space launches are getting so cheap now that you can just put a computer in space and just log into it.

    --
    [($)]
  21. Dedicated Desaster Recovery HDD by Qbertino · · Score: 1

    Like most, I like my desaster recovery to be hassle free. I've found the most important aspect of this to be dedicated HDDs for this. I use 2.5" external 0.5 or 1TB HDDs. On macOS TimeMachine and on linux BackInTime. Same thing.

    The external USB HDDs have labels on them, like "(HOSTNAME) TimeMachine" or "(HOSTNAME) BackInTime". I don't use these for anything else. This is important!

    TimeMachine / BackInTime cover my main users home dir. Pure and simple.

    For archiving I have two seperate USB HDDs of the same type and size (2TB). UnifiedDataSorage 1 and 2. I archive stuff on 1 and roughly once a year rsync to 2, then use 2 for the next round. When I rsync 2 back to 1 I use 1 again. This keeps both HDDs in resonable use. The archive not in use is hidden in my bathroom cabinet, so it's not easly found in a break-in.

    WiFi Drives under the floorpanels or NAS on a VPN with a computer buddy in another town in case of a fire would be a better solution, but we haven't gotten aroind to this yet. But I consider my setup usable, cheap, resonably hassle-free and safe enough.

    My 2 eurocents.

    --
    We suffer more in our imagination than in reality. - Seneca
    1. Re:Dedicated Desaster Recovery HDD by stoatwblr · · Score: 1

      "The external USB HDDs have labels on them, like "(HOSTNAME) TimeMachine" or "(HOSTNAME) BackInTime". I don't use these for anything else. This is important!"

      Don't keep them _anywhere_ near your computers.

      I've had to deal with a number of staff who've been burgled where the thieves not only took their laptops, but the backup USB drives conveniently placed on a shelf above the desk.

  22. Forgot to mention ... by Qbertino · · Score: 1

    ... encrypted HDD or homedir. Really important if you don't want a stolen computer leading to ID theft and a large type fuckup of your life.

    --
    We suffer more in our imagination than in reality. - Seneca
  23. Re:mini-PCIe Tracker by commlinx · · Score: 1

    I hadn't heard of them before but the only 3G + GPS solutions using Python I've heard of are Telit modules, doing a search for Telit products it's probably something like the following:

    HE910 Mini PCIe - 3G

  24. Nothing you can do except encrypt and insure by cerberusss · · Score: 5, Interesting

    So I was at the receiving end of a burglary last year. The wife woke me up because she heard something. And in some sort of half-sleep/half-awake state, I stormed down and charged at the two guys that were riffling through our possessions.

    Thank god I live in Europe so burglars aren't armed or anything. They ran away to the front door and tried to escape. I ran after them and when they were opening the front door, attacked them. At some point during the pushing and shoving, I woke up and thought -- what the fuck do I actually care?

    So I said "okay guys, let's stop here. I haven't actually seen your faces and I'm not looking" (I started staring at the floor) "and I don't really care, just take that stuff and go". They took off and I called the cops. They took fingerprints and stuff but never caught them.

    They took an iPad, a MacBook and some money. I remote-locked the iPad, and realized I had Prey running on the MacBook. I switched the MacBook to "lost mode" but one year later, it appears they formatted the drive before connecting to the internet. The files on the MacBook weren't encrypted, the iPad was.

    Lessons learned:
    - I got most of the value back through the insurance
    - Install Prey or some other remote locking software stuff
    - Don't go and fight burglars, it's not worth it

    --
    8 of 13 people found this answer helpful. Did you?
    1. Re:Nothing you can do except encrypt and insure by Anonymous Coward · · Score: 2, Funny

      >Thank god I live in Europe so burglars aren't armed or anything.

      Yes, in Europe people that break into your house never carry any sort of weapon. And they are generally nice fellows that you can share a pint with afterward.

    2. Re:Nothing you can do except encrypt and insure by Anonymous Coward · · Score: 1

      Wake up. In the US, the scenario described above would most likely have resulted in people *dying* over a fucking macbook.

    3. Re:Nothing you can do except encrypt and insure by phantomfive · · Score: 1

      They took off and I called the cops. They took fingerprints and stuff but never caught them.

      Yeah, that's how it goes with police.

      --
      "First they came for the slanderers and i said nothing."
    4. Re:Nothing you can do except encrypt and insure by PPH · · Score: 2

      Thank god I live in Europe so burglars aren't armed or anything.

      Umm, no. Knives are a thing. And I can show you where you can (legally) buy a handgun within the EU (Schengen area). And then drive it anywhere you want, strict gun laws or not.

      --
      Have gnu, will travel.
    5. Re:Nothing you can do except encrypt and insure by maestroX · · Score: 2

      - Don't go and fight burglars, it's not worth it

      You're lucky. Even in Europe burglary is becoming more violent, and contrary to the US, there is no my house, my castle legislation. You're lucky, because you were able to have the time to assess the situation and discuss with the burglars. If intent were different or drugs were at play, most likely it would have a totally different outcome.

    6. Re:Nothing you can do except encrypt and insure by cerberusss · · Score: 1

      If intent were different or drugs were at play, most likely it would have a totally different outcome.

      Yup. The burglars were two youngsters who were just as afraid as I was. I was very, very lucky indeed, and I very much agree with you on the other points.

      --
      8 of 13 people found this answer helpful. Did you?
    7. Re:Nothing you can do except encrypt and insure by cerberusss · · Score: 3, Interesting

      There are many possible outcomes during and following a home invasion, and invasion experiences are rare. It matters whether his wife feels safe after, in their house or on the street, and nobody knows how they will behave until tested.

      Correct there. If you would've asked me in advance how I'd react, I would not in a thousand years have guessed my reaction. But I got into this weird sleep-rage and it took an actual fight to finally snap out of it. It was like someone else was at the wheel, some primal lizard-brain reaction.

      --
      8 of 13 people found this answer helpful. Did you?
  25. Don't put the keys to the kingdom on there at all by dbIII · · Score: 2

    Instead of encrypted partitions (or as well as them) I'd say it's best to not put things that are most useful to a thief on there at all. Bank account details do not have to be saved for example. Scans of documents that could be used for identity theft - not the permanent place for them either.
    While a thief could do a social engineering attack on another using your email settings (another reason to not autosave a password) it's more hard work than them getting your banking details.

    IMHO the likelihood of theft is why certificate only logins to VPNs or ssh are an extremely bad idea especially on laptops and tablets. Sure, use a cert, but if there is no passphrase than any thief or script kiddie that 0wns the device can get into whatever you can get into.

  26. Simples by thsths · · Score: 3, Insightful

    1. Backup
    2. Enough money to buy a new one
    3. Encryption

    1. Re:Simples by ledow · · Score: 2

      Yup.

      If you're "recreating your configuration", it means your backups are incomplete.

      You have to expect to never get that item back, most thieves will just wipe it and sell it on really quickly. They are also not loathe to just destroy it if they can't get rid of it safely or if they think it might be being tracked.

      If you encrypt EVERYTHING (why would you only encrypt a small part?), they can never access it. P.S. this also makes them more likely to wipe it, or just destroy it for parts.

      Amazing how people miss the really simple stuff.

      Thinking that even a BIOS-controlled talkback mechanism has any sort of decent success rate is really naive. Most of this stuff is never seen again.

  27. They won't get much by Anonymous Coward · · Score: 1

    Much of my stuff is stored off my PC so they steal it they get a PC to sell on EBay I guess

  28. Secrete door to a secrete room in the basement. by Anonymous Coward · · Score: 1

    Just get one of these bad boys:

    https://i.ytimg.com/vi/ZS_CHjYie4A/maxresdefault.jpg

    Your PC and data are safe! It's not like a thief will ever be able to find a copy of the dragon key for it.

    http://www2.fiskars.com/Products/Gardening-and-Yard-Care/Cultivating-Tools/Big-Grip-Cultivator-400S

  29. Please register for the darwin award! by burni2 · · Score: 1

    He was killed by an exploding grenade he had installed to kill thieves that would temper with his property. Unfortunatly he forgot the grenade and accessed the computer hardware with the neccessary precaution. .. or ..

    Was found guilty and got sentenced to death for trip-wire 1st degree murdering an FBI agent trying to access his computer hardware.

  30. Backups. by Lumpy · · Score: 1

    Drive encryption on, Backup to Hidden NAS in the house, backup to encrypted cloud storage.

    Really trivial solutions that have been available for everyone for over half a decade now.

    --
    Do not look at laser with remaining good eye.
  31. Put a big fucking bomb in it by rebelwarlock · · Score: 1

    One that goes off when the move the tower. Then there will be no data for them to steal. And no them to steal data.

  32. That is easy ... by angel'o'sphere · · Score: 1

    250g of C4, shaped charge directed at the place where the user is sitting.
    As soon as it gets activated and decides via its network connection that it is at the wrong place in the universe, it gets triggered.
    An additional termite charge in the hard drives should make sure it can not be traced back to me ...

    --
    Cost free eBook I read (by iBook/Kobo/Amazon/ObookO/Gutenberg etc.): "The Green Odyssey" by Philip Jose Farmer.
    1. Re:That is easy ... by gweihir · · Score: 1

      And then your DHCP-setup changes unexpectedly. If you survive, I am sure they will find you a nice, permanent space in prison, as you surely are a terrorist that blew himself up by being stupid.

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    2. Re:That is easy ... by angel'o'sphere · · Score: 1

      First of all I obviously was joking.
      Secondly how the funk should my DHCP set up suddenly change?
      And thirdly, why would that fake/fluke my location in any way if it changed?

      --
      Cost free eBook I read (by iBook/Kobo/Amazon/ObookO/Gutenberg etc.): "The Green Odyssey" by Philip Jose Farmer.
  33. My approach by movdqa · · Score: 1

    Encryption. 2 backups (also encrypted), one at home and one at the office. If lost, damaged or stolen, I just buy another MacBook Pro, restore from Time Machine and I'm good to go. I work near an Apple Store so I could probably be back up and running in a few hours.

  34. Defence in depth by blake1 · · Score: 1

    I do the following:

    - Store copies of important data in multiple locations (backed up to a device in my home as well as cloud).
    - Use a long, complex password.
    - Encrypt my hard drive.
    - Enable Firmware Password. This is not preventative but it does give me some peace of mind knowing that if my laptop was stolen, it is not able to be wiped and re-used.
    - Enable Find My Mac. I do not have any experience using this to locate a laptop but it has saved numerous friends' phones.
    - Display a logon message with my full name, phone number and email address.
    - Have insurance that covers me for theft when I am at home or travelling.

  35. BACKUPS! by Templer421 · · Score: 2

    Full Image of hard drive on an external hard drive of flash drive.

  36. Lock 'em up... by __aaclcg7560 · · Score: 1

    As a general rule for my side business, all data resides on the file server and the backup hard drive in the Red Hat Linux box. I'm not overly concern about my inexpensive laptop or gaming rig being stolen. The file server and RHL box are locked down with Kensington cable locks. This, of course, doesn't prevent a determined thief from stealing these systems. It does deter the casual thief who is looking to get in and out in a hurry.

  37. Laptops by ricks03 · · Score: 1

    For a laptop, I just enable to Power-on and disk password (and lock admin). That's going to stop 99.99% of the thieves (and protect the data from them), and, better yet, give the thieves a laptop that isn't good for much at a pawnshop, so they're less likely to return for a second pass. Any systems are imaged (clonezilla) with the images stored off site, and the data is backed up (and on a weekly basis swapped with off-site backup (taking drive to work after confirming routine with employer).

  38. this isn't rocket science by buddyglass · · Score: 1

    1. Power-on password that's reasonably (but not stupidly) strong.
    2. Full-disk encryption.
    3. External backups of critical data.
    4. Mitigate risk of theft happening in the first place.

    To be fair, I only do #1 and #4 currently. Though I'm supposed to be doing #2 as part of company policy.

  39. Crashplan by goombah99 · · Score: 1

    I used to roll my own remote cron backups but when Crashplan came along I stopped. The problem with all other backup services out there is that even if they let you store as much as you liked the problem is 1) restores are a hideous problem at network speeds . 2) how do you validate the backups 3) Dump level 0 initial backups take forever.

    Crash plan solves this. They let you use your own disks attached to a computer at your friends house. (presumably you return the favor). The initial backup is done locally attached to your computer, then you drive the disk over to your freinds house. Incremental backups are then done over the net. The disk is encrypted so your friend can't be tempted to take a peek or be liable if you happen to be storing illicit materials. And when the day comes for the complete restore, you drive over and get the disk.

    While you could in priniciple do this yourself there's a couple reasons it's better to use crashplan. First it overcomes the problem of how two dynamic IP computers, severla layers deep in a router stack on different networks always can find each other. Second, your friend is putting blind faith in some perl spagetti script you hacked together then gave root level privledges and network access on their computer. third the software gets updated without you having to sysadmin their computer or worry about what OS, and version, they are running on their machines.

    Finally it's cheap. You can of course pay more and use Crashplan's own server, but then you just get all the problems I outlined for no added benefit.

    --
    Some drink at the fountain of knowledge. Others just gargle.
  40. I know a bit on this subject. by Anonymous Coward · · Score: 5, Informative

    I used to be the "crack" man for a couple of home burglars. IE, I used to unknowingly crack windows passwords, reinstall OS's, etc for some guys who would break into houses and steal shit. They told me that they'd buy the laptops for cheap at flea markets, and flip them. I of course didn't believe it, so I started recording serial numbers around the 3rd laptop. Funny enough, eventually I buddied up with them and one of them came clean with what they do and how they do it. (Wanting me to do more laptops at a bulk discount.) I agreed, did a few more for them, and then submitted all the serial numbers, text messages, and license plates to the police... In all I cracked/reinstalled around 20 computers, only a couple came back as hits as stolen by the police.

    After that, I had to get serious about defense. If those fuckers ever put two and two together, they'll know who busted them. On top of this, I have tens of thousands of easily steal-able computer stuff too.

    So here is what I learned working with professional thieves:
    1) They want to get in as quick and quite as possible.
    2) They want to get in when no one is home (9am-3pm)
    3) They want to be not visible from the road, but close to the main road. (So back side of apartment buildings.)
    4) They want to be in and out in 3-5minutes. Thus negating burglar alarms.
    5) They're looking for easy to steal stuff. Laptops,Guns, Money/IDs, Video Games, Video Game Consoles, TV's, PC's, anything else (in that order).
    6) They don't have a soul, they don't give a shit about you or your stuff.

    Here is how you prevent your PC from being stolen:
    1) Start with making your home difficult to break in:

    Most entries are through an exterior door, generally by kicking it in. Replace all striker plates with a 4 screw system that has at least 2 2-inch long screws. Replace or add a metal plate around the lock of the door. You can do both of these in an apartment, and turn 1 kick entry into a 10 kick, possible no entry.

    If you own the home your self, replace all exterior doors and door frames with steal frames. Metal doors and metal frames are extremely difficult to kick in.

    Next are the windows. Keep all windows locked on every floor! A thief can easily climb up to a second story window and open it. Next, make your windows break proof. Some fire paranoid people will say don't do this, but home thief is much more common than breaking a window and jumping out of it during a fire. There are several security films that you can apply to a window that can make it withstand repeated attempts to smash it in with a hammer. Please note, this is EVERY window. Don't think a thief will shimmy in a busted garage door glass... These people are scum of the earth.

    If you have a garage door, make sure the door opener opener is not using a common opening system. I don't know too much about garage security, so do some research.

    Buy a doorbell camera. Make sure they can see it. This also helps great with UPS.

    Finally, stick some home security stickers around your house. Make sure they're of real security companies. Even if you don't have service, a thief isn't going to pick your house if its difficult to get in, and the neighbor's is easier.

    2) Securing your PC.

    Once a thief is in your home, there isn't really much you can do. The main thing is, you have to make getting what they want so difficult that it'll take longer than 5 minutes. Easily frustrated, thieves are on a clock, and will just grab the easy to get stuff and run.

    IF you have a laptop, this means one of those security cables. Although a decent wire cutter (which some thieves will have with them) will slice through them with ease. So with that in mind, unless you keep your laptop in a anchored safe, it's gone. Get insurance. Ditto with video game consoles, video games, etc.

    The PC is a little different beast. Short of having a complete anchored rack cabinet with locks, there are two things you can do (one of which I currently do, the other I will pro

    1. Re:I know a bit on this subject. by Anonymous Coward · · Score: 2, Insightful

      I forgot to mention the second thing to do with PCs, that I currently don't do.

      Buy a cheap smart cellphone, with bare minimum service. Wire the usb charger to your computer. Mute the phone. And that's it! You have a cheap lo-jack system. It charges when the computer is on, it has 2 days battery life when the computer is off. Install a program that feeds you GPS coordinates if you send it a text. (There are a couple apps that do this.) Give that number/commands to the cops when you report your stuff stolen. $50/year security.

    2. Re:I know a bit on this subject. by Bentbob · · Score: 1

      An idea to add to your list: force them to really work for stealing any of your stuff by having all your doors be setup with a lock that cannot be unlocked from the inside without a key (maybe a vertical deadbolt lock as they are apparently resistant to "jimmying") as a secondary lock to use when no one is in the house. If they manage to break in without forcing the door in it will be harder to move stuff out of the house as they would need to climb out the broken or forced-open window with the pilfered goods (or chuck them out the window and climb out).

  41. Full-disk encryption and do not use hibernate by gweihir · · Score: 1

    Do real, clean shutdowns every time. Yes, it is more effort, but you can either have security or convenience, not both. Apart from that, backups. You may want to put everything important in an SVN or GIT repository and sync whenever you are online.

    --
    Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
  42. Re:High explosives... by gweihir · · Score: 1

    Well, your lifetime spot in federal prison is already reserved. Just hope they do not make you a "terrorist".

    --
    Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
  43. Sticker by lolococo · · Score: 1

    To prepare the theft of my PC, I just slap a "Steal Me" sticker on top. If I'm lucky, they'll think it's a trap and leave it alone.

  44. Go Ahead, Make My Day! by www.sorehands.com · · Score: 1

    Do you feel lucky punk?

  45. Security and Backups by preystalker · · Score: 1

    I use a Dell laptop for work and I have enabled the hard disk password. I also ensure not to keep anything important on the laptop and use cloud storage. I am also exploring the option of using BitLocker to encrypt the drive. With the Dell hard disk password, the drive will not be mounted unless the correct password is entered. Resetting the password using Dell tools will result in drive getting wiped clean.

  46. re: insurance and payouts by King_TJ · · Score: 2

    Actually, my experience has been that the VAST majority of the time a computer is stolen, it's a laptop that gets stolen while the owner is out and about someplace with it. Therefore, even if it's covered under the homeowners' policy, it's not going to make any sense to claim it. Even if it was a high-end system with costly accessories in the laptop bag -- it wouldn't be worth THAT much over any deductible. And homeowners' insurance tends to automatically drop you if you make 2 claims within something like a 5-10 year period of time. So you'd effectively be wasting your one claim that you'd want to use for a REAL issue (like a total loss due to fire).

    As a side note, on auto insurance? You're basically correct, except any time you're buying a brand new car, you should also be looking at buying Gap insurance that covers the difference between the car's supposed value and what you actually owe on the loan. The dealerships who hawk it at the time of the sale usually sell policies that cost 3x as much as what your own auto insurance agency would charge to add it to your existing policy, so it's worth making some calls about for quotes, at the very least.

  47. I have no preparation plan by k6mfw · · Score: 1

    except cry when they take my PC away

    --
    mfwright@batnet.com
  48. Bitlocker drive encryption + Dropbox by ElizabethGreene · · Score: 1

    I use Bitlocker drive encryption and have my Documents/pictures/music etc on my dropbox. This arrangement prepares me for lost/stolen computers as well as (far more common) hardware failures. It also gives me near-real-time sync to my other PCs as well.

    There are some nice bonuses to this arrangement.

    I (via my unlimited data) sync my photos to my PCs with dropbox automagically in near real-time.

    I can pull up password safe on my Android Phone from my dropbox-made-available-offline psafe3 file.

  49. lock, key, and neighbours by holophrastic · · Score: 1

    Safe neighbourhoods count for a lot. No one's breaking into my house.

  50. prevent the theft in the first place? by morethanapapercert · · Score: 1

    I'd prefer to simply stay up all night, lying in wait and stroking my gun. But my government won't let me have one. Something about being a danger to myself or others.

    --
    I need a wheelchair van for my son. Help me get the word out. https://www.gofundme.com/wheelchair-van-for-jj
  51. Encrypted FS, NextCloud and DOGS by Frivas · · Score: 1

    I have my entire setup on Linux, with encrypted filesystems. My daily use notebook is a Dell XPS13, with BIOS password, then harddrive password, and last encrypted password of the linux partition. All the three passwords are different, of course.
    All the important files/documents are automatically backed up in Amazon AWS, in one of my servers running NextCloud, with encrypted FS. So, if I lost a PC, I can recover all the important things easily. Never had any problems at all with it. All the emails are on Google, so I don't need to backup them every day.
    And, at home, I've got eight dogs, all of them rescued from the streets. At night, they sleep inside the house, so if any burglar tries to get into, he'll probably get out in a trash bag, as feces. Of course, you can see the dog's houses from the street, so you'll be pretty sure that there are more than one. By the way, the poodle is the "alarm" of the house. She wakes up with the sound of a flea!!! (and the Pitbull one is a tank.... you don't want to mess with him!).

    --
    -- Francisco Rivas C.
  52. Re: Alarm system by HornWumpus · · Score: 1

    Security screen door, outside the front door. Hinge pins are set. IIRC somebody mushroomed the ends pretty good.

    Supreme court said cops can go in and 'secure the front room of the house' (shoot dog etc), without your consent, if you open the door. But not if you have a security door on the outside.

    Everybody should have one, you're a _communist_ if you don't.

    If they want in, they attach a chain to the security door and pull it off. But the pushin to checkout if you've got anything worth stealing (civil forfeiture) won't happen.

    --
    John McAfee 'It was like that time I hired that Bangkok prostitute; to do my taxes, while I fucked my accountant'
  53. 100lb German Shepherd by bongey · · Score: 1

    Go ahead and try.

  54. I live in Canada by Mishotaki · · Score: 1

    I don't need a gun to defend myself, I don't lock my door because I trust people.

  55. LVM Snapshots backup to 2nd disk by Mybrid · · Score: 1
    Hi!
    1. 2 disks, one OS disk of 500GB, one backup drive of 1TB
    2. 20% physical reserve using LVM on on OS disk.
    3. Nightly snapshot backups, hot backups, to 1TB drive.
    4. Weekly external 3TB drive backup.
    5. Fully encrypted drives using I7 processor with built in encryption in the CPU for speed.
    6. Multiple VM images are backed up.

    I've had harddrive failure multiple times and I just restore from the external hard drive. I keep weekly/monthly on the 1TB so as to recover human error deletion on the OS disk. The real deal is I know it works because I've done the restore multiple times, including buying a new laptop.

    The I7 Intel chip with onboard Linux encryption instructions makes the encryption fast enough to run multiple VMs with only a little lag, mostly starting a VM.

    Cheers!

  56. You just have to deal with it by Vince+Ferg · · Score: 1

    All my home PC's are encrypted with Bitlocker, main drives and additional. I backup all files between my PC and my Synology NAS which is also encrypted. This NAS is synced up 1 on site and 1 offsite. I am not concerned about auto-wipe since its encrypted anyway and I highly doubt anyone stealing my stuff would do anything outside formatting the stuff after not being able to get in. I am also not concerned about computer settings since most of that gets restored through my Microsoft account and anything else that doesn't is not to hard to setup. Insurance I never even thought of but I am very against "insurance" since I hate dealing with any service that takes your money and gives you a hard time when you need them. Ide rather throw a few bucks into an emergency fund every week and just take from that. All in all if you get your stuff taken from you there is no easy fast solution and sadly its just one of those things you have to deal with. Having encrypted devices to protect your data and at least 1 offsite backup of your stuff should really be all anyone needs to know your secure and safe.

  57. Panic by NoSalt · · Score: 1

    I like to keep things simple.

  58. Re: quite the myth. by Brockmire · · Score: 1

    This post was painful to read.

  59. Re: Test your backups. Test everything. by Brockmire · · Score: 1

    So he got a new computer, got it. Cool story, bro.

  60. My PC is insured by DiEx-15 · · Score: 1

    I have a great insurance company that insures my PC and all my stuff in my home.

    It's called Smith and Wesson.