<?xml version="1.0" encoding="iso-8859-1"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
	<channel>
		<title>Joomla! powered Site</title>
		<description>Joomla! site syndication</description>
		<link>http://www.linuxabove.com</link>
		<lastBuildDate>Mon, 06 Sep 2010 22:00:59 +0100</lastBuildDate>
		<generator>FeedCreator 1.7.2</generator>
		<image>
			<url>http://www.linuxabove.com/images/M_images/joomla_rss.png</url>
			<title>Powered by Joomla!</title>
			<link>http://www.linuxabove.com</link>
			<description>Joomla! site syndication</description>
		</image>
		<item>
			<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>
			<category>Linux Tutorials - Linux Command</category>
			<pubDate>Mon, 22 Jun 2009 09:07:58 +0100</pubDate>
		</item>
		<item>
			<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>
			<category>Linux Tutorials - Linux Command</category>
			<pubDate>Mon, 22 Jun 2009 08:26:36 +0100</pubDate>
		</item>
		<item>
			<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>
			<category>Linux Tutorials - Linux Command</category>
			<pubDate>Mon, 22 Jun 2009 08:25:59 +0100</pubDate>
		</item>
		<item>
			<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>
			<category>Linux Tutorials - Linux Command</category>
			<pubDate>Mon, 22 Jun 2009 08:07:25 +0100</pubDate>
		</item>
		<item>
			<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>
			<category>Linux Tutorials - Linux Command</category>
			<pubDate>Tue, 16 Jun 2009 05:20:24 +0100</pubDate>
		</item>
	</channel>
</rss>
