Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror

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 -

Comment Re:suure (Score 0, Troll) 347

hard drives breaks; needs to buy whole new computer...

The kind of people that don't recognize (or stop) an operating system upgrade are the same kind of people that need to pay Geek Squad to replace their hard drive and reinstall the OS and applications -- at a price that's likely close to the price of buying a new low-end computer.

how about walking away and coming back a few hours later and the damage is already done?

Comment Re:distributed client? (Score 0) 196

Nah, then you'd see an increased network usage. This is probably just Firefox's fsync bug repeated: in order to ensure data integrity, SQLite has a mode that fsyncs on commit. (After all, if the data isn't written to storage, it isn't really committed.) If you combine that with autocommit after every minor transaction, you get a ton of fsyncs and massive data usage.

bug? this one? Reported: 2008-03-07 03:10 PST, Status: RESOLVED FIXED ?

Slashdot Top Deals

Man is an animal that makes bargains: no other animal does this-- no dog exchanges bones with another. -- Adam Smith

Working...