Linux Tutorials on the topic “debian”

  • A Short Introduction To Apt-Pinning

    debian Author: Falko TimmeTags: , Comments: 3

    A Short Introduction To Apt-Pinning This article is a short overview of how to use apt-pinning on Debian and Debian-based distributions (like Ubuntu). Apt-Pinning allows you to use multiple releases (e.g. stable, testing, and unstable) on your system and to specify when to install a package from which release. That way you can run a system based mostly on the stable release, but also install some newer packages from testing or unstable (or third-party repositories).

  • How To Install Openbravo ERP On Debian Lenny

    debian Author: Falko TimmeTags: Comments: 4

    How To Install Openbravo ERP On Debian Lenny This document describes how to set up Openbravo ERP (enterprise management system) on Debian Lenny. Openbravo is an open source ERP solution designed specifically for the SME (small to midsize firm). Developed in a web based environment, it includes many robust functionalities which are considered part of the extended ERP: procurement and warehouse management, project and service management, production management, and financial management.

  • Chrooted SSH/SFTP Tutorial (Debian Lenny)

    debian Author: Falko TimmeTags: , Comments: 33

    Chrooted SSH/SFTP Tutorial (Debian Lenny) Since version 4.8, OpenSSH supports chrooting, so no patches are needed anymore. This tutorial describes how to give users chrooted SSH access. With this setup, you can give your users shell access without having to fear that they can see your whole system. Your users will be jailed in a specific directory which they will not be able to break out of. I will also show how to use chrooted SFTP.

  • NIC Bonding On Debian Lenny

    debian Author: AccessForbiddenTags: Comments: 13

    NIC Bonding On Debian Lenny Ethernet bonding refers to aggregating multiple ethernet channels together to form a single channel. This is primarily used for redundancy in ethernet paths or for load balancing. This page refers in particular to performing ethernet bonding under Linux, and so does not limit itself to discussion of 802.3ad Trunk Aggregation.

  • Record Installed .deb Packages In A Text File (Ubuntu/Debian)

    ubuntu Author: Falko TimmeTags: , , Comments: 7

    Record Installed .deb Packages In A Text File (Ubuntu/Debian) This short guide shows two methods of recording all your installed .deb packages in a text file that you can then use on another computer to install the same packages there. This is useful if you want to install the same set of packages on more than one computer.

  • Measuring Linux Latency With LatencyTOP On Ubuntu 8.10 And Debian Lenny

    Author: Falko TimmeTags: , Comments: 0

    Measuring Linux Latency With LatencyTOP On Ubuntu 8.10 And Debian Lenny LatencyTOP is a tool that lets you identify where in the system latency is happening, and what kind of operation/action is causing the latency to happen. This article shows how you can use LatencyTOP on Ubuntu 8.10 and Debian Lenny.

  • Retrieving Emails From Remote Servers With getmail (Debian Etch)

    Author: Falko TimmeTags: , Comments: 1

    Retrieving Emails From Remote Servers With getmail (Debian Etch) Getmail is a program for retrieving emails from remote servers; it is very similar to fetchmail, but more flexible. For example, it can be configured to deliver mails directly to a Maildir or mbox mailbox without the need for an MTA such as Postfix, but of course it can also pipe the mails through an MTA if you want. Getmail can use so called filters such as SpamAssassin and ClamAV to scan the mails, and you can even tell getmail to delete mails on the original server only after a certain number of days.

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

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

    Virtual Users And Domains With Postfix, Courier, MySQL And SquirrelMail (Debian Lenny) This document describes how to install a Postfix mail server 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. The resulting Postfix server is capable of SMTP-AUTH and TLS and quota. Passwords are stored in encrypted form in the database. In addition to that, this tutorial covers the installation of Amavisd, SpamAssassin and ClamAV. I will also show how to install SquirrelMail as a webmail interface so that users can read and send emails and change their passwords.

  • Watching Hard Drive Activity With iotop On Ubuntu 8.10 And Debian Lenny

    Author: Falko TimmeTags: , Comments: 5

    Watching Hard Drive Activity With iotop On Ubuntu 8.10 And Debian Lenny This article shows how you can watch your hard drive activity with iotop on Ubuntu 8.10 and Debian Lenny. iotop watches I/O usage information output by the Linux kernel and displays a table of current I/O usage by processes or threads on the system. iotop displays columns for the I/O bandwidth read and written by each process/thread during the sampling period. It also displays the percentage of time the thread/process spent while swapping in and while waiting on I/O. In addition the total I/O bandwidth read and written during the sampling period is displayed at the top of the interface.

  • Getting High With Lenny

    debian Author: randallTags: , Comments: 0

    Getting High With Lenny The aim here is to set up some high available services on Debian Lenny (at the time of writing still due to be released). Most of the documentation available for such a setup I found on the net are based on Xen but I prefer to use Vserver for the "virtualisation" because of its configurability, shared memory and cpu resources and basically the raw speed. DRBD8 and Heartbeat should take care of the availability magic in case a machine shuts down unexpectedly.