how to completely wipe all your history on a computer

May 10, 2015 at 1:18am
How do you completely wipe all your history off of a computer, like all history of you being on one?
I've had to use a relative's laptop for a while so I'm trying to get rid of anything that shows what I did on there but I'm not sure what to look for. Like past things I've had installed or downloaded, there's still files and indexes that are left over from me using when I used the computer, so is there a way to erase any trace of when I used the computer?
May 10, 2015 at 1:27am
closed account (2LzbRXSz)
No way to just do it in one swoop, unless they had a backup of their computer before you used it (at least, no way that I know of).

Clear browser history from (time you started using) until (day you've stopped using) along with cookies, cache, etc..

Go through and delete your recent files - arrange the files by date. Don't mess with the other person's files. I'm sure you probably have a good idea of what you downloaded, created, etc...

That's all the advice I can think of off the top of my head. I'm pretty tired, so my apologies if it's not the most constructive advice.
May 10, 2015 at 10:46pm
You can always reformat to factory defaults. Varies on computer, but they all have the setting to do so buried somewhere.
May 11, 2015 at 3:00am
Take a sledge hammer to your hard disks.
May 11, 2015 at 3:22am
rm -rf ~
Last edited on May 11, 2015 at 3:22am
May 11, 2015 at 4:06am
And yes, what NoXzema said. That has been my disposal method for many a hard disk.

No, I do not have anger issues. They deserved it for breaking in the first place, requiring replacement.
May 11, 2015 at 1:08pm
Buy yourself a strong magnet.
May 11, 2015 at 3:16pm
closed account (2LzbRXSz)
http://postimg.org/image/z2ltbrddz/
May 12, 2015 at 8:59am
format and defragment hard drives to remove file allocation tables. There should be some free software to do that for you.
May 12, 2015 at 12:43pm
@tath
That leaves all the data behind, so it's no good if the data is sensitive. If someone wanted it badly enough, they could very easily recover it. I've deleted partitions by mistake before and been able to recover a fully-working filesystem by simply making a new partition in exactly the same position as the old one. I've even done it intentionally as a faster way to resize a partition. If you format the partition, it does write over the old file tables, but it doesn't erase any other data, while defragmenting is only possible when there's a filesystem, and actually makes recovery easier, since much of the data will be contiguous.

The best thing to do is either the sledge hammer, magnet or a program which performs "secure deletion" (deletes a file and overwrites it a number of times) such as CCleaner.
May 13, 2015 at 1:40am
If he doesn't care whether he gets it back with an operating system:

sudo dd if=/dev/urandom of=/dev/sda

and watch as every bit disapears.... ;)
May 13, 2015 at 6:35am
@chrisname
then the best option is to write 0's in every sector ;)
Last edited on May 13, 2015 at 7:17am
May 13, 2015 at 2:46pm
tath wrote:
then the best option is to write 0's in every sector ;)

On that note, just in case there is anyone here who hasn't heard of it, DBAN is the best route IMHO. Mostly for it's simplicity of use and pricing tiers: http://www.dban.org/
Topic archived. No new replies allowed.