Linux Tutorials on the topic “debian”

  • Running Simple Groupware On Nginx (LEMP) On Debian Squeeze/Ubuntu 11.10

    nginx Author: Falko TimmeTags: , , , Comments: 3

    Running Simple Groupware On Nginx (LEMP) On Debian Squeeze/Ubuntu 11.10 This tutorial shows how you can install and run Simple Groupware on a Debian Squeeze or Ubuntu 11.10 system that has nginx installed instead of Apache (LEMP = Linux + nginx (pronounced "engine x") + MySQL + PHP). Simple Groupware is an open source enterprise groupware that offers email, calendaring, contacts, tasks, document management, project management, synchronization with Outlook and cell phones, full-text search, extensions and many more. nginx is a HTTP server that uses much less resources than Apache and delivers pages a lot of faster, especially static files.

  • Extending Perfect Server - Debian Squeeze [ISPConfig 3]

    ispconfig Author: 8omasTags: , , , , Comments: 32

    Extending Perfect Server - Debian Squeeze [ISPConfig 3] The following tutorial will extend the "Perfect Server.... " for ISPConfig 3 with BIND & Courier installed in Debian Squeeze. It explains how to change default ports (ssh, ispconfig, webmin), how to install some useful applications (webmin, roundcube, atop, htop, multitail, tiger etc), how to update awstats periodically (more than once a day) or whenever you want, how to create clients' data backups (periodically) accessible under their folder and finally it explains how to tweak your system for performance (mysqltuner, tuning-primer) or security (custom firewall rules, (D)Dos Deflate, fail2ban modified).

  • Installing iRedMail And Mailman On Debian Squeeze

    debian Author: jasonyTags: , Comments: 8

    Installing iRedMail And Mailman On Debian Squeeze I'm a big fan of iRedMail, which is basically a packaged version of Postfix and the other bits that make Postfix cool, like Spamassassin, greylisting and an LDAP or MySql back-end. One thing I wanted with iRedMail is Mailman, my favourite mailing list server. Integrating the two can be a mission though, so here's some instruction to save you from quite a bit of pain.

  • How To Install RoundCube 0.7 For ISPConfig 3 On Debian Squeeze

    ispconfig Author: SwOsHiETags: , , , , Comments: 11

    How To Install RoundCube 0.7 For ISPConfig 3 On Debian Squeeze This will guide you thru the installation of the latest stable version of RoundCube (currently version 0.7) and get it to work together with ISPConfig 3. This guide should work for most Linux distributions but may differ on some parts.

  • Finding Out Package Dependencies With apt-rdepends On Debian/Ubuntu

    debian Author: Falko TimmeTags: , Comments: 2

    Finding Out Package Dependencies With apt-rdepends On Debian/Ubuntu Sometimes you need to find out all the dependencies of a package. This tutorial explains how to use apt-rdepends to recursively list all dependencies of a Debian/Ubuntu package.

  • Installing Maia Mailguard On Debian Squeeze (Virtual Users/Domains With Postfix/MySQL)

    debian Author: Terrible MonsterTags: , , , Comments: 0

    Installing Maia Mailguard On Debian Squeeze (Virtual Users/Domains With Postfix/MySQL) This guide explains how to install Maia Mailguard, a spam and virus management system, on a Debian Squeeze mailserver. Maia Mailguard is a web-based interface and management system based on the popular amavisd-new email scanner and SpamAssassin. Written in Perl and PHP, Maia Mailguard gives end-users control over how their mail is processed by virus scanners and spam filters, while giving mail administrators the power to configure site-wide defaults and limits.

  • How To Password-Protect Directories With mod_auth_mysql On Apache2 (Debian Squeeze)

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

    How To Password-Protect Directories With mod_auth_mysql On Apache2 (Debian Squeeze) This guide explains how to password-protect web directories (with users from a MySQL database) with mod_auth_mysql on Apache2 on a Debian Squeeze server. It is an alternative to the plain-text password files provided by mod_auth and allows you to use normal SQL syntax to create/modify delete users. You can also configure mod_auth_mysql to authenticate against an existing MySQL user table.

  • Installing Verax NMS On SuSE, RedHat, And Debian

    Author: EugeneR.Tags: , , , Comments: 0

    Installing Verax NMS On SuSE, RedHat, And Debian This guide descibes installation process of commercial non-free version of Verax NMS (Linux/Unix installation package is available for commercial version only). The Verax NMS can be installed on 32 and 64 bit Linux distributions including: SuSE, RedHat Enterprise and Debian using i386 and x64 architectures and any other environment supporting Java 1.6 or higher (AS/400, FreeBSD and others).

  • Editing Images With Pinta

    Author: CSchTags: , , , , , , , Comments: 14

    Editing Images With Pinta This article is about how to use the Pinta graphical editor to edit pictures and covers some of its most important features. Pinta is a lightweight image editor for Linux and is far more easier to handle than Gimp but still has a large variety of tools and features to use. It can be used for quick editing like resizing images or adjusting the colours of photographs, but also for more professional tasks which depend on layered images and more. It is a good mixture between MS Paint and professional image editing tools and is recommendable for most purposes of image-editing-everyday-use.

  • Serving CGI Scripts With Nginx On Debian Squeeze/Ubuntu 11.04

    nginx Author: Falko TimmeTags: , , , Comments: 6

    Serving CGI Scripts With Nginx On Debian Squeeze/Ubuntu 11.04 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. I will outline three solutions: the first is to proxy requests for CGI scripts to Thttpd, a small web server that has CGI support, while the second and third solution are very similar - both use a CGI wrapper to serve CGI scripts.