<?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>MZALENDO.NET &#187; Jinsi ya</title>
	<atom:link href="http://www.mzalendo.net/category/ufundi/jinsi-ya/feed" rel="self" type="application/rss+xml" />
	<link>http://www.mzalendo.net</link>
	<description>Sherehe za miaka 46 za hujma dhidi ya taifa la Zanzibar!</description>
	<lastBuildDate>Wed, 08 Sep 2010 09:15:27 +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>Dynamic Firewall</title>
		<link>http://www.mzalendo.net/ufundi/jinsi-ya/dynamic-firewall#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=dynamic-firewall</link>
		<comments>http://www.mzalendo.net/ufundi/jinsi-ya/dynamic-firewall#comments</comments>
		<pubDate>Thu, 30 Jul 2009 09:59:56 +0000</pubDate>
		<dc:creator>mrfroasty</dc:creator>
				<category><![CDATA[Jinsi ya]]></category>

		<guid isPermaLink="false">http://www.mzalendo.net/dynamic-firewall</guid>
		<description><![CDATA[<p>After suffering lots of brutal force attacks especially on FTP services, we decided to install some kind of dynamic firewall.It has been tested and its known to work.</p>
<p>This is simple how to that explains how to install a dynamic firewall.</p>
<p><strong>Requirements:</strong></p>
<p>*iptables support in the kernel:</p>
<p>Device Drivers---&#62;Networking Support---&#62;Networking Options----&#62;Network Packet Filtering (replace Ipchains)---&#62;Netfilter Configuration </p>
<p>#emerge -av iptables</p>
<p><strong>Put on some general rules on the firewall /etc/iptables.bak:</strong></p>
<p>#Firewall for Mzalendo Server</p>
<p>*filter</p>
<p>:INPUT ACCEPT [5:952]</p>
<p>:FORWARD ACCEPT [0:0]</p>
<p>:OUTPUT ACCEPT [1192099:595387635]</p>
<p># accept all from localhost</p>
<p>-A INPUT -s 127.0.0.1 -j ACCEPT</p>
<p># accept all previously established connections</p>
<p>#-A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT</p>
<p># permit people to ssh into this computer</p>
<p>-A INPUT -p tcp -m state --state <p>[...]Endelea hapa <a href="http://www.mzalendo.net/ufundi/jinsi-ya/dynamic-firewall">"Dynamic Firewall"</a></p>]]></description>
		<wfw:commentRss>http://www.mzalendo.net/ufundi/jinsi-ya/dynamic-firewall/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>how to nagios with gentoo</title>
		<link>http://www.mzalendo.net/ufundi/jinsi-ya/how-to-nagios-with-gentoo#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=how-to-nagios-with-gentoo</link>
		<comments>http://www.mzalendo.net/ufundi/jinsi-ya/how-to-nagios-with-gentoo#comments</comments>
		<pubDate>Wed, 22 Jul 2009 12:38:44 +0000</pubDate>
		<dc:creator>mrfroasty</dc:creator>
				<category><![CDATA[Jinsi ya]]></category>

		<guid isPermaLink="false">http://www.mzalendo.net/?p=1361</guid>
		<description><![CDATA[<p>Seting up nagios, involves central PC that monitoring software nagios is installed and couple devices that we are monitoring.<br />
In this scenario we 2 computers and 1 router.One computer called gendesktop is the central command center that nagios is installed to monitor itself, router and 1 remote server(fileserver).</p>
<p><span id="more-1361"></span></p>
<p>Computer names:</p>
<ol>
<li> Central command center-gendesktop</li>
<li> Router-router</li>
<li> Gentoo Linux Server-fileserver</li>
</ol>
<p><strong>Preparations:</strong><br />
***PREPARE THE ROUTER<br />
Make sure you have allowed snmp on &#8220;remote management&#8221; section of the router device.<br />
Atleast on my device this was not on by default.</p>
<p>***PREPARE THE REMOTE BOX-FILESERVER:<br />
On the fileserver,Check if necessary plugins like snmp, nrpe are installed on the this box.Feel free to remove some <p>[...]Endelea hapa <a href="http://www.mzalendo.net/ufundi/jinsi-ya/how-to-nagios-with-gentoo">"how to nagios with gentoo"</a></p>]]></description>
		<wfw:commentRss>http://www.mzalendo.net/ufundi/jinsi-ya/how-to-nagios-with-gentoo/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing 3rd party on gentoo box</title>
		<link>http://www.mzalendo.net/ufundi/installing-3rd-party-on-gentoo-box#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=installing-3rd-party-on-gentoo-box</link>
		<comments>http://www.mzalendo.net/ufundi/installing-3rd-party-on-gentoo-box#comments</comments>
		<pubDate>Tue, 05 May 2009 21:32:24 +0000</pubDate>
		<dc:creator>mrfroasty</dc:creator>
				<category><![CDATA[Jinsi ya]]></category>
		<category><![CDATA[Ufundi]]></category>

		<guid isPermaLink="false">http://blog.mambo-tech.net/?p=87</guid>
		<description><![CDATA[<p>3rd party ebuilds:<br />
Notice:<br />
You might need gcc greate than 4.2 with gcj enabled.</p>
<p>Install overlay using layman, this means downloading the installation files like ebuilds or so.It wasted me hours to figure out.<br />
Notice the experimental overlay arent available on official list, so fast lets add the java-experimental overlay to the list<br />
edit layman.cfg and add the following below the default list:<br />
#<br />
overlays  : http://www.gentoo.org/proj/en/overlays/layman-global.txt<br />
            file:///usr/portage/local/layman/my-list.txt</p>
<p>Open up a broser http://www.gentoo.org/proj/en/overlays/layman-global.txt<br />
Copy this list, and paste it on /usr/portage/local/layman/my-list.txt, my-list.txt doesnt exist your need to create it.<br />
Add the java-experimental overlay, what i <p>[...]Endelea hapa <a href="http://www.mzalendo.net/ufundi/installing-3rd-party-on-gentoo-box">"Installing 3rd party on gentoo box"</a></p>]]></description>
		<wfw:commentRss>http://www.mzalendo.net/ufundi/installing-3rd-party-on-gentoo-box/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Virtual Machine-VirtualBox</title>
		<link>http://www.mzalendo.net/ufundi/virtual-machine-virtualbox#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=virtual-machine-virtualbox</link>
		<comments>http://www.mzalendo.net/ufundi/virtual-machine-virtualbox#comments</comments>
		<pubDate>Tue, 05 May 2009 21:29:17 +0000</pubDate>
		<dc:creator>mrfroasty</dc:creator>
				<category><![CDATA[Jinsi ya]]></category>
		<category><![CDATA[Ufundi]]></category>

		<guid isPermaLink="false">http://blog.mambo-tech.net/?p=82</guid>
		<description><![CDATA[<p>Installing gentoo on VirtualBox</p>
<p>Host preparations:<br />
Open VirtualBox<br />
-Click new and follow the instructions on the screen.After you have finished, go to cdrom and attacht rescuecd.iso on it.<br />
-Done with creating the guest oss, then click start to boot into the rescuecd.iso.</p>
<p>Instructions (general installation-routine for gentoo)<br />
Please feel free to skip this and use the excellent official handbook.</p>
<p>-Prepare network, net-setup will do.But ping isnt working even though connected to internet.I used to open firefox for the handbook <img src='http://www.mzalendo.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
-Click start to Boot rescuecd, after the process type &#8220;startx&#8221; and then gparted to prepare disks.Skip the &#8220;startx&#8221; if you feel good.<br />
-If you choose <p>[...]Endelea hapa <a href="http://www.mzalendo.net/ufundi/virtual-machine-virtualbox">"Virtual Machine-VirtualBox"</a></p>]]></description>
		<wfw:commentRss>http://www.mzalendo.net/ufundi/virtual-machine-virtualbox/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
