Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 31

Thread: List the commands

  1. #21
    Join Date
    Oct 2005
    Location
    Fribourg,Switzerland
    Beans
    1,755
    Distro
    Ubuntu Gnome 14.04 Trusty Tahr

    Re: List the commands

    Code:
    shred -fuzv file_whatever
    ...when you really want to delete something.
    my JAMENDO * The XY sex-determination system is the sex-determination system found in humans and Z was my donor! * Tarot and Poya Sutra | * # 12755

  2. #22
    Join Date
    Jul 2005
    Location
    2 exits past crazy
    Beans
    4,222
    Distro
    Lubuntu 12.10 Quantal Quetzal

    Re: List the commands

    Quote Originally Posted by xyz View Post
    Code:
    shred -fuzv file_whatever
    ...when you really want to delete something.
    Not really. Read the warnings on the author's website for shred, wipe, and similar utilities. With the advent of journaling filesystems and hard drives that do automatic sector relocation, short of physical destruction of the media, there really isn't any way to eliminate all traces from a determined attacker. However, since you probably don't want to destroy your drive, a reasonably secure way of using shred (and other similar utilities) is to use it on the device containing the filesystem in order to wipe the entire filesystem. (/dev/hda1 for example)

  3. #23
    -grubby is offline May the Ubuntu Be With You!
    Join Date
    Aug 2007
    Beans
    Hidden!

    Re: List the commands

    Quote Originally Posted by FuturePilot View Post
    Code:
    while true; do sleep $(($RANDOM/5000)) && beep -f $((RANDOM/10)) -l $(($RANDOM/100)) ; done
    If you have the program beep installed this will make your computer randomly beep in different tones.
    (press Ctrl+C to stop the madness )
    I didn't know my system good make this kind of noise

  4. #24
    Join Date
    Oct 2005
    Location
    Fribourg,Switzerland
    Beans
    1,755
    Distro
    Ubuntu Gnome 14.04 Trusty Tahr

    Re: List the commands

    Quote Originally Posted by yabbadabbadont View Post
    Not really. Read the warnings on the author's website for shred, wipe, and similar utilities. With the advent of journaling filesystems and hard drives that do automatic sector relocation, short of physical destruction of the media, there really isn't any way to eliminate all traces from a determined attacker. However, since you probably don't want to destroy your drive, a reasonably secure way of using shred (and other similar utilities) is to use it on the device containing the filesystem in order to wipe the entire filesystem. (/dev/hda1 for example)
    You're right.
    I don't use shred to wipe drives. Only as a 'delete' tool.
    my JAMENDO * The XY sex-determination system is the sex-determination system found in humans and Z was my donor! * Tarot and Poya Sutra | * # 12755

  5. #25
    Join Date
    Mar 2006
    Location
    Bucharest
    Beans
    604

    Re: List the commands

    Code:
     echo -en "Viva\f"; sleep 1; echo -en "Pink\f"; sleep 1; echo -en "Floyd\f"; sleep 1; echo -en ":)\n"

  6. #26
    Join Date
    Oct 2006
    Beans
    4,628
    Distro
    Kubuntu 18.10 Cosmic Cuttlefish

    Red face Re: List the commands

    Quote Originally Posted by Christmas View Post
    Code:
     echo -en "Viva\f"; sleep 1; echo -en "Pink\f"; sleep 1; echo -en "Floyd\f"; sleep 1; echo -en ":)\n"
    What does this do?
    Blog | Ubuntu User #15350 | Zsh FTW | Ubuntu Security | Nothing to hide?
    AMD Phenom II X6 1075T @ 3GHz, Nvidia GTX 650, 8GB DDR3 RAM, 1 X 1TB, 2 X 3TB HDD
    Please don't request support via PM


  7. #27
    Join Date
    Jul 2005
    Location
    2 exits past crazy
    Beans
    4,222
    Distro
    Lubuntu 12.10 Quantal Quetzal

    Re: List the commands

    Quote Originally Posted by FuturePilot View Post
    What does this do?
    Code:
    /home/daffy $ echo -en "Viva\f"; sleep 1; echo -en "Pink\f"; sleep 1; echo -en "Floyd\f"; sleep 1; echo -en ":)\n"
    Viva
        Pink
            Floyd
                 :)

  8. #28
    Join Date
    Oct 2006
    Beans
    4,628
    Distro
    Kubuntu 18.10 Cosmic Cuttlefish

    Talking Re: List the commands

    Code:
    Viva
        Pink
            Floyd
                 :)
    Blog | Ubuntu User #15350 | Zsh FTW | Ubuntu Security | Nothing to hide?
    AMD Phenom II X6 1075T @ 3GHz, Nvidia GTX 650, 8GB DDR3 RAM, 1 X 1TB, 2 X 3TB HDD
    Please don't request support via PM


  9. #29
    Join Date
    May 2007
    Beans
    946

    Re: List the commands

    Quote Originally Posted by FuturePilot View Post
    Code:
    while true; do sleep $(($RANDOM/5000)) && beep -f $((RANDOM/10)) -l $(($RANDOM/100)) ; done
    If you have the program beep installed this will make your computer randomly beep in different tones.
    (press Ctrl+C to stop the madness )
    That's amazing

  10. #30
    Join Date
    Dec 2006
    Location
    Austin , TX.
    Beans
    1,406
    Distro
    Ubuntu Development Release

    Re: List the commands

    sudo apt-get wtf this dude is talking about?
    "The arc of the moral universe is long, but it bends toward justice."
    -Dr. Martin Luther King, Jr.

Page 3 of 4 FirstFirst 1234 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •