07-23-2016, 09:45 PM
@phineaspgage
shred is already available, open a terminal
also
If you want to create a custom action in Thunar, I found this:
In Thunar, open "Edit" then "Configure Custom Actions"
Add (the plus sign)
Name "Shred File"
Description whatever you like
Action "shred -u %f"
Select "Appearance Conditions" and select "Other Files"
If you want to use "srm" then replace "shred -u %f" with "srm %f" in the example above.
You may/will need to install secure-delete(srm)
[/size]
This was the comment also noted on "srm"
srm – secure remove
This tool is basically a more advanced version of the “shred” command. Instead of just overwriting your files with random data,
it uses a special process – a combination of random data, zeros, and special values developed by cryptographer Peter Gutmann
– to really, really make sure your files are irrecoverable.
shred is already available, open a terminal
Code:
man shred
also
Code:
shred --help
If you want to create a custom action in Thunar, I found this:
In Thunar, open "Edit" then "Configure Custom Actions"
Add (the plus sign)
Name "Shred File"
Description whatever you like
Action "shred -u %f"
Select "Appearance Conditions" and select "Other Files"
If you want to use "srm" then replace "shred -u %f" with "srm %f" in the example above.
You may/will need to install secure-delete(srm)
Code:
sudo apt-get install secure-delete
[/size]
This was the comment also noted on "srm"
srm – secure remove
This tool is basically a more advanced version of the “shred” command. Instead of just overwriting your files with random data,
it uses a special process – a combination of random data, zeros, and special values developed by cryptographer Peter Gutmann
– to really, really make sure your files are irrecoverable.
Upgrades WIP 2.6 to 2.8 - (6 X 2.6 to 2.8 completed on: 20/02/16 All O.K )
Linux Lite 3.0 Humming on a ASRock N3070 Mobo ~ btrfs RAID 10 Install on 4 Disks
Computers Early days:
ZX Spectrum(1982) , HP-150 MS-DOS(1983) , Amstrad CPC464(1984) , BBC Micro B+64(1985) , My First PC HP-Vectra(1987)
Linux Lite 3.0 Humming on a ASRock N3070 Mobo ~ btrfs RAID 10 Install on 4 Disks
Computers Early days:
ZX Spectrum(1982) , HP-150 MS-DOS(1983) , Amstrad CPC464(1984) , BBC Micro B+64(1985) , My First PC HP-Vectra(1987)