squeeze

0

Running TYPO3 4.6 On Nginx (LEMP) On Debian Squeeze/Ubuntu 11.10

http://www.howtoforge.com

This tutorial shows how you can install and run a TYPO3 (version 4.6) 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).

Read more »
falko's picture
Created by falko 10 years 19 weeks ago – Made popular 10 years 19 weeks ago
Category: End User   Tags:
0

ISPConfig 3/Debian Multiserver Setup With Dedicated Web/Email/DNS/MySQL Servers

http://www.howtoforge.com

This tutorial describes the installation of an ISPConfig 3 multiserver setup with dedicated web, email, database and two DNS servers all managed trough a single ISPConfig 3 control panel. The setup described below uses five servers and can be extended easily to to a higher number of servers by just adding more servers. E.g.

Read more »
falko's picture
Created by falko 10 years 33 weeks ago – Made popular 10 years 33 weeks ago
Category: End User   Tags:
0

Serving CGI Scripts With Nginx On Debian Squeeze/Ubuntu 11.04

http://www.howtoforge.com

This tutorial shows how you can serve CGI scripts (Perl scripts) with nginx on Debian Squeeze/Ubuntu 11.04. While nginx itself does not serve CGI, there are several ways to work around this.

Read more »
falko's picture
Created by falko 10 years 34 weeks ago – Made popular 10 years 34 weeks ago
Category: End User   Tags:
0

Mounting Remote Directories With SSHFS On Debian Squeeze

http://www.howtoforge.com

This tutorial explains how you can mount a directory from a remote server on the local server securely using SSHFS. SSHFS (Secure SHell FileSystem) is a filesystem that serves files/directories securely over SSH, and local users can use them just as if the were local files/directories. On the local computer, the remote share is mounted via FUSE (Filesystem in Userspace).

Read more »
falko's picture
Created by falko 10 years 35 weeks ago – Made popular 10 years 35 weeks ago
Category: End User   Tags:
0

Running Drupal 7.7 On Nginx (LEMP) On Debian Squeeze/Ubuntu 11.04

http://www.howtoforge.com

This tutorial shows how you can install and run a Drupal 7.7 web site on Debian Squeeze or Ubuntu 11.04 with 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 Drupal Boost plugin with nginx.

Read more »
falko's picture
Created by falko 10 years 37 weeks ago – Made popular 10 years 37 weeks ago
Category: End User   Tags:
0

Server Monitoring With Icinga On Debian Squeeze

http://www.howtoforge.com

Icinga is an enterprise grade open source monitoring system which keeps watch over networks and any conceivable network resource, notifies the user of errors and recoveries and generates performance data for reporting. It is a fork of Nagios. This tutorial explains how to install Icinga on a Debian Squeeze server to monitor this server and another Debian Squeeze server.

Read more »
falko's picture
Created by falko 10 years 39 weeks ago – Made popular 10 years 39 weeks ago
Category: End User   Tags:
0

Setting Up Network RAID1 With DRBD On Debian Squeeze

http://www.howtoforge.com

This tutorial shows how to set up network RAID1 with the help of DRBD on two Debian Squeeze systems. DRBD stands for Distributed Replicated Block Device and allows you to mirror block devices over a network. This is useful for high-availability setups (like a HA NFS server) because if one node fails, all data is still available from the other node.

Read more »
falko's picture
Created by falko 10 years 39 weeks ago – Made popular 10 years 39 weeks ago
Category: End User   Tags:
0

Installing Subversion & Enabling Access Via Different Protocols (Debian Squeeze)

http://www.howtoforge.com

Subversion (svn) is an open-source version control system (VCS), used in the development of many software projects. This tutorial shows how to install Subversion on Debian Squeeze and how to configure it to allow access to a repository through different protocols: file://, http://, https://, svn://, and svn+ssh://.

Read more »
falko's picture
Created by falko 10 years 42 weeks ago – Made popular 10 years 42 weeks ago
Category: End User   Tags:
0

How To Run Your Own DNS Servers With ISPConfig 3 (Debian Squeeze)

http://www.howtoforge.com

This tutorial shows how you can run your own DNS servers (primary and secondary) with ISPConfig 3. To do this, you need two servers with two different public IP addresses and with ISPConfig 3 installed.

Read more »
falko's picture
Created by falko 10 years 44 weeks ago – Made popular 10 years 44 weeks ago
Category: End User   Tags:
0

How To Save Traffic With Lighttpd's mod_compress (Debian Squeeze)

http://www.howtoforge.com

In this tutorial I will describe how to configure mod_compress on a Lighttpd web server (on Debian Squeeze). mod_compress allows Lighttpd to compress files and deliver them to clients (e.g. browsers) that can handle compressed content which most modern browsers do. With mod_compress, you can compress HTML, CSS, Javascript, text or XML files to approx.

Read more »
falko's picture
Created by falko 11 years 7 weeks ago – Made popular 11 years 7 weeks ago
Category: End User   Tags:
0

Virtualization With KVM On A Debian Squeeze Server

http://www.howtoforge.com

This guide explains how you can install and use KVM for creating and running virtual machines on a Debian Squeeze server. I will show how to create image-based virtual machines and also virtual machines that use a logical volume (LVM). KVM is short for Kernel-based Virtual Machine and makes use of hardware virtualization, i.e., you need a CPU that supports hardware virtualization, e.g.

Read more »
falko's picture
Created by falko 11 years 10 weeks ago – Made popular 11 years 10 weeks ago
Category: End User   Tags:
0

Installing Nginx With PHP5 And MySQL Support On Debian Squeeze

http://www.howtoforge.com

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.

Read more »
falko's picture
Created by falko 11 years 12 weeks ago – Made popular 11 years 12 weeks ago
Category: End User   Tags:
0

Installing Lighttpd With PHP5 And MySQL Support On Debian Squeeze

http://www.howtoforge.com

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 Squeeze server with PHP5 support (through FastCGI) and MySQL support.

Read more »
falko's picture
Created by falko 11 years 12 weeks ago – Made popular 11 years 12 weeks ago
Category: End User   Tags:
0

Installing Apache2 With PHP5 And MySQL Support On Debian Squeeze (LAMP)

http://www.howtoforge.com

LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a Debian Squeeze server with PHP5 support (mod_php) and MySQL support.

Read more »
falko's picture
Created by falko 11 years 13 weeks ago – Made popular 11 years 13 weeks ago
Category: End User   Tags:
0

Installing And Using OpenVZ On Debian Squeeze (AMD64)

http://www.howtoforge.com

In this HowTo I will describe how to prepare a Debian Squeeze server for OpenVZ. With OpenVZ you can create multiple Virtual Private Servers (VPS) on the same hardware, similar to Xen and the Linux Vserver project. OpenVZ is the open-source branch of Virtuozzo, a commercial virtualization solution used by many providers that offer virtual servers.

Read more »
falko's picture
Created by falko 11 years 14 weeks ago – Made popular 11 years 14 weeks ago
Category: End User   Tags:

Best karma users