Linux Tutorials on the topic “debian”
-
Setting Up ProFTPd + TLS On Debian Squeeze
Author: Falko Timme • Tags: debian, ftp, security • Comments: 1
Setting Up ProFTPd + TLS On Debian Squeeze FTP is a very insecure protocol because all passwords and all data are transferred in clear text. By using TLS, the whole communication can be encrypted, thus making FTP much more secure. This article explains how to set up ProFTPd with TLS on a Debian Squeeze server.
-
Install Tomcat And Deploy Web Applications With Rex
Author: jfried • Tags: apache, centos, debian, fedora, linux, mandriva, suse, ubuntu, web server • Comments: 0
Install Tomcat And Deploy Web Applications With Rex In this tutorial I will show you how to manage your Tomcat installations and how to deploy Webapps in a repeatable way with Rex. In this tutorial I will use Debian Squeeze, but Rex is also available for other distributions.
-
The Perfect Server - Debian Squeeze (Debian 6.0) With BIND & Dovecot [ISPConfig 3]
Author: Falko Timme • Tags: debian, control panels, ispconfig • Comments: 32
The Perfect Server - Debian Squeeze (Debian 6.0) With BIND & Dovecot [ISPConfig 3] This tutorial shows how to prepare a Debian Squeeze (Debian 6.0) server for the installation of ISPConfig 3, and how to install ISPConfig 3. ISPConfig 3 is a webhosting control panel that allows you to configure the following services through a web browser: Apache web server, Postfix mail server, MySQL, BIND nameserver, PureFTPd, SpamAssassin, ClamAV, and many more.
-
-
Setting Up Unison File Synchronization Between Two Servers On Debian Squeeze
Author: Falko Timme • Tags: debian, high-availability, storage • Comments: 6
Setting Up Unison File Synchronization Between Two Servers On Debian Squeeze This tutorial shows how to set up file synchronization between two Debian Squeeze servers with Unison. Unison is a file-synchronization tool similar to rsync, but the big difference is that it tracks/synchronizes changes in both directions, i.e., files changed on server1 will be replicated to server2 and vice versa.
-
Installing Subversion And Configuring Access Through Different Protocols On Debian Squeeze
Author: Falko Timme • Tags: debian • Comments: 1
Installing Subversion And Configuring Access Through Different Protocols On Debian Squeeze 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://.
-
Using Apache2 Content Negotiation To Serve Different Languages
Author: Falko Timme • Tags: apache, debian, web server • Comments: 0
Using Apache2 Content Negotiation To Serve Different Languages Content negotiation is the ability of a web server to deliver the document that best matches the browser's preferences/capabilities. For example, if a resource exists in multiple languages, the web server can choose which variant it serves based on the Accept-Language header delivered by the browser. This tutorial describes how to configure content negotiation in Apache2 to serve different languages based on browser preferences.
-
How To Configure Automatic Updates On Debian Squeeze
Author: Falko Timme • Tags: debian • Comments: 2
How To Configure Automatic Updates On Debian Squeeze This tutorial shows how to configure a Debian Squeeze system to have package updates installed automatically without user interaction. In addition to that I will show you what needs to be done to have the system email you about available updates on a daily basis.
-
How To Encrypt Directories/Partitions With eCryptfs On Debian Squeeze
Author: Falko Timme • Tags: debian, security, storage • Comments: 16
How To Encrypt Directories/Partitions With eCryptfs On Debian Squeeze eCryptfs is a POSIX-compliant enterprise-class stacked cryptographic filesystem for Linux. You can use it to encrypt partitions and also directories that don't use a partition of their own, no matter the underlying filesystem, partition type, etc. This tutorial shows how to use eCryptfs to encrypt a directory on Debian Squeeze.
-
How To Run Your Own DNS Servers (Primary And Secondary) With ISPConfig 3 (Debian Squeeze)
Author: Falko Timme • Tags: dns, debian, control panels, bind, ispconfig • Comments: 36
How To Run Your Own DNS Servers (Primary And Secondary) With ISPConfig 3 (Debian Squeeze) 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. I will use Debian Squeeze for both DNS servers here to demonstrate the base system setup process and ISPConfig 3 installation, but once you have ISPConfig 3 installed on your servers, the configuration inside ISPConfig 3 is identical, no matter what distribution you use.
-
How To Install And Configure Mailman (With Postfix) On Debian Squeeze
Author: Falko Timme • Tags: postfix, debian, email • Comments: 6
How To Install And Configure Mailman (With Postfix) On Debian Squeeze Mailman is an open-source mailing list manager, i.e., it can be used to manage email discussions and newsletter lists. It is probably the most popular and widely used mailing list manager on the Internet. This tutorial explains how to install and configure Mailman on a Debian Squeeze server with a Postfix mail server.