Linux Tutorials on the topic “debian”
-
The Perfect Push Mail Server - Debian Squeeze (Debian 6.0) With ISPConfig 3 & Z-push
Author: zicguy • Tags: apache, other, debian, email, ispconfig • Comments: 7
The Perfect Push Mail Server - Debian Squeeze (Debian 6.0) With ISPConfig 3 & Z-push This tutorial describes the installation and configuration of Z-push on a Debian Squeeze server with ISPConfig 3. Z-push is an open-source application to synchronize ActiveSync compatible PDAs and mobile phones. Z-Push was initially developed by Zarafa Deutschland GmbH (Germany). At the end of this tutorial, your customers should be able to sync their mobile phones, by using push technology, with their e-mail accounts stored on your server.
-
Running concrete5 On Nginx (LEMP) On Debian Squeeze/Ubuntu 12.10
Author: Falko Timme • Tags: debian, nginx, ubuntu, web server • Comments: 0
This tutorial shows how you can install and run a concrete5 web site on a Debian Squeeze or Ubuntu 12.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. concrete5 is a free and open-source content management system (CMS).
-
Running Question2Answer On Nginx (LEMP) On Debian Squeeze/Ubuntu 12.10
Author: Falko Timme • Tags: debian, ubuntu, web server, nginx • Comments: 0
Running Question2Answer On Nginx (LEMP) On Debian Squeeze/Ubuntu 12.10 This tutorial shows how you can install and run a Question2Answer web site on a Debian Squeeze or Ubuntu 12.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. Question2Answer is a free and open source platform for Q&A sites.
-
-
How To Secure Apache2 With LinOTP
Author: cornelinux • Tags: apache, security, debian, ubuntu, web server • 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
Author: mariusgologan • Tags: antivirus, debian, security, ubuntu • 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
Author: mariusgologan • Tags: antivirus, debian, email, security, ubuntu • 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)
Author: Falko Timme • Tags: mysql, security, debian, ubuntu • 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
Author: Falko Timme • Tags: apache, debian, security, web server • 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
Author: Falko Timme • Tags: apache, debian, php, web server • 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
Author: Falko Timme • Tags: apache, debian, web server • 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.