<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Netvouz / falko / tag / debian</title>
<link>http://netvouz.com/falko/tag/debian?feed=rss</link>
<description>falko&#39;s bookmarks tagged &quot;debian&quot; on Netvouz</description>
<item><title>A Short Introduction To Apt-Pinning</title>
<link>http://www.howtoforge.com/a-short-introduction-to-apt-pinning</link>
<description>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).</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Tue, 24 Mar 2009 12:27:55 GMT</pubDate>
</item><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>Apache2: Logging To A MySQL Database With mod_log_sql (Debian Etch)</title>
<link>http://www.howtoforge.com/apache2-logging-to-a-mysql-database-with-mod_log_sql-on-debian-etch</link>
<description>This guide shows how you can write the Apache2 access log to a MySQL database instead of a file. To achieve this, I use the Apache2 module mod_log_sql. I am using a Debian Etch server in this tutorial.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Sun, 06 Jul 2008 09:40:29 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>Boot On BTRFS With Debian</title>
<link>http://www.howtoforge.com/boot-on-btrfs-with-debian</link>
<description>This tutorial will explain you how to boot from a BTRFS filesystem with kernel 2.6.31-RC4 and BTRFS 0.19. BTRFS is a new filesystem with some really interesting features like online defragmenting and snapshots. BTRFS is an experimental filesystem, use at your own risk. The kernel used is also experimental.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Sun, 02 Aug 2009 11:53:40 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>Build Your Own Video Community With Lighttpd And FlowPlayer (Debian Lenny)</title>
<link>http://www.howtoforge.com/build-your-own-video-community-with-lighttpd-and-flowplayer-debian-lenny</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) on Debian Lenny. 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, 07 Mar 2010 13:44:56 GMT</pubDate>
</item><item><title>Building Kernel Modules With Module-Assistant On Debian Lenny</title>
<link>http://www.howtoforge.com/building-kernel-modules-with-module-assistant-on-debian-lenny</link>
<description>module-assistant is a tool for building Debian kernel modules from source, without having to rebuild the whole kernel. It fetches module-source packages that have been prepared for the Debian distribution via apt and produces .deb packages. This tutorial shows how to use module-assistant in command-line mode and in interactive mode.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Tue, 26 Jan 2010 13:04:03 GMT</pubDate>
</item><item><title>Caching With Apache&#39;s mod_cache On Debian Etch</title>
<link>http://www.howtoforge.com/caching-with-apache-mod_cache-on-debian-etch</link>
<description>This article explains how you can cache your web site contents with Apache&#39;s mod_cache on Debian Etch. If you have a high-traffic dynamic web site that generates lots of database queries on each request, you can decrease the server load dramatically by caching your content for a few minutes or more (that depends on how often you update your content).</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Tue, 27 Jan 2009 12:45:59 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></channel></rss>