random work-related stuff that's useful to me...
option 1 # shred -n 7 -z /dev/sdb option 2 # dd if=/dev/urandom of=/dev/sdb bs=4096 count=7 # dd if=/dev/zero of=/dev/sdb bs=4096 count=7
Post a Comment
No comments:
Post a Comment