Articles by sudhagud
-
Simple Linux Auditing
Author: sudhagud • Tags: linux • Comments: 4
Simple Linux Auditing Basic Linux system auditing is a bit tricky and data collected and information of that is out of place and readability is not that good. Recently this led me to put together a Open Source code project and develop simple BASH scripts that do the job nicely. The code and tar ball can be downloaded from both google code or from SourceForge's website and the project website has links to documentation, help, installation and code.
-
RedHat Cluster Suite And Conga - Linux Clustering
Author: sudhagud • Tags: centos, high-availability • Comments: 7
RedHat Cluster Suite And Conga - Linux Clustering This how to describes an easy step by step installation of the RedHat Cluster Suite on three CentOS nodes and prepare them as nodes of a cluster. You will also install the Management suite which is web based and is known as Conga.
-
PDNSD HowTo - A DNS Caching Personal Server (Fedora 16)
Author: sudhagud • Tags: dns, fedora • Comments: 7
PDNSD HowTo - A DNS Caching Personal Server (Fedora 16) PDNSD is a non authoritative caching DNS server. It maintains a disk cache of the queries that your system performs and subsequent queries will be faster from the cache. It is safe enough to be used on a personal Unix/Linux system as a home Desktop or a Laptop.
-
-
vsftpd: Local And Virtual Users With Bash Scripts For User Maintainance (CentOS 6.0)
Author: sudhagud • Tags: ftp, centos • Comments: 3
vsftpd: Local And Virtual Users With Bash Scripts For User Maintainance (CentOS 6.0) vsftpd is the most popular FTP server in the Linux world and is secure and fast. Recently I had to configure a FTP server quickly onto a CentOS server setup built using the minimal ISO and the server was up and running in a snap.