Linux Tutorials on the topic “centos”
-
Installing PowerDNS (With MySQL Backend) And Poweradmin On CentOS 5.2
Author: Falko Timme • Tags: centos, dns, powerdns • Comments: 2
Installing PowerDNS (With MySQL Backend) And Poweradmin On CentOS 5.2 This article shows how you can install the PowerDNS nameserver (with MySQL backend) and the Poweradmin control panel for PowerDNS on a CentOS 5.2 system. PowerDNS is a high-performance, authoritative-only nameserver - in the setup described here it will read the DNS records from a MySQL database (similar to MyDNS), although other backends such as PostgreSQL are supported as well. Poweradmin is a web-based control panel for PowerDNS.
-
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.
-
Paravirtualization With Xen On CentOS 5.4 (x86_64)
Author: Falko Timme • Tags: centos, virtualization, xen • Comments: 1
Paravirtualization With Xen On CentOS 5.4 (x86_64) This tutorial provides step-by-step instructions on how to install Xen (version 3.0.3) on a CentOS 5.4 (x86_64) system. Xen lets you create guest operating systems (*nix operating systems like Linux and FreeBSD), so called "virtual machines" or domUs, under a host operating system (dom0). Using Xen you can separate your applications into different virtual machines that are totally independent from each other (e.g. a virtual machine for a mail server, a virtual machine for a high-traffic web site, another virtual machine that serves your customers' web sites, a virtual machine for DNS, etc.), but still use the same hardware. This saves money, and what is even more important, it's more secure. If the virtual machine of your DNS server gets hacked, it has no effect on your other virtual machines. Plus, you can move virtual machines from one Xen server to the next one.
-
VBoxHeadless - Running Virtual Machines With VirtualBox 3.1.x On A Headless CentOS 5.4 Server
Author: Falko Timme • Tags: centos, virtualbox, virtualization • Comments: 3
VBoxHeadless - Running Virtual Machines With VirtualBox 3.1.x On A Headless CentOS 5.4 Server This guide explains how you can run virtual machines with Sun VirtualBox 3.1.x on a headless CentOS 5.4 server. Normally you use the VirtualBox GUI to manage your virtual machines, but a server does not have a desktop environment. Fortunately, VirtualBox comes with a tool called VBoxHeadless that allows you to connect to the virtual machines over a remote desktop connection, so there's no need for the VirtualBox GUI.
-
The Perfect Setup - OpenVZ with CentOS 4.4
Author: ganesh35 • Tags: centos, openvz, virtualization • Comments: 2The Perfect Setup - OpenVZ with CentOS 4.4 In this HowTo I will describe how to prepare a CentOS 4.4 server for OpenVZ virtual machines. With OpenVZ you can create multiple Virtual Private Servers (VPS) on the same hardware, similar to Xen and the Linux Vserver project. OpenVZ is the open-source branch of Virtuozzo, a commercial virtualization solution used by many providers that offer virtual servers.
-
VirtualBox On FC6 / CentOS 4 / OpenSuSE 10.2
Author: zcworld • Tags: centos, fedora, suse, virtualbox, virtualization • Comments: 0VirtualBox On FC6 / CentOS 4 / OpenSuSE 10.2 InnoTek VirtualBox is a family of powerful x86 virtualization products for enterprise as well as home use. Not only is VirtualBox an extremely feature rich, high performance product for enterprise customers, it is also the only professional solution that is freely available as Open Source Software under the terms of the GNU Public License (GPL).
-
How To Install VMware Server On A CentOS 5.0 Desktop
Author: Falko Timme • Tags: centos, desktop, virtualization, vmware • Comments: 12How To Install VMware Server On A CentOS 5.0 Desktop This tutorial provides step-by-step instructions on how to install VMware Server on a CentOS 5.0 desktop system. With VMware Server you can create and run guest operating systems ("virtual machines") such as Linux, Windows, FreeBSD, etc. under a host operating system. This has the benefit that you can run multiple operating systems on the same hardware which saves a lot of money, and you can move virtual machines from one VMware Server to the next one (or to a system that has the VMware Player which is also free).
-
Installing Xen On CentOS 5.0 (i386)
Author: Falko Timme • Tags: centos, virtualization, xen • Comments: 7Installing Xen On CentOS 5.0 (i386) This tutorial provides step-by-step instructions on how to install Xen (version 3.0.3) on a CentOS 5.0 system (i386). Xen lets you create guest operating systems (*nix operating systems like Linux and FreeBSD), so called "virtual machines" or domUs, under a host operating system (dom0). Using Xen you can separate your applications into different virtual machines that are totally independent from each other (e.g. a virtual machine for a mail server, a virtual machine for a high-traffic web site, another virtual machine that serves your customers' web sites, a virtual machine for DNS, etc.), but still use the same hardware.