Spring Clean

Discussion in 'Linux' started by Obeonecanopener, Dec 9, 2008.

  1. Obeonecanopener

    Obeonecanopener

    Joined:
    Sep 26, 2008
    Messages:
    21
    Likes Received:
    0
    Hi All. If you're running windows you can get a wonderful little program call Crap Cleaner; well, it use to be called that. I have it on my other lap top and it helps no end in keeping the dross down and private things private. Now: Is there anything similar for Linpus? And what about a shredder? I have 2 I use on windows anything in that line for Linpus?

    Merry Christmas all.
    Obe.
     
    Obeonecanopener, Dec 9, 2008
    #1
  2. Obeonecanopener

    donec

    Joined:
    Sep 11, 2008
    Messages:
    952
    Likes Received:
    0
    There is a shredder for Linux but I am not sure if it will work with Linpus as the one I used was for KDE.
     
    donec, Dec 9, 2008
    #2
  3. Obeonecanopener

    rbil

    Joined:
    Aug 14, 2008
    Messages:
    730
    Likes Received:
    0
    Location:
    The Wet Coast, Canada
    There is the shred command. I *think* it's installed by default. Do a: which shred
    to see if it's there. If not, you can do:

    Code:
    sudo yum install coreutils
    to install shred.

    man shred


    Cheers.
     
    rbil, Dec 10, 2008
    #3
  4. Obeonecanopener

    Obeonecanopener

    Joined:
    Sep 26, 2008
    Messages:
    21
    Likes Received:
    0
    Hi guys. Sorry for late reply been Acerless for a while. Oky. Still a thicko on linux so I opened a terminal and typed in 'which shred' and got......
    [user@localhost ~]$ which shred
    /usr/bin/shred
    [user@localhost ~]$


    So what happens now?
    Cheers.
    Obe.
     
    Obeonecanopener, Dec 17, 2008
    #4
  5. Obeonecanopener

    woodland

    Joined:
    Dec 14, 2008
    Messages:
    118
    Likes Received:
    0
    Location:
    Malta (but Dutch)
    afaik: it means shred is located in the sub-directory bin of the usr directory.. you can find the user directory in the root directory (c:\)

    in Windoze explorer it would look like this:
    c:\
    ...-\usr
    .......+\bin

    Hope this helps you
     
    woodland, Dec 17, 2008
    #5
  6. Obeonecanopener

    donec

    Joined:
    Sep 11, 2008
    Messages:
    952
    Likes Received:
    0
    I tried to test shred in terminal. I created a garbage file called test.txt, with my name in it, on my desktop and the opened a terminal window changed directories to my desktop and did a dir of the desktop and then typed shred test.txt. The results was that the file remained on my desktop but the text inside was garbage totally unreadable. Is that what it is supposed to do? I had an icon in KDE that looked like a torn piece of paper and when I dragged a file to it the file got deleted and was supposedly shredded but I never knew for sure. I guess this is some what better because then you just delete the file and even if it is recovered it would not be readable. Just wish it could be made as easy to use as the one in KDE called shred.
     
    donec, Dec 18, 2008
    #6
  7. Obeonecanopener

    rbil

    Joined:
    Aug 14, 2008
    Messages:
    730
    Likes Received:
    0
    Location:
    The Wet Coast, Canada
    See the man page, linked to in the first post I made in this thread.

    Cheers.
     
    rbil, Dec 18, 2008
    #7
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.