Avatar

oriond

oriond@lemmy.ml
Joined
8 posts โ€ข 13 comments
Direct message

I bet there are fare more idtiots to deal with while driving in a car than an airplane.

permalink
report
parent
reply

Beautiful!

permalink
report
reply

So true for me, https://foro.buceoluegoexisto.com Itโ€™s really sad. :(

permalink
report
reply

The US military is there to protect their countryโ€™s โ€œFreedomโ€

permalink
report
reply

And maybe even more over time if it continues to โ€œsupportโ€ them

permalink
report
reply

1.- I will start with the infamous rm-rf /

permalink
report
reply

I canโ€™t remember but having my hard drive encrypted, I believe there is a single file that messing with it would render the drive not decryptable.

permalink
report
reply

I met a wonderful woman. We are dating now

permalink
report
reply

Here is the command that will render a LUKS encrypted device un recoverable
From the documentation.

5.4 How do I securely erase a LUKS container?

For LUKS, if you are in a desperate hurry, overwrite the LUKS header and key-slot area. For LUKS1 and LUKS2, just be generous and overwrite the first 100MB. A single overwrite with zeros should be enough. If you anticipate being in a desperate hurry, prepare the command beforehand. Example with /dev/sde1 as the LUKS partition and default parameters:

head -c 100000000 /dev/zero > /dev/sde1; sync

permalink
report
parent
reply