Linux Interview Questions and Answers – Part 1

Hi guys, today I thought of sharing something that really helps you to crack the interviews. Now a days interview panelists are started asking questions on real / live environment. Lets stick to the topic, I will share you the questions, along with the answers and the links to topics so that you have no need […]

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 […]