node

Setting Up Master-Master Replication On Four Nodes With MySQL 5 ...

Linux Today  Fri, 11/21/2008 - 21:03

Howtoforge: "This tutorial explains how you can set up MySQL master-master replication on four MySQL nodes (running on Debian Etch).

The difference to a two node master-master replication (which is explained here) is that if you have more than two nodes, the replication goes in a circle, i.e., with four nodes, the replication goes from node1 to node2, from node2 to node3, from node3 to node4, and from node4 to node1."


 

MAKE: Blog: Linux boot sequence visualized

Digg Linux/Unix upcoming  Fri, 11/14/2008 - 18:32

Perry Hung @ MIT made this great Linux boot sequence visualization, he writes- This is a visualization of a linux boot sequence where each function is a node and each edge represents a function call, direct branch, or indirect...


 

Linux Boot Sequence Visualized

Linux Today  Thu, 11/13/2008 - 18:03

Make: "This is a visualization of a linux boot sequence where each function is a node and each edge represents a function call, direct branch, or indirect branch.

Nodes are laid out using an unweighted force-directed layout algorithm, where each node is simulated as if it were electrically repulsive and had springs between nodes."


 

Linux boot sequence visualized

Digg Linux/Unix upcoming  Wed, 11/12/2008 - 14:12

This is a visualization of a linux boot sequence where each function is a node and each edge represents a function call, direct branch, or indirect branch.

Nodes are laid out using an unweighted force-directed layout algorithm, where each node is simulated as if it were electrically repulsive and had springs between nodes.


 

Linux boot sequence

Digg Linux/Unix upcoming  Wed, 11/12/2008 - 12:49

This is a visualization of a linux boot sequence where each function is a node and each edge represents a function call, direct branch, or indirect branch.


 

How To Set Up A Loadbalanced High-Availability Apache Cluster Ba...

Linux Today  Sat, 06/14/2008 - 23:50

HowtoForge: "This tutorial shows how to set up a two-node Apache web server cluster that provides high-availability..."