How to remove the French language packprogramming.devimage 𝕊𝕚𝕤𝕪𝕡𝕙𝕖𝕒𝕟 ( @sisyphean@programming.dev ) Programmer Humor@programming.dev • 2 years ago message-square25fedilinkarrow-up1305
arrow-up1305imageHow to remove the French language packprogramming.dev 𝕊𝕚𝕤𝕪𝕡𝕙𝕖𝕒𝕟 ( @sisyphean@programming.dev ) Programmer Humor@programming.dev • 2 years ago message-square25fedilink
minus-square interolivary ( @interolivary@beehaw.org ) linkfedilink4•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: