Linux Tutorials on the topic “debian”

  • How To Block Spammers/Hackers With mod_defensible On Apache2 (Debian Etch)

    VMWare Image Download Author: Falko TimmeTags: , , Comments: 7

    How To Block Spammers/Hackers With mod_defensible On Apache2 (Debian Etch) mod_defensible is an Apache 2.x module intended to block spammers/hackers/script kiddies using DNSBL servers. It will look at the client IP and check it in one or several DNSBL servers and return a 403 Forbidden page to the client. This guide shows how to install and use it with Apache 2 on a Debian Etch server.

  • Apache2: Logging To A MySQL Database With mod_log_sql (Debian Etch)

    Author: Falko TimmeTags: , , Comments: 5

    Apache2: Logging To A MySQL Database With mod_log_sql (Debian Etch) This guide shows how you can write the Apache2 access log to a MySQL database instead of a file. To achieve this, I use the Apache2 module mod_log_sql. I'm using a Debian Etch server in this tutorial.

  • Embedding Python In Apache2 With mod_python (Debian Etch)

    Author: Falko TimmeTags: , Comments: 9

    Embedding Python In Apache2 With mod_python (Debian Etch) This tutorial shows how to install and use mod_python on a Debian Etch server with Apache2. mod_python is an Apache module that embeds the Python interpreter within the server. It allows you to write web-based applications in Python that will run many times faster than traditional CGI and will have access to advanced features such as ability to retain database connections and other data between hits and access to Apache internals.

  • How To Set Up WebDAV With MySQL Authentication On Apache2 (Debian Etch)

    VMWare Image Download Author: Falko TimmeTags: , , Comments: 2

    How To Set Up WebDAV With MySQL Authentication On Apache2 (Debian Etch) This guide explains how to set up WebDAV with MySQL authentication (using mod_auth_mysql) on Apache2 on a Debian Etch server. WebDAV stands for Web-based Distributed Authoring and Versioning and is a set of extensions to the HTTP protocol that allow users to directly edit files on the Apache server so that they do not need to be downloaded/uploaded via FTP. Of course, WebDAV can also be used to upload and download files.

  • How To Set Up WebDAV With Apache2 On Debian Etch

    Author: Falko TimmeTags: , Comments: 9

    How To Set Up WebDAV With Apache2 On Debian Etch This guide explains how to set up WebDAV with Apache2 on a Debian Etch server. WebDAV stands for Web-based Distributed Authoring and Versioning and is a set of extensions to the HTTP protocol that allow users to directly edit files on the Apache server so that they do not need to be downloaded/uploaded via FTP. Of course, WebDAV can also be used to upload and download files.

  • Installing And Using The Unbound Name Server On Debian Etch

    Author: Falko TimmeTags: , Comments: 3

    Installing And Using The Unbound Name Server On Debian Etch Unbound is a validating, recursive, and caching DNS resolver, released under a BSD license. Version 1.0.0 was released on May 20, 2008. This tutorial explains how to install and use it on Debian Etch, including the creation of zones for your own domains.

  • Setting Up PHPlist (Open-Source Newsletter Manager)

    Author: o.meyerTags: , , , , Comments: 1

    Setting Up PHPlist (Open-Source Newsletter Manager) This document describes how to set up PHPlist on Fedora, CentOS, Ubuntu and Debian. This howto should also work for other distributions with little modifications. Taken from the phplist page: "phplist is an open-source newsletter manager. phplist is free to download, install and use, and is easy to integrate with any website. phplist is downloaded more than 10 000 times per month and is listed in the top open source projects for vitality score on Freshmeat."

  • Debian "Etch" + Asterisk + Zaptel + Libpri + mISDN + Asterisk Addons + Asterisk-GUI

    Author: olafTags: Comments: 7

    Debian "Etch" + Asterisk + Zaptel + Libpri + mISDN + Asterisk Addons + Asterisk-GUI This Howto explains how to install Asterisk on a fresh Debian “Etch” system.

  • How To Configure rtGui For rTorrent

    Author: d4n3szTags: Comments: 1

    How To Configure rtGui For rTorrent This tutorial explains how you can install a GUI (rtGUI) for rTorrent.

  • Protect Your Files With TrueCrypt 5.1a On Debian Etch (GNOME)

    Author: o.meyerTags: , , Comments: 7

    Protect Your Files With TrueCrypt 5.1a On Debian Etch (GNOME) This document describes how to set up TrueCrypt 5.1a on Debian Etch (GNOME). Taken from the TrueCrypt page: "TrueCrypt is a software system for establishing and maintaining an on-the-fly-encrypted volume (data storage device). On-the-fly encryption means that data are automatically encrypted or decrypted right before they are loaded or saved, without any user intervention. No data stored on an encrypted volume can be read (decrypted) without using the correct password/keyfile(s) or correct encryption keys. Entire file system is encrypted (e.g., file names, folder names, contents of every file, free space, meta data, etc)."