Linux Tutorials on the topic “debian”

  • Installing SugarCRM OpenSource Edition On Debian 4.0 (Etch)

    Author: Till BrehmTags: Comments: 0

    Installing SugarCRM OpenSource Edition On Debian 4.0 (Etch) SugarCRM is a webbased CRM solution written in PHP. SugarCRM is available as an OpenSource edition and a ClosedSource version. For a detailed overview of the different editions, have a look at the SugarCRM website. In this tutorial I will describe the installation of the OpenSource edition on Debian 4.0. With the modules My Portal, Calendar, Activities, Contacts, Accounts, Leads, Opportunities, Cases, Bugtracker, Documents and Email, SugarCRM OpenSource Edition offers everything that can be expected from a CRM solution.

  • Installing Zabbix (Server And Agent) On Debian Etch

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

    Installing Zabbix (Server And Agent) On Debian Etch Zabbix is a solution for monitoring applications, networks, and servers. With Zabbix, you can monitor multiple servers at a time, using a Zabbix server that comes with a web interface (that is used to configure Zabbix and holds the graphs of your systems) and Zabbix agents that are installed on the systems to be monitored. The Zabbix agents deliver the desired data to the Zabbix server. This tutorial shows how you can install the Zabbix server and agent on a Debian Etch system.

  • Data Recovery With TestDisk

    Author: Falko TimmeTags: , Comments: 11

    Data Recovery With TestDisk TestDisk is a powerful free data recovery software which was primarily designed to help recover lost partitions and/or make non-booting disks bootable again when these symptoms are caused by faulty software, certain types of viruses or human error (such as accidentally deleting your partition table). TestDisk is available for lots of operating systems, including Linux, Windows, and MacOS, and supports lots of filesystems.

  • Installing ModSecurity2 On Debian Etch

    Author: Falko TimmeTags: , , Comments: 15

    Installing ModSecurity2 On Debian Etch This article shows how to install and configure ModSecurity (version 2) for use with Apache2 on a Debian Etch system. ModSecurity is an Apache module that provides intrusion detection and prevention for web applications. It aims at shielding web applications from known and unknown attacks, such as SQL injection attacks, cross-site scripting, path traversal attacks, etc.

  • Virtual Hosting With vsftpd And MySQL On Debian Etch

    debian VMWare Image Download Author: Falko TimmeTags: , Comments: 15

    Virtual Hosting With vsftpd And MySQL On Debian Etch Vsftpd is one of the most secure and fastest FTP servers for Linux. Usually vsftpd is configured to work with system users. This document describes how to install a vsftpd server that uses virtual users from a MySQL database instead of real system users. This is much more performant and allows to have thousands of ftp users on a single machine.

  • Postfix Monitoring With Mailgraph And pflogsumm On Debian Etch

    debian Author: Falko TimmeTags: , , Comments: 4

    Postfix Monitoring With Mailgraph And pflogsumm On Debian Etch This article describes how you can monitor your Postfix mailserver with the tools Mailgraph and pflogsumm. Mailgraph creates daily, weekly, monthly, and yearly graphs of sent, received, bounced, and rejected emails and also of spam and viruses, if SpamAssassin and ClamAV are integrated into Postfix (e.g. using amavisd-new). These graphs can be accessed with a browser, whereas pflogsumm ("Postfix Log Entry Summarizer") can be used to send reports of Postfix activity per email.

  • Building DVD Images Of Ubuntu Repositories

    Author: ginocicTags: , Comments: 17

    Building DVD Images Of Ubuntu Repositories This howto offers a simple way of creating DVD images of Debian or Ubuntu http/ftp repositories. Ubuntu doesn't offer DVDs ready to download with its main, universe, multiverse and/or restricted repositories. With the contents of this howto you can do it yourself. Having the Ubuntu or Debian repositories on DVD can be useful for those users who don't have access to the Internet where they have their Ubuntu installed but have access somewhere else to download the repository and build and burn the DVDs.

  • Installing And Working With eyeOS Under Debian 4.0

    Author: jfheinsTags: , , Comments: 2

    Installing And Working With eyeOS Under Debian 4.0 This tutorial shows how you can install eyeOS on a standard Linux system. When you have finished this tutorial, you will have a full, working eyeOS on your server. eyeOS is a kind of operating system which works online, i.e. it manages files on the server and enables the user to upload, download and edit files.

  • Virtual Users And Domains With Postfix, Courier And MySQL (Debian Etch)

    debian Author: Falko TimmeTags: , , Comments: 21

    Virtual Users And Domains With Postfix, Courier And MySQL (Debian Etch)This document describes how to install a mail server based on Postfix that is based on virtual users and domains, i.e. users and domains that are in a MySQL database. I'll also demonstrate the installation and configuration of Courier (Courier-POP3, Courier-IMAP), so that Courier can authenticate against the same MySQL database Postfix uses.

  • Using Ruby On Rails With Apache2 On Debian Etch

    Author: Falko TimmeTags: , Comments: 7

    Using Ruby On Rails With Apache2 On Debian Etch This article shows how you can install Ruby on Rails (RoR) and integrate it in Apache2 on a Debian Etch system (including a short section at the end showing how to use RoR in a web site created with ISPConfig). Ruby on Rails is a web application framework which is rapidly gaining popularity among web programmers. It aims to increase the speed and ease with which database-driven web sites can be created and offers skeleton code frameworks (scaffolding) from the outset. Applications using the RoR framework are developed using the Model-View-Controller design pattern.