HowtoForge provides user-friendly Linux tutorials.
-
Virtual Hosting With PureFTPd And MySQL (Incl. Quota And Bandwidth Management) On Ubuntu 8.10 (Intrepid Ibex)
Author: Falko Timme • Tags: ftp, ubuntu • Comments: 1
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.
-
Set Up A Linux PlayStation 3 Media Server (CentOS 5.2)
Author: topdog • Tags: centos • Comments: 10
Set Up A Linux PlayStation 3 Media Server (CentOS 5.2) The Sony PlayStation 3 is a DLNA compatible device, DLNA is a framework where home electronics can share digital media and content seamlessly. This tutorial is a followup to the previous howto on Ubuntu. Given that I like most others use CentOS as their server distribution of choice, I find it fitting to run my DLNA server on it as well. Although several other open source media servers exist, I chose to use Fuppes due to its ease of use as well as built in support for transcoding.
-
Caching With Apache's mod_cache On Debian Etch
Author: Falko Timme • Tags: apache, debian • Comments: 4
Caching With Apache's mod_cache On Debian Etch This article explains how you can cache your web site contents with Apache's mod_cache on Debian Etch. If you have a high-traffic dynamic web site that generates lots of database queries on each request, you can decrease the server load dramatically by caching your content for a few minutes or more (that depends on how often you update your content).
-
-
Postfix Virtual Hosting With LDAP Backend And With Dovecot As IMAP/POP3 Server On Ubuntu Intrepid Ibex Server 8.10
Author: Miguel • Tags: postfix, ubuntu • Comments: 14
Postfix Virtual Hosting With LDAP Backend And With Dovecot As IMAP/POP3 Server On Ubuntu Intrepid Ibex Server 8.10 This how to will allow you to configure a Postfix mail server with with virtual hosting. Virtual hosting means that you can add as many maildomains as you want and subsequentially as many mailboxes for these domains as you want. Here we we use an LDAP backend for both the MTA (Postfix) and POP3/IMAP server (Dovecot), and a web based management interface.
-
How To Set Up WebDAV With Apache2 On Fedora 10
Author: Falko Timme • Tags: apache, fedora • Comments: 1
How To Set Up WebDAV With Apache2 On Fedora 10 This guide explains how to set up WebDAV with Apache2 on a Fedora 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.
-
Cloning Linux Systems With CloneZilla Server Edition (CloneZilla SE)
Author: Falko Timme • Tags: linux • Comments: 6Cloning Linux Systems With CloneZilla Server Edition (CloneZilla SE) This tutorial shows how you can clone Linux systems with CloneZilla SE. This is useful for copying one Linux installation to multiple computers without losing much time, e.g. in a classroom, or also for creating an image-based backup of a system. I will install CloneZilla SE on a Debian Etch server in this tutorial. The systems that you want to clone can use whatever Linux distribution you prefer.
-
How To Install Openbravo ERP On Ubuntu 8.10
Author: Falko Timme • Tags: ubuntu • Comments: 10How To Install Openbravo ERP On Ubuntu 8.10 This document describes how to set up Openbravo ERP (enterprise management system) on Ubuntu 8.10. Openbravo is an open source ERP solution designed specifically for the SME (small to midsize firm). Developed in a web based environment, it includes many robust functionalities which are considered part of the extended ERP: procurement and warehouse management, project and service management, production management, and financial management.
-
Centralized Backup Server With Amanda On CentOS
Author: kcharoen • Tags: backup, centos, high-availability • Comments: 3
Centralized Backup Server With Amanda On CentOS This document describes how to set up a centralized network backup with Amanda. We will use virtual tape to store the backup.
-
Adding An ODBC Driver For MySQL On Ubuntu
Author: clawoo • Tags: mysql, ubuntu • Comments: 4Adding An ODBC Driver For MySQL On Ubuntu Sometimes you may find the need to develop cross platform applications which make use of a database. ODBC can be a solution to your portability needs, but unfortunately it is not as easy to set up an ODBC connection on Linux as it is on Windows. This tutorial attempts to shed some light on this process by guiding you towards adding an ODBC driver on Ubuntu. The process described below has been tested on Ubuntu 8.04 and Ubuntu 8.10.
-
Port Triggering Using A NAT Firestarter Firewall And Specter In Debian/Ubuntu
Author: jeff_k • Tags: debian, ubuntu • Comments: 0Port Triggering Using A NAT Firestarter Firewall And Specter In Debian/Ubuntu Many that play PC games, such as battle.net, need to be able to set up port triggering. Typical "hardware" routers have the ability to set this up from online menus. However, using a Linux PC to perform your router functions can provide much more control and versatility than can be realized with a "hardware" router. All of your NAT (network address translation), firewall, and port forwarding functions can be implemented by iptables, the de facto firewall in Linux versions 2.4.x and 2.6.x.