<?xml version="1.0" encoding="iso-8859-1"?>
<!-- generator="FeedCreator 1.7.2" -->
<rdf:RDF
	xmlns="http://purl.org/rss/1.0/"
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel rdf:about="http://www.linuxabove.com">
		<title>Joomla! powered Site</title>
		<description>Joomla! site syndication</description>
		<link>http://www.linuxabove.com</link>
		<image rdf:resource="http://www.linuxabove.com/images/M_images/joomla_rss.png" />
	   <dc:date>2010-09-06T22:17:32+01:00</dc:date>
		<items>
			<rdf:Seq>
				<rdf:li rdf:resource="http://www.linuxabove.com/index.php?option=com_content&amp;task=view&amp;id=981&amp;Itemid=59"/>
				<rdf:li rdf:resource="http://www.linuxabove.com/index.php?option=com_content&amp;task=view&amp;id=944&amp;Itemid=59"/>
				<rdf:li rdf:resource="http://www.linuxabove.com/index.php?option=com_content&amp;task=view&amp;id=943&amp;Itemid=59"/>
				<rdf:li rdf:resource="http://www.linuxabove.com/index.php?option=com_content&amp;task=view&amp;id=929&amp;Itemid=59"/>
				<rdf:li rdf:resource="http://www.linuxabove.com/index.php?option=com_content&amp;task=view&amp;id=659&amp;Itemid=59"/>
			</rdf:Seq>
		</items>
	</channel>
	<image rdf:about="http://www.linuxabove.com/images/M_images/joomla_rss.png">
		<title>Powered by Joomla!</title>
		<link>http://www.linuxabove.com</link>
		<url>http://www.linuxabove.com/images/M_images/joomla_rss.png</url>
	</image>
	<item rdf:about="http://www.linuxabove.com/index.php?option=com_content&amp;task=view&amp;id=981&amp;Itemid=59">
		<dc:format>text/html</dc:format>
		<dc:date>2009-06-22T09:07:58+01:00</dc:date>
		<dc:source>http://www.linuxabove.com</dc:source>
		<title>How to move large files from one location to another</title>
		<link>http://www.linuxabove.com/index.php?option=com_content&amp;task=view&amp;id=981&amp;Itemid=59</link>
		<description>Suppose, you have large number of .tar.gz files in your home directory which you need to move to one directory above (or any other directory). Here is a simple command using which you can save time moving each file individuallyfor f in *.tar.gz; do mv ./ $f  ../ $f ; done  This command will move all .tar.gz files in current location to above.</description>
	</item>
	<item rdf:about="http://www.linuxabove.com/index.php?option=com_content&amp;task=view&amp;id=944&amp;Itemid=59">
		<dc:format>text/html</dc:format>
		<dc:date>2009-06-22T08:26:36+01:00</dc:date>
		<dc:source>http://www.linuxabove.com</dc:source>
		<title>Run a command repeatedly and display the output</title>
		<link>http://www.linuxabove.com/index.php?option=com_content&amp;task=view&amp;id=944&amp;Itemid=59</link>
		<description>  Watch runs a command repeatedly, displaying its output. Watch tcommand allows  to check the program output changes over time. By default, the program run every two seconds. This command is similar to tail.     watch  -d  ls  -1  </description>
	</item>
	<item rdf:about="http://www.linuxabove.com/index.php?option=com_content&amp;task=view&amp;id=943&amp;Itemid=59">
		<dc:format>text/html</dc:format>
		<dc:date>2009-06-22T08:25:59+01:00</dc:date>
		<dc:source>http://www.linuxabove.com</dc:source>
		<title>How to view NIC IP addresses</title>
		<link>http://www.linuxabove.com/index.php?option=com_content&amp;task=view&amp;id=943&amp;Itemid=59</link>
		<description>    To view the IP addresses of all Network Interfaces configured with your syste, execute the following command:   ip addr list  </description>
	</item>
	<item rdf:about="http://www.linuxabove.com/index.php?option=com_content&amp;task=view&amp;id=929&amp;Itemid=59">
		<dc:format>text/html</dc:format>
		<dc:date>2009-06-22T08:07:25+01:00</dc:date>
		<dc:source>http://www.linuxabove.com</dc:source>
		<title>How to keep a check on remote logins</title>
		<link>http://www.linuxabove.com/index.php?option=com_content&amp;task=view&amp;id=929&amp;Itemid=59</link>
		<description>To know current logged users through SSH. who | grep -wv &amp;lsquo;:0&amp;rsquo; The output will display the IP from which a person has logged in to system as well as the user name.  To know the history of all remote logins, use the following command:  Last  -add  |  grep  -wv  &amp;lsquo;0.0.0.0&amp;rsquo;  </description>
	</item>
	<item rdf:about="http://www.linuxabove.com/index.php?option=com_content&amp;task=view&amp;id=659&amp;Itemid=59">
		<dc:format>text/html</dc:format>
		<dc:date>2009-06-16T05:20:24+01:00</dc:date>
		<dc:source>http://www.linuxabove.com</dc:source>
		<title>How to get the names and list of packages installed on Ubuntu</title>
		<link>http://www.linuxabove.com/index.php?option=com_content&amp;task=view&amp;id=659&amp;Itemid=59</link>
		<description>For Debian and Ubuntu, you can use commanddpkg -l For Red Hat, Fedora, Mandriva and SUSE, you can use commandrmp &amp;ndash;qa</description>
	</item>
</rdf:RDF>
