<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>LAMP How To - Open Source At Work</title>
	
	<link>http://www.azhowto.com</link>
	<description>Only Passion Matters</description>
	<lastBuildDate>Wed, 01 Sep 2010 01:49:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/EverythingLinux-WebDevelopmentLinuxAdministrationAndNetworking" /><feedburner:info uri="everythinglinux-webdevelopmentlinuxadministrationandnetworking" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Basic GIT tutorial: centralised and decentralised model</title>
		<link>http://feedproxy.google.com/~r/EverythingLinux-WebDevelopmentLinuxAdministrationAndNetworking/~3/mpq_QsNBrDo/</link>
		<comments>http://www.azhowto.com/2010/09/01/basicgit-tutorial-centralised-and-decentralised-model/#comments</comments>
		<pubDate>Wed, 01 Sep 2010 01:49:34 +0000</pubDate>
		<dc:creator>bpeh</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Think Software]]></category>

		<guid isPermaLink="false">http://www.azhowto.com/?p=681</guid>
		<description>Git is fast becoming the most popular versioning control system in the market today. It is open sourced and offers a number of significant advantages over svn. SVN will probably still be around for a while because a lot of people and software are still dependent on it or don&amp;#8217;t see a need for change. [...]
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/mWqn7f9FWID8K4lHui2-2q2FcKo/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/mWqn7f9FWID8K4lHui2-2q2FcKo/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/mWqn7f9FWID8K4lHui2-2q2FcKo/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/mWqn7f9FWID8K4lHui2-2q2FcKo/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/EverythingLinux-WebDevelopmentLinuxAdministrationAndNetworking/~4/mpq_QsNBrDo" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.azhowto.com/2010/09/01/basicgit-tutorial-centralised-and-decentralised-model/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.azhowto.com/2010/09/01/basicgit-tutorial-centralised-and-decentralised-model/</feedburner:origLink></item>
		<item>
		<title>sending data via url securely</title>
		<link>http://feedproxy.google.com/~r/EverythingLinux-WebDevelopmentLinuxAdministrationAndNetworking/~3/n6vNnFHX9yY/</link>
		<comments>http://www.azhowto.com/2010/07/31/sending-data-via-url-securely/#comments</comments>
		<pubDate>Sat, 31 Jul 2010 04:08:58 +0000</pubDate>
		<dc:creator>bpeh</dc:creator>
				<category><![CDATA[Think PHP]]></category>

		<guid isPermaLink="false">http://www.azhowto.com/?p=677</guid>
		<description>Depending on your situation, sometimes it is quicker to append form data to urls. To do this securely, we need to encrypt it and decrypt it later. One good solution is to use mcrypt.
We can create a class like so:
class Encryption {

 var $skey  = "your own key"; 

    public  function safe_b64encode($string) {

        $data = base64_encode($string);
        $data = [...]
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/IRkfrRfcmcHkkAOxF3Wb9mm6hrE/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/IRkfrRfcmcHkkAOxF3Wb9mm6hrE/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/IRkfrRfcmcHkkAOxF3Wb9mm6hrE/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/IRkfrRfcmcHkkAOxF3Wb9mm6hrE/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/EverythingLinux-WebDevelopmentLinuxAdministrationAndNetworking/~4/n6vNnFHX9yY" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.azhowto.com/2010/07/31/sending-data-via-url-securely/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.azhowto.com/2010/07/31/sending-data-via-url-securely/</feedburner:origLink></item>
		<item>
		<title>php curl proxy settings</title>
		<link>http://feedproxy.google.com/~r/EverythingLinux-WebDevelopmentLinuxAdministrationAndNetworking/~3/egYdRvStGRM/</link>
		<comments>http://www.azhowto.com/2010/07/29/php-curl-proxy-settings/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 01:40:58 +0000</pubDate>
		<dc:creator>bpeh</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.azhowto.com/?p=673</guid>
		<description>It can be daunting to get proxy to work in curl. If it is not working for you, try changing the auth to ntlm.
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, &amp;#8216;http://yoururl.com&amp;#8217;);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch,CURLOPT_PROXY , &amp;#8220;your_proxy_ip:proxy_port&amp;#8221;);
curl_setopt($ch, CURLOPT_PROXYAUTH, CURLAUTH_NTLM);
curl_setopt($ch, CURLOPT_PROXYTYPE, CURLPROXY_HTTP);
curl_setopt($ch,CURLOPT_PROXYUSERPWD,&amp;#8221;user:pass&amp;#8221;);
curl_exec ($ch);
if(curl_errno($ch))
{
echo &amp;#8216;Curl error: &amp;#8216; . curl_error($ch);
exit;
}
curl_close ($ch);
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/FoM3J3bhfQ-BpvS9T4zTEJT70gI/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/FoM3J3bhfQ-BpvS9T4zTEJT70gI/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/FoM3J3bhfQ-BpvS9T4zTEJT70gI/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/FoM3J3bhfQ-BpvS9T4zTEJT70gI/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/EverythingLinux-WebDevelopmentLinuxAdministrationAndNetworking/~4/egYdRvStGRM" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.azhowto.com/2010/07/29/php-curl-proxy-settings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.azhowto.com/2010/07/29/php-curl-proxy-settings/</feedburner:origLink></item>
		<item>
		<title>Preserving HTML in XML</title>
		<link>http://feedproxy.google.com/~r/EverythingLinux-WebDevelopmentLinuxAdministrationAndNetworking/~3/mGyeBPDULs8/</link>
		<comments>http://www.azhowto.com/2010/05/06/preserving-html-in-xml/#comments</comments>
		<pubDate>Thu, 06 May 2010 22:41:49 +0000</pubDate>
		<dc:creator>bpeh</dc:creator>
				<category><![CDATA[Think Software]]></category>
		<category><![CDATA[Think Technology]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.azhowto.com/?p=669</guid>
		<description>Characters like &amp;#8220;&amp;#60;&amp;#8221; and &amp;#8220;&amp;#38;&amp;#8221; are illegal in XML elements. &amp;#8220;&amp;#60;&amp;#8221; will generate an error because the parser interprets it as the start of a new element. &amp;#8220;&amp;#38;&amp;#8221; will generate an error because the parser interprets it as the start of an character entity. Some text, like JavaScript code, contains a lot of &amp;#8220;&amp;#60;&amp;#8221; or [...]
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/N-WUMGmcV2vElNom-9yFbPYKVMI/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/N-WUMGmcV2vElNom-9yFbPYKVMI/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/N-WUMGmcV2vElNom-9yFbPYKVMI/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/N-WUMGmcV2vElNom-9yFbPYKVMI/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/EverythingLinux-WebDevelopmentLinuxAdministrationAndNetworking/~4/mGyeBPDULs8" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.azhowto.com/2010/05/06/preserving-html-in-xml/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.azhowto.com/2010/05/06/preserving-html-in-xml/</feedburner:origLink></item>
		<item>
		<title>Eclipse Proxy Fix</title>
		<link>http://feedproxy.google.com/~r/EverythingLinux-WebDevelopmentLinuxAdministrationAndNetworking/~3/KhyCldPWI90/</link>
		<comments>http://www.azhowto.com/2010/05/06/eclipse-proxy-fix/#comments</comments>
		<pubDate>Thu, 06 May 2010 03:14:24 +0000</pubDate>
		<dc:creator>bpeh</dc:creator>
				<category><![CDATA[Think Software]]></category>

		<guid isPermaLink="false">http://www.azhowto.com/?p=667</guid>
		<description>If you are behind a proxy server, you may get annoying proxy popups after installing eclipse. The trick is to manually setup the proxies in 
windows-&gt;preferences-&gt;general-&gt;networking
This works for galileo, the version that I am using.
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/hgOdRWOIwLcRYMx1bMu3YgI0LoM/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/hgOdRWOIwLcRYMx1bMu3YgI0LoM/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/hgOdRWOIwLcRYMx1bMu3YgI0LoM/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/hgOdRWOIwLcRYMx1bMu3YgI0LoM/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/EverythingLinux-WebDevelopmentLinuxAdministrationAndNetworking/~4/KhyCldPWI90" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.azhowto.com/2010/05/06/eclipse-proxy-fix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.azhowto.com/2010/05/06/eclipse-proxy-fix/</feedburner:origLink></item>
		<item>
		<title>Advance SVN post-commit hook script for System Administrators</title>
		<link>http://feedproxy.google.com/~r/EverythingLinux-WebDevelopmentLinuxAdministrationAndNetworking/~3/cmI4fiSmfIE/</link>
		<comments>http://www.azhowto.com/2010/04/16/advance-svn-post-commit-hook-script-for-system-administrators/#comments</comments>
		<pubDate>Fri, 16 Apr 2010 02:11:39 +0000</pubDate>
		<dc:creator>bpeh</dc:creator>
				<category><![CDATA[Think Linux]]></category>
		<category><![CDATA[Think Software]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://www.azhowto.com/?p=663</guid>
		<description>Everyone knows how cool svn post-commit feature is. Instead of using the basic post-commit script provided by svn, we can do alot more with a bit of server side scripting. Here, I like to share a simple script that I wrote to automate the process of updating different server system files using svn post-commit. It [...]
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/_b5D3qm0fm7GAvvJ7AuxaTRPRuQ/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/_b5D3qm0fm7GAvvJ7AuxaTRPRuQ/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/_b5D3qm0fm7GAvvJ7AuxaTRPRuQ/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/_b5D3qm0fm7GAvvJ7AuxaTRPRuQ/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/EverythingLinux-WebDevelopmentLinuxAdministrationAndNetworking/~4/cmI4fiSmfIE" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.azhowto.com/2010/04/16/advance-svn-post-commit-hook-script-for-system-administrators/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.azhowto.com/2010/04/16/advance-svn-post-commit-hook-script-for-system-administrators/</feedburner:origLink></item>
		<item>
		<title>SVN over HTTP</title>
		<link>http://feedproxy.google.com/~r/EverythingLinux-WebDevelopmentLinuxAdministrationAndNetworking/~3/goHZ4TUZV7g/</link>
		<comments>http://www.azhowto.com/2010/03/29/svn-over-http/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 05:46:31 +0000</pubDate>
		<dc:creator>bpeh</dc:creator>
				<category><![CDATA[Think Linux]]></category>
		<category><![CDATA[Think Software]]></category>
		<category><![CDATA[Think Technology]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://www.azhowto.com/?p=657</guid>
		<description>Objective
I want to be able to browse the svn dir from a website like http://zeus.dev/svn.php and at the same time, be able to checkout from the repository via http://zeus.dev/svn/projectname
How

First of all, install mod_dav_svn
Then in the apache config, I am using vhost for example
&amp;#60;VirtualHost *:80&amp;#62;
  DocumentRoot /home/data/zeus.dev/apps/
  ServerName zeus.dev
  # this is for [...]
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/Ct07muvTpDbqrPSuTLhPKTNnGRI/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Ct07muvTpDbqrPSuTLhPKTNnGRI/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/Ct07muvTpDbqrPSuTLhPKTNnGRI/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Ct07muvTpDbqrPSuTLhPKTNnGRI/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/EverythingLinux-WebDevelopmentLinuxAdministrationAndNetworking/~4/goHZ4TUZV7g" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.azhowto.com/2010/03/29/svn-over-http/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.azhowto.com/2010/03/29/svn-over-http/</feedburner:origLink></item>
		<item>
		<title>Quick tips for setting up Eclipse and Monkey</title>
		<link>http://feedproxy.google.com/~r/EverythingLinux-WebDevelopmentLinuxAdministrationAndNetworking/~3/U6jLHekJygY/</link>
		<comments>http://www.azhowto.com/2010/03/29/quick-tips-for-setting-up-eclipse-and-monkey/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 02:50:23 +0000</pubDate>
		<dc:creator>bpeh</dc:creator>
				<category><![CDATA[Think PHP]]></category>
		<category><![CDATA[Think Software]]></category>
		<category><![CDATA[eclipse]]></category>

		<guid isPermaLink="false">http://www.azhowto.com/?p=654</guid>
		<description>eclipse-pdtis a php integrated eclipse IDE &amp;#8211; good for rapid web development.
download eclipse-pdt from above.
setup subclipse (for svn) if you intend to use svn within eclipse. In eclipse-&amp;#62;help-&amp;#62;software updates-&amp;#62;available software-&amp;#62;add site, enter URL: http://subclipse.tigris.org/update_1.6.x
Another good software to install is beyond cvs. In eclipse-&amp;#62;help-&amp;#62;software updates-&amp;#62;available software-&amp;#62;add site, enter URL: http://beyondcvs.sourceforge.net/update/0.8.x/

 

install subeclipse and javaHL adapter.
setup eclipse monkey [...]
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/zkbj8gy4z5RcucSU8viQIxY_mLU/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/zkbj8gy4z5RcucSU8viQIxY_mLU/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/zkbj8gy4z5RcucSU8viQIxY_mLU/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/zkbj8gy4z5RcucSU8viQIxY_mLU/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/EverythingLinux-WebDevelopmentLinuxAdministrationAndNetworking/~4/U6jLHekJygY" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.azhowto.com/2010/03/29/quick-tips-for-setting-up-eclipse-and-monkey/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.azhowto.com/2010/03/29/quick-tips-for-setting-up-eclipse-and-monkey/</feedburner:origLink></item>
		<item>
		<title>Quick SVN Tutorial</title>
		<link>http://feedproxy.google.com/~r/EverythingLinux-WebDevelopmentLinuxAdministrationAndNetworking/~3/t_chn-GP5Uw/</link>
		<comments>http://www.azhowto.com/2010/03/29/quick-svn-tutorial/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 02:43:13 +0000</pubDate>
		<dc:creator>bpeh</dc:creator>
				<category><![CDATA[Think PHP]]></category>
		<category><![CDATA[Think Technology]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://www.azhowto.com/?p=652</guid>
		<description>Create New Repo
svnadmin create /home/data/svn/[dir-name]
chown apache:developer -R /home/data/svn/[dir-name]
chown 2770 /home/data/svn/[dir-name]

Import New Site

 ssh into server
 to import new site to the trunk,

svn import [your-site] file:///home/data/svn/[your-site-name] -m "[import comments]"

View Available Sites In Trunk
svn ls file:///home/svn/trunk/

Checking Out a Site

 Create a directory to checkout and use &amp;#8217;svn co&amp;#8217;

 cd ~
 mkdir [my-site]
 svn co file:///home/svn/trunk/[site-name] [my-site]

Updating a [...]
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/p0xMrbkNPKhlpXvxuLvbXA6P4s0/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/p0xMrbkNPKhlpXvxuLvbXA6P4s0/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/p0xMrbkNPKhlpXvxuLvbXA6P4s0/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/p0xMrbkNPKhlpXvxuLvbXA6P4s0/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/EverythingLinux-WebDevelopmentLinuxAdministrationAndNetworking/~4/t_chn-GP5Uw" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.azhowto.com/2010/03/29/quick-svn-tutorial/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.azhowto.com/2010/03/29/quick-svn-tutorial/</feedburner:origLink></item>
		<item>
		<title>Implementing SSL Certificates in Apache</title>
		<link>http://feedproxy.google.com/~r/EverythingLinux-WebDevelopmentLinuxAdministrationAndNetworking/~3/14UKvvewbFE/</link>
		<comments>http://www.azhowto.com/2010/03/29/implementing-ssl-certificates-in-apache/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 02:36:22 +0000</pubDate>
		<dc:creator>bpeh</dc:creator>
				<category><![CDATA[Think Linux]]></category>
		<category><![CDATA[Think Technology]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://www.azhowto.com/?p=650</guid>
		<description>Creating a Private Key
To create a private key without triple des encryption, use the following command:
openssl genrsa -out ssl.key 1024

Creating a Certificate Signing Request
To obtain a certificate signed by a certificate authority, you will need to create a Certificate Signing Request (CSR). The purpose is to send the certificate authority enough information to create the [...]
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/bukkyv6v9T2bQnE4_eOGHDUW7vA/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/bukkyv6v9T2bQnE4_eOGHDUW7vA/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/bukkyv6v9T2bQnE4_eOGHDUW7vA/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/bukkyv6v9T2bQnE4_eOGHDUW7vA/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/EverythingLinux-WebDevelopmentLinuxAdministrationAndNetworking/~4/14UKvvewbFE" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.azhowto.com/2010/03/29/implementing-ssl-certificates-in-apache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.azhowto.com/2010/03/29/implementing-ssl-certificates-in-apache/</feedburner:origLink></item>
		<item>
		<title>Quick Mysql Tips</title>
		<link>http://feedproxy.google.com/~r/EverythingLinux-WebDevelopmentLinuxAdministrationAndNetworking/~3/b50oax_c1iA/</link>
		<comments>http://www.azhowto.com/2010/03/29/quick-mysql-tips/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 02:25:33 +0000</pubDate>
		<dc:creator>bpeh</dc:creator>
				<category><![CDATA[Think SQL]]></category>
		<category><![CDATA[MYSQL]]></category>

		<guid isPermaLink="false">http://www.azhowto.com/?p=647</guid>
		<description>Logging slow queries
To enable the slow query log, start mysqld with the  –log-slow-queries[=file_name] option. Use the mysqldumpslow command to  summarize the queries that appear in the log. For example:
mysqldumpslow /path/to/your/mysql-slow-queries.log -t 10

shows you top 10 performance killers.
Lost Password

 shutdown mysql, then

 mysqld –skip-grant-tables –u root
 mysql -u root
 mysql&amp;#62; use mysql;
 mysql&amp;#62; UPDATE [...]
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/N2ddNzUgBs6WzyTxoc6t34kXb1A/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/N2ddNzUgBs6WzyTxoc6t34kXb1A/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/N2ddNzUgBs6WzyTxoc6t34kXb1A/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/N2ddNzUgBs6WzyTxoc6t34kXb1A/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/EverythingLinux-WebDevelopmentLinuxAdministrationAndNetworking/~4/b50oax_c1iA" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.azhowto.com/2010/03/29/quick-mysql-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.azhowto.com/2010/03/29/quick-mysql-tips/</feedburner:origLink></item>
		<item>
		<title>synchronising system clock manually</title>
		<link>http://feedproxy.google.com/~r/EverythingLinux-WebDevelopmentLinuxAdministrationAndNetworking/~3/5esUhlUy8Nw/</link>
		<comments>http://www.azhowto.com/2010/03/25/synchronising-system-clock-manually/#comments</comments>
		<pubDate>Thu, 25 Mar 2010 04:38:28 +0000</pubDate>
		<dc:creator>bpeh</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Think Linux]]></category>

		<guid isPermaLink="false">http://www.azhowto.com/?p=641</guid>
		<description>if there is a need to synchronise the system clock manually, it can be a straight forward thing

service ntpd stop
ntpdate 0.rhel.pool.ntp.org
service ntpd start

some of the files of interest:

/etc/sysconfig/clock
/usr/share/zoneinfo
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/3rzSKqv8A-AOAphy7c1Ya1SSrrE/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/3rzSKqv8A-AOAphy7c1Ya1SSrrE/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/3rzSKqv8A-AOAphy7c1Ya1SSrrE/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/3rzSKqv8A-AOAphy7c1Ya1SSrrE/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/EverythingLinux-WebDevelopmentLinuxAdministrationAndNetworking/~4/5esUhlUy8Nw" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.azhowto.com/2010/03/25/synchronising-system-clock-manually/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.azhowto.com/2010/03/25/synchronising-system-clock-manually/</feedburner:origLink></item>
		<item>
		<title>init: Id “co” respawning too fast: disabled for 5 minutes</title>
		<link>http://feedproxy.google.com/~r/EverythingLinux-WebDevelopmentLinuxAdministrationAndNetworking/~3/fD5KUZwVvR4/</link>
		<comments>http://www.azhowto.com/2010/03/25/init-id-co-respawning-too-fast-disabled-for-5-minutes/#comments</comments>
		<pubDate>Thu, 25 Mar 2010 02:57:25 +0000</pubDate>
		<dc:creator>bpeh</dc:creator>
				<category><![CDATA[Think Linux]]></category>

		<guid isPermaLink="false">http://www.azhowto.com/?p=639</guid>
		<description>If you are getting this message, it means that you are in run level 3 and most likely you dont have the GUI installed. inittab is trying to create too many terminals at a go. Have a look at the /etc/inittab file, and commented off the extra gettys lines.
# Run gettys in standard runlevels
co:2345:respawn:/sbin/agetty xvc0 [...]
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/m7dchchBUNUr_s-We1CsZirtPv0/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/m7dchchBUNUr_s-We1CsZirtPv0/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/m7dchchBUNUr_s-We1CsZirtPv0/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/m7dchchBUNUr_s-We1CsZirtPv0/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/EverythingLinux-WebDevelopmentLinuxAdministrationAndNetworking/~4/fD5KUZwVvR4" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.azhowto.com/2010/03/25/init-id-co-respawning-too-fast-disabled-for-5-minutes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.azhowto.com/2010/03/25/init-id-co-respawning-too-fast-disabled-for-5-minutes/</feedburner:origLink></item>
		<item>
		<title>system-config-securitylevel – Love or hatred?</title>
		<link>http://feedproxy.google.com/~r/EverythingLinux-WebDevelopmentLinuxAdministrationAndNetworking/~3/U8X33RcEmO4/</link>
		<comments>http://www.azhowto.com/2010/03/22/system-config-securitylevel-love-or-hatred/#comments</comments>
		<pubDate>Mon, 22 Mar 2010 03:59:30 +0000</pubDate>
		<dc:creator>bpeh</dc:creator>
				<category><![CDATA[Think Linux]]></category>
		<category><![CDATA[firewall]]></category>

		<guid isPermaLink="false">http://www.azhowto.com/?p=637</guid>
		<description>system-config-securitylevel provides the user an easy interface to edit firewall rules. If you only need to open up certain tcp and udp ports, this tool may prove handy. For more complex routing rules, you are tempted to edit /etc/sysconfig/iptables directly.
If you have used system-config-securitylevel before, check out the iptables file and you will see this [...]
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/-t3Tr7XEU1rVdDVEqr-VminxIyI/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/-t3Tr7XEU1rVdDVEqr-VminxIyI/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/-t3Tr7XEU1rVdDVEqr-VminxIyI/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/-t3Tr7XEU1rVdDVEqr-VminxIyI/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/EverythingLinux-WebDevelopmentLinuxAdministrationAndNetworking/~4/U8X33RcEmO4" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.azhowto.com/2010/03/22/system-config-securitylevel-love-or-hatred/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.azhowto.com/2010/03/22/system-config-securitylevel-love-or-hatred/</feedburner:origLink></item>
		<item>
		<title>Getting or reverting back to an old version in svn</title>
		<link>http://feedproxy.google.com/~r/EverythingLinux-WebDevelopmentLinuxAdministrationAndNetworking/~3/BpPUaxGxDfo/</link>
		<comments>http://www.azhowto.com/2010/03/18/getting-or-reverting-back-to-an-old-version-in-svn/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 01:07:36 +0000</pubDate>
		<dc:creator>bpeh</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://www.azhowto.com/?p=635</guid>
		<description>people might think svn revert is the answer but it is actually not. To check out an old version of svn,
svn co -r xxx url
where -r is whatever version to checkout. To update the existing version to an old version
svn update -r xxx url
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/Lo2FRwE5PDdf5tdNpXM_FbRTmbg/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Lo2FRwE5PDdf5tdNpXM_FbRTmbg/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/Lo2FRwE5PDdf5tdNpXM_FbRTmbg/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Lo2FRwE5PDdf5tdNpXM_FbRTmbg/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/EverythingLinux-WebDevelopmentLinuxAdministrationAndNetworking/~4/BpPUaxGxDfo" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.azhowto.com/2010/03/18/getting-or-reverting-back-to-an-old-version-in-svn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.azhowto.com/2010/03/18/getting-or-reverting-back-to-an-old-version-in-svn/</feedburner:origLink></item>
		<item>
		<title>Installing phpunit</title>
		<link>http://feedproxy.google.com/~r/EverythingLinux-WebDevelopmentLinuxAdministrationAndNetworking/~3/D0qsO_b5AHU/</link>
		<comments>http://www.azhowto.com/2010/02/27/installing-phpuni/#comments</comments>
		<pubDate>Sat, 27 Feb 2010 06:57:41 +0000</pubDate>
		<dc:creator>bpeh</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.azhowto.com/?p=631</guid>
		<description>this is very simple, firstly install pear
http://www.azhowto.com/2009/08/14/php-manual-install-of-pear/
then from the pear manual, ie http://www.phpunit.de/manual/3.4/en/installation.html

pear channel-discover pear.phpunit.de
pear channel-discover pear.symfony-project.com
pear install --alldeps phpunit/PHPUnit

getting the latest phpunit will need php 5.2 and above. To get php 5.2,
see http://www.azhowto.com/2009/08/07/getting-new-packages-from-centos-dev-repo/
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/c5cfKBAa3e_C5WDuQJb2rfmGsiI/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/c5cfKBAa3e_C5WDuQJb2rfmGsiI/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/c5cfKBAa3e_C5WDuQJb2rfmGsiI/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/c5cfKBAa3e_C5WDuQJb2rfmGsiI/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/EverythingLinux-WebDevelopmentLinuxAdministrationAndNetworking/~4/D0qsO_b5AHU" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.azhowto.com/2010/02/27/installing-phpuni/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.azhowto.com/2010/02/27/installing-phpuni/</feedburner:origLink></item>
		<item>
		<title>Highly available load Balancer + web server in centos</title>
		<link>http://feedproxy.google.com/~r/EverythingLinux-WebDevelopmentLinuxAdministrationAndNetworking/~3/aZyQM1ztRBE/</link>
		<comments>http://www.azhowto.com/2010/02/10/highly-available-load-balancer-web-server-in-centos/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 10:38:57 +0000</pubDate>
		<dc:creator>bpeh</dc:creator>
				<category><![CDATA[Think Linux]]></category>
		<category><![CDATA[Think Software]]></category>
		<category><![CDATA[Think Technology]]></category>
		<category><![CDATA[xen]]></category>

		<guid isPermaLink="false">http://www.azhowto.com/?p=629</guid>
		<description>This tutorial is about creating a highly available HTTP load balancer using HAProxy. The setup can be slightly complicated but you will appreciate the result &amp;#8211; you will get a load-balanced + highly available web service in your network. Basic linux skill is assumed.
Scenario:
Imagine we have 2 physical machines. In each machine, I have 2 [...]
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/YBcS-GxB1e1lkUosuls6wjpAUyA/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/YBcS-GxB1e1lkUosuls6wjpAUyA/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/YBcS-GxB1e1lkUosuls6wjpAUyA/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/YBcS-GxB1e1lkUosuls6wjpAUyA/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/EverythingLinux-WebDevelopmentLinuxAdministrationAndNetworking/~4/aZyQM1ztRBE" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.azhowto.com/2010/02/10/highly-available-load-balancer-web-server-in-centos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.azhowto.com/2010/02/10/highly-available-load-balancer-web-server-in-centos/</feedburner:origLink></item>
		<item>
		<title>submitting a form using hyperlinks</title>
		<link>http://feedproxy.google.com/~r/EverythingLinux-WebDevelopmentLinuxAdministrationAndNetworking/~3/c5Zi4e0P_nI/</link>
		<comments>http://www.azhowto.com/2010/02/10/submitting-a-form-using-hyperlinks/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 03:08:36 +0000</pubDate>
		<dc:creator>bpeh</dc:creator>
				<category><![CDATA[Think PHP]]></category>
		<category><![CDATA[Think SQL]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.azhowto.com/?p=625</guid>
		<description>If using hyperlink to submit form, remember to return false in &amp;#8220;onclick&amp;#8221; so that it is backward compatible with IE6, ie
&amp;#60;a class=&amp;#8221;button_next&amp;#8221; href=&amp;#8221;javascript:;&amp;#8221; onclick=&amp;#8221;$(&amp;#8216;#form_wizard&amp;#8217;).submit();return false;&amp;#8221;&amp;#62;
&amp;#60;span&amp;#62;Update&amp;#60;/span&amp;#62;
&amp;#60;/a&amp;#62;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/rmAtlnePxXjs0Eubjhr2ysJ6lug/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/rmAtlnePxXjs0Eubjhr2ysJ6lug/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/rmAtlnePxXjs0Eubjhr2ysJ6lug/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/rmAtlnePxXjs0Eubjhr2ysJ6lug/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/EverythingLinux-WebDevelopmentLinuxAdministrationAndNetworking/~4/c5Zi4e0P_nI" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.azhowto.com/2010/02/10/submitting-a-form-using-hyperlinks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.azhowto.com/2010/02/10/submitting-a-form-using-hyperlinks/</feedburner:origLink></item>
		<item>
		<title>resolving jquery conflict with other javascript libraries</title>
		<link>http://feedproxy.google.com/~r/EverythingLinux-WebDevelopmentLinuxAdministrationAndNetworking/~3/ApoeROGsbQs/</link>
		<comments>http://www.azhowto.com/2010/02/04/resolving-jquery-conflict-with-other-javascript-libraries/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 00:23:31 +0000</pubDate>
		<dc:creator>bpeh</dc:creator>
				<category><![CDATA[Think PHP]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://www.azhowto.com/?p=622</guid>
		<description>It is good to know that jquery can work with other js libraries&amp;#8230;
Just need to know how to resolve the conflict
http://api.jquery.com/jQuery.noConflict
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/-tyzGwvsPYQkpk17hzzWLIkhYIk/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/-tyzGwvsPYQkpk17hzzWLIkhYIk/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/-tyzGwvsPYQkpk17hzzWLIkhYIk/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/-tyzGwvsPYQkpk17hzzWLIkhYIk/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/EverythingLinux-WebDevelopmentLinuxAdministrationAndNetworking/~4/ApoeROGsbQs" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.azhowto.com/2010/02/04/resolving-jquery-conflict-with-other-javascript-libraries/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.azhowto.com/2010/02/04/resolving-jquery-conflict-with-other-javascript-libraries/</feedburner:origLink></item>
		<item>
		<title>syncing date and time in command line</title>
		<link>http://feedproxy.google.com/~r/EverythingLinux-WebDevelopmentLinuxAdministrationAndNetworking/~3/WvzASDa96A4/</link>
		<comments>http://www.azhowto.com/2010/01/22/syncing-date-and-time-in-command-line/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 23:25:23 +0000</pubDate>
		<dc:creator>bpeh</dc:creator>
				<category><![CDATA[Think Linux]]></category>

		<guid isPermaLink="false">http://www.azhowto.com/?p=620</guid>
		<description>having the wrong date and time in the system can be disastrous as many applications will be using the system date and time. It is therefore very important to have the right date and time.
In linux,

yum install ntp
chkconfig ntp on
ntpdate pool.ntp.org
service ntpd start

You can add the ntpdate command to cron to automate the syncing process. [...]
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/gekr28VdtOwq7fi4b7EV9K49hVc/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/gekr28VdtOwq7fi4b7EV9K49hVc/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/gekr28VdtOwq7fi4b7EV9K49hVc/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/gekr28VdtOwq7fi4b7EV9K49hVc/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/EverythingLinux-WebDevelopmentLinuxAdministrationAndNetworking/~4/WvzASDa96A4" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.azhowto.com/2010/01/22/syncing-date-and-time-in-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.azhowto.com/2010/01/22/syncing-date-and-time-in-command-line/</feedburner:origLink></item>
	</channel>
</rss>
