<?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>Ali Aboosaidi &#187; iptables</title>
	<atom:link href="http://insanelabs.com/tag/iptables/feed/" rel="self" type="application/rss+xml" />
	<link>http://insanelabs.com</link>
	<description>Umm... Unorthodox?</description>
	<lastBuildDate>Mon, 19 Jul 2010 19:02:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Linux: Apache Tomcat tips and tricks</title>
		<link>http://insanelabs.com/linux/linux-apache-tomcat-tips-and-tricks/</link>
		<comments>http://insanelabs.com/linux/linux-apache-tomcat-tips-and-tricks/#comments</comments>
		<pubDate>Sun, 16 Nov 2008 21:14:31 +0000</pubDate>
		<dc:creator>Ali</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[iptables]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[jre]]></category>
		<category><![CDATA[Tomcat]]></category>

		<guid isPermaLink="false">http://insanelabs.com/?p=209</guid>
		<description><![CDATA[JAVA_HOME or JRE_HOME variables are not defined: Edit bash_profile for the user running Tomcat: nano ~/.bash_profile Add the following line and edit to point to correct directory: export JRE_HOME=/usr/local/jre Save and exit, then execute the following command: source ~/.bash_profile Running Apache Tomcat on privileged ports (lower then 1024) as non-root user: The best way is [...]


Related posts:<ol><li><a href="http://insanelabs.com/linux/linux-run-tomcat-with-apache-mod_jk-configuration/" rel='bookmark' title='Permanent Link: Linux: Run tomcat with apache &#8211; mod_jk configuration' class="liinternal">Linux: Run tomcat with apache &#8211; mod_jk configuration</a></li>
<li><a href="http://insanelabs.com/linux/linux-reset-iptables-firewall-rules/" rel='bookmark' title='Permanent Link: Linux: Reset iptables firewall rules' class="liinternal">Linux: Reset iptables firewall rules</a></li>
<li><a href="http://insanelabs.com/linux/linux-release-port-8080-after-stopping-tomcat-port-8080-in-use-by-java/" rel='bookmark' title='Permanent Link: Linux: Release port 8080 after stopping Tomcat &#8211; Port 8080 in use by Java' class="liinternal">Linux: Release port 8080 after stopping Tomcat &#8211; Port 8080 in use by Java</a></li>
</ol>]]></description>
		<wfw:commentRss>http://insanelabs.com/linux/linux-apache-tomcat-tips-and-tricks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux: Reset iptables firewall rules</title>
		<link>http://insanelabs.com/linux/linux-reset-iptables-firewall-rules/</link>
		<comments>http://insanelabs.com/linux/linux-reset-iptables-firewall-rules/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 00:24:47 +0000</pubDate>
		<dc:creator>Ali</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[iptables]]></category>

		<guid isPermaLink="false">http://insanelabs.com/?p=91</guid>
		<description><![CDATA[Create a shell script (iptables_flush.sh) and copy paste the following lines: #!/bin/sh echo "Flushing iptables rules..." sleep 1 iptables -F iptables -X iptables -t nat -F iptables -t nat -X iptables -t mangle -F iptables -t mangle -X iptables -P INPUT ACCEPT iptables -P FORWARD ACCEPT iptables -P OUTPUT ACCEPT Make the file executable chmod [...]


No related posts.]]></description>
		<wfw:commentRss>http://insanelabs.com/linux/linux-reset-iptables-firewall-rules/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
