Linux Tutorials on the topic “debian”

  • Installing Nginx With PHP 5.3 And PHP-FPM On Ubuntu Lucid Lynx (10.04) Without Compiling Anything

    ubuntu Author: SypherTags: , , , Comments: 13

    Installing Nginx With PHP 5.3 And PHP-FPM On Ubuntu Lucid Lynx (10.04) Without Compiling Anything Since Apache is most of the time a memory hungy process, people started to look for different ways to host their website. Apache is clearly not the only webserver available. A few good examples are lighttpd and nginx. In this tutorial I will show you how to install it on your Ubuntu server. This tutorial also applies to Debian, though. There is only a very small difference.

  • How To Set Up MySQL Database Replication With SSL Encryption On Debian Lenny

    mysql Author: Falko TimmeTags: , Comments: 5

    How To Set Up MySQL Database Replication With SSL Encryption On Debian Lenny This tutorial describes how to set up database replication in MySQL using an SSL connection for encryption (to make it impossible for hackers to sniff out passwords and data transferred between the master and slave). MySQL replication allows you to have an exact copy of a database from a master server on another server (slave), and all updates to the database on the master server are immediately replicated to the database on the slave server so that both databases are in sync. This is not a backup policy because an accidentally issued DELETE command will also be carried out on the slave; but replication can help protect against hardware failures though.

  • How To Compile rTorrent From SVN In Ubuntu 10.04 Lucid Lynx / Debian 5 Lenny With Coloured Interface

    ubuntu Author: Stephan JauTags: , Comments: 7

    How To Compile rTorrent From SVN In Ubuntu 10.04 Lucid Lynx / Debian 5 Lenny With Coloured Interface rTorrent is a popular command line based bittorrent client. It provides very powerful features yet it is very light on the system - contrary to other bittorrent clients like Vuze. There are a couple of webinterfaces for it but they are not truly need. SSH access combined with the "screen" program provide you all the tools you need. This howto works for Ubuntu 10.04 Lucid Lynx and for Debian 5 Lenny. The difference is that commands that contain sudo must be executed as root.

  • Caching With Apache's mod_cache On Debian Lenny

    apache Author: Falko TimmeTags: , , Comments: 1

    Caching With Apache's mod_cache On Debian Lenny This article explains how you can cache your web site contents with Apache's mod_cache on Debian Lenny. If you have a high-traffic dynamic web site that generates lots of database queries on each request, you can decrease the server load dramatically by caching your content for a few minutes or more (that depends on how often you update your content).

  • Install Imule On Debian Lenny

    debian Author: ycardonguardTags: Comments: 3

    Install Imule On Debian Lenny When I write these lines, the latest version of Imule is 1.4.6. But ... It relies on packages version (libgcj10, libstdc++6) that are released with the unstable (sid) version of Debian. So either you upgrade Debian to unstable version or you choose a lower version of Imule. I chose the latter: to install an old version of Imule. I tested few of them and 1.3.5 seems to work quite well with Debian Lenny (stable).

  • Installing PowerDNS (With MySQL Backend) And Poweradmin On Debian Lenny

    debian Author: Falko TimmeTags: , , Comments: 1

    Installing PowerDNS (With MySQL Backend) And Poweradmin On Debian Lenny This article shows how you can install the PowerDNS nameserver (with MySQL backend) and the Poweradmin control panel for PowerDNS on a Debian Lenny system. PowerDNS is a high-performance, authoritative-only nameserver - in the setup described here it will read the DNS records from a MySQL database (similar to MyDNS), although other backends such as PostgreSQL are supported as well. Poweradmin is a web-based control panel for PowerDNS.

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

    debian Author: Falko TimmeTags: , , , Comments: 6

    Installing Maia Mailguard On Debian Lenny (Virtual Users/Domains With Postfix/MySQL) This guide explains how to install Maia Mailguard, a spam and virus management system, on a Debian Lenny 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.

  • Apache And MySQL Monitoring With Bijk On Debian Lenny

    debian Author: zdenekTags: , , , Comments: 0

    Apache And MySQL Monitoring With Bijk On Debian Lenny This tutorial describes how you can monitor your server with the tool Bijk. Bijk creates online 30 graphs about load, CPU, memory, traffic, Apache, NginX, PostreSQL and others with alerts. Bijk can be used on Debian, Ubuntu, CentOS, RedHat and Gentoo. In this article I will explain how to install Bijk on Debian.

  • Generating Web Site Statistics With AWStats & JAWStats On Debian Lenny

    debian Author: Falko TimmeTags: , , Comments: 3

    Generating Web Site Statistics With AWStats & JAWStats On Debian Lenny This tutorial explains how you can generate statistics for your web site with AWStats and JAWStats on a Debian Lenny web server. AWStats is a free powerful and featureful tool that generates advanced web server statistics. JAWStats runs in conjunction with AWStats and produces clear and informative charts, graphs and tables about your website visitors. AWStats is able to create graphical web pages for the statistics, but JAWStats presents this data in a much nicer way - it's much better organized and makes use of Ajax and Flash.

  • Disk Backup With Amanda On Debian Lenny

    debian Author: ycardonguardTags: , Comments: 2

    Disk Backup With Amanda On Debian Lenny Amanda is an open source client/server solution to back up filesystems. Backups are triggered by the backup server, backup definitions are located on the servers but exclusion lists are located on the client.