Linux Tutorials on the topic “fedora”

  • SuPHP On Fedora 7 Or CentOS 5 With ISPConfig

    Author: o.meyerTags: , , , Comments: 1

    SuPHP On Fedora 7 Or CentOS 5 With ISPConfig This document describes how to set up suPHP on Fedora 7 or CentOS 5 with ISPConfig. The resulting system will support suPHP with ISPConfig.

  • How To Install mod_ruby On Various Linux Distributions For Use With ISPConfig (2.2.20 And Above)

    Author: Falko TimmeTags: , , , , , , , , , Comments: 1

    How To Install mod_ruby On Various Linux Distributions For Use With ISPConfig (2.2.20 And Above) Starting with version 2.2.20, ISPConfig has built-in support for Ruby. Instead of using CGI/FastCGI, ISPConfig depends on mod_ruby being available in the server's Apache. This article explains how to install mod_ruby on various distributions supported by ISPConfig.

  • How To Install suPHP On Various Linux Distributions For Use With ISPConfig (2.2.20 And Above)

    Author: Falko TimmeTags: , , , , , , , , , , Comments: 5

    How To Install suPHP On Various Linux Distributions For Use With ISPConfig (2.2.20 And Above) Starting with version 2.2.20, ISPConfig has improved support for suPHP. This article explains how to install suPHP on various distributions supported by ISPConfig. (If you have used suPHP with previous ISPConfig versions, your installation will still work.)

  • How To Configure Dynamic DNS (Fedora Core 4 Setup)

    Author: sohaileoTags: , , Comments: 2

    How To Configure Dynamic DNS (Fedora Core 4 Setup) In this howto we will learn how to build a Dynamic DNS Server. Normally when we configure DNS, we use static entries to resolve any FQDN. If we are using DHCP in our network which gives dynamic IPs to every computer that turns on or requests one, then it is not possible to configure DNS statically. For that we should configure our DNS with DHCP in a manner that whenever a computer gets a new IP, its FQDN will be automatically updated with the new IP in DNS.

  • Installing MyDNS And The MyDNSConfig Control Panel On Fedora 8

    Author: Falko TimmeTags: , , Comments: 5

    Installing MyDNS And The MyDNSConfig Control Panel On Fedora 8 In this tutorial I will describe how to install and configure MyDNS and MyDNSConfig on Fedora 8. MyDNS is a DNS server that uses a MySQL database as backend instead of configuration files like, for example, Bind or djbdns. The advantage is that MyDNS simply reads the records from the database, and it does not have to be restarted/reloaded when DNS records change or zones are created/edited/deleted. A secondary nameserver can be easily set up by installing a second instance of MyDNS that accesses the same database or, to be more redundant, uses the MySQL master / slave replication features to replicate the data to the secondary nameserver.

  • BIND 9 Vulnerability And Solution - Patch BIND To Avoid Cache Poisoning (Fedora/CentOS)

    Author: mainanoahTags: , , , , Comments: 2

    BIND 9 Vulnerability And Solution - Patch BIND To Avoid Cache Poisoning (Fedora/CentOS) I am pretty sure most of you guys have hard about the Vulnerability in BIND. Dan Kaminsky earlier this month announced a massive, multi-vendor issue with DNS that could allow attackers to compromise any name server - clients, too. I thought I would share with you all one of the quickest solutions systems administrators running BIND 9 can use to help solve this vulnerability in case their systems are vulnerable.

  • Installing PowerDNS (With MySQL Backend) And Poweradmin On Fedora 10

    fedora Author: Falko TimmeTags: , , Comments: 0

    Installing PowerDNS (With MySQL Backend) And Poweradmin On Fedora 10 This article shows how you can install the PowerDNS nameserver (with MySQL backend) and the Poweradmin control panel for PowerDNS on a Fedora 10 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.

  • Installing MyDNS & MyDNSConfig 3 On Fedora 10

    fedora Author: Falko TimmeTags: , , , Comments: 1

    Installing MyDNS & MyDNSConfig 3 On Fedora 10 In this tutorial I will describe how to install and configure MyDNS and MyDNSConfig 3 on Fedora 10. MyDNS is a DNS server that uses a MySQL database as backend instead of configuration files like, for example, Bind or djbdns. The advantage is that MyDNS simply reads the records from the database, and it does not have to be restarted/reloaded when DNS records change or zones are created/edited/deleted. A secondary nameserver can be easily set up by installing a second instance of MyDNS that accesses the same database or, to be more redundant, uses the MySQL master / slave replication features to replicate the data to the secondary nameserver. MyDNSConfig is an easy to use web-based interface to MyDNS. MyDNSConfig can create all types of DNS records that are available in MyDNS and adds features like user management and access privileges.

  • VBoxHeadless - Running Virtual Machines With VirtualBox 3.1.x On A Headless Fedora 12 Server

    fedora Author: Falko TimmeTags: , , Comments: 0

    VBoxHeadless - Running Virtual Machines With VirtualBox 3.1.x On A Headless Fedora 12 Server This guide explains how you can run virtual machines with Sun VirtualBox 3.1.x on a headless Fedora 12 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.

  • Virtualization With KVM On A Fedora 12 Server

    fedora Author: Falko TimmeTags: , , Comments: 0

    Virtualization With KVM On A Fedora 12 Server This guide explains how you can install and use KVM for creating and running virtual machines on a Fedora 12 server. I will show how to create image-based virtual machines and also virtual machines that use a logical volume (LVM). KVM is short for Kernel-based Virtual Machine and makes use of hardware virtualization, i.e., you need a CPU that supports hardware virtualization, e.g. Intel VT or AMD-V.