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

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...