- Apache: Creating A Session-Aware Loadbalancer Using mod_proxy_balancer (Debian Etch)
Since Apache 2.1, a new module called mod_proxy_balancer is available which lets you turn a system that has Apache installed into a loadbalancer. This loadbalancer retrieves requested pages from two or more backend webservers and delivers them to the user's computer. Users get the impression that they deal with just one server (the loadbalancer) when in fact there are multiple systems behind the loadbalancer that process the users' requests. By using a loadbalancer, you can lower the load average on your webservers. One important feature of mod_proxy_balancer is that it can keep track of sessions which means that a single user always deals with the same backend webserver. Most websites are database-driven nowadays with user logins etc., and you'd get weird
in Public bookmarks with apache debian etch linux loadbalancer mod_proxy_balancer server sessions
- ASSP With Embedded ClamAV Integrated Into Postfix With Virtual Users And Domains
This document describes how to integrate ASSP (Anti-Spam SMTP Proxy) with embedded ClamAV into a mail server based on Postfix featuring virtual users and domains, i.e. users and domains that are in a MySQL database.
in Public bookmarks with assp clamav debian etch linux postfix server spam virus
- Build Your Own Video Community With Lighttpd And FlowPlayer (Debian Etch)
This article shows how you can build your own video community using lighttpd with its mod_flv_streaming module (for streaming .flv videos, the format used by most major video communities such as YouTube) and its mod_secdownload module (for preventing hotlinking of the videos). I will use FlowPlayer as the video player, a free Flash video player with support for lighttpd's mod_flv_streaming module. I will also show how you can encode videos (.mp4 .mov .mpg .3gp .mpeg .wmv .avi) to the FLV format supported by Adobe Flash.
in Public bookmarks with debian etch flash flowplayer flv lighttpd lighty linux server video youtube
- 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.
in Public bookmarks with chroot debian etch jail linux mysecureshell openssh security server sftp
- 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.
in Public bookmarks with chroot debian etch jail linux openssh security server sftp ssh
- Creating Encrypted FTP Backups With duplicity And ftplicity On Debian Etch
When you rent a dedicated server nowadays, almost all providers give you FTP backup space for your server on one of the provider's backup systems. This tutorial shows how you can use duplicity and ftplicity to create encrypted (so that nobody with access to the backup server can read sensitive data in your backups) backups on the provider's remote backup server over FTP. ftplicity is a duplicity wrapper script (provided by the German computer magazine c't) that allows us to use duplicity without interaction (i.e., you do not have to type in any passwords).
in Public bookmarks with backup debian duplicity encrypted encryption etch ftp ftplicity linux server by 2 users
- Debian 4.0 (Etch) Samba Standalone Server With tdbsam Backend | HowtoForge
This tutorial explains the installation of a Samba file server on Debian Etch and how to configure it to share files over the SMB protocol as well as adding users. Samba is configured as a standalone server, not as a domain controller. In the resulting setup, every user has its own home directory that is accessible via SMB protocol and all users have a shared directory with read/write access.
in Public bookmarks with debian etch fileserver linux samba server smb storage tdbsam
- Debian Etch And Xen From The Debian Repository
This guide provides step-by-step instructions on how to install Xen on an already working Debian Etch system. You can find all the software used here in the Etch repository, so no external files or compilation are needed.
in Public bookmarks with apt debian etch linux machine repository virtual virtualization vm vps xen by 2 users
- Disk 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.
in Public bookmarks with amanda backup debian etch linux restore
- DSPAM With Embedded ClamAV Integrated Into Postfix With Virtual Users And Domains
This article describes how to integrate DSPAM with embedded ClamAV into a mail server based on Postfix featuring virtual users and domains, i.e. users and domains that are in a MySQL database. DSPAM is a scalable and open-source content-based spam filter. The setup shown here is suitable for Debian Etch servers.
in Public bookmarks with clamav debian dspam etch linux postfix server spam
- How To Automatically Add A Disclaimer To Outgoing Emails With alterMIME (Postfix On Debian Etch)
This tutorial shows how to install and use alterMIME. alterMIME is a tool that can automatically add a disclaimer to emails. In this article I will explain how to install it as a Postfix filter on Debian Etch.
in Public bookmarks with altermime debian disclaimer email etch filter linux postfix server
- How To Compile A Kernel - Debian Etch
Each distribution has some specific tools to build a custom kernel from the sources. This article is about compiling a kernel on a Debian Etch system. It describes how to build a custom kernel using the latest unmodified kernel sources from www.kernel.org (vanilla kernel) so that you are independent from the kernels supplied by your distribution. It also shows how to patch the kernel sources if you need features that are not in there.
in Public bookmarks with compilation compile debian etch kernel linux vanilla by 3 users
- How To Install And Use The djbdns Name Server On Debian Etch
djbdns is a very secure suite of DNS tools that consists out of multiple parts: dnscache, a DNS cache that can be used in /etc/resolv.conf instead of your ISP's name servers and that tries to sort out wrong (malicious) DNS answers; axfrdns, a service that runs on the master DNS server and to which the slaves connect for zone transfers; and tinydns, the actual DNS server, a very secure replacement for BIND.
in Public bookmarks with axfrdns debian djbdns dns dnscache etch tinydns
- How To Install The Openbravo ERP On Debian Etch
This document describes how to set up Openbravo ERP (enterprise management system) on Debian Etch. Taken from the Openbravo page: "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."
in Public bookmarks with debian erp etch openbravo
- How To Install VMware Server On Debian 4.0 (Etch) | HowtoForge
This tutorial provides step-by-step instructions about how to install the free VMware Server (version 1.0.2) on a Debian Etch system. With VMware Server you can create and run guest operating systems (virtual machines) such as Linux, Windows, FreeBSD, etc. under a host operating system. This has the benefit that you can run multiple operating systems on the same hardware which saves a lot of money, and you can move virtual machines from one VMware Server to the next one (or to a system that has the VMware Player which is also free). In this article we use Debian Etch (4.0) as the host operating system.
in Public bookmarks with debian etch linux machine virtual virtualization vm vmware vps
- How To Save Traffic With mod_deflate On Lighttpd 1.4 (Debian Etch)
In this tutorial I will describe how to install and configure mod_deflate on a lighttpd 1.4 web server on Debian Etch. mod_deflate is included by default in lighttpd 1.5, but not in 1.4 where mod_compress is used instead. The advantage of mod_deflate over mod_compress is that it can compress static and dynamic files (such as PHP files), whereas mod_compress can compress static files only. The lighttpd version coming with Debian Etch is 1.4.13, so we have to patch it to support mod_deflate. mod_deflate allows lighttpd to compress files and deliver them to clients (e.g. browsers) that can handle compressed content which most modern browsers do. With mod_deflate, you can compress HTML, text or XML files to approx. 20 - 30% of their original sizes, thus saving
in Public bookmarks with compress debian etch gzip lighttpd linux mod_deflate server
- How To Set Up Software RAID1 On A Running LVM System (Incl. GRUB Configuration) (Debian Etch)
This guide explains how to set up software RAID1 on an already running LVM system (Debian Etch). The GRUB bootloader will be configured in such a way that the system will still be able to boot if one of the hard drives fails (no matter which one).
in Public bookmarks with debian etch grub linux lvm raid1
- How To Set Up Software RAID1 On A Running System (Incl. GRUB Configuration) (Debian Etch)
This guide explains how to set up software RAID1 on an already running Debian Etch system. The GRUB bootloader will be configured in such a way that the system will still be able to boot if one of the hard drives fails (no matter which one).
in Public bookmarks with debian etch grub linux mdadm raid software
- How To Set Up SSH With Public-Key Authentication On Debian Etch
This guide explains how to set up an SSH server on Debian Etch with public-key authorization (and optionally with disabled password logins). SSH is a great tool to control Linux-based computers remotely. It is safe and secure.
in Public bookmarks with authentication debian etch openssh public-key ssh by 2 users
- How To Set Up suPHP On A Debian Etch Based ISPConfig Server | HowtoForge
This tutorial shows how to install and use suPHP with the ISPConfig control panel on a Debian Etch server. When you have set up suPHP on your ISPConfig server, you are able to run the PHP scripts under the admin user of the website instead of the Apache user.
in Public bookmarks with apache debian etch ispconfig linux php server suphp
Next »
etch from all users