Linux Tutorials on the topic “debian”

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

    apache Author: Falko TimmeTags: , , Comments: 1

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

  • Using mod_spdy With Apache2 On Debian Squeeze

    apache Author: Falko TimmeTags: , , Comments: 3

    SPDY (pronounced "SPeeDY") is a new networking protocol whose goal is to speed up the web. It is Google's alternative to the HTTP protocol and a candidate for HTTP/2.0. SPDY augments HTTP with several speed-related features such as stream multiplexing and header compression. To use SPDY, you need a web server and a browser (like Google Chrome and upcoming versions of Firefox) that both support SPDY. mod_spdy is an open-source Apache module that adds support for the SPDY protocol to the Apache HTTPD server. This tutorial explains how to use mod_spdy with Apache2 on Debian Squeeze.

  • Installing Nginx With PHP5 And MySQL Support On Debian Squeeze

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

    Installing Nginx With PHP5 And MySQL Support On Debian Squeeze Nginx (pronounced "engine x") is a free, open-source, high-performance HTTP server. Nginx is known for its stability, rich feature set, simple configuration, and low resource consumption. This tutorial shows how you can install Nginx on a Debian Squeeze server with PHP5 support (through FastCGI) and MySQL support.

  • Running WordPress On Nginx (LEMP) On Debian Squeeze/Ubuntu 11.04

    nginx Author: Falko TimmeTags: , , , Comments: 3

    Running WordPress On Nginx (LEMP) On Debian Squeeze/Ubuntu 11.04 This tutorial shows how you can install and run a WordPress blog on a Debian Squeeze or Ubuntu 11.04 system that has nginx installed instead of Apache (LEMP = Linux + nginx (pronounced "engine x") + MySQL + PHP). In addition to that I will also show you how you can use the WordPress plugins WP Super Cache and W3 Total Cache with nginx. nginx is a HTTP server that uses much less resources than Apache and delivers pages a lot of faster, especially static files.

  • Running phpMyAdmin On Nginx (LEMP) On Debian Squeeze/Ubuntu 11.04

    nginx Author: Falko TimmeTags: , , , , Comments: 6

    Running phpMyAdmin On Nginx (LEMP) On Debian Squeeze/Ubuntu 11.04 The phpMyAdmin package from the Debian/Ubuntu repositories comes with configuration files for Apache and Lighttpd, but not for nginx. This tutorial shows how you can use the Debian Squeeze/Ubuntu 11.04 phpMyAdmin package in an nginx vhost. Nginx is a HTTP server that uses much less resources than Apache and delivers pages a lot of faster, especially static files.

  • Running SquirrelMail On Nginx (LEMP) On Debian Squeeze/Ubuntu 11.04

    nginx Author: Falko TimmeTags: , , , , Comments: 1

    Running SquirrelMail On Nginx (LEMP) On Debian Squeeze/Ubuntu 11.04 The SquirrelMail package from the Debian/Ubuntu repositories comes with a configuration file for Apache, but not for nginx. This tutorial shows how you can use the Debian Squeeze/Ubuntu 11.04 SquirrelMail package in an nginx vhost. Nginx is a HTTP server that uses much less resources than Apache and delivers pages a lot of faster, especially static files.

  • Running SugarCRM Community Edition On Nginx (LEMP) on Debian Squeeze/Ubuntu 11.04

    nginx Author: Falko TimmeTags: , , , Comments: 3

    Running SugarCRM Community Edition On Nginx (LEMP) on Debian Squeeze/Ubuntu 11.04 SugarCRM is a webbased CRM solution written in PHP. SugarCRM is available in different flavours called "Editions" ("Community" (free), "Professional", and "Enterprise"). In this tutorial I will describe the installation of the free Community Edition on a Debian Squeeze or Ubuntu 11.04 system that has nginx installed instead of Apache (LEMP = Linux + nginx (pronounced "engine x") + MySQL + PHP). 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.

  • Running Contao 2.10.2 On Nginx (LEMP) On Debian Squeeze/Ubuntu 11.10

    nginx Author: Falko TimmeTags: , , , Comments: 0

    Running Contao 2.10.2 On Nginx (LEMP) On Debian Squeeze/Ubuntu 11.10 This tutorial shows how you can install and run a Contao 2.10.2 web site on a Debian Squeeze or Ubuntu 11.10 system that has nginx installed instead of Apache (LEMP = Linux + nginx (pronounced "engine x") + MySQL + PHP). nginx is a HTTP server that uses much less resources than Apache and delivers pages a lot of faster, especially static files.

  • Running Joomla 1.7 On Nginx (LEMP) On Debian Squeeze/Ubuntu 11.10

    nginx Author: Falko TimmeTags: , , , Comments: 2

    Running Joomla 1.7 On Nginx (LEMP) On Debian Squeeze/Ubuntu 11.10 This tutorial shows how you can install and run a Joomla 1.7 web site on a Debian Squeeze or Ubuntu 11.10 system that has nginx installed instead of Apache (LEMP = Linux + nginx (pronounced "engine x") + MySQL + PHP). nginx is a HTTP server that uses much less resources than Apache and delivers pages a lot of faster, especially static files.

  • Remotely Unlock Fully Encrypted Debian Squeeze

    debian Author: Stephan JauTags: , Comments: 2

    Remotely Unlock Fully Encrypted Debian Squeeze In the past I have written several howtos for remotely unlocking fully encrypted Debian installations. With the advent of Debian Squeeze, the developers have integrated a simple way to do so. Most stuff is provided directly by Debian itself - meaning you don't need 3rd party scripts anymore. However it still involves a few steps which I describe below. Also I provide you with a bash script that will do all the steps automatically.