<?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&amp;pg=4</link>
<description>falko&#39;s bookmarks tagged &quot;debian&quot; on Netvouz</description>
<item><title>How To Automatically Add A Disclaimer To Outgoing Emails With alterMIME (Postfix On Debian Etch)</title>
<link>http://www.howtoforge.com/add-disclaimers-to-outgoing-emails-with-altermime-postfix-debian-etch</link>
<description>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.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Tue, 08 Jan 2008 11:50:47 GMT</pubDate>
</item><item><title>How To Automatically Add A Disclaimer To Outgoing Emails With alterMIME (Postfix On Debian Lenny)</title>
<link>http://www.howtoforge.com/how-to-automatically-add-a-disclaimer-to-outgoing-emails-with-altermime-postfix-on-debian-lenny</link>
<description>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 Lenny.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Tue, 21 Sep 2010 18:13:26 GMT</pubDate>
</item><item><title>How To Block Spammers/Hackers With mod_defensible On Apache2 (Debian Etch)</title>
<link>http://www.howtoforge.com/block-spammers-hackers-with-mod_defensible-on-apache2-debian-etch</link>
<description>mod_defensible is an Apache 2.x module intended to block spammers/hackers/script kiddies using DNSBL servers. It will look at the client IP and check it in one or several DNSBL servers and return a 403 Forbidden page to the client. This guide shows how to install and use it with Apache 2 on a Debian Etch server.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Tue, 08 Jul 2008 09:16:48 GMT</pubDate>
</item><item><title>How To Build A Standalone File Server With Nexenta 3.0 Beta2</title>
<link>http://www.howtoforge.com/how-to-build-a-standalone-file-server-with-nexenta-3.0-beta2</link>
<description>Nexenta is a project developing a debian user-land for the OpenSolaris kernel. This provides all of the advantages of apt as a package respoitory (based on the Ubuntu LTS apt repository, currently using 8.04) as well as the advantages of the ZFS filesystem. In the resulting setup every user can have his/her own home directory accessible via the SMB protocol or NFS with read-/write access.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Thu, 06 May 2010 11:41:59 GMT</pubDate>
</item><item><title>How To Compile A Kernel - Debian Etch</title>
<link>http://www.howtoforge.com/kernel_compilation_debian_etch</link>
<description>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.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Thu, 14 Jun 2007 12:19:51 GMT</pubDate>
</item><item><title>How To Create A Debian Wheezy (Testing) OpenVZ Template</title>
<link>http://www.howtoforge.com/how-to-create-a-debian-wheezy-testing-openvz-template</link>
<description>This tutorial explains how to create an OpenVZ template for Debian Wheezy (Debian Testing) that you can use to create virtual Debian Wheezy machines under OpenVZ. I searched for a Debian Wheezy OpenVZ template, but couldn&#39;t find one, that&#39;s why I decided to create it myself. This guide can also be used for creating Debian Lenny templates and templates for recent Ubuntu versions.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Thu, 15 Sep 2011 08:33:33 GMT</pubDate>
</item><item><title>How To Enable Multiple HTTPS Sites For One IP On Debian Etch Using TLS Extensions</title>
<link>http://www.howtoforge.com/enable-multiple-https-sites-on-one-ip-using-tls-extensions-on-debian-etch</link>
<description>This guide is Debian specific but could be ported to other distributions since the concept is the same. In order to use TLS Extensions we have to patch and recompile Apache2 and recompile OpenSSL with the enable-tlsext directive. Since TLS extensions are relatively new, some Internet browsers will not work so the Apache2 server will deliver just the default site as http 1.0 does on an http 1.1 server.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Mon, 19 Nov 2007 11:17:12 GMT</pubDate>
</item><item><title>How To Enable Networking In Xen Guests On Hetzner&#39;s New EQ Servers (Debian Lenny)</title>
<link>http://www.howtoforge.com/how-to-enable-networking-in-xen-guests-on-hetzners-new-eq-servers-debian-lenny</link>
<description>This tutorial shows how you can enable networking in Xen guests (domU) on Hetzner&#39;s new EQ servers. With the new EQ servers, you can get up to three additional IPs that are in the same subnet as the server&#39;s main IP. The problem is that these additional IPs are bound to the MAC address of the host system (dom0) - Hetzner&#39;s routers will dump IP packets if they come from an unknown MAC address. This means we cannot use Xen&#39;s bridged mode, but must switch to Xen&#39;s routed mode where the host system (dom0) acts as the gateway for the guests.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Tue, 27 Oct 2009 23:58:22 GMT</pubDate>
</item><item><title>How To Encrypt Directories/Partitions With eCryptfs On Debian Squeeze</title>
<link>http://www.howtoforge.com/how-to-encrypt-directories-partitions-with-ecryptfs-on-debian-squeeze</link>
<description>eCryptfs is a POSIX-compliant enterprise-class stacked cryptographic filesystem for Linux. You can use it to encrypt partitions and also directories that don&#39;t use a partition of their own, no matter the underlying filesystem, partition type, etc. This tutorial shows how to use eCryptfs to encrypt a directory on Debian Squeeze.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Tue, 26 Jul 2011 11:16:54 GMT</pubDate>
</item><item><title>How To Install A Complete LEMP (Linux - EngineX (Nginx HTTP SERVER) - Mysql - PHP) Server On Ubuntu/Debian</title>
<link>http://www.howtoforge.com/lemp_nginx_mysql_php_ubuntu_debian</link>
<description>This HowTo will describe the setup of an efficient http server and mail server for small or medium configurations (as low as 96 mb). Why LEMP instead of LAMP? NGINX is a great replacement for Apache with very low memory footprint and great stability.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Fri, 19 Oct 2007 09:39:57 GMT</pubDate>
</item></channel></rss>