on RedStarOS, sudo reports to Kim Jong Un
linuxmemes
Hint: :q!
Sister communities:
Community rules (click to expand)
1. Follow the site-wide rules
- Instance-wide TOS: https://legal.lemmy.world/tos/
- Lemmy code of conduct: https://join-lemmy.org/docs/code_of_conduct.html
2. Be civil
3. Post Linux-related content
sudo
in Windows.4. No recent reposts
5. π¬π§ Language/ΡΠ·ΡΠΊ/Sprache
Please report posts and comments that break these rules!
Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.
on temple os, it reports directly to God
once it discovers that you aren't in the sudoers list, it prints the message, and then quits. any omniscient god will know.
best distro ever
Put crypto on it and watch it disappear
kim jong un is only protecting my coins from hackers!1!1!1
type in some code for rsa, scroll down, scroll up, it's gone
RSA_encrypt(val, key) {
return val;
}
RSA_decrypt(val, key) {
return val;
}
ohoho, this is pernicious (following the wikipedia article on rsa, to the letter >:), mostly c):
struct KeyPair generate_RSA_keypair() {
struct KeyPair keypair;
bigint p = generate_prime();
bigint q = generate_prime();
bigint n = p*q;
bigint totient = (p-1) * (q-1);
bigint e = 1;
while (gcd(e, totient) != 1) {
e++;
}
bigint d = modular_inverse(e, totient);
keypair.n = n;
keypair.e = e;
keypair.d = d;
return keypair;
}
I first got this error trying to play under the hood of a MacBook in high school and got scared it was reporting to the school. It of course didn't.
in soviet russia os reports to you
Really, it's the syslog. And if you have a email configured, the admin gets a mail.