HowtoForge provides user-friendly Linux tutorials.

  • Paravirtualization With Xen 4.0 On Debian Squeeze (AMD64)

    xen Author: Falko TimmeTags: , , Comments: 13

    Paravirtualization With Xen 4.0 On Debian Squeeze (AMD64) This tutorial provides step-by-step instructions on how to install Xen 4.0 on a Debian Squeeze (6.0) system (AMD64) and create paravirtualized guests. 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.

  • How To Install Managing News On Ubuntu

    ubuntu Author: timtanTags: Comments: 0

    How To Install Managing News On Ubuntu Managing News is an RSS/Atom based news tracker with search, republishing and mapping. This tutorial shows how to install Managing News on an Ubuntu server.

  • Enabling Compiz Fusion On A Debian Squeeze Desktop (Nvidia GeForce 8200)

    compizfusion Author: Falko TimmeTags: , Comments: 4

    Enabling Compiz Fusion On A Debian Squeeze Desktop (Nvidia GeForce 8200) This tutorial shows how you can enable Compiz Fusion on a Debian Squeeze desktop (the system must have a 3D-capable graphics card - I'm using an Nvidia GeForce 8200 here). With Compiz Fusion you can use beautiful 3D effects like wobbly windows or a desktop cube on your desktop.

  • Set Up OpenVPN Server With Authentication Against OpenLDAP On Debian 6.0 (Squeeze)

    debian Author: eddiechenTags: Comments: 1

    Set Up OpenVPN Server With Authentication Against OpenLDAP On Debian 6.0 (Squeeze) OpenVPN, or Open Virtual Private Network, is a tool for creating networking "tunnels" between and among groups of computers that are not on the same local network. This is useful if you have services on a local network and need to access them remotely but don't want these services to be publicly accessible. By integrating with OpenSSL, OpenVPN can encrypt all VPN traffic to provide a secure connection between machines.

  • Installing Firefox 4.0 (.deb Package) On Ubuntu 10.10

    ubuntu Author: Falko TimmeTags: , Comments: 10

    Installing Firefox 4.0 (.deb Package) On Ubuntu 10.10 In this short guide I will show you how you can install the new Mozilla Firefox 4.0 browser (released March 22, 2011) on an Ubuntu 10.10 desktop. Fortunately, there's a Launchpad PPA repository that has Firefox 4.0 .deb packages, so we can easily install it through Ubuntu's package manager.

  • The Perfect Server - OpenSUSE 11.4 x86_64 [ISPConfig 2]

    opensuse VMWare Image Download Author: Falko TimmeTags: , Comments: 0

    The Perfect Server - OpenSUSE 11.4 x86_64 [ISPConfig 2] This is a detailed description about how to set up an OpenSUSE 11.4 server (x86_64) that offers all services needed by ISPs and hosters: Apache web server (SSL-capable), Postfix mail server with SMTP-AUTH and TLS, BIND DNS server, Proftpd FTP server, MySQL server, Dovecot POP3/IMAP, Quota, Firewall, etc. In the end you should have a system that works reliably, and if you like you can install the free webhosting control panel ISPConfig 2 (i.e., ISPConfig runs on it out of the box).

  • Make Browsers Cache Static Files With mod_expire On Lighttpd (Debian Squeeze)

    lighttpd Author: Falko TimmeTags: , , Comments: 0

    Make Browsers Cache Static Files With mod_expire On Lighttpd (Debian Squeeze) This tutorial explains how you can configure Lighttpd to set the Expires HTTP header and the max-age directive of the Cache-Control HTTP header of static files (such as images, CSS and Javascript files) to a date in the future so that these files will be cached by your visitors' browsers. This saves bandwidth and makes your web site appear faster (if a user visits your site for a second time, static files will be fetched from the browser cache). This tutorial was written for Debian Squeeze.

  • Installing Debian Squeeze (6.0) domU On CentOS 5.5 x86_64 dom0

    xen Author: vilkaspilkasTags: , , , Comments: 3

    Installing Debian Squeeze (6.0) domU On CentOS 5.5 x86_64 dom0 This tutorial shows how to create a Debian Squeeze (6.0) domU on dom0 running CentOS 5.5 x86_64.

  • Installing Full-Featured Rsyslog 5.7.x On CentOS 5.x

    centos Author: poustchiTags: , Comments: 1

    Installing Full-Featured Rsyslog 5.7.x On CentOS 5.x This tutorial shows how you can install new generation of syslog servers by using Rsyslog. According to Rsyslog web site (www.rsyslog.com), Rsyslog is an enhanced syslogd supporting, among others, MySQL, PostgreSQL, failover log destinations, syslog/tcp, fine grain output format control, high precision timestamps, queued operations and the ability to filter on any message part. It is quite compatible to stock sysklogd and can be used as a drop-in replacement. Its advanced features make it suitable for enterprise-class, encryption protected syslog relay chains while at the same time being very easy to setup for the novice user.

  • How To Set Up WebDAV With Apache2 On CentOS 5.5

    apache Author: Falko TimmeTags: , Comments: 2

    How To Set Up WebDAV With Apache2 On CentOS 5.5 This guide explains how to set up WebDAV with Apache2 on a CentOS 5.5 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.