<?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; server</title>
	<atom:link href="http://dreamluverz.com/category/developers-tools/server/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>what is SOAP</title>
		<link>http://dreamluverz.com/developers-tools/what-is-soap</link>
		<comments>http://dreamluverz.com/developers-tools/what-is-soap#comments</comments>
		<pubDate>Mon, 15 Jun 2009 08:43:42 +0000</pubDate>
		<dc:creator>dreamluverz</dc:creator>
				<category><![CDATA[developer's Guide]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[computer terms]]></category>
		<category><![CDATA[SOAP]]></category>

		<guid isPermaLink="false">http://dreamluverz.com/?p=705</guid>
		<description><![CDATA[How is SOAP Used? There are many possible applications for SOAP, here are just a couple: Business to Business integration &#8211; SOAP allows businesses to develop their applications, and then make those applications available to other companies Distributed applications &#8211; &#8230; <a href="http://dreamluverz.com/developers-tools/what-is-soap">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://dreamluverz.com/developers-tools/what-is-soap/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>cannot send out mails</title>
		<link>http://dreamluverz.com/developers-tools/server/cannot-send-out-mails</link>
		<comments>http://dreamluverz.com/developers-tools/server/cannot-send-out-mails#comments</comments>
		<pubDate>Tue, 12 May 2009 07:37:02 +0000</pubDate>
		<dc:creator>dreamluverz</dc:creator>
				<category><![CDATA[server]]></category>
		<category><![CDATA[cannot send mails]]></category>
		<category><![CDATA[cannot send mails with mail()]]></category>
		<category><![CDATA[changing mx record]]></category>
		<category><![CDATA[error sending mails]]></category>
		<category><![CDATA[mail() not working]]></category>
		<category><![CDATA[mail() php not working]]></category>
		<category><![CDATA[mx record]]></category>
		<category><![CDATA[pointing mx record to other server]]></category>

		<guid isPermaLink="false">http://dreamluverz.com/?p=549</guid>
		<description><![CDATA[For some reasons I cannot send out mails using the mail() in php and even trying out any other phpmailer and it only happens with my own domain name but when tyring to send mail to gmail.com it went through. &#8230; <a href="http://dreamluverz.com/developers-tools/server/cannot-send-out-mails">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://dreamluverz.com/developers-tools/server/cannot-send-out-mails/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>domain redirection</title>
		<link>http://dreamluverz.com/developers-tools/server/domain-redirection</link>
		<comments>http://dreamluverz.com/developers-tools/server/domain-redirection#comments</comments>
		<pubDate>Tue, 20 May 2008 06:25:41 +0000</pubDate>
		<dc:creator>dreamluverz</dc:creator>
				<category><![CDATA[apache]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[301 redirect]]></category>
		<category><![CDATA[url redirection]]></category>

		<guid isPermaLink="false">http://dreamluverz.com/?p=266</guid>
		<description><![CDATA[As far as SEO is concerned 301 redirect is the most effecient way of domain redirection. Some ways of doing it: PHP Redirect &#60;? Header( &#8220;HTTP/1.1 301 Moved Permanently&#8221; ); Header( &#8220;Location: http://www.new-url.com&#8221; ); ?&#62; .htaccess Options +FollowSymlinks RewriteEngine on &#8230; <a href="http://dreamluverz.com/developers-tools/server/domain-redirection">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://dreamluverz.com/developers-tools/server/domain-redirection/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>error 500</title>
		<link>http://dreamluverz.com/developers-tools/server/error-500</link>
		<comments>http://dreamluverz.com/developers-tools/server/error-500#comments</comments>
		<pubDate>Thu, 08 May 2008 07:38:15 +0000</pubDate>
		<dc:creator>dreamluverz</dc:creator>
				<category><![CDATA[apache]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[500 error]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[htaccess error]]></category>
		<category><![CDATA[xampp]]></category>

		<guid isPermaLink="false">http://dreamluverz.com/?p=247</guid>
		<description><![CDATA[problem: error 500 on xampp when using htaccess: solution: Locate this file httpd.conf and uncomment this LoadModule mod_rewrite modules/mod_rewrite.sop and restart apache]]></description>
		<wfw:commentRss>http://dreamluverz.com/developers-tools/server/error-500/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error: invalid argument to date encode in nusphere</title>
		<link>http://dreamluverz.com/developers-tools/server/error-invalid-argument-to-date-encode-in-nusphere</link>
		<comments>http://dreamluverz.com/developers-tools/server/error-invalid-argument-to-date-encode-in-nusphere#comments</comments>
		<pubDate>Fri, 29 Feb 2008 07:45:31 +0000</pubDate>
		<dc:creator>dreamluverz</dc:creator>
				<category><![CDATA[server]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[ftp error]]></category>
		<category><![CDATA[server error]]></category>

		<guid isPermaLink="false">http://dreamluverz.com/developers-tools/server/error-invalid-argument-to-date-encode-in-nusphere</guid>
		<description><![CDATA[I&#8217;m getting this error at this moment. And also these guys on this site:http://forum.pspad.com/read.php?2,45078,45079.Â  What could be the problem. Please help us&#8230;]]></description>
		<wfw:commentRss>http://dreamluverz.com/developers-tools/server/error-invalid-argument-to-date-encode-in-nusphere/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>linux command lines</title>
		<link>http://dreamluverz.com/anything-under-the-moonlight/linux-command-lines</link>
		<comments>http://dreamluverz.com/anything-under-the-moonlight/linux-command-lines#comments</comments>
		<pubDate>Wed, 13 Feb 2008 02:02:18 +0000</pubDate>
		<dc:creator>dreamluverz</dc:creator>
				<category><![CDATA[anything under the moonlight]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[linux command lines]]></category>
		<category><![CDATA[linux commands]]></category>

		<guid isPermaLink="false">http://dreamluverz.com/2008/02/13/linux-command-lines/</guid>
		<description><![CDATA[Some command lines I&#8217;ve learned from friends. du -bsx * &#124; sort -n =Â  will list folders/files along with it&#8217;s sizes and sorted asc ls -lst = will list files/folder with dates, modes or in details pwd = will show &#8230; <a href="http://dreamluverz.com/anything-under-the-moonlight/linux-command-lines">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://dreamluverz.com/anything-under-the-moonlight/linux-command-lines/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>
		<item>
		<title>scp server to server</title>
		<link>http://dreamluverz.com/developers-tools/server/scp-server-to-server</link>
		<comments>http://dreamluverz.com/developers-tools/server/scp-server-to-server#comments</comments>
		<pubDate>Wed, 06 Feb 2008 09:06:54 +0000</pubDate>
		<dc:creator>dreamluverz</dc:creator>
				<category><![CDATA[server]]></category>
		<category><![CDATA[copy files server to server]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[scp]]></category>

		<guid isPermaLink="false">http://dreamluverz.com/2008/02/06/scp-server-to-server/</guid>
		<description><![CDATA[SOURCE: http://forums.serverbeach.com/archive/index.php/t-2202.html I&#8217;ve been looking for this reference and finally found it. Thanks for them who posted it on the link above. I&#8217;ll be trying this out Let&#8217;s begin and assume the following information: Server A is our host where &#8230; <a href="http://dreamluverz.com/developers-tools/server/scp-server-to-server">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://dreamluverz.com/developers-tools/server/scp-server-to-server/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

