minus-squareTiTeY`@lemmy.home.titey.nettoSelfhosted@lemmy.world•Proper HDD clear process?linkfedilinkEnglisharrow-up22·11 months agoUsually, I use shred: shred -vfz -n 2 /dev/device-name -v: verbose mode -f: forces the write permissions if missing -z: zeroes the disk in the final pass -n 2: 2 passes w/ random data linkfedilink
minus-squareTiTeY`@lemmy.home.titey.nettoTechnology@lemmy.world•What is the best file format for configuration file?linkfedilinkEnglisharrow-up2·1 year agoYAML. This is the way. linkfedilink
minus-squareTiTeY`@lemmy.home.titey.nettoFoodPorn@lemmy.world•My wife's Kapuśniak (Polish cabbage and sausage soup)linkfedilinkEnglisharrow-up3·1 year agoThank you! 👍 linkfedilink
Usually, I use
shred
:shred -vfz -n 2 /dev/device-name
-v
: verbose mode-f
: forces the write permissions if missing-z
: zeroes the disk in the final pass-n 2
: 2 passes w/ random data