Giter Site home page Giter Site logo

theend's Introduction

This is simple script bash script, which will use shred to wipe out HDD. NOTE: This script won't run immidietly!!! You will be prompted if you're sure about it.

Info on shred:

Syntax: shred [OPTIONS] FILE [...]


First Header Second Header
-f, --force Change permissions to allow writing if necessary
-n, --iterations=N Overwrite N times instead of the default (default = 3)
-s, --size=N Shred this many bytes (suffixes like K,M,G accepted
-u, --remove Truncate and remove file after overwriting
-v, --verbose Show verbose information about shredding progress.
-x, --exact Do not round file sizes up to the next full block; this is the default for non-regular files such as device names.
-z, --zero Add a final overwrite with zeros to hide shredding.
- Shred standard output

This script uses following OPTIONS: -vfzu -n 5, and it targets /dev/sda ...

What this means?

  • It erases the whole drive.

You can and should edit the "sda" part, it may differ from device to device. So path is: /dev/sdx where x is the device letter. You can check your devices with command:

lsblk -f

theend's People

Contributors

smajkan avatar

Stargazers

Santo Shakil avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.