<?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>Fosiul.com &#187; General</title>
	<atom:link href="http://www.fosiul.com/index.php/category/linux/general/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fosiul.com</link>
	<description>Dedicated To Linux</description>
	<lastBuildDate>Wed, 21 Dec 2011 11:26:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
		<item>
		<title>All about yum command for Redhat/Centos/Fedora</title>
		<link>http://www.fosiul.com/index.php/2009/08/all-about-yum-command-for-redhatcentosfedora/</link>
		<comments>http://www.fosiul.com/index.php/2009/08/all-about-yum-command-for-redhatcentosfedora/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 15:34:25 +0000</pubDate>
		<dc:creator>Fosiul</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://fosiul.co.uk/?p=89</guid>
		<description><![CDATA[Display List of updated software ( Security fix) yum list updates Or yum check-update Patch up system by applying all updates yum update List all installed packages rpm -qa How to find a perticular installed packages( httpd) rpm -qa &#124; grep httpd How to look update for specific packages yum update {package-name-1} To check for [...]]]></description>
		<wfw:commentRss>http://www.fosiul.com/index.php/2009/08/all-about-yum-command-for-redhatcentosfedora/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vsftpd: Failed to retrieve directory listing</title>
		<link>http://www.fosiul.com/index.php/2009/08/vsftpd-failed-to-retrieve-directory-listing/</link>
		<comments>http://www.fosiul.com/index.php/2009/08/vsftpd-failed-to-retrieve-directory-listing/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 08:18:09 +0000</pubDate>
		<dc:creator>Fosiul</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://fosiul.co.uk/?p=71</guid>
		<description><![CDATA[Problem: If vsftpd failed to retrieves directory listing then do the following: In vsftpd.conf pasv_min_port=x example : [ pasv_min_port=1023] pasv_max_port=x example : [pasv_max_port=1050] Now add port 1023-1050 in iptables iptables -A INPUT &#8211;source xx.xx.xx.xx -p tcp &#8211;dport 1023:1050 -j ACCEPT it will allow filezilla to connect to ftp server via passive mode.]]></description>
		<wfw:commentRss>http://www.fosiul.com/index.php/2009/08/vsftpd-failed-to-retrieve-directory-listing/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

