l0k1 on Nostr: I have two USB flash drives that I need to wipe, and it is no problem for them to ...
I have two USB flash drives that I need to wipe, and it is no problem for them to both be written with the same data. So constructed a neat little pipeline to do this:
cat /dev/random|tee /dev/sda>/dev/sdb
Unix pipes ftw!
Published at
2023-10-01 18:58:29Event JSON
{
"id": "129fbed63f89b1cb8cb40667115a1dd7ada02c25c75c17aaa81acca969801bc1",
"pubkey": "00e6c35658f48f6a25b9820f0c311e6d088cc5be16b2f77122b37003c4988138",
"created_at": 1696186709,
"kind": 1,
"tags": [],
"content": "I have two USB flash drives that I need to wipe, and it is no problem for them to both be written with the same data. So constructed a neat little pipeline to do this:\n\n cat /dev/random|tee /dev/sda\u003e/dev/sdb\n\nUnix pipes ftw!",
"sig": "4c5c251c789994a67ed24bb72cce98c55701073f63908fb188e335fae063295a8bb3e667d597429156406265b97b33e9c6163fe99a61f6ebe7422b85f6789049"
}