RHEL / CentOS

Generate/sign CSR with subject Alternative Name (SAN) – CentOS7/RHEL7

Setup MariaDB on CentOS7/RHEL7

This article will guide through installing MariaDB server and its configuration on CentOS7/RHEL7. The assumption for this article is that you are using a clean build of CentOS7. Let's start with setting up the repo for MariaDB. Go ahead...

Generate/sign CSR with subject Alternative Name (SAN) – CentOS7/RHEL7

Dual Instance of SSH – CentOS and RHEL

This guide is for configuring dual instances of ssh on a single server and bind them to seprate NIC's/Interfaces/Ethernet ports. Usually this is required in DEV and Prod environments wherein you need additional security and separation of...

Generate/sign CSR with subject Alternative Name (SAN) – CentOS7/RHEL7

How to Telnet via BASH Script

This article will show you how to Telnet via BASH script and return the status as open or close. This has been tested on CentOS/RedHat and hopefully should work on all other Linux distributions as well. Create a file telnet_script.sh....

Generate/sign CSR with subject Alternative Name (SAN) – CentOS7/RHEL7

Setup DHCP Server in Linux

Its easy to setup DHCP server in Linux with full control over the IP's and what IP's are assigned to client hosts. We would be using DHCP package via YUM for this setup. DHCP is used for dynamic assinging of IP addresses for the clients...

Generate/sign CSR with subject Alternative Name (SAN) – CentOS7/RHEL7

Setup and Configure DNS Server in Linux

This guide will help you in setting up a DNS server for resolving IP address to domain names and vice-versa. We will be using "named (bind)" as its the DNS version for Linux. First we need to install named Packages.   # yum -y install...