Linux Tutorials on the topic “debian”
-
How To Set Up WebDAV With Lighttpd On Debian Lenny
Author: Falko Timme • Tags: debian, lighttpd • Comments: 1
How To Set Up WebDAV With Lighttpd On Debian Lenny This guide explains how to set up WebDAV with lighttpd 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 lighttpd 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 Journaled Quota On Debian Lenny
Author: Falko Timme • Tags: debian • Comments: 12
How To Set Up Journaled Quota On Debian Lenny This tutorial shows how you can set up journaled quota on a Debian Lenny system. With journaled quota, you don't need to run quotacheck after an unclean shutdown. Journaled quota works on ext3 and ext4 file systems.
-
Setting Up A High-Availability Load Balancer With HAProxy/Keepalived On Debian Lenny
Author: Falko Timme • Tags: debian, high-availability • Comments: 13
Setting Up A High-Availability Load Balancer (With Failover And Session Support) With HAProxy/Keepalived On Debian Lenny This article explains how to set up a two-node load balancer in an active/passive configuration with HAProxy and keepalived on Debian Lenny. The load balancer sits between the user and two (or more) backend Apache web servers that hold the same content. Not only does the load balancer distribute the requests to the two backend Apache servers, it also checks the health of the backend servers. If one of them is down, all requests will automatically be redirected to the remaining backend server. In addition to that, the two load balancer nodes monitor each other using keepalived, and if the master fails, the slave becomes the master, which means the users will not notice any disruption of the service. HAProxy is session-aware, which means you can use it with any web application that makes use of sessions (such as forums, shopping carts, etc.).
-
-
How To Compile virt-df, virt-top, virt-mem & virt-ctrl On Debian Lenny
Author: jahil • Tags: debian, virtualization • 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)
Author: Falko Timme • Tags: debian, lighttpd, php • 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
Author: Falko Timme • Tags: debian • 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)
Author: Falko Timme • Tags: apache, debian, mysql • 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
Author: Falko Timme • Tags: apache, debian • 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
Author: Falko Timme • Tags: debian, lighttpd • 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: vwochnik • Tags: debian, ubuntu • Comments: 18Administrating 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.