HowtoForge provides user-friendly Linux tutorials.

  • Installing Nginx With PHP 5.3 And PHP-FPM On Ubuntu Lucid Lynx (10.04) Without Compiling Anything

    ubuntu Author: SypherTags: , , , Comments: 13

    Installing Nginx With PHP 5.3 And PHP-FPM On Ubuntu Lucid Lynx (10.04) Without Compiling Anything Since Apache is most of the time a memory hungy process, people started to look for different ways to host their website. Apache is clearly not the only webserver available. A few good examples are lighttpd and nginx. In this tutorial I will show you how to install it on your Ubuntu server. This tutorial also applies to Debian, though. There is only a very small difference.

  • Virtual Hosting With PureFTPd And MySQL (Incl. Quota And Bandwidth Management) On Fedora 13

    fedora Author: Falko TimmeTags: , Comments: 0

    Virtual Hosting With PureFTPd And MySQL (Incl. Quota And Bandwidth Management) On Fedora 13 This document describes how to install a PureFTPd server that uses virtual users from a MySQL database instead of real system users. This is much more performant and allows to have thousands of ftp users on a single machine. In addition to that I will show the use of quota and upload/download bandwidth limits with this setup. Passwords will be stored encrypted as MD5 strings in the database.

  • Integrating XCache Into PHP5 (Fedora 13/CentOS 5.5 & Apache2)

    php Author: Falko TimmeTags: , , , Comments: 4

    Integrating XCache Into PHP5 (Fedora 13/CentOS 5.5 & Apache2) This guide explains how to integrate XCache into PHP5 on a Fedora 13 or CentOS 5.5 system (with Apache2). From the XCache project page: "XCache is a fast, stable PHP opcode cacher that has been tested and is now running on production servers under high load." It's similar to other PHP opcode cachers, such as eAccelerator and APC.

  • How To Set Up MySQL Database Replication With SSL Encryption On Debian Lenny

    mysql Author: Falko TimmeTags: , Comments: 5

    How To Set Up MySQL Database Replication With SSL Encryption On Debian Lenny This tutorial describes how to set up database replication in MySQL using an SSL connection for encryption (to make it impossible for hackers to sniff out passwords and data transferred between the master and slave). MySQL replication allows you to have an exact copy of a database from a master server on another server (slave), and all updates to the database on the master server are immediately replicated to the database on the slave server so that both databases are in sync. This is not a backup policy because an accidentally issued DELETE command will also be carried out on the slave; but replication can help protect against hardware failures though.

  • How To Compile rTorrent From SVN In Ubuntu 10.04 Lucid Lynx / Debian 5 Lenny With Coloured Interface

    ubuntu Author: Stephan JauTags: , Comments: 7

    How To Compile rTorrent From SVN In Ubuntu 10.04 Lucid Lynx / Debian 5 Lenny With Coloured Interface rTorrent is a popular command line based bittorrent client. It provides very powerful features yet it is very light on the system - contrary to other bittorrent clients like Vuze. There are a couple of webinterfaces for it but they are not truly need. SSH access combined with the "screen" program provide you all the tools you need. This howto works for Ubuntu 10.04 Lucid Lynx and for Debian 5 Lenny. The difference is that commands that contain sudo must be executed as root.

  • Mandriva 2010.1 Spring Samba Standalone Server With tdbsam Backend

    mandriva Author: Falko TimmeTags: , , Comments: 0

    Mandriva 2010.1 Spring Samba Standalone Server With tdbsam Backend This tutorial explains the installation of a Samba fileserver on Mandriva 2010.1 Spring and how to configure it to share files over the SMB protocol as well as how to add users. Samba is configured as a standalone server, not as a domain controller. In the resulting setup, every user has his own home directory accessible via the SMB protocol and all users have a shared directory with read-/write access.

  • How To Set Up A USB-Over-IP Server And Client With Ubuntu 10.04

    ubuntu Author: Falko TimmeTags: Comments: 0

    How To Set Up A USB-Over-IP Server And Client With Ubuntu 10.04 This tutorial shows how to set up a USB-over-IP server with Ubuntu 10.04 as well as a USB-over-IP client (also running Ubuntu 10.04). The USB/IP Project aims to develop a general USB device sharing system over IP network. To share USB devices between computers with their full functionality, USB/IP encapsulates "USB I/O messages" into TCP/IP payloads and transmits them between computers. USB-over-IP can be useful for virtual machines, for example, that don't have access to the host system's hardware - USB-over-IP allows virtual machines to use remote USB devices.

  • Integrating APC (Alternative PHP Cache) Into PHP5 (Fedora 13 & Apache2)

    fedora Author: Falko TimmeTags: , , Comments: 0

    Integrating APC (Alternative PHP Cache) Into PHP5 (Fedora 13 & Apache2) This guide explains how to integrate APC (Alternative PHP Cache) into PHP5 on a Fedora 13 system (with Apache2). APC is a free and open PHP opcode cacher for caching and optimizing PHP intermediate code. It's similar to other PHP opcode cachers, such as eAccelerator and XCache.

  • Using ATA Over Ethernet (AoE) On Ubuntu 10.04 (Initiator And Target)

    ubuntu Author: Falko TimmeTags: , Comments: 1

    Using ATA Over Ethernet (AoE) On Ubuntu 10.04 (Initiator And Target) This guide explains how you can set up an AoE target and an AoE initiator (client), both running Ubuntu 10.04. AoE stands for "ATA over Ethernet" and is a storage area network (SAN) protocol which allows AoE initiators to use storage devices on the (remote) AoE target using normal ethernet cabling. "Remote" in this case means "inside the same LAN" because AoE is not routable outside a LAN (this is a major difference compared to iSCSI). To the AoE initiator, the remote storage looks like a normal, locally-attached hard drive.

  • VMware Server 2.0.2-x On Ubuntu Server 10.04 With VMware Remote Console Plug-in

    ubuntu Author: letsharehowtoTags: , , Comments: 13

    VMware Server 2.0.2-x On Ubuntu Server 10.04 With VMware Remote Console Plug-in Today I will tell you how to set up a new Ubuntu 10.04 server which runs VMware server 2.0.2-x and the VMware Remote Console Plug-in.