Linux Tutorials on the topic “debian”

  • The Perfect Server - Debian Lenny (Debian 5.0) With MyDNS & Courier [ISPConfig 3]

    ispconfig VMWare Image Download Author: Falko TimmeTags: , Comments: 149

    The Perfect Server - Debian Lenny (Debian 5.0) With MyDNS & Courier [ISPConfig 3] This tutorial shows how to prepare a Debian Lenny (Debian 5.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, MyDNS nameserver, PureFTPd, SpamAssassin, ClamAV, and many more.

  • Helping The Random Number Generator To Gain Enough Entropy With rng-tools (Debian Lenny)

    debian Author: Falko TimmeTags: Comments: 24

    Helping The Random Number Generator To Gain Enough Entropy With rng-tools (Debian Lenny) You might know this situation: you want to generate a GPG or SSL key, and during that operation, your system tells you that no more random bytes are available and that it needs to collect more entropy, and you are stuck. This short guide tells you how to solve this problem with the package rng-tools on Debian Lenny.

  • Preventing Brute Force Attacks With BlockHosts On Debian Lenny

    debian Author: Falko TimmeTags: , Comments: 0

    Preventing Brute Force Attacks With BlockHosts On Debian Lenny In this article I will show how to install and configure BlockHosts on a Debian Lenny system. BlockHosts is a Python tool that observes login attempts to various services, e.g. SSH, FTP, etc., and if it finds failed login attempts again and again from the same IP address or host, it stops further login attempts from that IP address/host. By default, BlockHosts supports services that use TCP_WRAPPERS, such as SSH, i.e. services, that use /etc/hosts.allow or /etc/hosts.deny, but it can also block other services using iproute or iptables.

  • The Perfect Desktop - Linux Mint Debian 201009

    linux_mint Author: Falko TimmeTags: , Comments: 6

    The Perfect Desktop - Linux Mint Debian 201009 This tutorial shows how you can set up a Linux Mint Debian 201009 desktop that is a full-fledged replacement for a Windows desktop, i.e. that has all the software that people need to do the things they do on their Windows desktops. The advantages are clear: you get a secure system without DRM restrictions that works even on old hardware, and the best thing is: all software comes free of charge. While the "normal" Linux Mint editions are based on Ubuntu, Linux Mint Debian 201009 is a Linux distribution based on Debian Squeeze (testing); its aim is to look identical to the main edition and to provide the same functionality while using Debian as a base.

  • Putting Varnish In Front Of Apache On Ubuntu/Debian

    apache Author: SypherTags: , , Comments: 19

    Putting Varnish In Front Of Apache On Ubuntu/Debian Varnish is an open source "web accelerator" which you can use to speed up your website. It can cache certain static elements, such as images or javascript but you can also use it for other purposes such as Loadbalancing or some additional security. In this tutorial we will focus on the latter one. In this mode, Varnish will stop incomplete HTTP requests from reaching your Apache webserver.

  • How To Install OpenQRM 4.7 With LXC Containers In Debian Squeeze/Lenny: Step By Step

    debian Author: zennyTags: , , , Comments: 1

    How To Install OpenQRM 4.7 With LXC Containers In Debian Squeeze/Lenny: Step By Step This is a tutorial for installing OpenQRM 4.7 with LXC containers in Debian Lenny which can further be used for installing ISPConfig3 at the container level. OpenQRM 4.7 was released on September 30, 2010 with LXC support. Wonderful product. Videos of this enterprise grade datacenter management framework are available at http://openqrm.com/?q=node/183. I hope that this information is useful to those who are interested. And thanks to Matt and OpenQRM developers for the hard work!

  • Installing A Web, Email And MySQL Database Cluster (Mirror) On Debian 5.0 With ISPConfig 3

    ispconfig Author: Till BrehmTags: , , , , , Comments: 24

    Installing A Web, Email And MySQL Database Cluster (Mirror) On Debian 5.0 With ISPConfig 3 This tutorial describes the installation of a clustered Web, Email, Database and DNS server to be used for redundancy, high availability and load balancing on Debian 5 with the ISPConfig 3 control panel. GlusterFS will be used to mirror the data between the servers and ISPConfig for mirroring the configuration files. I will use a setup of two servers here for demonstration purposes but the setup can scale to a higher number of servers with only minor modifications in the GlusterFS configuration files.

  • Installing A Multiserver Setup With Dedicated Web, Email, DNS And MySQL Database Servers On Debian 5.0 With ISPConfig 3

    ispconfig Author: tillTags: , Comments: 19

    Installing A Multiserver Setup With Dedicated Web, Email, DNS And MySQL Database Servers On Debian 5.0 With ISPConfig 3 This tutorial describes the installation of an ISPConfig 3 multiserver setup with dedicated web, email, database and two DNS servers all managed trough a single ISPConfig 3 control panel. The setup described below uses five servers and can be extended easily to to a higher number of servers by just adding more servers. E.g. if you want to have two mailservers, do the setup steps from chapter 2 on both of these servers. If you want to set up more web servers, then install ISPConfig on all other web servers in expert mode except of the first one.

  • How To Integrate ClamAV (Through mod_clamav) Into ProFTPd For Virus Scanning On Debian Lenny

    debian Author: Falko TimmeTags: , , Comments: 0

    How To Integrate ClamAV (Through mod_clamav) Into ProFTPd For Virus Scanning On Debian Lenny This tutorial explains how you can integrate ClamAV into ProFTPd for virus scanning on a Debian Lenny system. This is achieved through mod_clamav. In the end, whenever a file gets uploaded through ProFTPd, ClamAV will check the file and delete it if it is malware.

  • How To Automatically Add A Disclaimer To Outgoing Emails With alterMIME (Postfix On Debian Lenny)

    debian Author: Falko TimmeTags: , Comments: 8

    How To Automatically Add A Disclaimer To Outgoing Emails With alterMIME (Postfix On Debian Lenny) This tutorial shows how to install and use alterMIME. alterMIME is a tool that can automatically add a disclaimer to emails. In this article I will explain how to install it as a Postfix filter on Debian Lenny.