IntelliJ IDEA 5.0 Released

Popular Java IDE IntelliJ IDEA's 5.0 version is released by JetBrains. Some of the new features: advanced Css, Html, XHtml, Javascript and JSP support, Integrated Subversion-Perforce support, J2ME developement and a lot of editor-coding related enhancements. IDEA is a commercial product, however they provide free licenses to active Open Source projects.

Authentication Auditing in Windows 2000

Authentication auditing is an essential part of protecting Windows computers from intrusion. The big problem in Windows auditing is trying to understand what's going on, without drowning in a flood of irrelevant or useless information. If you let it do so, Windows 2000 will bury you in event notifications. Figuring out what's going on from those notifications can be a real chore. In this Informit.com article, Rick Cook provides specific suggestions to start making your auditing process more informative.

An Introduction to KiXtart

A Windows domain administrator needs to accomplish quite a bit in a given day: map user shares at login, run hardware and software audits; install the new corporate wallpaper (or other such important software). And do it all transparently to the users. Simple, right? It is, if you use a secret weapon: a login script. In this DevSource article, Lynn Greiner demonstrates how the free language, KiXtart, can help you get the job done.

Novell Lays Claim to SCO’s IP License Revenue

Novell has filed its response to SCO Group slander of title case against it, making the same claim against the Unix vendor and adding that it believes it is entitled to 95% of SCO's intellectual property licensing revenue. This legal filing is the latest twist in the long-running argument between SCO and Novell over which company holds the copyrights to the UnixWare operating system and Unix System V code base, and could have a financial impact on SCO's other legal claims.

Apple’s New Mouse

In a move sure to spark tons of heated "toldja so" debates, Apple has released a new mouse, Yahoo reports. Aptly named Mighty Mouse, it got a touch-sensitive top shell which works like left/right buttons, a pair of force-sensing side buttons, and a 360-degree scroll button which doubles as the third button.

Linux Trademark Enforced Down Under

A lawyer acting for Linus Torvalds has contacted Linux vendors in Australia and asked them to sign a legal document relinquishing any legal claim to the word "Linux" and demanding they purchase a licence for its use from the Torvalds-created Linux Mark Institute, which administers the Linux trademark. The effort is part of an 18-month struggle to get 'Linux' registered as an Australian trademark.

Review: SCO OpenServer 6

The SCO Group's OpenServer 6 inherits a new kernel from its UnixWare sibling that significantly boosts the product's scalability. Although SCO seems like an unlikely outlet for open-source software, the company has extended OpenServer with updated versions of Samba, Perl, PHP and other key components, and it has given this operating system a more modern interface option.

JUnit Nail-Guns Antipatterns

The advent of JUnit has been a boon to developers. Unfortunately, many think it's enough to learn the JUnit API and write a few tests in order to have a well-tested application. This idea is worse than not testing at all because it leads to a false sense of code health. Learning JUnit is the easiest part of testing. Writing good tests is the hard part. This article presents some common JUnit antipatterns and shows how to resolve them.