Mac OS X: User Friendlier Security for Unix

"One of the problems of computer security in practice is providing an easy mechanism for the user of a system to take advantage of the security features present in an operating system. A system may have significant security features, but absent an interface that allows the user to easily make use of those features the effective security of the system may be low." Read the PDF paper here. Elsewhere, BBC writes about Panther: "Apple, fed up with playing second string to Windows, has been taking its operating system from strength to strength."

Qt/Mac Development Needs You

The Dot reports that while Qt/Mac has been GPLed since Apple's World Wide Developer Conference 2003, which let everybody think that KOffice and the whole KDE stuff would quickly become native Aqua applications. However, the KDE on Darwin project is not really active and needs more developers.

FreeBSD: High-performance Computing Cluster; SNMP and RRDTool

This is an interesting article on how a 300 node cluster was built, using FreeBSD. A nice bonus with the article is that it has a list of major vendor that work with FreeBSD. Elsewhere, if you ever wanted to graph your network traffic, disk usage, system load, or anything else about your network, servers or workstations, then RRDTool is your best friend and SNMP is it's very sexy spouse. Between the two you can collect data on almost element in your network, either local or remote, and graph it almost any way you want. Read the paper here.

It’s Official — Office is an ‘Operating System’

When you can write nearly perfect versions of PacMan and Space Invaders in your favorite productivity application, you know it's crossed the boundary. Of course, treating cells like pixels and implementing the game by changing the background colors probably wasn't what the Excel developers had in mind, but frankly, that's not much different than what the guys writing the original games had to deal with.

Zero Install and the Web of Software

The Zero Install system removes the need to install software or libraries by running all programs from a network filesystem. The filesystem in question is the Internet as a whole, with an aggressive caching system to make it as fast as (or faster than) traditional systems such as Debian's APT repository, and to allow for offline use. It doesn't require any central authority to maintain it, and allows users to run software without needing a root password. In this editorial, we will see how software is accessed via Zero Install and how we can distribute our own programs through it.

Installing Apache, MySQL, and PHP on Linux

Apache, MySQL, and PHP have become one of the most utilized combinations for developing content driven websites. That being said, lets get to building a web server. This tutorial is designed to guide you through the initial steps of setting up Apache, MySQL, and PHP on Linux. The Linux distribution being utilized for this tutorial is Fedora Core 1, however the steps should be very similar across most distros.

Apple Releases Pro App Runtime Update

The Pro App Runtime update for Mac OS X 10.3 Panther provides improvements for Apple's professional applications, and is strongly recommended for all users of Final Cut Pro, Cinema Tools, Compressor, LiveType, Soundtrack, and DVD Studio Pro. This update improves general user interface appearance and reliability and is required to receive future updates for these applications. It is available via the Software Update utility.

Myths Open Source Developers Tell Ourselves

"One persistent misfeature of open source development is thoughtless mimicry, copying the behaviors of other projects without considering if they work or if there are better options under the current circumstances. At best, these practices are conventional wisdom, things that everybody believes even if nobody really remembers why. At worst, they're lies we tell ourselves." Read the rest at OnLamp.com.