<?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>Rudolf Maduro - Life Coach &#187; Linux</title>
	<atom:link href="http://www.rudolfmaduro.com/category/english/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rudolfmaduro.com</link>
	<description>Get a taste of Life with Online Life Coach Rudolf Maduro</description>
	<lastBuildDate>Fri, 16 Dec 2011 15:54:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<div style="float:right; padding-bottom:10px;">
<script type="text/javascript"><!--
google_ad_client = "pub-9572787728013152";
google_ad_width = 250;
google_ad_height = 250;
google_ad_format = "250x250_as";
google_ad_type = "text_image";
google_ad_channel ="";
google_color_border = "241a12";
google_color_bg = "241a12";
google_color_link = "585d8b";
google_color_url = "585d8b";
google_color_text = "333000";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>	<item>
		<title>Postfix relay all mail to one mailbox</title>
		<link>http://www.rudolfmaduro.com/2010/05/18/postfix-relay-all-mail-to-one-mailbox/</link>
		<comments>http://www.rudolfmaduro.com/2010/05/18/postfix-relay-all-mail-to-one-mailbox/#comments</comments>
		<pubDate>Tue, 18 May 2010 09:13:32 +0000</pubDate>
		<dc:creator>Rudolf</dc:creator>
				<category><![CDATA[Postfix]]></category>
		<category><![CDATA[always_bcc]]></category>
		<category><![CDATA[bcc]]></category>
		<category><![CDATA[bounce_queue]]></category>
		<category><![CDATA[lifetime]]></category>
		<category><![CDATA[maximal_queue]]></category>
		<category><![CDATA[relayhost]]></category>

		<guid isPermaLink="false">http://www.rudolfmaduro.com/?p=143</guid>
		<description><![CDATA[Postfix relay all mail to one mailbox To configure postfix to relay all outgoing mail to one localmailbox is very easy.Use the following settings in your /etc/postfix/main.cf and reload your postfix daemon with &#8220;sudo postfix reload&#8221; First configure the relay of all outgoing mail to one local mailbox: always_bcc = yourusername@localhost Second if you want [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><strong>Postfix relay all mail to one mailbox</strong></p>
<p style="text-align: left;">To configure postfix to relay all outgoing mail to one localmailbox is very easy.Use the following settings in your /etc/postfix/main.cf and reload your postfix daemon with &#8220;sudo postfix reload&#8221;</p>
<p style="text-align: left;">First configure the relay of all outgoing mail to one local mailbox:</p>
<p style="text-align: left;"><code>always_bcc = yourusername@localhost</code></p>
<p style="text-align: left;">Second if you want to discard all outgoing mail too you need some extra settings  (this comes in handy when you are configuring a test server that must not mail to the outside world)</p>
<p style="text-align: left;">step 1) set a relayhost to a non-existant ip in your network</p>
<p style="text-align: left;"><code>relayhost = 10.0.0.2</code></p>
<p style="text-align: left;">step 2) change the bounce queue settings so that bounced mail will be discarded instantly.</p>
<p style="text-align: left;"><code>bounce_queue_lifetime = 0<br />
maximal_queue_lifetime = 0</code></p>
<p style="text-align: left;">Now you are done! You have a test mailserver that can accept mail no matter to what e-mail adres it was addressed in the first place, deliver a blind carbon copy locally and discard the outgoing copy so that e-mail never leaves the server. You can use the command line program &#8220;<code>mutt</code>&#8221; to read the mail that has been delivered locally.</p>
<p style="text-align: left;">Rudolf Maduro &#8211; IT Specialist &amp; Personal Life Coach</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rudolfmaduro.com/2010/05/18/postfix-relay-all-mail-to-one-mailbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nagios remote server monitoring with nagstamon</title>
		<link>http://www.rudolfmaduro.com/2010/05/04/nagios-remote-server-monitoring-with-nagstamon/</link>
		<comments>http://www.rudolfmaduro.com/2010/05/04/nagios-remote-server-monitoring-with-nagstamon/#comments</comments>
		<pubDate>Tue, 04 May 2010 20:39:53 +0000</pubDate>
		<dc:creator>Rudolf</dc:creator>
				<category><![CDATA[nagios remote server monitoring]]></category>
		<category><![CDATA[nagios]]></category>
		<category><![CDATA[Nagios VPS]]></category>
		<category><![CDATA[Nagios VPS server]]></category>
		<category><![CDATA[nagstamon]]></category>
		<category><![CDATA[remote server monitoring]]></category>

		<guid isPermaLink="false">http://www.rudolfmaduro.com/?p=101</guid>
		<description><![CDATA[Nagios Remote server monitoring with nagstamon Our Nagios VPS servers are fully compatible with the popular Nagios Desktop utility Nagstamon. Nagstamon is a Nagios status monitor which resides in systray or desktop (GNOME, KDE and Windows) as floating statusbar to inform you in realtime about the status of your hosts and services. It allows to [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Nagios Remote server monitoring with nagstamon</strong></p>
<p>Our <a href="http://www.remote-server-monitoring.com/remote-server-monitoring/"><strong>Nagios VPS</strong></a> servers are fully compatible with the popular Nagios Desktop utility Nagstamon.</p>
<p>Nagstamon is a Nagios status monitor which resides in systray or desktop (GNOME, KDE and Windows) as floating statusbar to inform you in realtime about the status of your hosts and services. It allows to connect to multiple Nagios and Opsview servers.</p>
<p>Download Nagstamon utility from <a href="http://sourceforge.net/projects/nagstamon/">http://sourceforge.net/projects/nagstamon/</a></p>
<p>You can even try it on a demo server! <a href="http://www.remote-server-monitoring.com/2010/05/04/nagios-remote-server-monitoring-with-nagstamon/">&#8230; read more &#8230;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.rudolfmaduro.com/2010/05/04/nagios-remote-server-monitoring-with-nagstamon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>linux debian server installation help</title>
		<link>http://www.rudolfmaduro.com/2010/04/21/linux-debian-server-installation-help/</link>
		<comments>http://www.rudolfmaduro.com/2010/04/21/linux-debian-server-installation-help/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 21:12:18 +0000</pubDate>
		<dc:creator>Rudolf</dc:creator>
				<category><![CDATA[Debian Lenny]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[Lenny]]></category>
		<category><![CDATA[load balancing]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[OpenVZ]]></category>
		<category><![CDATA[virtualisation]]></category>

		<guid isPermaLink="false">http://www.rudolfmaduro.com/?p=72</guid>
		<description><![CDATA[linux debian server installation help Debian Linux is a good choice when configuring a robust Linux server. A good sysadmin can configure a system capable of handling thousands of connections per second with a simple out-of-the box installation with some minor tweaks  here and there. When configuring a server that needs to handle a lot [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><strong>linux debian server installation help</strong></p>
<p style="text-align: left;">Debian Linux is a good choice when configuring a robust Linux server. A good sysadmin can configure a system capable of handling thousands of connections per second with a simple out-of-the box installation with some minor tweaks  here and there.</p>
<p style="text-align: left;">When configuring a server that needs to handle a lot of connections to the apache webserver you might want to do a virtualisation setup with <a href="http://wiki.openvz.org/Main_Page" target="_blank">OpenVZ</a> and some virtual containers. This is so you can isolate your webserver from your MySQL server for performance reasons. One other tweak that is overlooked many times is the Apache daemon. The out-of-the-box configuration file of apache is not capable to handle a thousands of connections. You might need to tweak this by hand.</p>
<p style="text-align: left;">Using nginx as a front-end proxy to direct http/https traffic to your apache servers is also a good choice to split up the load to increase performance.</p>
<p style="text-align: left;">If you currently have a site that is drawing a lot of traffic and you are in need to split up the load you may contact me for assistance. I do like these kind of projects.</p>
<p style="text-align: left;">greetz,</p>
<p style="text-align: left;">Rudolf Maduro (mail+@+ rudolfmaduro+.+ com)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rudolfmaduro.com/2010/04/21/linux-debian-server-installation-help/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>htaccess password &#8211; apache</title>
		<link>http://www.rudolfmaduro.com/2010/04/21/htaccess-password-apache/</link>
		<comments>http://www.rudolfmaduro.com/2010/04/21/htaccess-password-apache/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 17:41:25 +0000</pubDate>
		<dc:creator>Rudolf</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[AuthUserFile]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[etch]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[htaccess password]]></category>
		<category><![CDATA[htpasswd]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[Lenny]]></category>
		<category><![CDATA[password protect folder]]></category>

		<guid isPermaLink="false">http://www.rudolfmaduro.com/?p=62</guid>
		<description><![CDATA[htaccess password apache To protect a folder against unauthorized access via a webbrowser you need to follow a couple of simple steps. Place a .htaccess file in the folder you want to protect with the following directives: AuthUserFile /FULLPATHTOYOURPASSWORDFILE/.htpasswd AuthGroupFile /dev/null AuthName &#8220;Please Login First&#8221; AuthType Basic &#60;Limit GET POST&#62; require valid-user &#60;/Limit&#62; Do not [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><strong>htaccess password</strong></p>
<p style="text-align: center;"><em>apache</em></p>
<p style="text-align: left;">To protect a folder against unauthorized access via a webbrowser you need to follow a couple of simple steps.</p>
<p style="text-align: left;">Place a .htaccess file in the folder you want to protect with the following directives:</p>
<blockquote>
<p style="text-align: left;">AuthUserFile /FULLPATHTOYOURPASSWORDFILE/.htpasswd<br />
AuthGroupFile /dev/null<br />
AuthName &#8220;Please Login First&#8221;<br />
AuthType Basic<br />
&lt;Limit GET POST&gt;<br />
require valid-user<br />
&lt;/Limit&gt;</p>
</blockquote>
<p style="text-align: left;">Do not forget to make sure that you have write access to the full path where you want to store your password file. Note on security it is better not to store the .htpasswd in your webroot. Store it in a folder below your webroot whenever possible.</p>
<p style="text-align: left;">Then do the following on the command line</p>
<blockquote>
<p style="text-align: left;">cd /var/www/FULLPATHTOYOURPASSWORDFILE</p>
</blockquote>
<p style="text-align: left;">Now you can create the password file for the first time with the apache tool &#8220;htpasswd&#8221; you will be prompted to enter the new password for the user 2 times.</p>
<blockquote>
<p style="text-align: left;">htpasswd -c .htpasswd username</p>
</blockquote>
<p style="text-align: left;">To add more users do the following:</p>
<blockquote>
<p style="text-align: left;">htpasswd .htpasswd username2</p>
<p style="text-align: left;">htpasswd .htpasswd username2</p>
</blockquote>
<p style="text-align: left;">That&#8217;s it, now when you want to access this folder via a webbrowser you will be prompted for a password.</p>
<p><strong>Rudolf Maduro (IT specialist and Personal Life Coach)</strong></p>
<p><strong>CEO of <a href="http://www.remote-server-monitoring.com/" target="_blank">www.remote-server-monitoring.com</a> , <a href="http://www.network-monitoring.biz/" target="_blank">www.network-monitoring.biz</a></strong><em> and </em><strong> <a href="http://www.onlinelifecoach.nl/" target="_blank">www.onlinelifecoach.nl</a></strong></p>
<p><em>Note: I assume no responsibility when the above information is used. Any damages to you or your users after using this procedure is your own responsibility. This information is given for educational purposes only.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.rudolfmaduro.com/2010/04/21/htaccess-password-apache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

