<?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>Tech Support4World</title>
	<atom:link href="http://www.support4world.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.support4world.com</link>
	<description>Free Tech News, Live Remote &#38; Mail Support</description>
	<lastBuildDate>Mon, 30 Apr 2012 03:24:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>File System Permission</title>
		<link>http://www.support4world.com/linux/file-system-permission</link>
		<comments>http://www.support4world.com/linux/file-system-permission#comments</comments>
		<pubDate>Mon, 30 Apr 2012 03:05:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.support4world.com/?p=1208</guid>
		<description><![CDATA[Every file on the system has associated with it a set of permissions. Permissions tell UNIX what can be done with that file and by whom. There are three things you can (or can&#8217;t) do with a given file:     read it,     write (modify) it and     execute it. Unix permissions specify which of [...]]]></description>
		<wfw:commentRss>http://www.support4world.com/linux/file-system-permission/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Iptables Common rules</title>
		<link>http://www.support4world.com/linux/iptables-common-rules</link>
		<comments>http://www.support4world.com/linux/iptables-common-rules#comments</comments>
		<pubDate>Mon, 30 Apr 2012 02:48:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.support4world.com/?p=1205</guid>
		<description><![CDATA[Looking for some common rules to be implemented on your Firewall? below are few examples that you can use or give you some idea on how you can get on. 1.  This blocks everything except normal web traffic, encrypted (ssl), and the file transfer protocol. iptables -I FORWARD 1 -p tcp -m multiport &#8211;dports 21,80,443 [...]]]></description>
		<wfw:commentRss>http://www.support4world.com/linux/iptables-common-rules/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Compile Custom Kernel in Linux</title>
		<link>http://www.support4world.com/linux/how-to-complile-custom-kernel-in-linux</link>
		<comments>http://www.support4world.com/linux/how-to-complile-custom-kernel-in-linux#comments</comments>
		<pubDate>Mon, 30 Apr 2012 02:30:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.support4world.com/?p=1199</guid>
		<description><![CDATA[Here is how you can compile custom kernel for your linux machine.  Please note that I used Ubuntu 11.10 (Oneiric Ocelot) to create these instructions, but the principles should apply to most Linux systems. Step # 1 Get Latest Linux kernel code sudo mkdir /development cd /development wget http://www.kernel.org/pub/linux/kernel/v2.6/longterm/v2.6.35/linux-2.6.35.13.tar.bz2 Note: I&#8217;ve downloaded older version kernel [...]]]></description>
		<wfw:commentRss>http://www.support4world.com/linux/how-to-complile-custom-kernel-in-linux/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vi Quick Guide</title>
		<link>http://www.support4world.com/linux/vi-quick-guide</link>
		<comments>http://www.support4world.com/linux/vi-quick-guide#comments</comments>
		<pubDate>Sun, 29 Apr 2012 03:18:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.support4world.com/?p=1215</guid>
		<description><![CDATA[Are you new to Vi? Can&#8217;t get your head around while using Vi? Here is the quick guide which can be very useful. Vi Quick Guide Insert                     -&#62; To add text Esc                          -&#62; To exit text &#38; enter navigation mode wq [...]]]></description>
		<wfw:commentRss>http://www.support4world.com/linux/vi-quick-guide/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>List of Internet TV</title>
		<link>http://www.support4world.com/miscellaneous/list-of-internet-tv</link>
		<comments>http://www.support4world.com/miscellaneous/list-of-internet-tv#comments</comments>
		<pubDate>Fri, 06 Apr 2012 04:30:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://www.support4world.com/?p=1187</guid>
		<description><![CDATA[Do you want to watch TV online? often wonder about online TV sites and which ones are available in which countries.? I found this great site which list almost all the popular TV sites that you can watch online. This is a totally free service and available to anyone. Click HERE to start navigating into [...]]]></description>
		<wfw:commentRss>http://www.support4world.com/miscellaneous/list-of-internet-tv/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Can&#8217;t open /etc/apache2/envvars</title>
		<link>http://www.support4world.com/linux/cant-open-etcapache2envvars</link>
		<comments>http://www.support4world.com/linux/cant-open-etcapache2envvars#comments</comments>
		<pubDate>Tue, 27 Mar 2012 08:05:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.support4world.com/?p=1184</guid>
		<description><![CDATA[If you have issues with apache2 or you want to reinstall it but you are getting errors,then here it is the solution for you. This is the error I&#8217;m getting: root@chris-server:/etc# service apache2 restart .: 45: Can&#8217;t open /etc/apache2/envvars Now I want to reinstall apache to make this work, but first i need to remove [...]]]></description>
		<wfw:commentRss>http://www.support4world.com/linux/cant-open-etcapache2envvars/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenVPN &#8211; route addition failed using CreateIpForwardEntry</title>
		<link>http://www.support4world.com/vpn/openvpn-route-addition-failed-using-createipforwardentry</link>
		<comments>http://www.support4world.com/vpn/openvpn-route-addition-failed-using-createipforwardentry#comments</comments>
		<pubDate>Tue, 27 Mar 2012 07:59:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Vpn]]></category>

		<guid isPermaLink="false">http://www.support4world.com/?p=1180</guid>
		<description><![CDATA[If you came across with the error &#8220;route addition failed using CreateIpForwardEntry&#8221; upon connecting via OpenVPN, here is the solution! I&#8217;m not sure why this occurs, I can only think off that, this is caused by faulty Windows network programming on how they should work with third party network adapter? You can try the steps [...]]]></description>
		<wfw:commentRss>http://www.support4world.com/vpn/openvpn-route-addition-failed-using-createipforwardentry/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Copy Or Transfer iPhone Contacts to Sim Card</title>
		<link>http://www.support4world.com/apple/how-to-copy-or-transfer-iphone-contacts-to-simcard</link>
		<comments>http://www.support4world.com/apple/how-to-copy-or-transfer-iphone-contacts-to-simcard#comments</comments>
		<pubDate>Wed, 14 Mar 2012 04:24:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://www.support4world.com/?p=1167</guid>
		<description><![CDATA[Often wonder how can you copy or transfer your iPhone contacts to your simcard? This article will elaborate more on how you can achieve this. Yes, It&#8217;s simple like ABC! Why copy to Sim Card? a. It is simply because iPhone does not use the SIM to store contact names and phone numbers. Don&#8217;t you [...]]]></description>
		<wfw:commentRss>http://www.support4world.com/apple/how-to-copy-or-transfer-iphone-contacts-to-simcard/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WhatsApp Final Warning Message</title>
		<link>http://www.support4world.com/general/whatsapp-final-warning-message</link>
		<comments>http://www.support4world.com/general/whatsapp-final-warning-message#comments</comments>
		<pubDate>Thu, 19 Jan 2012 03:19:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.support4world.com/?p=1157</guid>
		<description><![CDATA[I believe if you&#8217;re an WhatsApp user, you must have received one of the following message by your friends : 1. Whatsapp is shutting down on 28th jan Message from Jim Balsamic (CEO of Whatsapp) we have had an over usage of user names on whatsapp Messenger. We are requesting all users to forward this [...]]]></description>
		<wfw:commentRss>http://www.support4world.com/general/whatsapp-final-warning-message/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Safari could not download the file because there is not enough free disk space</title>
		<link>http://www.support4world.com/apple/safari-could-not-download-the-file-because-there-is-not-enough-free-disk-space</link>
		<comments>http://www.support4world.com/apple/safari-could-not-download-the-file-because-there-is-not-enough-free-disk-space#comments</comments>
		<pubDate>Sun, 25 Dec 2011 21:39:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[MAC OS]]></category>

		<guid isPermaLink="false">http://www.support4world.com/?p=1150</guid>
		<description><![CDATA[Make sure you have sufficient disk space available beforehand. You can check this by right clicking (or pressing Ctrl + click) on your hard drive, then selecting Get Info to see how much space is available. If there is plenty of space free on the drive then follow these instructions: -&#62; Quit Safari. -&#62; Go [...]]]></description>
		<wfw:commentRss>http://www.support4world.com/apple/safari-could-not-download-the-file-because-there-is-not-enough-free-disk-space/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

