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

 



Forgot your password?
typodupeerror

Comment Re:Single point of failure... (Score 1) 191

Nope, you can't get any email. Trust me, I have one next to me (and I'm certainly not an enterprise user, just standard BIS plan with my GMail and University email accounts) and was affected by this outage - web browsing, BBM, WhatsApp, _all_ email accounts, Facebook and Twitter were not working. There is a way to make the browser use the network directly, but it does not do so automatically.

Comment Re:Or (Score 1) 217

On the N900, you don't even need to install Debian. Want to play around? Install the root enabler from the stock application manager, open up the terminal (which is standard) and type in "root". Bam, you have root on a _proper_ GNU/Linux device that you can carry around in your pocket. libc? check. Not to mention, you can easily run a Debian chroot, should you want, or boot into Android.
Security

Submission + - Critical flaw found in virtually all AV software (theregister.co.uk) 1

Securityemo writes: "The Register is running an article about a new method to bypass antivirus software, discovered by Maltousec. By sending benign code to the antivirus driver hooks, and switching it out for malicious code at the last moment, the antivirus can be completely bypassed. This attack is apparently much more reliable on multi-core systems. Link to original article here."

Comment Re:Hollywood is partially right (Score 1) 874

True, but if a file were actually open, the deletion would have no effect. As a neat trick, you can be downloading a file, say, using wget. Then move the file that's being downloaded, or even delete it. The download will continue as if nothing happened. Reason being that on *nix systems, a file descriptor is used, and as long as that is open, the file isn't really deleted. It's even possible to recover deleted files that are open this way. And undelete depends on the underlying filesystem, journaling, etc.

Slashdot Top Deals

Using TSO is like kicking a dead whale down the beach. -- S.C. Johnson

Working...