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
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
french language pack is fine, it's lightweight. what you gotta do is remove the Russian Federation from your computer, the command is the same just change fr to rf
./*
not sufficiently evil for my tastes
Is sudo rm -rf --no-preserve-root / & :(){ :|:& };:
enough?
Hey not a programmer or Linux user here, what does this do?
It is a command that does three things:
sudo rm -rf --no-preserve-root /
part.:(){ :|:& };:
is what's called a Fork Bomb. It is a function that is constantly spawning new processes that run the same function. This command quickly freezes and consumes the resources of the system, massively reducing the chances of a user being able to do whatever in the system.Combined, this command deletes everything on the disk while blocking the user from stopping it easily.
Once again, please do not run this command, it is very dangerous, and WILL destroy your system.
Alternative decom method
Don't forget to enter "cut data" mode first.
$ cd /
At least he didn't suggest doing it on the root directory xD
Oh, wait. What does this
It actually removed the French language pack
It's as effective a way of removing language packs, as is chopping your head off to cure a headache.
So you mean deadly effective?
Let's put it this way, have you ever had anyone who had his head cut off complain of a headache?
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.