Crux. Simplest package building system out there, and the core is just out of the way completely, giving you the keys to setup your system just the way you want it.
I didn't come up with this idea myself, this is straight from OpenBSD disk setup guide (which I personally trust as a good source of info) :
Encrypting External Disks
This section explains how to set up a cryptographic softraid volume for an external USB drive. An outline of the steps is as follows:
- Overwrite the drive's contents with random data
[...]
# dd if=/dev/urandom of=/dev/rsd3c bs=1m
/usr/share/language/pack/français: Permission refusée
Well as I see it, it will just do a lot of write operations to your disk, which might eventually damage it if you do it a lot (just like any write operation done on a disk). However, this specific command isn't bad per se, and is even technically a good thing to do for preparing to full disk encryption.
sudo cat
is pointless here, better do
</dev/urandom sudo tee /dev/sd*
As a bonus it'll scramble your terminal 💪
Not with busybox's rm
🤘
Nevermind I figured it out, you gotta use sudo
for it to work properly !
Nevermind I figured what went wrong, I mistyped it initially ! It would have been much easier to copy paste it if it wasn't a picture...
Fun fact, the command displays a nice cat picture in ASCII :)
Edit: screenshot
I just tried your command and it yields a lot of Permission denied
. Is it expected or your command is incomplete ?
I tried but got an error:
:& : Command not found
Is it expected ? Did I type something wrong ? I'm confused...
This is exactly what a cultist would say... Where do I sign up ?
More like openblade2head. What an evolution !