<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Netvouz / falko / tag / etch</title>
<link>http://netvouz.com/falko/tag/etch?feed=rss</link>
<description>falko&#39;s bookmarks tagged &quot;etch&quot; on Netvouz</description>
<item><title>Apache: Creating A Session-Aware Loadbalancer Using mod_proxy_balancer (Debian Etch)</title>
<link>http://www.howtoforge.com/load_balancing_apache_mod_proxy_balancer</link>
<description>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&#39;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&#39; 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&#39;d get weird</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Tue, 29 May 2007 16:53:33 GMT</pubDate>
</item><item><title>ASSP With Embedded ClamAV Integrated Into Postfix With Virtual Users And Domains</title>
<link>http://www.howtoforge.com/assp_clamav_postfix_debian_etch</link>
<description>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.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Thu, 06 Sep 2007 11:58:03 GMT</pubDate>
</item><item><title>Build Your Own Video Community With Lighttpd And FlowPlayer (Debian Etch)</title>
<link>http://www.howtoforge.com/video_streaming_lighttpd_flowplayer</link>
<description>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&#39;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.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Sun, 19 Aug 2007 18:24:19 GMT</pubDate>
</item><item><title>Chrooted SFTP With MySecureShell On Debian Etch</title>
<link>http://www.howtoforge.com/mysecureshell_sftp_debian_etch</link>
<description>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.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Fri, 21 Sep 2007 08:57:44 GMT</pubDate>
</item><item><title>Chrooted SSH/SFTP Tutorial (Debian Etch)</title>
<link>http://www.howtoforge.com/chroot_ssh_sftp_debian_etch</link>
<description>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.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Sun, 09 Sep 2007 10:01:00 GMT</pubDate>
</item><item><title>Creating Encrypted FTP Backups With duplicity And ftplicity On Debian Etch</title>
<link>http://www.howtoforge.com/ftp-backups-with-duplicity-ftplicity-debian-etch</link>
<description>When you rent a dedicated server nowadays, almost all providers give you FTP backup space for your server on one of the provider&#39;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&#39;s remote backup server over FTP. ftplicity is a duplicity wrapper script (provided by the German computer magazine c&#39;t) that allows us to use duplicity without interaction (i.e., you do not have to type in any passwords).</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Tue, 18 Dec 2007 12:49:53 GMT</pubDate>
</item><item><title>Debian 4.0 (Etch) Samba Standalone Server With tdbsam Backend | HowtoForge</title>
<link>http://www.howtoforge.com/debian_etch_samba_standalone_server_with_tdbsam_backend</link>
<description>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.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Sun, 22 Apr 2007 09:12:12 GMT</pubDate>
</item><item><title>Debian Etch And Xen From The Debian Repository</title>
<link>http://www.howtoforge.com/debian_etch_xen_from_debian_repository</link>
<description>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.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Fri, 04 May 2007 09:39:31 GMT</pubDate>
</item><item><title>Disk Based Backups With Amanda On Debian Etch</title>
<link>http://www.howtoforge.com/disk_based_backups_amanda_debian_etch</link>
<description>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.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Sun, 23 Sep 2007 10:25:05 GMT</pubDate>
</item><item><title>DSPAM With Embedded ClamAV Integrated Into Postfix With Virtual Users And Domains</title>
<link>http://www.howtoforge.com/etch_postfix_dspam_clamav</link>
<description>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.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Thu, 16 Aug 2007 10:21:20 GMT</pubDate>
</item></channel></rss>