Linux Tutorials on the topic “debian”
-
Installing SugarCRM Community Edition On Debian Lenny
Author: Falko Timme • Tags: debian • Comments: 1
Installing SugarCRM Community Edition On Debian Lenny SugarCRM is a webbased CRM solution written in PHP. SugarCRM is available in different flavours called "Editions" ("Community" (free), "Professional", and "Enterprise"). 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 free Community Edition on Debian Lenny. With the modules My Portal, Calendar, Activities, Contacts, Accounts, Leads, Opportunities, Cases, Bugtracker, Documents and Email, SugarCRM Community Edition offers everything that can be expected from a CRM solution.
-
How To Install A Public Git Repository On A Debian Server
Author: mezgani • Tags: debian • Comments: 14
How To Install A Public Git Repository On A Debian Server Git is a free distributed revision control, was initially created by Linus Torvalds for Linux kernel development. It is primarily developed on Linux, but can be used on other Unix operating systems including BSD, Solaris and Darwin. Git is extremely fast on POSIX-based systems such as Linux. It differs from svn and creates a private repository on a remote server too.
-
Using The BTRFS Filesystem On Debian Lenny
Author: filipn • Tags: debian • Comments: 6
Using The BTRFS Filesystem On Debian Lenny This tutorial shows how you can build the kernel and tools to use the new BTRFS filesystem on Debian Lenny. Btrfs is a new copy on write filesystem for Linux aimed at implementing advanced features while focusing on fault tolerance, repair and easy administration.
-
-
A Short Introduction To Apt-Pinning
Author: Falko Timme • Tags: debian, ubuntu • 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
Author: Falko Timme • Tags: debian • 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)
Author: Falko Timme • Tags: security, debian • 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
Author: AccessForbidden • Tags: debian • 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)
Author: Falko Timme • Tags: debian, ubuntu, desktop • 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 Timme • Tags: debian, ubuntu • Comments: 0Measuring 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 Timme • Tags: debian, email • Comments: 1Retrieving 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.