Linux Tutorials on the topic “debian”

  • 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.

  • Configuring DNSSEC On BIND9 (9.7.3) On Debian Squeeze/Ubuntu 11.10

    debian Author: Falko TimmeTags: , , , , Comments: 8

    Configuring DNSSEC On BIND9 (9.7.3) On Debian Squeeze/Ubuntu 11.10 This guide explains how you can configure DNSSEC on BIND9 (version 9.7.3 that comes with Debian Squeeze/Ubuntu 11.10) on Debian Squeeze and Ubuntu 11.10. It covers how to enable DNSSEC on authoritative nameservers (master and slave) and on resolving nameservers, creation of keys (KSKs and ZSKs), signing of zones, key rolling with rollerd, zone file checking with donuts, creation of trust anchors, using DLV (DNSSEC look-aside validation), and getting your DS records into the parent's zone.

  • Using iSCSI On Debian Squeeze (Initiator And Target)

    debian Author: Falko TimmeTags: , Comments: 3

    Using iSCSI On Debian Squeeze (Initiator And Target) This guide explains how you can set up an iSCSI target and an iSCSI initiator (client), both running Debian Squeeze. The iSCSI protocol is a storage area network (SAN) protocol which allows iSCSI initiators to use storage devices on the (remote) iSCSI target using normal ethernet cabling. To the iSCSI initiator, the remote storage looks like a normal, locally-attached hard drive.

  • How To Set Up WebDAV With Lighttpd On Debian Squeeze

    lighttpd Author: Falko TimmeTags: , , , Comments: 2

    How To Set Up WebDAV With Lighttpd On Debian Squeeze This guide explains how to set up WebDAV with lighttpd 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 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.