Office Archive

Book Review: Understanding the Linux Virtual Memory Manager

Virtual memory is one of the most important subsystems of any modern operating system. Virtual memory is deeply intertwined with user processes, protection between processes and protection of the kernel from user processes, efficient shared memory, communication with IO (DMA, etc.), paging, swapping, and countless other systems. Understanding the VM subsystem greatly helps understanding how all other parts of the kernel work and interact. Because of this "Understanding the Linux Virtual Memory Manager" is a great guide in better understanding and working with the entire kernel.

OpenOffice.org 1.1.2 Released

OpenOffice.org announced the release of the 1.1.2 version which introduces the FontOOo Autopilot (downloads and installs fonts from various sources). In addition, this release provides improved support for dBase database files, additional language support, and improved XML export facilities.

Building a Wired Home, Part 2

The second in an ongoing series of articles about expanding the realm of your computing environment to encompass your whole home, this article covers my experience becoming a certified Home Technology Integrator. Though the internet is a great source of information for nearly every aspect of home automation, there's no substitute for a little formal education.

EIOffice 2004 Vs MS Office 2003

Designed to compete against MS Office, EIOffice 2004 is coded in Java therefore able to run on both Windows and Linux. EIOffice 2004 offers features which should get a few users' attention, but does it have enough to have people switching from MS Office? Flexbeta has the review.

Group-Office 2.2 Pro Review

The world has changed due to the humble (and sometimes not so humble) creations in the past. It can be argued that NCSA Mosaic changed the world. Some would argue that it was actually Netscape, but whatever the actual case may be, the web browser has in some way changed the way we look at electronic information.

WordPerfect for Linux Available from Corel

On April 1, it was announced that Corel would start selling WordPerfect for Linux as a pilot project to assess customer demand. It is now available from the Corel store. This version is based on the WP8 for Linux series, which was alot more stable than the later winelib based versions. Linux Journal recently reviewed the updated WordPerfect for Linux. Editor's Note: The Corel site is a little misleading - as noted above, this is NOT Word Perfect Office 12 - it is an updated version of WordPerfect for Linux.

KOffice 1.3 Released

Today, the KDE Project released KOffice 1.3 for Linux and Unix operating systems. Big improvements have been made in KOffice 1.3 with respect to interoperability with other office file formats. It is now for example possible to import as well as export OpenOffice.org documents. Also new is the ability to import PDF files into KWord and make changes to the document. Support for Microsoft document- formats has improved as well.

Building a “Wired Home”

If all goes well, this summer I'll be building a new house. I've owned a few houses before, some of them built in the 1920s and 30s, and full of all the charm and quirks of an old house, and a couple that were pretty new, with the lack of craftsmanship and imagination that's typical in most new construction in the USA today. But this time I'm building a custom home, just to my specifications, so I can have whatever features I want, limited only by my imagination (and budget). I'd like to integrate some home automation features into the house, and include wiring for future expansion.

Throw That GUI Out the Door: Console Applications That Shine

As I have recently discovered, with the right applications, ditching the GUI and using the console exclusively can be a pleasure. By knowing which console applications will suit your needs the best you can achieve efficiency in a console environment that rivals that of a GUI. With well designed ncurses interfaces many console applications are extremely usable and working in a console environment can not only free up precious resources it can also provide several other benefits that will be discussed later in this article.