Debian Tutorials

Categories


Tags


Debian Tutorials

Step by step tutorials showing you how to install and configure various applications and services on Debian based Linux distros.


apache10

Install XCache

XCache is a fast, stable PHP opcode cacher that has been tested and is now running on production servers under high load. It overcomes a lot of problems that has been with other competing opcachers such as being able to be used with new PHP versions. 1. Installing the XCache package apt-get install php5-xcache

Ástþór IPÁstþór IP

Installing suPHP

suPHP is a tool for executing PHP scripts with the permissions of their owners. It consists of an Apache module (mod_suphp) and a setuid root binary (suphp) that is called by the Apache module to change the uid of the process executing the PHP interpreter. 1. Install suPHP apt-get install libapache2-mod-suphp

Ástþór IPÁstþór IP

Installing Zend Optimizer

Notice This tutorial is for older Debian versions and may not work for current versions. Please refer to the links below to find a newer tutorial. Installing Zend Guard Loader (Zend Optimizer) on wheezy The Zend Optimizer enables you to run Zend Guard encoded files. 1. Download a copy of Zend Optimizer / Guard from the location below and [...]

Ástþór IPÁstþór IP

Installing the DSPAM web frontend on lenny

This tutorial covers installing and configuring the DSPAM web frontend. Using the web frontend, the mail users can configure the sensitivity of the spam filter, see statistics and more. I assume you already have the Apache2 web server and DSPAM daemon installed. 1. Install the dspam-webfrontend package and suexec module for the Apache2 [...]

Ástþór IPÁstþór IP

Installing ionCube

ionCube protects software written using the PHP programming language from being viewed, changed, and run on unlicensed computers. 1. Download ionCube loaders wget http://downloads.ioncube.com/loader_downloads/ioncube_loaders_lin_x86.tar.gz

Ástþór IPÁstþór IP

Setup Trac and Subversion

Setup Trac and Subversion First install packages for both Trac and Subversion. We’ll be using Apache to publish the Subversion repositories apt-get install python-setuptools trac subversion libapache2-svn Create the SVN repository directory structure, used to create new repositories later mkdir /var/svn/ mkdir /var/svn/tmpproject [...]

adminadmin