<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Iezzi.ch Blog &#187; Debian Linux</title>
	<atom:link href="http://www.iezzi.ch/archives/category/debian-linux/feed" rel="self" type="application/rss+xml" />
	<link>http://www.iezzi.ch</link>
	<description>Just another Iezzi weblog</description>
	<lastBuildDate>Tue, 01 Jun 2010 20:10:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Fix Snow Leopard issues with SMB</title>
		<link>http://www.iezzi.ch/archives/435</link>
		<comments>http://www.iezzi.ch/archives/435#comments</comments>
		<pubDate>Tue, 01 Jun 2010 20:10:49 +0000</pubDate>
		<dc:creator>iezzip</dc:creator>
				<category><![CDATA[Debian Linux]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[Snow Leopard]]></category>

		<guid isPermaLink="false">http://www.iezzi.ch/?p=435</guid>
		<description><![CDATA[Apple&#8217;s OS X Leopard (10.5) had problems with accessing Samba shares. Most of them got fixed in late Leopard releases, 10.5.4/10.5.5. During the last Leopard releases the hope arose, that finally OS X will make it into office environments sharing Windows networks. Then, Apple released Snow Leopard (10.6). Another step into the right direction by [...]]]></description>
		<wfw:commentRss>http://www.iezzi.ch/archives/435/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Extensive sendmail wrapper with sender throttling</title>
		<link>http://www.iezzi.ch/archives/258</link>
		<comments>http://www.iezzi.ch/archives/258#comments</comments>
		<pubDate>Sat, 03 Jan 2009 14:43:46 +0000</pubDate>
		<dc:creator>iezzip</dc:creator>
				<category><![CDATA[Debian Linux]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mail wrapper]]></category>
		<category><![CDATA[postfix]]></category>
		<category><![CDATA[sendmail]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://www.iezzi.ch/?p=258</guid>
		<description><![CDATA[In this tutorial I&#8217;d like to describe how to create an extensive sendmail wrapper for a web server to monitor all sent emails and throttle daily sent email volume by the senders original UID (user id). This is useful if you e.g. run PHP in CGI-mode with SuExec, that is: all customers run their scripts [...]]]></description>
		<wfw:commentRss>http://www.iezzi.ch/archives/258/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Simple process hiding kernel patch</title>
		<link>http://www.iezzi.ch/archives/239</link>
		<comments>http://www.iezzi.ch/archives/239#comments</comments>
		<pubDate>Fri, 02 Jan 2009 10:25:10 +0000</pubDate>
		<dc:creator>iezzip</dc:creator>
				<category><![CDATA[Debian Linux]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[kernel patch]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[process hiding]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://www.iezzi.ch/?p=239</guid>
		<description><![CDATA[I have updated the process hiding kernel patch described in my previous post. The following patch was created for a vanilla kernel 2.6.27.10 from kernel.org. You should be able to patch also future kernel versions as it is a super simple single-line patch. Just modify one line in the proc_pid_instantiate method of fs/proc/base.c. diff -U8 [...]]]></description>
		<wfw:commentRss>http://www.iezzi.ch/archives/239/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple PHP mail wrapper</title>
		<link>http://www.iezzi.ch/archives/217</link>
		<comments>http://www.iezzi.ch/archives/217#comments</comments>
		<pubDate>Fri, 02 Jan 2009 09:58:45 +0000</pubDate>
		<dc:creator>iezzip</dc:creator>
				<category><![CDATA[Debian Linux]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mail wrapper]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://www.iezzi.ch/?p=217</guid>
		<description><![CDATA[If you run a webserver with several hundreds of virtual hosts running PHP, you definitely need to monitor or log the access to PHP&#8217;s mail() function. I describe in a short tutorial how to painlessly setup a simple sendmail wrapper to accomplish this. This has been tested on a Debian Lenny 5.0 system running PHP [...]]]></description>
		<wfw:commentRss>http://www.iezzi.ch/archives/217/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Process hiding Kernel patch for 2.6.24.x</title>
		<link>http://www.iezzi.ch/archives/120</link>
		<comments>http://www.iezzi.ch/archives/120#comments</comments>
		<pubDate>Tue, 19 Feb 2008 23:16:09 +0000</pubDate>
		<dc:creator>iezzip</dc:creator>
				<category><![CDATA[Debian Linux]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[kernel patch]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[process hiding]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://www.iezzi.ch/archives/120</guid>
		<description><![CDATA[Currently all Linux kernel security patch projects seem to be sleeping. There is no useful kernel patch that provides us with a decent patch set allowing us to strengthen the Linux kernel. Some years ago I was using Grsecurity, a wonderful solution to enforce security on 2.4.x kernels at that time. The project seems to [...]]]></description>
		<wfw:commentRss>http://www.iezzi.ch/archives/120/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Debian Sarge2Etch Upgrade</title>
		<link>http://www.iezzi.ch/archives/109</link>
		<comments>http://www.iezzi.ch/archives/109#comments</comments>
		<pubDate>Thu, 07 Jun 2007 23:28:19 +0000</pubDate>
		<dc:creator>iezzip</dc:creator>
				<category><![CDATA[Debian Linux]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.iezzi.ch/archives/109</guid>
		<description><![CDATA[I have upgraded Debian from Sarge to Etch on various systems and did not run into any problems. Well done, Debian guys! The following tutorial is based on Tim Bormann&#8217;s tutorial. I give you a quick-and-dirty insight how I have done it. Before you start, make sure you got plenty of time (an upgrade may [...]]]></description>
		<wfw:commentRss>http://www.iezzi.ch/archives/109/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ProFTPd xferlog via MySQL</title>
		<link>http://www.iezzi.ch/archives/110</link>
		<comments>http://www.iezzi.ch/archives/110#comments</comments>
		<pubDate>Thu, 07 Jun 2007 23:09:10 +0000</pubDate>
		<dc:creator>iezzip</dc:creator>
				<category><![CDATA[Debian Linux]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Proftpd]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://www.iezzi.ch/archives/110</guid>
		<description><![CDATA[Logging your FTP transfers to xferlog with ProFTPd is a nice thing. This can easily be done by a one-liner in /etc/proftpd/proftpd.conf: TransferLog /var/log/proftpd/xferlog This generates a nice transfer log which we could then parse for transfer statistics. But there is a much better way to accomplish this: MySQL. Let&#8217;s use MySQL for everything! It&#8217;s [...]]]></description>
		<wfw:commentRss>http://www.iezzi.ch/archives/110/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>RSBAC &#8211; Kernel based process hiding</title>
		<link>http://www.iezzi.ch/archives/106</link>
		<comments>http://www.iezzi.ch/archives/106#comments</comments>
		<pubDate>Wed, 30 May 2007 18:29:05 +0000</pubDate>
		<dc:creator>iezzip</dc:creator>
				<category><![CDATA[Debian Linux]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[process hiding]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://new.iezzi.ch/archives/106</guid>
		<description><![CDATA[A webserver usually is the primary target to intrude into any network. If you provide web hosting services for your customers you have to provide them with a lot of features to make them happy. The main requirement for any hosting provider is PHP, probably the widest spread web scripting language out there. Some customers [...]]]></description>
		<wfw:commentRss>http://www.iezzi.ch/archives/106/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>LEX NEO &#8211; A fanless CF-Boot Setup</title>
		<link>http://www.iezzi.ch/archives/3</link>
		<comments>http://www.iezzi.ch/archives/3#comments</comments>
		<pubDate>Sun, 21 Aug 2005 19:12:07 +0000</pubDate>
		<dc:creator>iezzip</dc:creator>
				<category><![CDATA[Debian Linux]]></category>
		<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://new.iezzi.ch/?p=3</guid>
		<description><![CDATA[This tutorial tries to show you how to setup a wonderful quiet fanless system. I&#8217;ve bought a LEX NEO, a terribly nice Mini-ITX fanless barebone which includes an onboard bootable CF-card slot. Thomas Bocek (nope.ch) helped me out with the following configuration. The idea was: The harddisk should only run when used The whole system [...]]]></description>
		<wfw:commentRss>http://www.iezzi.ch/archives/3/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Rsync &#8211; Full System Mirroring</title>
		<link>http://www.iezzi.ch/archives/4</link>
		<comments>http://www.iezzi.ch/archives/4#comments</comments>
		<pubDate>Sun, 21 Aug 2005 17:10:18 +0000</pubDate>
		<dc:creator>iezzip</dc:creator>
				<category><![CDATA[Debian Linux]]></category>
		<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://new.iezzi.ch/archives/4</guid>
		<description><![CDATA[Rsync is a command line utility traditionally used in synchronizing files between two computers over the network, but rsync can also be used as an effective backup tool. This article explains how to use rsync to backup your whole Linux system setup to a second drive attached to your system. You can use a removable [...]]]></description>
		<wfw:commentRss>http://www.iezzi.ch/archives/4/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Linux kernel compilation HOWTO</title>
		<link>http://www.iezzi.ch/archives/5</link>
		<comments>http://www.iezzi.ch/archives/5#comments</comments>
		<pubDate>Fri, 05 Mar 2004 10:48:34 +0000</pubDate>
		<dc:creator>iezzip</dc:creator>
				<category><![CDATA[Debian Linux]]></category>
		<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://new.iezzi.ch/archives/5</guid>
		<description><![CDATA[I&#8217;d just like to publish this small kernel compilation HOWTO&#8217;s that I once wrote and used by myself each time compiling a new kernel. They are just quick and dirty HOWTO&#8217;s that cover the commands used to compile a kernel, nothing more than that. But I&#8217;m sure someone might find them useful. Kernel compiling is [...]]]></description>
		<wfw:commentRss>http://www.iezzi.ch/archives/5/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
