Simple Command to Wipe Out Disks before You Return Dedicated Server
One of the dedicated servers expires tomorrow. Since it is dedicated server, it is better to wipe out the disks before you return them. To prevent data recovery intentionally, you can do this:
shred -vzn 3 /dev/sda
Replace /dev/sda
with all the hard drivers on the server.
- -v → verbose progress
- -z → add a final pass with zeros
- -n 3 → overwrite 3 times (you can increase for extra paranoia)
Alternatively you can use dd (simpler, one-pass overwrite with zeros)
dd if=/dev/zero of=/dev/sda bs=1M status=progress
This is the backup node:
And I am destroying /dev/sda at the same time:
Still running:
Steem to the Moon🚀!
- You can rent Steem Power via rentsp!
- You can swap the TRON:TRX/USDT/USDD to STEEM via tron2steem!
- You can swap the STEEM/SBD to SUI via steem2sui!
- You can swap the STEEM/SBD to SOL Solana via steem2sol!
- You can swap the STEEM/SBD to ETH Ethereum via steem2eth!
- You can swap the STEEM/SBD to Tether USDT (TRC-20) via steem2usdt!
- You can swap the STEEM/SBD to TRX (TRON) via steem2trx!
- You can swap the STEEM/SBD to BTS (BitShares) via steem2bts!
- Register a free STEEM account at SteemYY!
- Steem Block Explorer
- ChatGPT/Steem Integration: You can type !ask command to invoke ChatGPT
- Steem Witness Table and API
- Other Steem Tools
Support me, thank you!
Why you should vote me? My contributions
Please vote me as a witness or set me as a proxy via https://steemitwallet.com/~witnesses
932GB 👏
0.00 SBD,
1.40 STEEM,
1.40 SP
Yes