backhdlp

joined 1 year ago
[–] backhdlp@lemmy.blahaj.zone 21 points 1 year ago

I miss 3 days ago when the blockade was just some HTML

[–] backhdlp@lemmy.blahaj.zone 17 points 1 year ago (9 children)

Plasma, but only on Wayland (which is better anyway unbiased opinion).

[–] backhdlp@lemmy.blahaj.zone 3 points 1 year ago (1 children)

Is it not ok to put the bounty there in writing and send the money without the help of another service?

[–] backhdlp@lemmy.blahaj.zone 1 points 1 year ago

I think we agree here, tho I seem to have formulated my comment in a way where it didn't seem like that.

[–] backhdlp@lemmy.blahaj.zone 12 points 1 year ago (1 children)

Their TL;DR is at the bottom:

Summing up

Over time, commands have become more complex to turn off user account passwords, and the attack surface of Linux systems has also increased. The correct procedure is as follows:

  1. Stop all Linux processes owned by the user:

# killall -STOP -u

  1. Delete the user password:

# passwd -d

  1. Lockdown the user account:

# usermod -L -e 1

  1. Politely refuse a login for the user account:

# usermod -s /usr/sbin/nologin

Reversing all that is underneith the TL;DR:

How do I reverse the procedure?

First, set user login shell to /bin/bash:

# usermod -s /bin/bash

Unlock the user account:

# passwd -u

Set a new password for the user account:

# passwd

If the Linux system wasn’t rebooted and all processes weren’t killed unlock and resume all Linux processes owned by the user:

# killall -CONT -u

[–] backhdlp@lemmy.blahaj.zone 3 points 1 year ago

Yeah, he's just based like that

[–] backhdlp@lemmy.blahaj.zone 2 points 1 year ago (1 children)
[–] backhdlp@lemmy.blahaj.zone 3 points 1 year ago

I thought it had to do with screen width

[–] backhdlp@lemmy.blahaj.zone 3 points 1 year ago (2 children)

I'm not here to have the Fedora Telemetry discussion, but I think it's not spying If the user has choice and control over what gets through if anything

[–] backhdlp@lemmy.blahaj.zone 21 points 1 year ago (6 children)

not all telemetry is bad or spying

[–] backhdlp@lemmy.blahaj.zone 19 points 1 year ago (3 children)

They're better than

cd something
ls
cd something-else
ls
cd ../..
ls
[–] backhdlp@lemmy.blahaj.zone 1 points 1 year ago

Good there's a more official way now, I just added the entire part to the custom filter list previously.

view more: ‹ prev next ›