<?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; linux</title>
	<atom:link href="http://www.techiepark.com/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techiepark.com</link>
	<description>everything about web technologies</description>
	<lastBuildDate>Sat, 17 Jul 2010 09:08:39 +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>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>Webmin &#8211; a web-based interface for system administration for Unix</title>
		<link>http://www.techiepark.com/open-source/webmin-a-web-based-interface-for-system-administration-for-unix/</link>
		<comments>http://www.techiepark.com/open-source/webmin-a-web-based-interface-for-system-administration-for-unix/#comments</comments>
		<pubDate>Sat, 12 Dec 2009 11:49:08 +0000</pubDate>
		<dc:creator>TechiePark</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[usermin]]></category>
		<category><![CDATA[virtualmin]]></category>
		<category><![CDATA[webmin]]></category>

		<guid isPermaLink="false">http://www.techiepark.com/?p=656</guid>
		<description><![CDATA[Webmin is a web-based interface for system administration for Unix. Using any modern web browser, you can setup user accounts, Apache, DNS, file sharing, manage Mysql database, configure PHP and much more. Webmin removes the need to manually edit Unix configuration files like /etc/passwd, and lets you manage a system from the console or remotely. [...]]]></description>
		<wfw:commentRss>http://www.techiepark.com/open-source/webmin-a-web-based-interface-for-system-administration-for-unix/feed/</wfw:commentRss>
		<slash:comments>0</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. Tweet This! Post on Google Buzz Share this on Facebook Add this to Google Bookmarks Digg this! Stumble upon something good? Share it on StumbleUpon Share this on Technorati Buzz up! Share this on del.icio.us]]></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>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 Tweet This! Post on Google Buzz Share this on Facebook Add this to Google Bookmarks Digg this! Stumble upon something good? Share it on StumbleUpon Share this on Technorati [...]]]></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>URL Rewriting for PHP Web Applications Using Apache mod_rewrite extension</title>
		<link>http://www.techiepark.com/tutorials/url-rewriting-for-php-web-applications-using-apache-mod_rewrite-extension/</link>
		<comments>http://www.techiepark.com/tutorials/url-rewriting-for-php-web-applications-using-apache-mod_rewrite-extension/#comments</comments>
		<pubDate>Sat, 14 Jun 2008 01:17:00 +0000</pubDate>
		<dc:creator>TechiePark</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mod_rewrite]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Search Engine Optimization]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://laxmangunjikar.wordpress.com/?p=89</guid>
		<description><![CDATA[mod_rewrite is an Apache module which provides a rule-based rewriting engine to rewrite requested URLs on the fly.It supports an unlimited number of rules and an unlimited number of attached rule conditions for each rule to provide a really flexible and powerful URL manipulation mechanism. Why URL Rewriting? SEO(Search engine optimization) &#8211; Static URLs typically [...]]]></description>
		<wfw:commentRss>http://www.techiepark.com/tutorials/url-rewriting-for-php-web-applications-using-apache-mod_rewrite-extension/feed/</wfw:commentRss>
		<slash:comments>9</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>
