<?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>dreamluverz collection &#187; linux</title>
	<atom:link href="http://dreamluverz.com/category/developers-tools/linux/feed" rel="self" type="application/rss+xml" />
	<link>http://dreamluverz.com</link>
	<description>Never stop dreaming, until you&#039;re ready to wake up and make it happen</description>
	<lastBuildDate>Wed, 18 Jan 2012 14:10:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>TAR command</title>
		<link>http://dreamluverz.com/developers-tools/server/tar-command</link>
		<comments>http://dreamluverz.com/developers-tools/server/tar-command#comments</comments>
		<pubDate>Wed, 10 Mar 2010 20:06:18 +0000</pubDate>
		<dc:creator>dreamluverz</dc:creator>
				<category><![CDATA[apache]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[extracting file using tar]]></category>
		<category><![CDATA[linux commands]]></category>
		<category><![CDATA[ssh commands]]></category>

		<guid isPermaLink="false">http://dreamluverz.com/?p=808</guid>
		<description><![CDATA[create: tar -cvf mystuff.tar mystuff/ tar -czvf mystuff.tgz mystuff/ extracting: tar -xvf mystuff.tar tar -xzvf mystuff.tgz testing/viewing: tar -tvf mystuff.tar tar -tzvf mystuff.tgz Note that .tgz is the same thing as .tar.gz Tar &#8220;tars up&#8221; a bunch of files into &#8230; <a href="http://dreamluverz.com/developers-tools/server/tar-command">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://dreamluverz.com/developers-tools/server/tar-command/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error installing apache,php on windows vista</title>
		<link>http://dreamluverz.com/developers-tools/php/error_installing_apache_php_on_windows_vista</link>
		<comments>http://dreamluverz.com/developers-tools/php/error_installing_apache_php_on_windows_vista#comments</comments>
		<pubDate>Wed, 25 Mar 2009 19:57:46 +0000</pubDate>
		<dc:creator>dreamluverz</dc:creator>
				<category><![CDATA[apache]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://dreamluverz.com/?p=462</guid>
		<description><![CDATA[I&#8217;ve done this before, I&#8217;ve installed it several times but how come this time it&#8217;s not working with the same settings that needed to be changed&#8230; a moment of confusion, annoyance and craziness flashed on my eyes. I&#8217;ve exerted every &#8230; <a href="http://dreamluverz.com/developers-tools/php/error_installing_apache_php_on_windows_vista">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://dreamluverz.com/developers-tools/php/error_installing_apache_php_on_windows_vista/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>linux cheat sheet</title>
		<link>http://dreamluverz.com/developers-tools/linux/linux-cheat-sheet</link>
		<comments>http://dreamluverz.com/developers-tools/linux/linux-cheat-sheet#comments</comments>
		<pubDate>Wed, 14 May 2008 10:51:57 +0000</pubDate>
		<dc:creator>dreamluverz</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[cheat sheet]]></category>

		<guid isPermaLink="false">http://dreamluverz.com/?p=254</guid>
		<description><![CDATA[Click on the image below to view the linux cheat sheet]]></description>
		<wfw:commentRss>http://dreamluverz.com/developers-tools/linux/linux-cheat-sheet/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>linux: change ownership and permission for file or directory  via ssh</title>
		<link>http://dreamluverz.com/developers-tools/server/linux-change-ownership-and-permission-for-file-or-directory-via-ssh</link>
		<comments>http://dreamluverz.com/developers-tools/server/linux-change-ownership-and-permission-for-file-or-directory-via-ssh#comments</comments>
		<pubDate>Thu, 07 Feb 2008 05:21:34 +0000</pubDate>
		<dc:creator>dreamluverz</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[change ownership]]></category>
		<category><![CDATA[chmod]]></category>
		<category><![CDATA[chown]]></category>
		<category><![CDATA[file permissions]]></category>
		<category><![CDATA[permissions]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://dreamluverz.com/2008/02/07/linux-change-ownership-and-permission-for-file-or-directory-via-ssh/</guid>
		<description><![CDATA[sources: http://webtools.live2support.com/linux/chown.php, http://www.tuxfiles.org/linuxhelp/fileowner.html I&#8217;ve tried this 2 lines in order. chown -R -v [username]Â  [directory/file] chmod -R -v [permission]Â  [username]Â  [directory/file] -R = recursively, including sub directories -v = verbose, you will see it in action]]></description>
		<wfw:commentRss>http://dreamluverz.com/developers-tools/server/linux-change-ownership-and-permission-for-file-or-directory-via-ssh/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Linux / Unix rmdir command</title>
		<link>http://dreamluverz.com/developers-tools/server/linux-unix-rmdir-command</link>
		<comments>http://dreamluverz.com/developers-tools/server/linux-unix-rmdir-command#comments</comments>
		<pubDate>Wed, 06 Feb 2008 15:17:27 +0000</pubDate>
		<dc:creator>dreamluverz</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://dreamluverz.com/2008/02/06/linux-unix-rmdir-command/</guid>
		<description><![CDATA[About rmdirDeletes a directory. Syntax rmdir [OPTION]&#8230; DIRECTORY&#8230; &#8211;ignore-fail-on-non-empty ignore each failure that is solely because a directory is non-empty. -p, &#8211;parents Remove DIRECTORY and its ancestors. E.g., `rmdir -p a/b/c&#8217; is similar to `rmdir a/b/c a/b a&#8217;. -v, &#8211;verbose &#8230; <a href="http://dreamluverz.com/developers-tools/server/linux-unix-rmdir-command">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://dreamluverz.com/developers-tools/server/linux-unix-rmdir-command/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

