Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:What is the best AMD device for Linux? (Score 2) 117

This page is your friend: http://www.x.org/wiki/RadeonFeature

Don't buy a 7xxx (Southern Islands) or (I assume) a 8xxx (Sea Islands) card, since they don't have open source 3D drivers for Linux; a 6xxx graphics card is the best bet (Northern Islands). For integrated graphics, I suppose the 2012 A series trinity should work, since it is based on the well-supported Northern Islands GPU.

Comment Re:Because there's already an LTS Ubuntu: Debian (Score 1) 222

Debian is no substitute for Ubuntu LTS. If you look at http://en.wikipedia.org/wiki/Debian#Release_history , Debian releases have generally only been supported for 3 years. Ubuntu LTS is supported for 5 years. The extra 2 years of not being forced to dist-upgrade a stable working system just to get security upgrades are very useful!

Comment Re:The hole is only relevant to the Java plugin? (Score 4, Insightful) 265

Standalone Java apps already have full arbitrary code execution and full access to the system. What would be the point of using an exploit to gain access to a system you can already access. If you are running a standalone Java app, you have already chosen to trust the code completely, unlike a sandboxed app in a browser.

Comment Re:TURKTRUST's explanation (Score 2) 75

In summary, they claim that a testing profile (which creates intermediate certificates) on a test system were accidentally copied to a production system, and in effect for two days. The MitM *.google.com cert is claimed to be have been automatically issued by a Checkpoint firewall once a CA cert is installed, without intention from the owner of the accidental CA cert.

So TURKTRUST claims it has all been an accident.

Comment Re:In Linux drivers, Intel is still king. (Score 2) 161

While AMD is releasing documentation, Intel is releasing actual open source drivers. And now that Intel's graphics hardware is no longer a complete joke, Intel is becoming a real alternative for some users.

AMD is still better than NVIDIA, which doesn't release documentation.

Comment Re:Can someone explain... (Score 4, Insightful) 262

For a concrete example, the RSA public key includes a number n, which is the sum of two secret primes p and q. The encryption is broken if an attacker can derive p and q from n by factorization. ( http://en.wikipedia.org/wiki/RSA_(algorithm)#Operation )

if you could factorize an RSA public key 48% of the time then it would be a pretty big deal, since it would render RSA completely obsolete.

Slashdot Top Deals

If all else fails, lower your standards.

Working...