<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Netvouz / falko</title>
<link>http://netvouz.com/falko?feed=rss</link>
<description>falko&#39;s bookmarks on Netvouz</description>
<item><title>A Beginner&#39;s Guide To btrfs</title>
<link>http://www.howtoforge.com/a-beginners-guide-to-btrfs</link>
<description>This guide shows how to work with the btrfs file system on Linux. It covers creating and mounting btrfs file systems, resizing btrfs file systems online, adding and removing devices, changing RAID levels, creating subvolumes and snapshots, using compression and other things. btrfs is still marked as experimental, but all those features make it a very interesting and flexible file system that should be taken into consideration when you look for the right file system.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Thu, 29 Nov 2012 10:48:06 GMT</pubDate>
</item><item><title>A Guide to Virtualization on Mandriva Linux 2007 Spring</title>
<link>http://www.howtoforge.com/virtualization_on_mandriva_2007_spring</link>
<description>Have you ever wished you had another computer handy? Maybe you want to try a new operating system out. Maybe you want to test something experimental without potentially breaking your own system. Maybe you need to run some software that only runs in a different operating system. Mandriva Linux 2007 Spring comes with a range of virtualization options that can help.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Wed, 16 May 2007 09:53:28 GMT</pubDate>
</item><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>Adding And Updating SpamAssassin Rulesets With RulesDuJour</title>
<link>http://www.howtoforge.com/adding-and-updating-spamassassin-rulesets-with-rulesdujour</link>
<description>This article explains how you can download additional SpamAssassin rulesets resp. automatically update these rulesets with a shell script called RulesDuJour. These additional rulesets can increase your spam recognition rate dramatically. Most of the rulesets that RulesDuJour supports can be found on the SA Rules Emporium web site.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Mon, 26 Nov 2007 11:02:14 GMT</pubDate>
</item><item><title>An attempt to complete automatic discovery and mounting of SMB (Windows and Samba) networkshares</title>
<link>http://www.howtoforge.com/automatic_discovery_mounting_smb_networkshares</link>
<description>For some time I have been looking for a good way to let my computer discover the Windows network and mount shares on demand. After trying the kioslaves in the desktop of my choice (KDE) and the FUSE programs Fusesmb and SmbNetFs, I was not really satisfied. There had to be a way to let my computer discover all the workgroups/domains, the hosts and the shares, and mount a share on a hosts on demand.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Wed, 29 Aug 2007 09:56:28 GMT</pubDate>
</item><item><title>Apache Module For OpenID Authentication</title>
<link>http://www.howtoforge.com/apache-module-for-openid-authentication</link>
<description>OpenID is a widely adopted technology for user authentication in web applications. It relies on the concepts of distributed user authentication in blog applications. This small cookbook explains step-by-step how to install and configure the Open Source Apache module mod_auth_openid.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Sun, 11 Mar 2012 11:25:26 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: How To Redirect Users To Mobile Or Normal Web Site Based On Device Using mod_rewrite</title>
<link>http://www.howtoforge.com/apache2-how-to-redirect-users-to-mobile-or-normal-web-site-based-on-device-using-mod_rewrite</link>
<description>Since the massive rise of smartphones and tablets like the iPhone, iPad, Android phones and tablets, BlackBerries, etc. you might have considered creating a mobile version of your web site. This tutorial explains how to configure Apache to serve the mobile version of your web site if the visitor uses a mobile device, and the normal version if the visitor uses a normal desktop PC. This can be achieved with Apache&#39;s rewrite module.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Fri, 09 Sep 2011 07:50:10 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></channel></rss>