Many will give up the computer and there may be personal information, that time is not enough to just formatting, or delete.
The current liinux live CD / DVD in most program that overwrite.Use the proper data extraction.
A number of companies to change computers every few years, so that they could provide equipment for further use, keep your important data permanently remove and properly.
In general, it is sufficient to write more than 3 times, I'll post an example of how it can be done.
Shred - Installation is one of the programs for that purpose made for Linus.
Many Linux distributions shred command is ready. The installation can be checked by running the console / terminal command ---> shred -- version , which prints the data used in the shred.
If necessary, the system will be installed shred coreutils package, which can be installed in your system, for example, through the package management. Many Live-CD/DVD distributions shred is standard, so it can be used directly from Live CD/DVD took place after the launch (Linux does not need to separately install the shred command to use).
Shred - User files
Single file, overwriting and deletion, follow these steps console / terminal via:
shred-u file name
for example, the home directory found naked.jpg image file to overwrite and delete the following command:
shred-u / home / user / naked.jpg
By default, shred overwrites the file 25 times. Overwrite number may be changed using the parameter n.
for example, the home directory found naked.jpg image file could overwrite 10 times and remove the command:
shred-n 10-u / home / user / naked.jpg
If you would like information on the progress of shredin, use the-v parameter.
for example, the home directory found naked.jpg image file to overwrite and delete with the command
shred-u-v / home / user / naked.jpg
Shred - Use as storage devices and partitions with
Overwriting a single disk partition, follow these steps console / terminal via:
shred-v-1, the partition
-V parameter will overwrite the progress and 1-n-parameter partition overwritten once.
for example, a second partition on the first hard disk overwriting once succeeds with the command:
shred-v-n 1 / dev/hda2
The whole mass memory overwrite in turn can run:
shred-v-1, the mass storage
-V parameter will overwrite the progress and 1-n-parameter partition overwritten once.
for example, the first hard disk overwriting once with
shred-v-n 1 / dev / hda
I do not remember seeing any posts on here, so maybe this one can be of help.









