<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Netvouz / falko / tag / linux</title>
<link>http://netvouz.com/falko/tag/linux?feed=rss</link>
<description>falko&#39;s bookmarks tagged &quot;linux&quot; 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>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: 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>Back Up (And Restore) LVM Partitions With LVM Snapshots | HowtoForge - Linux Howtos and Tutorials</title>
<link>http://www.howtoforge.com/linux_lvm_snapshots</link>
<description>This tutorial shows how you can create backups of LVM partitions with an LVM feature called LVM snapshots. An LVM snapshot is an exact copy of an LVM partition that has all the data from the LVM volume from the time the snapshot was created. The big advantage of LVM snapshots is that you don&#39;t have to worry about open files and database connections, and you don&#39;t have to interrupt/halt services on the live partition because a snapshot is usually created in fractions of a second, so your users won&#39;t notice any disruption, and your snapshot holds consistent data.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Sun, 15 Apr 2007 21:11:26 GMT</pubDate>
</item><item><title>Back Up Your Files With Areca On Fedora 9</title>
<link>http://www.howtoforge.com/creating-backups-with-areca-on-fedora9</link>
<description>Areca is a personal file backup software developed in Java. It allows you to select files or directories to back up, filter, encrypt and compress their content, and store them on your backup location. Areca supports incremental backups and generates backup reports, which can be stored on your disk or sent by email. This guide explains how to install and use it on a Fedora 9 desktop (GNOME).</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Sun, 01 Jun 2008 08:23:14 GMT</pubDate>
</item><item><title>Back Up Your Files With Fwbackups On Fedora 8</title>
<link>http://www.howtoforge.com/creating-backups-with-fwbackups-on-fedora-8</link>
<description>This document describes how to set up, configure and use Fwbackups on a Fedora 8 desktop. The result is an easy-to-use backup system for desktop usage. Fwbackups creates partial backups which can be stored locally or on a removable device. You have also the option to run scheduled backups.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Thu, 28 Feb 2008 12:30:48 GMT</pubDate>
</item><item><title>Back Up Your Files With Pybackpack On Fedora 8</title>
<link>http://www.howtoforge.com/backup-with-pybackpack-on-fedora8</link>
<description>This document describes how to set up, configure and use Pybackpack on Fedora 8. The result is an easy to use backup system for desktop usage. Pybackpack creates incremental backups which can be stored locally or remotely (SSH) - the usage of removable devices is supported. You also have the option to burn the backup(s) directly on a CD/DVD.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Mon, 03 Dec 2007 12:12:03 GMT</pubDate>
</item></channel></rss>