TFTP stands for Trivial File Transfer Protocol. TFTP is used to transfer data from server to client via udp unlike FTP which uses tcp protocol. This article will help you setup tftp server on CentOS with minimum configurations. We are going to use the same machine which was configured as DHCP server. On that machine,…
Author: Waqar Azeem
Experienced Linux administrator with a demonstrated history of working in the financial services industry.
How to Install Simple DHCP Server in Centos 7
DHCP server is used for automatic assignment of IP addresses to devices in a network. This article outlines the minimum steps to be performed on CentOS to setup DHCP server. Assuming that you have freshly installed a machine with CentOS 7 ISO image and machine has been assigned a static IP address. I have attached…
How To Setup 3-Node DynaTrace Managed Cluster on Centos/Redhat 7
I have been recently assigned task to evaluate DynaTrace tool, an application performance monitoring tool. I configured three node cluster with one environment ActiveGate and one cluster ActiveGate node. The following howto covers the installation of three node DynaTrace cluster. I received licenses for 60 nodes. Based on the information available on Dynatrace site, I…