Download Bind Configuration Files Here
named.conf
Similar Posts
Search Text within Files in Linux
To learn one of the most easiest way to search particular search string in text file on a computer running Linux operating system. ` Post Views: 1,814
How to Fix semanage Command Not Found CentOS7/RHEL7
semanage Command Not Found CentOS7/RHEL7 Lately, I was configuring Caching-Only DNS on CentOS7 / RHEL7, once i tried to configure SElinux context on /etc/named.conf using: semanage fcontext -a -t named_conf_t /etc/named.conf, it didn’t work.! and threw the following error: -bash: semanage: command not found. Let me show you how i fix this error “semanage Command…
Dual boot Installation windows 7 and fedora 19
How to Dual boot Installation Windows 7 and Fedora 19 Previous How To Video was about Dual Boot Installation Windows 7 and Fedora 18 was published on my YouTube Channel, In this tutorial i am going to explain Dual boot Installation windows 7 and fedora 19 step by step with the help of screenshots for…
How to Install DRBD on CentOs 6.2
RHEL 6 and CentOs 6.2 has no more yum repository for DRBD. if you want to Install DRBD on RHEL 6 you need a support contract with RedHat. We will use ELRepo repository to install DRBD on CentOs 6.2.` Step-1 : download elrep using wget [root@dbase1 ~]# mkdir /download [root@dbase1 ~]# cd /download/ [root@dbase1 ~]#…
Setting Up Networking in Linux CentOS/RHEL/Fedora
After installing Operating System the first thing come into mind, how to modify network setting of your Linux Box. Network management is really simple when it comes to CentOS/RHEL/fedora, Most of the setting is easy and simple to adjust. We need to modify few files to configure our networking, as most of the configuration kept…
Use grep and regular expressions to analyze text
INTRODUCTION What is grep ? ‘grep’ is a line searcher specially its very helpful when you are dealing with large text files or even multiple files. Name ‘grep’ drives from unix/linux text editor eg: (global / regular expression / print) g/re/p. ` Post Views: 2,278
