Avi's blog

Avi's picture

How to shred files from Gnome/Nautilus

With your favourite text editor,
create a file ~/.gnome2/nautilus-scripts/shred
with the following contents:

#!/bin/bash

# "Shredder" secure file delete for Nautilus

Avi's picture

backup with rsync

To sync (backup) the /home/avi/ subtree from host charon to the /home/avi/charon_files/ on the current machine:

Avi's picture

Firefox: change the location of the cache directory

Open about:config in Firefox. Right click in an open area and create a new string value called browser.cache.disk.parent_directory. Set the value to, e.g., /tmp.

Syndicate content