DNS Server Configuration on Linux

This article is a quick configuration manual of a Linux DNS server using bind.I believe thatbind do not need much introduction, butbefore you proceed with the installation and configuration of bind nameserver make sure that bind DNS server is exactly...

Create and Restore manual LVM Snapshots

1. Introduction By creating a Logical Volume snapshots you are able to freeze a current state of any of your logical volumes. This means that you can very easily create a backup and once needed rollback to a original logical volume...

Configuring NFS on Linux

1. Introduction The Network File System is certainly one of the most widely used network services. Network file system (NFS) is based on theRemote procedure callwhich allows the client to automatically mount remote file systems and therefore transparently provide an access...

Setting Up Logrotate on Centos/RedHat Linux

1. Introduction Logrotate is a utility designed for administrators who manage servers producing a high volume of log files to help them save some disk space as well as to avoid a potential risk making a system unresponsive due to the...

HTTP-Apache Status Codes

HTTP, Hypertext Transfer Protocol, is the method by which clients (i.e. you) and servers communicate. When someone clicks a link, types in a URL or submits out a form, their browser sends a request to a server for information. It...