Pacemaker

Pacemaker is a cluster resource manager, commonly used together with Corosync.

See also

Puppy Arcade

Puppy Arcade is a live CD distribution that includes several retro gaming emulators.

See also

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

yum

Group Installations

On CentOS, RHEL and probably other rpm-based distributions, it is possible to install sets of packages that are teamed together in logical groups. These groups will install all packages that are required for a specific function.

You can get a list of available package groups with:

yum grouplist

You can get a description of a group and the list of the packages that will be installed with:

yum groupinfo 'Group Name'

...for example:

yum groupinfo 'SNMP Support'

Finally, you can install a group of packages with:

yum groupinstall 'Group Name'

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

GIMP Image Editor

  • Old GIMP Magazine issues can be found at: https://issuu.com/gimpmagazine
About

Hello, I'm Marios Zindilis and this is my website. Opinions are my own. You also find me on LinkedIn and GitHub.

Unless otherwise specified, content is licensed under CC0.

Search