Linux Tutorials on the topic “debian”

  • How To Secure Apache2 With LinOTP

    apache Author: cornelinuxTags: , , , , Comments: 2

    How To Secure Apache2 With LinOTP This Howto describes the way to set up two factor authentication with one time passwords for Apache2. We assume, that you have already set up your LinOTP server. You can download Debian and Ubuntu packages or you can install the system using the Python Package Index. It provides a good quick start to get the service up and running for demo purposes (check for the latest version).

  • Install Anti-Spam Firewall for any email server in 30 minutes

    ubuntu Author: mariusgologanTags: , , , Comments: 11

    Install Anti-Spam Firewall for any server in 30 minutes • Designed for Linux and Windows email system administrators, Scrollout F1 is a free anti-spam and  anti-virus email firewall (gateway) for multiple domains and email servers, with DLP for outgoing messages filtering Excel, Word, PDF and image files (archived or hidden). This document describes how to install Scrollout F1 from scratch, on a fresh Ubuntu Server or Debian.  The installation is easy. Even if you are a newbie in Linux there is not much room for errors. Estimated time: 30 minutes.Includes a video tutorial as an alternative to this article.

  • Configure An Email Gateway With Scrollout F1 Anti-Spam & DLP

    tux Author: mariusgologanTags: , , , , Comments: 5

    Configure An Email Gateway With Scrollout F1 Anti-Spam & DLP An email gateway (a.k.a. firewall) is a machine (physical or virtual) installed between Internet and the email server. Its primary role is to protect the email server by filtering incoming messages, via SMTP protocol, from Internet. Secondary, an email gateway may be used as an outgoing gateway in case you want to add some new email features which are not provided by older email servers. For instance, Exchange 2000 or 2003 has no DKIM signing and verification service – a quality improvement for message delivery. This tutorial shows how to configure an email gateway with the Scrollout F1 email gateway.Basic configuration covered by video tutorial.

  • Managing Multiple MySQL Servers From One phpMyAdmin Installation (Using SSL Encryption)

    mysql_neu Author: Falko TimmeTags: , , , Comments: 7

    Managing Multiple MySQL Servers From One phpMyAdmin Installation (Using SSL Encryption) This tutorial explains how you can manage multiple MySQL servers from one phpMyAdmin installation. For security reasons, communication between phpMyAdmin and any remote MySQL server is using SSL encryption (this is not necessary for a local MySQL server since communication between phpMyAdmin and MySQL is not leaving the server). phpMyAdmin is a free software tool written in PHP, intended to handle the administration of MySQL over the World Wide Web. phpMyAdmin supports a wide range of operations with MySQL.

  • Chrooting Apache2 With mod_chroot On Debian Squeeze

    apache Author: Falko TimmeTags: , , , Comments: 1

    Chrooting Apache2 With mod_chroot On Debian Squeeze This guide explains how to set up mod_chroot with Apache2 on a Debian Squeeze system. With mod_chroot, you can run Apache2 in a secure chroot environment and make your server less vulnerable to break-in attempts that try to exploit vulnerabilities in Apache2 or your installed web applications.

  • Installing The PHP WebDAV Extension On Debian Squeeze

    php Author: Falko TimmeTags: , , , Comments: 0

    Installing The PHP WebDAV Extension On Debian Squeeze This article shows how you can install the PHP WebDAV extension for PHP5 on a Debian Squeeze system. The PHP WebDAV extension allows easy access to remote resources through the DAV protocol from PHP scripts.

  • Installing mod_geoip for Apache2 On Debian Squeeze

    apache Author: Falko TimmeTags: , , Comments: 1

    Installing mod_geoip for Apache2 On Debian Squeeze This guide explains how to set up mod_geoip with Apache2 on a Debian Squeeze system. mod_geoip looks up the IP address of the client end user. This allows you to redirect or block users based on their country. You can also use this technology for your OpenX (formerly known as OpenAds or phpAdsNew) ad server to allow geo targeting.

  • nginx: How To Block Visitors By Country With The GeoIP Module (Debian/Ubuntu)

    nginx Author: Falko TimmeTags: , , , Comments: 14

    nginx: How To Block Visitors By Country With The GeoIP Module (Debian/Ubuntu) This tutorial explains how to use the GeoIP module with nginx to block visitors by country. This is made possible by the GeoIP database which maps users' IP addresses to countries. nginx must be compiled with the HttpGeoipModule to use the GeoIP database.

  • Virtual Hosting With vsftpd And MySQL On Debian Squeeze

    debian Author: Falko TimmeTags: , , Comments: 6

    Vsftpd is one of the most secure and fastest FTP servers for Linux. Usually vsftpd is configured to work with system users. This document describes how to install a vsftpd server that uses virtual users from a MySQL database instead of real system users. This is much more performant and allows to have thousands of ftp users on a single machine.

  • Creating Advanced MySQL-Based Virtual Hosts On Lighttpd (Debian Squeeze)

    lighttpd VMWare Image Download Author: Falko TimmeTags: , , , Comments: 0

    Creating Advanced MySQL-Based Virtual Hosts On Lighttpd (Debian Squeeze) This guide explains how you can create advanced virtual hosts on a lighttpd web server on Debian Squeeze that are stored in a MySQL database. The method described here does not use the lighttpd mod_mysql_vhost module, and unlike mod_mysql_vhost (which allows you to store only the hostname and document root of a vhost in a database), this method allows to store individual configuration directives for each vhost in the MySQL database.