SSH Access Gateway

Posted by admin Sun, 09 Oct 2011 17:11:00 GMT
When you have many ssh users accessing your intranet, some sort of session logging is necessary. This article will show how to setup a gateway to allow ssh access to an intranet while recording the entire session for any user into text files. The tools we use for achieve this are ssh server/client and a short bash script.

Posted in , | no comments |

Exim Commands

Posted by admin Mon, 06 Jun 2011 19:06:00 GMT
Most useful Exim commands. Some of them can be used with sendmail too.

Posted in | no comments |

Linux Cluster - Debian Squeeze, Pacemaker, DRBD, LVM, Apache

Posted by admin Sat, 26 Mar 2011 23:15:00 GMT
A step-by-step tutorial on how to setup a fail-over cluster using Debian 6 (Squeeze), Pacemaker and DRBD (disk replication over network). On top of this high available infrastructure, we will configure Apache web server. First, resources used will be defined and after that, installation and setting of each part with samples.

Posted in | 2 comments |