Corosync Cluster Engine
Corosync is a cluster engine, meant to be used as part of other projects. It is commonly used together with Pacemaker.
See also
Puppy Arcade
Puppy Arcade is a live CD distribution that includes several retro gaming emulators.
See also
route
Add route to specific network:
route add -net 1.2.3.0 netmask 255.255.255.0 dev eth0
Add default gateway:
route add default gw 1.2.3.4 eth0