Articles by rhein.andrea
-
BIND Installation On CentOS
Author: rhein.andrea • Tags: dns, centos, bind • Comments: 11
BIND Installation On CentOS BIND is alternative software for translating domain names into IP addresses. Because domain names are alphabetic, they are easier to remember. So if we will browse the Internet we don’t need to remember IP addresses. For example, the domain name www.yourdomain.com might translate to 192.168.0.1.
-
Installation Of BIND As A Secondary (Slave) DNS Server On CentOS
Author: rhein.andrea • Tags: dns, centos, bind • Comments: 6
Installation Of BIND As A Secondary (Slave) DNS Server On CentOS After we have installed BIND as a master DNS server (NS1), we can now try to set up a secondary DNS server (NS2) with BIND on CentOS. NS2 acts as a backup if there are problems with NS1.
-
Installing PowerDNS With MySQL On CentOS
Author: rhein.andrea • Tags: dns, centos, powerdns • Comments: 7
Installing PowerDNS With MySQL On CentOS PowerDNS is a MySQL-based DNS server, written in C++ and licensed under the GPL. PowerDNS can be managed through a web interface (PowerAdmin). This guide shows how to install it on CentOS.
-
-
Installing Nictool On CentOS 5
Author: rhein.andrea • Tags: apache, centos, dns • Comments: 1
Installing Nictool On CentOS 5 Nictool is a free software for managing DNS, but for download we have to register at www.nictool.com; Nictool can export from djbdns, BIND, PowerDNS. All data is stored in MySQL and can be managed over the web using a browser. This tutorial shows how to install Nictool on CentOS 5.2.
-
Installing Lighttpd With PHP5 And MySQL On CentOS 5.2
Author: rhein.andrea • Tags: centos, lighttpd • Comments: 0
Installing Lighttpd With PHP5 And MySQL On CentOS 5.2 Lighttpd is a webserver designed to be secure, fast, standards-compliant, and flexible while being optimized for speed-critical environments. This post shows how to install it with PHP5 and MySQL support on Centos 5.2.
-
Installation Of ZendOptimizer And IonCubeLoader Using Lighttpd On CentOS
Author: rhein.andrea • Tags: centos, lighttpd, php • Comments: 1
Installation Of ZendOptimizer And IonCubeLoader Using Lighttpd On CentOS This tutorial explains how to enable ZendOptimizer and IonCubeLoader in PHP on a Lighttpd web server on CentOS.