Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

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.

Submission + - Alternatives to Windows 7 Applocker

BurningSpiral writes: Microsoft Windows 7 Enterprise edition includes AppLocker: the ability to prevent users from running applications that haven't been specifically authorized by the system administrator. These restrictions can be put in place based on path name, cryptographic hash, publisher signatures, etc. AppLocker is increadibly helpful in protecting sensative data from both known and unknown threats. Unfortunatly, not every organization is in a position to switch operating systems to take advantage of this feature. Is there a way to implement similar application restrictions on Windows XP, Windows Vista, Windows 7 Home/Pro, OS X, and Linux?
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

Top Ten Things Overheard At The ANSI C Draft Committee Meetings: (5) All right, who's the wiseguy who stuck this trigraph stuff in here?

Working...