Forgot your password?
typodupeerror

Comment Re:Systemd (Score 1) 49

I dunno, if that's how people vote, that's how it should be.

Though there is a big question of how they plan to run a vote with multiple options. I hope it's a Condorcet system to avoid the risk of watering down one side with similar competing options...

do a little research, the voting system is well documented In short: Debian uses a ranked-choice, Condorcet-based system designed to find the option with the broadest overall support rather than simply the one with the most first-place votes.

Comment Re:OS versioning tool (Score 0) 14

Maybe it's something you don't care about, but for a lot of people being a quick reboot away from having a working system after a bad update or upgrade is very useful.

true, to some extent. but it is buggy, does not always work as intended. - However, Stable distributions such as Debian are not prone to the "bad update/upgrade" problem that is quite common with the Linux Mint bugfest*. === *unfortunately LM does not have the manpower to test before they push it up, so the users are all Beta Testers. This is exactly why I went to Debian

Comment this is the direct result of a New Sanction (Score 0) 53

The US Government has just now blocked Russia from paying on their debt. They have plenty of cash on deposit, but they are prevented from using it to make the payments due. does it Hurt Russia? not at all. ...well maybe little does it hurt the Bond Holders? YES ... they are Screwed none of the sanctions have been effective for their stated purpose.

Comment Re:Get the popcorn ready... (Score 0) 103

We're going to see lots of angry slashdot conservatives commenting soon here about how this is politically biased against them and how certain they are that global warming is a hoax. Will this article set a new 2021 record for most comments?

Probably not. the linked article is pay-walled so

Comment Re:Kewl! (Score 0) 40

Ubuntu is as bad as Windows anymore. I'll install Ubuntu on a device at work and 5 minutes later apt will complain that something in /var is locked. Do a ps and see that the unattended upgrade service is running without me asking. This service is enabled by default.

It's been installed by default in debian since stretch (2017). You can configure it via the gui or https://wiki.debian.org/Unatte...

true, unattended upgrade service software is installed bu default. The part you overlooked is that it is Not Activated. The user has to purposely do that if they so desire.

Comment Re:Internet is a series of tubes (Score 0) 78

Why? Government is paying (taxpayer money), so economy is not a concern. Free Market is more logical... Here in Baja California, Mexico our local fiber lines are on the telephone poles. It works just fine. The local telco (Telnor) has been hooking us up at no cost. [no public finding] Fiber inside the home to a wall jack, then conventional tele wire to a new modem. I now have had stable 50 down and 20 up service since 24/6/2021 ... BTW I pay 389 Mexican Pesos per month. (less than $20 US). it sure beats the old DSL we have had for the last decade or so

Comment Re:Automated source tools (Score 1) 96

Just curious, how on earth do you do "root" stuff then? Sometimes you just have to be root so how do you do that without sudo? Is that secure?

So I'm not going to give you too much flack, I'm just going to say it's unlikely that your means of privilege escalation is as safe as sudo, even with this bug. I suppose it's possible to do all sorts of complex stuff with setuid bits and captive utilities, but sudo is going to be way more secure and more easily logged to trace back to who did what (if you care about such things).

RTFM hint: $ su -

Slashdot Top Deals

Real programmers don't write in BASIC. Actually, no programmers write in BASIC after reaching puberty.

Working...