Linux Tutorials on the topic “debian”

  • How To Compile virt-df, virt-top, virt-mem & virt-ctrl On Debian Lenny

    debian Author: jahilTags: , Comments: 0

    How To Compile virt-df, virt-top, virt-mem & virt-ctrl On Debian Lenny This short guide explains how you can build virt-df, virt-top, virt-mem and virt-ctrl from the sources on a Debian Lenny system. These tools are currently available for Fedora in binary format.

  • Integrating eAccelerator Into PHP5 And Lighttpd (Debian Lenny)

    lighttpd Author: Falko TimmeTags: , , Comments: 3

    Integrating eAccelerator Into PHP5 And Lighttpd (Debian Lenny) This guide explains how to integrate eAccelerator into PHP5 and lighttpd on a Debian Lenny system. From the eAccelerator project page: "eAccelerator is a free open-source PHP accelerator, optimizer, and dynamic content cache. It increases the performance of PHP scripts by caching them in their compiled state, so that the overhead of compiling is almost completely eliminated. It also optimizes scripts to speed up their execution. eAccelerator typically reduces server load and increases the speed of your PHP code by 1-10 times."

  • Setting Up A PXE Install Server For Multiple Linux Distributions On Debian Lenny

    debian Author: Falko TimmeTags: Comments: 5

    Setting Up A PXE Install Server For Multiple Linux Distributions On Debian Lenny This tutorial shows how to set up a PXE (short for preboot execution environment) install server on Debian Lenny. A PXE install server allows your client computers to boot and install a Linux distribution over the network, without the need of burning Linux iso images onto a CD/DVD, boot floppy images, etc. This is handy if your client computers don't have CD or floppy drives, or if you want to set up multiple computers at the same time (e.g. in a large enterprise), or simply because you want to save the money for the CDs/DVDs. In this article I show how to configure a PXE server that allows you to boot multiple distributions (i386 and x86_64): Debian Lenny, Ubuntu 9.04, Fedora 10, CentOS 5.3, OpenSuSE 11.1, and Mandriva 2009.1.

  • How To Set Up WebDAV With MySQL Authentication On Apache2 (Debian Lenny)

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

    How To Set Up WebDAV With MySQL Authentication On Apache2 (Debian Lenny) This guide explains how to set up WebDAV with MySQL authentication (using mod_auth_mysql) on Apache2 on a Debian Lenny 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.

  • How To Set Up WebDAV With Apache2 On Debian Lenny

    apache Author: Falko TimmeTags: , Comments: 1

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

  • Installing Lighttpd With PHP5 And MySQL Support On Debian Lenny

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

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

  • Administrating Your Gateway Device Via UPnP

    Author: vwochnikTags: , Comments: 18

    Administrating Your Gateway Device Via UPnP Do you often need to reconnect due to download purposes or forward ports manually because some applications don't support it natively? Then this is the right thing for you!This howto covers a Perl script allowing you to administrate your gateway device via UPnP. You can reconnect, add and remove port forwarding entries and many more.

  • Installing SugarCRM Community Edition On Debian Lenny

    debian Author: Falko TimmeTags: Comments: 1

    Installing SugarCRM Community Edition On Debian Lenny SugarCRM is a webbased CRM solution written in PHP. SugarCRM is available in different flavours called "Editions" ("Community" (free), "Professional", and "Enterprise"). For a detailed overview of the different editions, have a look at the SugarCRM website. In this tutorial I will describe the installation of the free Community Edition on Debian Lenny. With the modules My Portal, Calendar, Activities, Contacts, Accounts, Leads, Opportunities, Cases, Bugtracker, Documents and Email, SugarCRM Community Edition offers everything that can be expected from a CRM solution.

  • How To Install A Public Git Repository On A Debian Server

    debian Author: mezganiTags: Comments: 14

    How To Install A Public Git Repository On A Debian Server Git is a free distributed revision control, was initially created by Linus Torvalds for Linux kernel development. It is primarily developed on Linux, but can be used on other Unix operating systems including BSD, Solaris and Darwin. Git is extremely fast on POSIX-based systems such as Linux. It differs from svn and creates a private repository on a remote server too.

  • Using The BTRFS Filesystem On Debian Lenny

    debian Author: filipnTags: Comments: 6

    Using The BTRFS Filesystem On Debian Lenny This tutorial shows how you can build the kernel and tools to use the new BTRFS filesystem on Debian Lenny.  Btrfs is a new copy on write filesystem for Linux aimed at implementing advanced features while focusing on fault tolerance, repair and easy administration.