<?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>Gentoo Blog</title>
	<atom:link href="http://gentoo-blog.de/feed/" rel="self" type="application/rss+xml" />
	<link>http://gentoo-blog.de</link>
	<description>The ultimate Gentoo Blog</description>
	<lastBuildDate>Fri, 20 Aug 2010 09:23:24 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Change Document Root Plesk</title>
		<link>http://gentoo-blog.de/confixx-plesk/change-document-root-plesk/</link>
		<comments>http://gentoo-blog.de/confixx-plesk/change-document-root-plesk/#comments</comments>
		<pubDate>Fri, 20 Aug 2010 09:18:44 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[confixx/Plesk]]></category>

		<guid isPermaLink="false">http://gentoo-blog.de/uncategorized/</guid>
		<description><![CDATA[1. In the directory 
/var/www/vhosts/example.com/conf create a file called vhost.conf
2. Edit the file with a text editor and add the following line:
Documentroot /my/new/DocumentRoot 
3. Then execute the following command 
/usr/local/psa/admin/sbin/websrvmng -–reconfigure-vhost -–vhost-name=example.com
4.  Okay thats it reload the apache webserver
/etc/init.d/apache2 reload
Share on Facebook
	
	
	
	]]></description>
			<content:encoded><![CDATA[<p>1. In the directory </p>
<p><code>/var/www/vhosts/example.com/conf</code> create a file called vhost.conf</p>
<p>2. Edit the file with a text editor and add the following line:</p>
<p><code>Documentroot /my/new/DocumentRoot </code></p>
<p>3. Then execute the following command </p>
<p><code>/usr/local/psa/admin/sbin/websrvmng -–reconfigure-vhost -–vhost-name=example.com</code></p>
<p>4.  Okay thats it reload the apache webserver</p>
<p><code>/etc/init.d/apache2 reload</code></p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fgentoo-blog.de%2Fconfixx-plesk%2Fchange-document-root-plesk%2F&amp;t=Change%20Document%20Root%20Plesk" id="facebook_share_link_3432">Share on Facebook</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_3432') || document.getElementById('facebook_share_icon_3432') || document.getElementById('facebook_share_both_3432') || document.getElementById('facebook_share_button_3432');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_3432') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	]]></content:encoded>
			<wfw:commentRss>http://gentoo-blog.de/confixx-plesk/change-document-root-plesk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu Firefox won&#8217;t play flash movies</title>
		<link>http://gentoo-blog.de/ubuntu/ubuntu-firefox-wont-play-flash-movies/</link>
		<comments>http://gentoo-blog.de/ubuntu/ubuntu-firefox-wont-play-flash-movies/#comments</comments>
		<pubDate>Sun, 20 Jun 2010 13:03:08 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Ubuntu/Debian]]></category>

		<guid isPermaLink="false">http://gentoo-blog.de/uncategorized/</guid>
		<description><![CDATA[To get firefox to play flash movies in ubuntu do the following. First make sure you have the adobe flash player installed:
aptitude install flashplugin-installer
This should enable flash in firefox after restarting firefox. One additional problem i had is due to compiz the flash movie player would show up in firefox. But pressing the play button [...]]]></description>
			<content:encoded><![CDATA[<p>To get firefox to play flash movies in ubuntu do the following. First make sure you have the adobe flash player installed:</p>
<p><code>aptitude install flashplugin-installer</code></p>
<p>This should enable flash in firefox after restarting firefox. One additional problem i had is due to compiz the flash movie player would show up in firefox. But pressing the play button had no effect. Do the following:</p>
<p>Edit the file: <code>/usr/lib/nspluginwrapper/i386/linux/npviewer</code> and add the following line:</p>
<p><code>export GDK_NATIVE_WINDOWS=1</code></p>
<p>Thats it have fun watching flash movies on ubuntu</p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fgentoo-blog.de%2Fubuntu%2Fubuntu-firefox-wont-play-flash-movies%2F&amp;t=Ubuntu%20Firefox%20won%27t%20play%20flash%20movies" id="facebook_share_link_3172">Share on Facebook</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_3172') || document.getElementById('facebook_share_icon_3172') || document.getElementById('facebook_share_both_3172') || document.getElementById('facebook_share_button_3172');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_3172') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	]]></content:encoded>
			<wfw:commentRss>http://gentoo-blog.de/ubuntu/ubuntu-firefox-wont-play-flash-movies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debian/Ubuntu Package management Using dpkg</title>
		<link>http://gentoo-blog.de/ubuntu/debianubuntu-package-management-using-dpkg/</link>
		<comments>http://gentoo-blog.de/ubuntu/debianubuntu-package-management-using-dpkg/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 08:57:33 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Ubuntu/Debian]]></category>

		<guid isPermaLink="false">http://gentoo-blog.de/?p=3032</guid>
		<description><![CDATA[Dpkg is the Debian package manager dpkg is a tool to install, build, remove and manage Debian packages. 
Now we will see all the available commands for dpkg with some examples
1)Install a package
Syntax
dpkg -i 
Example
dpkg -i courier-pop-ssl_0.61.2-1ubuntu2_amd64.deb
2)Install all packages recursively from a directory
Syntax
dpkg -R
Example
dpkg -R /usr/local/src
3)Unpack the package, but don’t configure it.
Syntax
dpkg --unpack package_file
If you [...]]]></description>
			<content:encoded><![CDATA[<p>Dpkg is the Debian package manager dpkg is a tool to install, build, remove and manage Debian packages. </p>
<p>Now we will see all the available commands for dpkg with some examples</p>
<p>1)Install a package</p>
<p>Syntax</p>
<p><code>dpkg -i <.deb file name></code></p>
<p>Example</p>
<p><code>dpkg -i courier-pop-ssl_0.61.2-1ubuntu2_amd64.deb</code></p>
<p>2)Install all packages recursively from a directory</p>
<p>Syntax</p>
<p><code>dpkg -R</code></p>
<p>Example</p>
<p><code>dpkg -R /usr/local/src</code></p>
<p>3)Unpack the package, but don’t configure it.</p>
<p>Syntax</p>
<p><code>dpkg --unpack package_file</code></p>
<p>If you use -R option is specified, package_file must refer to a directory instead.</p>
<p>Example</p>
<p><code>dpkg --unpack courier-pop-ssl_0.61.2-1ubuntu2_amd64.deb</code></p>
<p>4)Reconfigure an unpacked package</p>
<p>Syntax</p>
<p><code>dpkg --configure package</code></p>
<p>If -a is given instead of package, all unpacked but unconfigured packages are configured.</p>
<p>Example</p>
<p><code>dpkg --configure courier-pop-ssl_0.61.2-1ubuntu2_amd64.deb</code></p>
<p>5)Remove an installed package except configuration files</p>
<p>Syntax</p>
<p><code>dpkg -r</code></p>
<p>Example</p>
<p><code>dpkg -r courier-pop-ssl_0.61.2-1ubuntu2_amd64.deb</code></p>
<p>6)Remove an installed package including configuration files</p>
<p>Syntax</p>
<p><code>dpkg -P</code></p>
<p>If you use -a is given instead of a package name, then all packages unpacked, but marked to be removed or purged in file /var/lib/dpkg/status, are removed or purged, respectively.</p>
<p>Example</p>
<p><code>dpkg -P courier-pop-ssl</code></p>
<p>7)Replace available packages info</p>
<p>Syntax</p>
<p><code>dpkg --update-avail <Packages-file></code></p>
<p>With this option old information is replaced with the information in the Packages-file.</p>
<p>8)Merge with info from file</p>
<p>Syntax</p>
<p><code>dpkg --merge-avail <Packages-file></code></p>
<p>With this option old information is combined with information from Packages file.</p>
<p>The Packages file distributed with Debian is simply named Packages.dpkg keeps its record of available packages in /var/lib/dpkg/available.</p>
<p>9)Update dpkg and dselect’s idea of which packages are available with information from the package pack-age_file.</p>
<p>Syntax</p>
<p><code>dpkg -A package_file</code></p>
<p>10)Forget about uninstalled unavailable packages.</p>
<p>Syntax</p>
<p><code>dpkg --forget-old-unavail</code></p>
<p>11)Erase the existing information about what packages are available.</p>
<p>Syntax</p>
<p><code>dpkg --clear-avail</code></p>
<p>12)Searches for packages that have been installed only partially on your system.</p>
<p>Syntax</p>
<p><code>dpkg -C</code></p>
<p>13)Compare Package versions version numbers</p>
<p>Syntax</p>
<p><code>dpkg --compare-versions ver1 op ver2</code></p>
<p>14)Display a brief help message.</p>
<p>Syntax</p>
<p><code>dpkg --help</code></p>
<p>15)Display dpkg licence.</p>
<p>Syntax</p>
<p><code>dpkg --licence (or) dpkg --license</code></p>
<p>16)Display dpkg version information.</p>
<p>Syntax</p>
<p><code>dpkg --version</code></p>
<p>17)Build a deb package.</p>
<p>Syntax</p>
<p><code>dpkg -b directory [filename]</code></p>
<p>18)List contents of a deb package.</p>
<p>Syntax</p>
<p><code>dpkg -c filename</code></p>
<p>19)Show information about a package.</p>
<p>Syntax</p>
<p><code>dpkg -I filename [control-file]</code></p>
<p>20)List packages matching given pattern.</p>
<p>Syntax</p>
<p><code>dpkg -l package-name-pattern</code></p>
<p>Example</p>
<p><code>dpkg -l postfix</code></p>
<p>21)List all installed packages, along with package version and short description</p>
<p>Syntax</p>
<p><code>dpkg -l</code></p>
<p>22)Report status of specified package.</p>
<p>Syntax</p>
<p><code>dpkg -s package-name</code></p>
<p>Example</p>
<p><code>dpkg -s openssh-server</code></p>
<p>23)List files installed to your system from package.</p>
<p>Syntax</p>
<p><code>dpkg -L package-Name</code></p>
<p>Example</p>
<p><code>dpkg -L postfix</code></p>
<p>24)Search for a filename from installed packages.</p>
<p>Syntax</p>
<p><code>dpkg -S filename-search-pattern</code></p>
<p>Example</p>
<p><code>dpkg -S /usr/bin/cut</code></p>
<p>25)Display details about package</p>
<p>Syntax</p>
<p><code>dpkg -p package-name</code></p>
<p>Example</p>
<p><code>dpkg -p openssh-server</code></p>
<p>If you want more information about dpkg check &#8220;man dpkg&#8221;</p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fgentoo-blog.de%2Fubuntu%2Fdebianubuntu-package-management-using-dpkg%2F&amp;t=Debian%2FUbuntu%20Package%20management%20Using%20dpkg" id="facebook_share_link_3032">Share on Facebook</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_3032') || document.getElementById('facebook_share_icon_3032') || document.getElementById('facebook_share_both_3032') || document.getElementById('facebook_share_button_3032');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_3032') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	]]></content:encoded>
			<wfw:commentRss>http://gentoo-blog.de/ubuntu/debianubuntu-package-management-using-dpkg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plesk drweb antivirus update cron mails</title>
		<link>http://gentoo-blog.de/confixx-plesk/drweb-antivirus-update-cron-mails/</link>
		<comments>http://gentoo-blog.de/confixx-plesk/drweb-antivirus-update-cron-mails/#comments</comments>
		<pubDate>Fri, 07 May 2010 14:05:57 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[confixx/Plesk]]></category>

		<guid isPermaLink="false">http://gentoo-blog.de/?p=2982</guid>
		<description><![CDATA[A cron is run every 30 minutes to check on virus database updates via /etc/cron.d/drweb-update, which sends an email every 30 minutes to the plesk server admin. Most of our customers don&#8217;t like the behavior.
To resolve, direct the output to /dev/null or to a log file instead if you need to keep a watch on [...]]]></description>
			<content:encoded><![CDATA[<p>A cron is run every 30 minutes to check on virus database updates via /etc/cron.d/drweb-update, which sends an email every 30 minutes to the plesk server admin. Most of our customers don&#8217;t like the behavior.</p>
<p>To resolve, direct the output to /dev/null or to a log file instead if you need to keep a watch on the updates.</p>
<p>1. Edit /etc/cron.d/drweb-update redirecting the output to /dev/null</p>
<p><code>vi /etc/cron.d/drweb-update</code></p>
<p>2. Add the following line </p>
<p><code>*/30 * * * * drweb /opt/drweb/update.pl >/dev/null 2>&#038;1</code></p>
<p>This would direct all out put from the drweb update script to /dev/null (trash)</p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fgentoo-blog.de%2Fconfixx-plesk%2Fdrweb-antivirus-update-cron-mails%2F&amp;t=Plesk%20drweb%20antivirus%20update%20cron%20mails" id="facebook_share_link_2982">Share on Facebook</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_2982') || document.getElementById('facebook_share_icon_2982') || document.getElementById('facebook_share_both_2982') || document.getElementById('facebook_share_button_2982');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_2982') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	]]></content:encoded>
			<wfw:commentRss>http://gentoo-blog.de/confixx-plesk/drweb-antivirus-update-cron-mails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Confixx + Postfix+ IMAP + Maildir</title>
		<link>http://gentoo-blog.de/confixx-plesk/confixx-postfix-imap-maildir/</link>
		<comments>http://gentoo-blog.de/confixx-plesk/confixx-postfix-imap-maildir/#comments</comments>
		<pubDate>Tue, 04 May 2010 14:36:10 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[confixx/Plesk]]></category>

		<guid isPermaLink="false">http://gentoo-blog.de/?p=2912</guid>
		<description><![CDATA[This howto describes howto get rid of the horrible mboxes for mail which confixx uses by default. Converting all your mailboxes to the maildir format also allows you to use imap. Please make backups of your confixx installation before you begin with this howto you have been warned:
1. Edit your confixx main.conf
 vi /root/confixx/confixx_main.conf
When your [...]]]></description>
			<content:encoded><![CDATA[<p>This howto describes howto get rid of the horrible mboxes for mail which confixx uses by default. Converting all your mailboxes to the maildir format also allows you to use imap. Please make backups of your confixx installation before you begin with this howto you have been warned:</p>
<p>1. Edit your confixx main.conf</p>
<p><code> vi /root/confixx/confixx_main.conf</code></p>
<p>When your finished this is what it should look like:</p>
<p><code>$maildrop = ‘HOMEDIR/Maildir/’;<br />
$mailBoxName = ‘Maildir’;<br />
$pop_homeDir = ‘/var/mail’; //specify folder where you want maildirs to be stored. the folder must exist<br />
$mail_realHome = ’1′; </code></p>
<p>2. Edit your postfix main.cf</p>
<p><code>vi /etc/postfix/main.cf</code></p>
<p>And add the following line:</p>
<p><code>home_mailbox = Maildir/</code></p>
<p>3. Edit your procmailrc</p>
<p><code>vi /etc/procmailrc</code></p>
<p>And add the following line:</p>
<p><code>DEFAULT=”$HOME/Maildir/”</code></p>
<p>4. Run the confixx counterscript</p>
<p><code>/root/confixx/confixx_counterscript.pl –fa -dbg</code></p>
<p>5. Convert existing Mboxes to Maildir. Confixx provides a script for doing this. Run the script and make sure to answer all the questions. Or except the defaults which should be ok.</p>
<p><code>/root/confixx/admin/contrib/convert_mb2md.pl</code></p>
<p>6. If you are using qpopper uninstall it and install courier pop and imap if you need imap. This is for debian and ubuntu:</p>
<p><code>aptitude purge openbsd-inetd qpopper</code><br />
<code>aptitude install courier-pop</code><br />
<code>aptitude install courier-imap</code></p>
<p>Thats it check you log files send a test mail and enjoy.</p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fgentoo-blog.de%2Fconfixx-plesk%2Fconfixx-postfix-imap-maildir%2F&amp;t=Confixx%20%2B%20Postfix%2B%20IMAP%20%2B%20Maildir" id="facebook_share_link_2912">Share on Facebook</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_2912') || document.getElementById('facebook_share_icon_2912') || document.getElementById('facebook_share_both_2912') || document.getElementById('facebook_share_button_2912');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_2912') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	]]></content:encoded>
			<wfw:commentRss>http://gentoo-blog.de/confixx-plesk/confixx-postfix-imap-maildir/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>X11 Forwarding with SSH</title>
		<link>http://gentoo-blog.de/ubuntu/x11-forwarding-with-ssh/</link>
		<comments>http://gentoo-blog.de/ubuntu/x11-forwarding-with-ssh/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 14:33:49 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[Ubuntu/Debian]]></category>

		<guid isPermaLink="false">http://gentoo-blog.de/?p=2872</guid>
		<description><![CDATA[This is fairly simple stuff but it took me 15 minutes to solve because i was missing a package   So i thought i would write a quick article here we go X11 forwarding with ssh. This should work on any Linux distribution unless ssh has been built without the support for X forwarding. [...]]]></description>
			<content:encoded><![CDATA[<p>This is fairly simple stuff but it took me 15 minutes to solve because i was missing a package <img src='http://gentoo-blog.de/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  So i thought i would write a quick article here we go X11 forwarding with ssh. This should work on any Linux distribution unless ssh has been built without the support for X forwarding. Which as far as i know is uncommon.</p>
<p>1. Install xauth with your package manager for ubuntu/debian do</p>
<p><code>aptitude install xauth</code></p>
<p>2. Edit the sshd_config on the server you want to start the X program from</p>
<p><code>vi /etc/ssh/sshd_config</code></p>
<p>3. Add the following to your sshd_config file on the server</p>
<p><code>X11Forwarding yes</code></p>
<p>4. Restart the ssh server</p>
<p><code>/etc/init.d/ssh restart</code></p>
<p>5. Edit the ssh_config on the client (this could also be in your home directory under .ssh/config)</p>
<p><code>vi /etc/ssh/ssh_config</code></p>
<p>6. Add the following to your ssh_config file on the client</p>
<p><code>ForwardX11 yes</code></p>
<p>7. Connect to the server with ssh</p>
<p><code>ssh user@host</code></p>
<p>8. You can also use <code>ssh -X user@host</code> Which switches on X Forwarding for the single connection. We don&#8217;t need this option because we set it permanently in the ssh_config on the client. </p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fgentoo-blog.de%2Fubuntu%2Fx11-forwarding-with-ssh%2F&amp;t=X11%20Forwarding%20with%20SSH" id="facebook_share_link_2872">Share on Facebook</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_2872') || document.getElementById('facebook_share_icon_2872') || document.getElementById('facebook_share_both_2872') || document.getElementById('facebook_share_button_2872');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_2872') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	]]></content:encoded>
			<wfw:commentRss>http://gentoo-blog.de/ubuntu/x11-forwarding-with-ssh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do I change the address Qmail sends the MAILER DAEMON messages to</title>
		<link>http://gentoo-blog.de/confixx-plesk/how-do-i-change-the-address-qmail-sends-the-mailer-daemon-messages-to/</link>
		<comments>http://gentoo-blog.de/confixx-plesk/how-do-i-change-the-address-qmail-sends-the-mailer-daemon-messages-to/#comments</comments>
		<pubDate>Thu, 08 Apr 2010 09:26:42 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[confixx/Plesk]]></category>

		<guid isPermaLink="false">http://gentoo-blog.de/?p=2832</guid>
		<description><![CDATA[By default Plesk administrator&#8217;s email address is listed in:
/var/qmail/alias/.qmail-mailer-daemon
/var/qmail/alias/.qmail-postmaster
/var/qmail/alias/.qmail-root
You can edit these files and set the email address you need.
Share on Facebook
	
	
	
	]]></description>
			<content:encoded><![CDATA[<p>By default Plesk administrator&#8217;s email address is listed in:</p>
<p><code>/var/qmail/alias/.qmail-mailer-daemon<br />
/var/qmail/alias/.qmail-postmaster<br />
/var/qmail/alias/.qmail-root</code></p>
<p>You can edit these files and set the email address you need.</p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fgentoo-blog.de%2Fconfixx-plesk%2Fhow-do-i-change-the-address-qmail-sends-the-mailer-daemon-messages-to%2F&amp;t=How%20do%20I%20change%20the%20address%20Qmail%20sends%20the%20MAILER%20DAEMON%20messages%20to" id="facebook_share_link_2832">Share on Facebook</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_2832') || document.getElementById('facebook_share_icon_2832') || document.getElementById('facebook_share_both_2832') || document.getElementById('facebook_share_button_2832');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_2832') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	]]></content:encoded>
			<wfw:commentRss>http://gentoo-blog.de/confixx-plesk/how-do-i-change-the-address-qmail-sends-the-mailer-daemon-messages-to/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu Countdown for Lucid Lynx the next release</title>
		<link>http://gentoo-blog.de/ubuntu/ubuntu-countdown-for-lucid-lynx-the-next-release/</link>
		<comments>http://gentoo-blog.de/ubuntu/ubuntu-countdown-for-lucid-lynx-the-next-release/#comments</comments>
		<pubDate>Wed, 07 Apr 2010 22:01:05 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Ubuntu/Debian]]></category>

		<guid isPermaLink="false">http://gentoo-blog.de/?p=2812</guid>
		<description><![CDATA[
Share on Facebook
	
	
	
	]]></description>
			<content:encoded><![CDATA[<p><script type="text/javascript" src="http://www.ubuntu.com/files/countdown/display2.js"></script></p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fgentoo-blog.de%2Fubuntu%2Fubuntu-countdown-for-lucid-lynx-the-next-release%2F&amp;t=Ubuntu%20Countdown%20for%20Lucid%20Lynx%20the%20next%20release" id="facebook_share_link_2812">Share on Facebook</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_2812') || document.getElementById('facebook_share_icon_2812') || document.getElementById('facebook_share_both_2812') || document.getElementById('facebook_share_button_2812');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_2812') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	]]></content:encoded>
			<wfw:commentRss>http://gentoo-blog.de/ubuntu/ubuntu-countdown-for-lucid-lynx-the-next-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Confixx Can&#8217;t locate Confixx/Filter.pm after Upgrade to Debian Lenny</title>
		<link>http://gentoo-blog.de/confixx-plesk/confixx-cant-locate-confixxfilter-pm-after-upgrade-to-debian-lenny/</link>
		<comments>http://gentoo-blog.de/confixx-plesk/confixx-cant-locate-confixxfilter-pm-after-upgrade-to-debian-lenny/#comments</comments>
		<pubDate>Wed, 31 Mar 2010 13:07:52 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[confixx/Plesk]]></category>

		<guid isPermaLink="false">http://gentoo-blog.de/?p=2792</guid>
		<description><![CDATA[I received this error message after updating a Confixx Server to Debian Lenny when you try an run the Confixx counter script. This is how to fix the problem:
1. Change into the Confixx Admin directory
cd /root/confixx/admin/CPAN
2. Unpack the updater archive
tar -xzf Updater-1.0.6.tar.gz
3. Change into the directory
cd Updater-1.0.6
4. Then build the updater package
perl Makefile.PL
make
make install
This lead [...]]]></description>
			<content:encoded><![CDATA[<p>I received this error message after updating a Confixx Server to Debian Lenny when you try an run the Confixx counter script. This is how to fix the problem:</p>
<p>1. Change into the Confixx Admin directory</p>
<p><code>cd /root/confixx/admin/CPAN</code></p>
<p>2. Unpack the updater archive</p>
<p><code>tar -xzf Updater-1.0.6.tar.gz</code></p>
<p>3. Change into the directory</p>
<p><code>cd Updater-1.0.6</code></p>
<p>4. Then build the updater package</p>
<p><code>perl Makefile.PL<br />
make<br />
make install</code></p>
<p>This lead to a new error:</p>
<p><code>Can't locate XML/DOM.pm</code></p>
<p>5. To get rid of these errors you need to install the following packages;</p>
<p><code>aptitude install libxml-dom-perl libproc-process-perl</code></p>
<p>Thats it you should be able to run you Confixx Counter script again give it a try:</p>
<p><code>/root/confixx/confixx_counterscript.pl --dbg --force-all</code></p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fgentoo-blog.de%2Fconfixx-plesk%2Fconfixx-cant-locate-confixxfilter-pm-after-upgrade-to-debian-lenny%2F&amp;t=Confixx%20Can%27t%20locate%20Confixx%2FFilter.pm%20after%20Upgrade%20to%20Debian%20Lenny" id="facebook_share_link_2792">Share on Facebook</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_2792') || document.getElementById('facebook_share_icon_2792') || document.getElementById('facebook_share_both_2792') || document.getElementById('facebook_share_button_2792');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_2792') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	]]></content:encoded>
			<wfw:commentRss>http://gentoo-blog.de/confixx-plesk/confixx-cant-locate-confixxfilter-pm-after-upgrade-to-debian-lenny/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Howto install htscanner</title>
		<link>http://gentoo-blog.de/ubuntu/howto-install-htscanner/</link>
		<comments>http://gentoo-blog.de/ubuntu/howto-install-htscanner/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 14:07:48 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Ubuntu/Debian]]></category>

		<guid isPermaLink="false">http://gentoo-blog.de/?p=2762</guid>
		<description><![CDATA[I have started using Suphp on some of our confixx servers. Suphp hast one big advantage over mod php it executes PHP scripts with the permissions of their owners.  Which is extremely useful on multi domain servers. Otherwise you always have the problem that files uploaded via FTP have different permissions than files upload [...]]]></description>
			<content:encoded><![CDATA[<p>I have started using Suphp on some of our confixx servers. Suphp hast one big advantage over mod php it executes PHP scripts with the permissions of their owners.  Which is extremely useful on multi domain servers. Otherwise you always have the problem that files uploaded via FTP have different permissions than files upload via http. For example plugins uploaded via the wordpress backend or photos via php gallery. One of the big downsides of Suphp for us is that you cannot use .htaccess files for mod rewrite and so on. This is were htscanner comes along this is the description. Allow one to use htaccess-like file to configure PHP. sounds good <img src='http://gentoo-blog.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  You need to perform the following steps to install htscanner on debian or ubuntu:</p>
<p>1. Download htscanner:</p>
<p><code>wget http://pecl.php.net/get/htscanner-0.9.0.tgz</code></p>
<p>2. Unpack the archive:</p>
<p><code>tar -xzvf htscanner-0.9.0.tgz</code></p>
<p>3. Install dependencies:</p>
<p><code>aptitude install php5-dev php-config</code></p>
<p>4. Change into the htscanner directory:</p>
<p><code>cd htscanner-0.9.0</code></p>
<p>5. run phpize</p>
<p><code>phpize</code></p>
<p>6. Configure htscanner</p>
<p><code>./configure --enable-htscanner</code></p>
<p>7. Then make and make install</p>
<p><code>make &#038;&#038; make install</code></p>
<p>8. This should have installed htscanner at the end of the install you should see the install path.</p>
<p>9. Create a file to get the htscanner module loaded:</p>
<p><code>vi /etc/php5/cgi/conf.d/htscanner.ini</code></p>
<p>10. With the following content:</p>
<p><code>extension=htscanner.so</code></p>
<p>11. restart the Apache web server and you can use .htaccess files again. </p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fgentoo-blog.de%2Fubuntu%2Fhowto-install-htscanner%2F&amp;t=Howto%20install%20htscanner" id="facebook_share_link_2762">Share on Facebook</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_2762') || document.getElementById('facebook_share_icon_2762') || document.getElementById('facebook_share_both_2762') || document.getElementById('facebook_share_button_2762');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_2762') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	]]></content:encoded>
			<wfw:commentRss>http://gentoo-blog.de/ubuntu/howto-install-htscanner/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
