Crap Cleaner For Linux (With Secure File Deletion)

Suggestions and feedback for Linux Mint and the forums
Forum rules
Do not post support questions here. Before you post read: Where to post ideas & feature requests
Post Reply
maynoth
Level 1
Level 1
Posts: 19
Joined: Wed Aug 22, 2007 9:22 am

Crap Cleaner For Linux (With Secure File Deletion)

Post by maynoth »

I really miss crapcleaner, it cleaned out all the junk on your drive... firefox cache, cookies etc, trash and all other misc files and securely deleted them so they were unrecoverable. I would love to see something like this for mint. At the moment I have a shred menu action on nautilus, I don't think writing a simple gui to shred locations like trash: and firefox cache etc would be too hard




I have added shred to my nautilus menu's for files and folders:

install nautilus-actions via synaptic package manager

launch nautilus actions configuration
-->system--->preferences--->nautilus actions configuration


Add

Label = Shred

Path = shred

Parameters = -fuz %M

Click ok and exit



in terminal type killall nautilus
WinXpNewb
Level 3
Level 3
Posts: 117
Joined: Sun Sep 02, 2007 4:52 am

Post by WinXpNewb »

What is shred? Nothing pops up from a search in Synaptic.
maynoth
Level 1
Level 1
Posts: 19
Joined: Wed Aug 22, 2007 9:22 am

Post by maynoth »

shred is a command not a program.

Shred is used to securely erase files by overwriting them 25 times with random 0's and 1's. then it finishes with a final coat of 000000000000's to mask its deletion.


For more information on the shred command in terminal (command line) type:



info shred
Post Reply

Return to “Suggestions & Feedback”