2 months ago8 viewsdatahackinglinuxprivacysecuritycommands : shred yourfilename shred -u yourfilename Overwrite empty space on drive with random data: /dev/urandom sudo dd if=/dev/urandom of file bs=1M status=progress sudo mkfs.ext4 /dev/sdc1