Home » Archive

Articles tagged with: OpenBSD

Linux, articles »

[18 Feb 2008 | No Comment | 1 views]

The Linux-HA (High-Availability Linux) project provides a high-availability (clustering) solution for Linux, FreeBSD, OpenBSD, Solaris and Mac OS X which promotes reliability, availability, and serviceability (RAS).
The project’s main software product is Heartbeat, a GPL-licensed portable cluster management program for high-availability clustering. Its most important features are:

no fixed maximum number of nodes - Heartbeat can be used to build large clusters as well as very simple ones
resource monitoring: resources can be automatically restarted or moved to another node on failure
fencing mechanism to remove failed nodes from the cluster
sophisticated policy-based resource management, …

Linux, Software »

[23 Jan 2008 | 2 Comments | 5 views]

Wine is a software application which aims to allow Unix-like computer operating systems on the x86 architecture to execute programs that were originally written for Microsoft Windows. Wine also provides a software library known as Winelib which developers can compile Windows applications against in order to port them to Unix-like systems.
The name ‘Wine’ derives from the recursive acronym Wine Is Not an Emulator. While the name sometimes appears in the forms “WINE” and “wine”, the project developers have agreed to standardize on the form “Wine”.
The Wine developers released the first …