Linux Tutorials on the topic “Ubuntu”
-
Using WebDAV With ISPConfig 3 On Ubuntu 9.10
Author: Falko Timme • Tags: apache, ubuntu, control panels, ispconfig • Comments: 2
Using WebDAV With ISPConfig 3 On Ubuntu 9.10 This guide explains how to set up and use WebDAV on a web site created with ISPConfig 3 on an Ubuntu 9.10 server. WebDAV stands for Web-based Distributed Authoring and Versioning and is a set of extensions to the HTTP protocol that allow users to directly edit files on the Apache server so that they do not need to be downloaded/uploaded via FTP. Of course, WebDAV can also be used to upload and download files.
-
MyDNS with MyDNSConfig Control Panel and DNSMasq on Ubuntu 6.10
Author: Till Brehm • Tags: control panels, dns, mydns, ubuntu • Comments: 3MyDNS with MyDNSConfig Control Panel and DNSMasq on Ubuntu 6.10 In this tutorial I will describe how to install and configure MyDNS and MyDNSConfig. 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.
-
Installing An Ubuntu Hardy 8.04 LTS DNS Server With BIND
Author: msghaleb • Tags: bind, dns, ubuntu • Comments: 9Installing An Ubuntu Hardy 8.04 LTS DNS Server With BIND This tutorial shows how to set up an Ubuntu Hardy Heron (Ubuntu 8.04 LTS) based server that offers DNS services. This tutorial is written for the 32-bit version of Ubuntu 8.04 LTS, but should apply to the 64-bit version.
-
-
Perfect DjbDNS Setup On Ubuntu Server 8.04 (amd64) Hardy
Author: sidh4u • Tags: djbdns, dns, ubuntu • Comments: 1Perfect DjbDNS Setup On Ubuntu Server 8.04 (amd64) Hardy DjbDNS is a collection of Domain Name System tools. It includes software for all the fundamental DNS operations. This tutorial shows how to set it up on an Ubuntu 8.04 AMD64 server.
-
NAT Gateway, Iptables, Port Forwarding, DNS And DHCP Setup - Ubuntu 8.10 Server
Author: gibbsj • Tags: dns, ubuntu, bind • Comments: 29
NAT Gateway, Iptables, Port Forwarding, DNS And DHCP Setup - Ubuntu 8.10 Server So you are too poor to afford another expensive router and want to do things yourself. You have found the right tutorial! This tutorial will show you how to set up an Ubuntu 8.10 router with NAT, port fowarding, a DNS server and a DHCP server.
-
Installing PowerDNS (With MySQL Backend) And Poweradmin On Ubuntu 8.10
Author: Falko Timme • Tags: dns, ubuntu, powerdns • Comments: 4Installing PowerDNS (With MySQL Backend) And Poweradmin On Ubuntu 8.10 This article shows how you can install the PowerDNS nameserver (with MySQL backend) and the Poweradmin control panel for PowerDNS on an Ubuntu 8.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 PowerDNS (With MySQL Backend) And Poweradmin On Ubuntu 9.10
Author: Falko Timme • Tags: dns, powerdns, ubuntu • Comments: 0
Installing PowerDNS (With MySQL Backend) And Poweradmin On Ubuntu 9.10 This article shows how you can install the PowerDNS nameserver (with MySQL backend) and the Poweradmin control panel for PowerDNS on an Ubuntu 9.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.
-
How To Install VMware Server 1.0.x On An Ubuntu 9.10 Desktop
Author: Falko Timme • Tags: desktop, ubuntu, virtualization, vmware • Comments: 9
How To Install VMware Server 1.0.x On An Ubuntu 9.10 Desktop This tutorial provides step-by-step instructions on how to install VMware Server 1.0.x (1.0.10 at the time of this writing) on an Ubuntu 9.10 desktop system. This is for those who prefer VMware Server 1.0.x over VMware Server 2.
-
Installing VirtualBox 3.1 On An Ubuntu 9.10 Desktop
Author: Falko Timme • Tags: desktop, ubuntu, virtualbox, virtualization • Comments: 8
Installing VirtualBox 3.1 On An Ubuntu 9.10 Desktop This tutorial shows how you can install Sun xVM VirtualBox 3.1 on an Ubuntu 9.10 desktop. With VirtualBox you can create and run guest operating systems ("virtual machines") such as Linux and Windows under a host operating system.
-
Virtualization With KVM On Ubuntu 9.10
Author: Falko Timme • Tags: kvm, ubuntu, virtualization • Comments: 7
Virtualization With KVM On Ubuntu 9.10 This guide explans how you can install and use KVM for creating and running virtual machines on an Ubuntu 9.10 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.