<?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>php mysql apache &#187; Uncategorized</title>
	<atom:link href="http://www.phpmysqlapache.com/wordpress/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phpmysqlapache.com/wordpress</link>
	<description>Provides simple tips and tricks about php programming, mysql databases, apache web server and linux servers</description>
	<lastBuildDate>Wed, 23 Sep 2009 12:53:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Speedup cakephp apps</title>
		<link>http://www.phpmysqlapache.com/wordpress/2009/09/23/speedup-cakephp-apps/</link>
		<comments>http://www.phpmysqlapache.com/wordpress/2009/09/23/speedup-cakephp-apps/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 12:53:21 +0000</pubDate>
		<dc:creator>msti</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.phpmysqlapache.com/wordpress/2009/09/23/speedup-cakephp-apps/</guid>
		<description><![CDATA[This is a great article about speeding up cakephp apps:

http://www.pseudocoder.com/archives/2009/03/17/8-ways-to-speed-up-cakephp-apps/
          Share/Save]]></description>
		<wfw:commentRss>http://www.phpmysqlapache.com/wordpress/2009/09/23/speedup-cakephp-apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>cpanel &#8211; view ftp activity</title>
		<link>http://www.phpmysqlapache.com/wordpress/2009/09/22/cpanel-view-ftp-activity/</link>
		<comments>http://www.phpmysqlapache.com/wordpress/2009/09/22/cpanel-view-ftp-activity/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 10:12:49 +0000</pubDate>
		<dc:creator>msti</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.phpmysqlapache.com/wordpress/2009/09/22/cpanel-view-ftp-activity/</guid>
		<description><![CDATA[This is a quick way to view ftp access activity in cpanel:
PLAIN TEXT
CODE:




&#60;/p&#62;&#60;p&#62;


&#160;grep account_name /var/log/messages&#60;/p&#62;&#60;p&#62; 







the message are archived chronologically like messages messages.1 messages.2 messages.3 messages.4 with messages.1 being the most recent
          Share/Save]]></description>
		<wfw:commentRss>http://www.phpmysqlapache.com/wordpress/2009/09/22/cpanel-view-ftp-activity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Copy a file to remote server with scp</title>
		<link>http://www.phpmysqlapache.com/wordpress/2009/09/18/copy-a-file-to-remote-server-with-scp/</link>
		<comments>http://www.phpmysqlapache.com/wordpress/2009/09/18/copy-a-file-to-remote-server-with-scp/#comments</comments>
		<pubDate>Fri, 18 Sep 2009 08:10:43 +0000</pubDate>
		<dc:creator>msti</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.phpmysqlapache.com/wordpress/2009/09/18/copy-a-file-to-remote-server-with-scp/</guid>
		<description><![CDATA[This assumes that ssh runs on the remote machine.

To copy a file to a remote machine use the following command:
PLAIN TEXT
CODE:




scp /path/to/file user@remotehost:/path/to/destination 







To set the access port use the -P switch:
PLAIN TEXT
CODE:




scp -P 1234 /path/to/file user@remotehost:/path/to/destination 







If you need to copy from the remote host to the local host, reverse the above command
PLAIN TEXT
CODE:




scp [...]]]></description>
		<wfw:commentRss>http://www.phpmysqlapache.com/wordpress/2009/09/18/copy-a-file-to-remote-server-with-scp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
