Linux Tutorials on the topic “Ubuntu”

  • Virtual Hosting With PureFTPd And MySQL (Incl. Quota And Bandwidth Management) On Ubuntu 9.10 (Karmic Koala)

    ubuntu Author: Falko TimmeTags: , Comments: 0

    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.

  • How To Set Up A Terminal Server In Linux Using Ubuntu 9.10 And FreeNX

    ubuntu Author: emgeeTags: Comments: 7

    How To Set Up A Terminal Server In Linux Using Ubuntu 9.10 And FreeNX FreeNX is an open source implementation of NoMachine's NX Server. It is a bit more akin to Microsoft's RDP protocol that the usual VNC, so while keeping bandwidth to a minimum, it maintains good visual quality and responsiveness.

  • How To Set Up An SSL Vhost Under Apache2 On Ubuntu 9.10/Debian Lenny

    apache Author: Falko TimmeTags: , , , Comments: 4

    How To Set Up An SSL Vhost Under Apache2 On Ubuntu 9.10/Debian Lenny This article explains how you can set up an SSL vhost under Apache2 on Ubuntu 9.10 and Debian Lenny so that you can access the vhost over HTTPS (port 443). SSL is short for Secure Sockets Layer and is a cryptographic protocol that provides security for communications over networks by encrypting segments of network connections at the transport layer end-to-end. We use the mod_ssl Apache module here to provide strong cryptography for Apache2 via SSL by the help of the Open Source SSL toolkit OpenSSL.

  • Setting Up ProFTPd + TLS On Ubuntu 9.10 (Karmic Koala)

    apache Author: Falko TimmeTags: , , Comments: 2

    Setting Up ProFTPd + TLS On Ubuntu 9.10 (Karmic Koala) FTP is a very insecure protocol because all passwords and all data are transferred in clear text. By using TLS, the whole communication can be encrypted, thus making FTP much more secure. This article explains how to set up ProFTPd with TLS on an Ubuntu 9.10 server.

  • Running Vhosts Under Separate UIDs/GIDs With Apache2 mpm-itk On Ubuntu 9.10

    apache Author: Falko TimmeTags: , Comments: 1

    Running Vhosts Under Separate UIDs/GIDs With Apache2 mpm-itk On Ubuntu 9.10 This article explains how you can install and configure apache2-mpm-itk on an Ubuntu 9.10 server. apache2-mpm-itk is an MPM (Multi-Processing Module) for the Apache 2 web server. mpm-itk allows you to run each of your vhost under a separate UID and GID - in short, the scripts and configuration files for one vhost no longer have to be readable for all the other vhosts. mpm-itk works with mod_php because mpm-itk is based on the traditional prefork MPM, which means it's non-threaded. This means you don't need to use suExec or suPHP anymore to run a website's PHP scripts as a separate user.

  • How To Set Up Apache2 With mod_fcgid And PHP5 On Ubuntu 9.10

    apache VMWare Image Download Author: Falko TimmeTags: , , Comments: 2

    How To Set Up Apache2 With mod_fcgid And PHP5 On Ubuntu 9.10 This tutorial describes how you can install Apache2 with mod_fcgid and PHP5 on Ubuntu 9.10. mod_fcgid is a compatible alternative to the older mod_fastcgi. It lets you execute PHP scripts with the permissions of their owners instead of the Apache user.

  • Dansguardian Content Filtering With Transparent Proxy On Ubuntu 9.10 Karmic

    ubuntu Author: av1611Tags: , Comments: 14

    Dansguardian Content Filtering With Transparent Proxy On Ubuntu 9.10 Karmic This tutorial explains how you can add content filtering to an existing Ubuntu 9.10 system, and how you can prevent users from bypassing the filtering system. We will use Dansguardian content filtering to set up a transparent proxy.

  • Install And Configure OpenLDAP On Ubuntu Karmic Koala

    ubuntu Author: MiguelTags: Comments: 29

    Install And Configure OpenLDAP On Ubuntu Karmic Koala The configuration of OpenLDAP got a bit (more) complicated. cn=config is still used, but when installing the packages from the repositories only a skeleton configuration of openldap is installed. You're not asked anymore to provide a password when the package is installed and issuing the "dpkg-reconfigure slapd" only resets openldap to the skeleton configuration. You will have to set up the openldap database, root dn and acl's yourself using the root account (or sudo) in order to configure openldap. Here is how I configured openldap in Karmic Koala, but I do not issue any guarantee that this setup will suit your needs or works for you as it worked for me.

  • Installing Lighttpd With PHP5 And MySQL Support On Ubuntu 9.10

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

    Installing Lighttpd With PHP5 And MySQL Support On Ubuntu 9.10 Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on an Ubuntu 9.10 server with PHP5 support (through FastCGI) and MySQL support.

  • How To Compile Amarok 2 From Git On Kubuntu 9.10 Karmic

    kubuntu Author: Stephan JauTags: , Comments: 6

    How To Compile Amarok 2 From Git On Kubuntu 9.10 Karmic Amarok is a great music player for linux. In the current reales of Kubuntu 9.10 Karmic also the current stable version of Amarok was introduced into the repositories. However Amarok is under heavy development and updates won't be included in the official repos. If you want to be up-to-date and have the latest Amarok version available, you'll need to compile it yourself. Compiling Amarok isn't really hard but there are a few dependencies that it needs and a few things to look out for.