October 2012
M T W T F S S
1234567
891011121314
15161718192021
22232425262728
293031  

Categories

October 2012
M T W T F S S
1234567
891011121314
15161718192021
22232425262728
293031  

DB2 Database

Starting the DB2 control center on Linux

This procedure describes how to start the DB2® control center on Linux®.

To start the DB2 control center, perform the following steps: Login as root. At the command line, run the following command: xhost +localhost. Run the following command su – ctginst1. Run the following command db2cc. […]

Keeping multiple web servers in sync with rsync

People looking to create a load balanced web server solution often ask, how can they keep their web servers in sync with each other? There are many ways to go about this: NFS, lsync, rsync, etc. This guide will discuss a technique using rsync that runs from a cron job every 10 minutes.

There […]