Windows Vista Beta 1: Administrator’s Preview

"Windows Vista is actually quite interesting for an administrator. When I first saw it on MSDN, I thought, "Over 2 Gig's. What could they have done for it to be that large without the drastic new UI?" Well, I have been looking at this thing for about a week now and I uncover more and more each time that I look into it. I am going to cover some of the enhancements that Vista will provide for administrators as well as a few neat little tidbits that I have not seen much of."

Multifunction Multimedia Machine, Part II

The Mac mini offers a viable platform for embedded multimedia development. In this article, Lewin Edwards shows how to make efficient, direct use of the framebuffer to display JPEG files and discusses the issues involved in deciding between direct framebuffer access and using the X server as a graphics driver. Part I of this series can be found here.

Managing Linux Daemons with init Scripts

When you install a new Linux server distribution, you can often install all of the daemons you'll need to run on that machine at install time. Distribution vendors present a "ready to go" distribution by supplying initialization scripts for all of the services you might run. But what happens if you're building from source, and no init script is supplied? What if you're writing the source and haven't ever built an init script? Here are a few ways to cope when you're faced with this challenge.

Project Evil: Windows Network Drivers on FreeBSD

Project Evil provides a set of basic functions commonly used by Windows network drivers. These functions are then translated internally to the FreeBSD driver model. To the driver, it appears that it is running in a normal Windows environment. To the OS, it appears that a native FreeBSD kernel module containing the driver is present. This article explains how it works.

Beta Testing Windows OneCare

Microsoft has begun beta testing their solution to the slow and unprotected PC dilemma: Windows OneCare. FlexBeta reviews it: "Would I personally use the Windows OneCare service? Well, it depends on how much MS is going to charge for this service. If the service will range from $10-$20 a year, then I would say it is worth it."

Torvalds: How to Keep Linux Kernel on Course

According to open-source insiders, the move to create separate kernel trees for technology testing and bug fixes, which are then incorporated into the stable kernel when ready, has been a huge success, pleasing both kernel developers and the vendors who distribute the open-source operating system. Torvalds: "I'm certainly pleased, and judging from the reactions we had at the Linux Kernel Summit in Ottawa a few weeks ago, most everybody else is too."

Windows Vista SDK Goes Gold

Microsoft on Monday signed off on the Windows Vista SDK, or software development kit, which will enable developers to create applications for the next-generation Windows release. The SDK, complete with code samples, tools and documentation will be available via MSDN and distributed at next month's PDC conference in LA. In addition, Microsoft has finally released an updated version of Messenger:Mac, bringing it up to par with its Windows brother.

Windows Ext2/3 Filesystem Driver

Many people don't know that Microsoft provides an Installable File System (IFS) SDK kit for writing filesystem drivers. This SDK provides necessary info for writing a filesystem driver to manage Linux/OS X drives from Windows 2000, XP or 2003 Server. Stephan Schreiber wrote an Ext2 IFS driver for Windows which supports Ext2 and Ext3 with read/write operations and almost everything else available under Linux except access rights, defraging and some other minor things.