<?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>TechiePark &#187; Fedora</title>
	<atom:link href="http://www.techiepark.com/tag/fedora/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techiepark.com</link>
	<description>everything about web technologies</description>
	<lastBuildDate>Thu, 02 Feb 2012 06:00:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to block ip address on Fedora/Linux using iptables?</title>
		<link>http://www.techiepark.com/tutorials/how-to-block-ip-address-on-fedoralinux-using-iptables/</link>
		<comments>http://www.techiepark.com/tutorials/how-to-block-ip-address-on-fedoralinux-using-iptables/#comments</comments>
		<pubDate>Thu, 20 May 2010 06:46:54 +0000</pubDate>
		<dc:creator>TechiePark</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[sshd]]></category>

		<guid isPermaLink="false">http://www.techiepark.com/?p=849</guid>
		<description><![CDATA[Today, I was looking at fedora server logs and discovered that lots of failed automated ssh hacking attempts on various ports. So, to block these IP addresses, googled and found lots of resources on this topic. I thought to keep a log about this. I already did some configuration with hosts.allow and hosts.deny which you [...]]]></description>
		<wfw:commentRss>http://www.techiepark.com/tutorials/how-to-block-ip-address-on-fedoralinux-using-iptables/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Postfix Header Checks</title>
		<link>http://www.techiepark.com/resources/postfix-header-checks/</link>
		<comments>http://www.techiepark.com/resources/postfix-header-checks/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 05:51:51 +0000</pubDate>
		<dc:creator>TechiePark</dc:creator>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[POP3]]></category>
		<category><![CDATA[Postfix]]></category>
		<category><![CDATA[Spamassassin]]></category>

		<guid isPermaLink="false">http://www.techiepark.com/?p=290</guid>
		<description><![CDATA[Postfix header checks to reject spam mails : /^Subject:.*=\?(big5&#124;euc-kr&#124;gb2312&#124;ks_c_5601-1987)\?/ REJECT No foreign character sets, please. /^(Content-Type:.*&#124;\s+)charset\s*=\s*&#8221;?(big5&#124;euc-kr&#124;gb2312&#124;koi8&#124;Windows-1251&#124;ks_c_5601-1987)&#8221;?/ REJECT No foreign character sets, please. /^(Content-Type:.*&#124;\s+)charset\s*=\s*&#8221;?(Windows-1251)\?/ REJECT Probably a windows virus. /^From:.*\@.*\.r[uo]/ REJECT No Russian or Romanian mail, please. /^From:.*\@.*\.bg/ REJECT No foreign character sets for bg, please. /^From:.*\@.*\.nz/ REJECT No foreign character sets for nz, please. /^From:.*\@.*\.lb/ [...]]]></description>
		<wfw:commentRss>http://www.techiepark.com/resources/postfix-header-checks/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Make sshd listen to a specific address</title>
		<link>http://www.techiepark.com/tutorials/make-sshd-listen-to-a-specific-address/</link>
		<comments>http://www.techiepark.com/tutorials/make-sshd-listen-to-a-specific-address/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 06:40:26 +0000</pubDate>
		<dc:creator>TechiePark</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[sshd]]></category>

		<guid isPermaLink="false">http://laxmangunjikar.wordpress.com/?p=231</guid>
		<description><![CDATA[In file /etc/ssh/sshd_config, use ListenAddress 192.168.0.1 to make sshd listen to only that address.]]></description>
		<wfw:commentRss>http://www.techiepark.com/tutorials/make-sshd-listen-to-a-specific-address/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>HOW TO Subversion+Apache on Fedora</title>
		<link>http://www.techiepark.com/tutorials/how-to-subversionapache-on-fedora/</link>
		<comments>http://www.techiepark.com/tutorials/how-to-subversionapache-on-fedora/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 00:00:35 +0000</pubDate>
		<dc:creator>TechiePark</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Subversion]]></category>

		<guid isPermaLink="false">http://laxmangunjikar.wordpress.com/?p=165</guid>
		<description><![CDATA[HOW TO Subversion+Apache on Fedora To learn or use Subversion, please read the book. To install subversion run below commands: # yum install subversion # yum install mod_dav_svn Then you need to setup at least one repository to test it. Here create the folders.. # mkdir /svn # mkdir /svn/repos # mkdir /svn/users # mkdir [...]]]></description>
		<wfw:commentRss>http://www.techiepark.com/tutorials/how-to-subversionapache-on-fedora/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>sshd: refused connect from ::ffff</title>
		<link>http://www.techiepark.com/tutorials/sshd-refused-connect-from-ffff/</link>
		<comments>http://www.techiepark.com/tutorials/sshd-refused-connect-from-ffff/#comments</comments>
		<pubDate>Fri, 19 Dec 2008 00:46:09 +0000</pubDate>
		<dc:creator>TechiePark</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[sshd]]></category>

		<guid isPermaLink="false">http://laxmangunjikar.wordpress.com/2008/12/19/sshd-refused-connect-from-ffff/</guid>
		<description><![CDATA[Hello friends, I faced this problem before 2 days. I did some research and found on google that, to solve this problem you have to see hosts.deny and hosts.allow files under /etc/ directory. So you have to add your ISP or Local ip address in hosts.allow files as sshd sshd1 sshd2 : ipaddress : ALLOW [...]]]></description>
		<wfw:commentRss>http://www.techiepark.com/tutorials/sshd-refused-connect-from-ffff/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Setting cron job of java program in Unix</title>
		<link>http://www.techiepark.com/tutorials/setting-cron-job-of-java-program-in-unix/</link>
		<comments>http://www.techiepark.com/tutorials/setting-cron-job-of-java-program-in-unix/#comments</comments>
		<pubDate>Mon, 22 Sep 2008 08:00:09 +0000</pubDate>
		<dc:creator>TechiePark</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Mysql]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://laxmangunjikar.wordpress.com/?p=116</guid>
		<description><![CDATA[java -classpath dir1:dir2:dirofclasses package.classname If you are using mysql connection then you have to set mysql connector classpath also in command eg: java -classpath dir1:dir2:mysqlconnectorpath:dirofclasses package.classname]]></description>
		<wfw:commentRss>http://www.techiepark.com/tutorials/setting-cron-job-of-java-program-in-unix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tomcat 5 on Fedora Core 6: In Five Easy Steps</title>
		<link>http://www.techiepark.com/tutorials/tomcat-5-on-fedora-core-6-in-five-easy-steps/</link>
		<comments>http://www.techiepark.com/tutorials/tomcat-5-on-fedora-core-6-in-five-easy-steps/#comments</comments>
		<pubDate>Mon, 07 Jan 2008 00:55:00 +0000</pubDate>
		<dc:creator>TechiePark</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Tomcat]]></category>

		<guid isPermaLink="false">http://laxmangunjikar.wordpress.com/2008/01/07/tomcat-5-on-fedora-core-6-in-five-easy-steps/</guid>
		<description><![CDATA[Install FC6 and Apache Web Server Stick the Fedora Core 6 DVD in and reboot. Then follow the instructions. I took all defaults where I can, including letting it &#8220;delete all Linux partitions&#8221; and automatically partition the disk. I choose to install &#8220;Web Server&#8221; and &#8220;Development Tools&#8221; when offered the chance. This installs the Apache [...]]]></description>
		<wfw:commentRss>http://www.techiepark.com/tutorials/tomcat-5-on-fedora-core-6-in-five-easy-steps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Virtual Hosting with Tomcat</title>
		<link>http://www.techiepark.com/tutorials/virtual-hosting-with-tomcat/</link>
		<comments>http://www.techiepark.com/tutorials/virtual-hosting-with-tomcat/#comments</comments>
		<pubDate>Mon, 07 Jan 2008 00:34:00 +0000</pubDate>
		<dc:creator>TechiePark</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Tomcat]]></category>
		<category><![CDATA[virtual hosts]]></category>

		<guid isPermaLink="false">http://laxmangunjikar.wordpress.com/2008/01/07/virtual-hosting-with-tomcat/</guid>
		<description><![CDATA[This is a guide on setting up Tomcat to do virtual hosting and make it behave like a simple webserver with jsp and servlet support, for many different sites all hosted on the same IP address. The aim is to have a single directory for each virtual host, which can be manipulated individually without hassles [...]]]></description>
		<wfw:commentRss>http://www.techiepark.com/tutorials/virtual-hosting-with-tomcat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

