ps
outputs a newline after every entry. What are you trying to accomplish?
Do you have a username that contains a newline character? If so… why?!
ps
outputs a newline after every entry. What are you trying to accomplish?
Do you have a username that contains a newline character? If so… why?!
He prevented WW3, fulfilling his traditionally masculine role as protector in a way many of us can only dream of. It sucks if that isn’t validation enough of his masculinity for him…
Okay, I imagined what it would be like to lick my dingus in winter. What now?
Kafka would have been proud!
The stock image says “RAMSOMWARE” with an M instead of the N…
I’m not saying they aren’t allowed to show ads, but I am saying that once they do, they are no longer allowed to refer to themselves as independent.
No company that wants to advertise on your website is stupid enough to sign away editorial control, i.e. once you agree to display their ads, you are no longer allowed to say anything bad about them. And even if they did, there’s still the looming risk that if you do, they are well within their rights to pull their ads and there goes your income.
If you’re going to show ads, be honest to your readers about what that means.
Great choice of website:
Independent journalism is made possible by advertising.
That is the polar opposite of the truth.
Doesn’t having admin privileges mean you can load any driver into the kernel anyway, including blatantly malicious drivers?
Yes; I wanted to mention that dhcpcd is not affected because the title explicitly mentions the DHCP client (dhclient), so people might go looking for alternative DHCP clients in the comments.
I think it’s a bit confusing that you mentioned the DHCP client (dhclient) and DHCP relay (dhrelay) in the title, then link to the Arch Wiki article about the DHCP server (dhcpd). Yes, dhrelay is contained in the dhcpd package (dhclient, however, is not), but I assume most people will be using a DHCP client and few will be operating a DHCP server or relay.
On Arch, the client is in the dhclient
package, which is generally also the name of the ISC DHCP client binary.
dhcpcd
(DHCP Client Daemon) is not affiliated with the ISC and still appears to be under active development.
I assume many people migrated to Lemmy because they wanted a Reddit without spez.
Kinda hard to encode it in
/etc/passwd
, which separates entries with newlines and fields of an entry with colons.Of course, you can activate some alternative user database in
/etc/nsswitch.conf
and then you can have your usernames with newlines in them, but at least half of the tools on your system that process usernames will take that personally…