Linux Tutorials on the topic “debian”
-
Integrating eAccelerator Into PHP5 (Debian Etch)
Author: Falko Timme • Tags: debian, php • Comments: 9Integrating eAccelerator Into PHP5 (Debian Etch) This guide explains how to integrate eAccelerator into PHP5 on a Debian Etch system. From the eAccelerator project page: "eAccelerator is a free open-source PHP accelerator, optimizer, and dynamic content cache. It increases the performance of PHP scripts by caching them in their compiled state, so that the overhead of compiling is almost completely eliminated. It also optimizes scripts to speed up their execution. eAccelerator typically reduces server load and increases the speed of your PHP code by 1-10 times."
-
Disk Based Backups With Amanda On Debian Etch
Author: o.meyer • Tags: backup, debian, ubuntu • Comments: 4Disk Based Backups With Amanda On Debian Etch This document describes how to set up Amanda (The Advanced Maryland Automatic Network Disk Archiver) on Debian Etch. For this tutorial I chose Ubuntu v7.04 as a backup-client. The resulting system provides a flexible backup-system with many features. It will be able to back up multiple hosts via network to various devices. I chose the disk based backup for this howto.
-
Chrooted SFTP With MySecureShell On Debian Etch
Author: Falko Timme • Tags: debian, security • Comments: 5
Chrooted SFTP With MySecureShell On Debian Etch This tutorial shows how to install MySecureShell on a Debian Etch system. MySecureShell is an SFTP server that is based on OpenSSH and can be configured in many ways, e.g. it has support for chrooting users into their homedirs or for limiting upload-/download bandwidths. MySecureShell makes SFTP available for users that do not have shell access so that these users do not have to use the insecure FTP protocol anymore.
-
-
Monitoring Network Latency With Smokeping (Debian Etch)
Author: Falko Timme • Tags: debian, monitoring • Comments: 0Monitoring Network Latency With Smokeping (Debian Etch) This guide shows how to install and configure Smokeping on Debian Etch to monitor network latency. From the Smokeping web site: "SmokePing is a deluxe latency measurement tool. It can measure, store and display latency, latency distribution and packet loss. SmokePing uses RRDtool to maintain a longterm data-store and to draw pretty graphs, giving up to the minute information on the state of each network connection."
-
Speeding Up Perl Scripts With SpeedyCGI/PersistentPerl On Debian Etch
Author: Falko Timme • Tags: debian • Comments: 0Speeding Up Perl Scripts With SpeedyCGI/PersistentPerl On Debian Etch This tutorial shows how to install and use SpeedyCGI (also known as PersistentPerl) on a Debian Etch system. SpeedyCGI is a way to run Perl scripts persistently, which can make them run much more quickly. It keeps the Perl interpreter running, and during subsequent runs, this interpreter is used to handle new executions instead of starting a new Perl interpreter each time.
-
Chrooted SSH/SFTP Tutorial (Debian Etch)
Author: Falko Timme • Tags: security, debian • Comments: 14
Chrooted SSH/SFTP Tutorial (Debian Etch) This tutorial describes two ways 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. The users will also be able to use SFTP in their chroot jails.
-
DSPAM WebUI with Virtual Users on Debian Sid
Author: jonasjansson • Tags: antivirus, debian, postfix • Comments: 1DSPAM WebUI with Virtual Users on Debian Sid This howto is based on DSPAM With Embedded ClamAV Integrated Into Postfix With Virtual Users And Domains. To be able to use the DSPAM WebUI, and to let users take care of their own spam and train DSPAM themselves, you will have to install dspam-webfrontend.
-
WhereAmI - ifPlugd - WIFI (WEP/WPA)
Author: cliffordh • Tags: debian • Comments: 0WhereAmI - ifPlugd - WIFI (WEP/WPA) This tutorial describes how to configure automatic network setup, based on where you are on a Debian Etch server. Whereami is a program that runs checks on your current interfaces to check which network you are on. ifplugd is a daemon that checks for a link on your network card. It can run programs on link up and down.
-
Booting On PXE And On A Customized Debian System
Author: olivierb2 • Tags: debian • Comments: 7Booting On PXE And On A Customized Debian System This document describes how to boot on a Debian system with a PXE boot. It is not recommended to use this tutorial for many PXE clients, but you can use it for network deployement, for example.
-
Installing Simple Invoices On Debian Etch
Author: Falko Timme • Tags: debian, php • Comments: 2
Installing Simple Invoices On Debian Etch This tutorial describes how to install Simple Invoices on a Debian Etch server. Simple Invoices is a web-based, basic invoicing system that lets you create and manage your invoices, export them as PDF or Excel files, email them to your customers, etc. It is intended for small businesses/organizations and home users.