Browsing category

How To’s

How To Setup NFS Server on CentOS 7 / RHEL 7

NFS stands for Network File System, helps you to share files and folders between Linux / Unix systems, developed by SUN Microsystems in 1990. NFS enables you to mount a remote share locally. This guide helps you to setup NFS server on CentOS 7 / RHEL 7. Benefits of NFS File / Folder sharing between […]

Install PXE Server and Configure PXE client on CentOS 7

Image by foto76 at FreeDigitalPhotos.net PXE, stands for Pre-Boot Execution Environment, will help you to install a system over network without having a DVD / CD-ROM. In this method, client will boot using only its network interface card, will be very helpful to the system administrators to install OS on the system in which DVD […]

How to Configure DHCP server on CentOS 7 / Ubuntu 18.04 / 16.04 / Debian 9

Dynamic Host Configuration Protocol is a network protocol used to dynamically distribute network configuration parameters, such as IP addresses, gateway, and DNS for network interfaces. DHCP Server assigns IP addresses automatically to all systems, so system admin need not assign IP addresses manually to client machines in the network. DHCP is the best option for […]

How to install Graylog2 on Ubuntu 15.04 / 14.10

Graylog (formerly known as Graylog2) is an open source log management platform, helps you to collect, index and analyze any machine logs on a centralized location. This guide helps you to install Graylog2 on Ubuntu 15.04, also focus on installation of four other components that makes Graylog2 a power full log management tool. Components: 1. […]