Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re:Already patched (Score 2) 89

It only applies security updates automatically if the user the PHP scripts run as has write access to the WordPress directory. I never allow that. I'd rather have the security of knowing a WordPress exploit can't modify the WordPress installation than the convenience of updates through the web UI.

This latest exploit also depends on a logged in administrator viewing the malicious comments to do the really nasty stuff. This is another very good reason to only ever log in as an administrator when you absolutely must. Use a non-admin user for writing content and moderating comments.

Comment Re:Back end (Score 1) 78

Compile time is important - you can be more productive if your edit/compile/test cycle is faster. This is especially true with test-driven development.

Comment Really crappy article (Score 5, Informative) 28

I know I should've expected it given it's on medium, and it's been submitted to /. by its own author, but that's a really bad article. It's full of irrelevant details, stupid comparisons and misleading crap. I understand the concept of "science evangelism" but could you please do it without acting like a total buffoon?

Comment Re:Poor Design... (Score 1) 73

This is where the world is going with per-application library installations on Windows, things like Docker on Linux and application bundles containing libraries/frameworks on OSX. It guarantees that you don't get unexpected application breakage on a library update, but in means a library update requires work for every application using it.

Comment Re:How about basic security? (Score 1) 390

Yeah, my ISP gives me a static /56 and a dynamic /64, so that's a lot of space to scan. My Windows boxes randomise addresses for outgoing connections, so you can't trivially get addresses to scan by sniffing egress traffic. And on top of that my router acts as a firewall and only allows incoming connections on whitelisted address/port combinations.

Comment Re:NameCheap (Score 1) 295

Haha very funny. Just one problem: none of my spam actually has anything to do with that. Most of it has something to do with HARP, energy independence, diabetes, saving on mortgages and losing weight. I assume these are things Americans worry about.

Seriously though, I will be doing business in China and need Chinese domain names. I honestly don't know who a reputable .cn registrar is. Hosting isn't a problem.

Comment Re:So easy to find (Score 1) 132

It makes you vulnerable to MITM attacks, since when you connect to your camera, you can't be sure it's actually yours and not just another device with the same well-known certificate/key.

It means that if you use a key exchange mechanism that encrypts the session keys with the server key then someone who's extracted the private key from one of these can decrypt communications with any of the cameras using the same certificate/key.

If you use a key exchange mechanism with forward secrecy, extracting the private key wouldn't allow Eve to decrypt all your communications.

Slashdot Top Deals

An authority is a person who can tell you more about something than you really care to know.

Working...