tags
- adobe
- android
- apple
- audio
- backup
- bios
- blender
- boot
- cd/dvd
- cinelerra
- crypt
- design
- distro
- ebook
- erase
- evolution
- ffmpeg
- files
- firefox
- font
- free
- gimp
- gps
- inkscape
- iso
- keyboard
- kmymoney
- libreoffice
- linux
- lmde
- mac
- microsoft
- mobile
- monitor
- movistar
- network
- ntfs
- ocr
- office
- osx
- outlook
- panel
- partition
- printer
- rm
- root
- router
- rsync
- s/mime
- s5570
- samsung
- scribus
- security
- server
- share
- snow leopard
- software
- sync
- terminal
- thunderbird
- tutorial
- ubuntu
- update
- usb
- vbox
- video
- video edit
- web
- wifi
- windows
- windows 7
- windows 10
- wordpress
-
manoftherambla by manoftherambla is licensed under a Creative Commons Reconocimiento-NoComercial-CompartirIgual 3.0 Unported License.
Tag Archives: erase
Securely destroy/wipe data on hard drives with shred
To overwrite a partition or hard drive, two examples: shred -vfuz -n 10 /dev/md1 shred -vfuz -n 10 /dev/sda -v: show progress -f: change permissions to allow writing if necessary -u: truncate and remove file after overwriting (to shred occupied … Continue reading
Securely delete files and cache history using ccleaner.
Open ccleaner, click options/settings/secure file-deletion and select. http://www.groovypost.com/howto/security/securely-wipe-delete-files-and-cache-history-using-ccleaner/
Secure Erase on Linux
http://openyourshell.wordpress.com/2012/10/06/borrado-seguro-de-archivos-o-particiones-desde-nuestra-terminal-linux/ Try this command (below) to shred all the files in a directory tree, and then remove the empty directories. find -type f -execdir shred -u ‘{}’ \; rm -rf * (http://www.linuxforums.org/forum/miscellaneous/46693-how-shred-entire-directory-tree.html)
Find root trash
/root/.local/share/Trash When you erase a file o a folder like root, they go to /root/.local/share/Trash. To erase definitely you can do that opening nautilus like root, go there and use shift+supr to delete.