<?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>Time tests</title>
	<atom:link href="http://www.khokhar.info/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.khokhar.info</link>
	<description>. lessons .</description>
	<lastBuildDate>Thu, 29 Dec 2011 06:02:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Stopping X on Ubuntu 11.10</title>
		<link>http://www.khokhar.info/2011/12/28/stopping-x-on-ubuntu-11-10/</link>
		<comments>http://www.khokhar.info/2011/12/28/stopping-x-on-ubuntu-11-10/#comments</comments>
		<pubDate>Thu, 29 Dec 2011 06:02:16 +0000</pubDate>
		<dc:creator>Vivek Khokhar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ubuntu oneiric lightdm x-server]]></category>

		<guid isPermaLink="false">http://www.khokhar.info/?p=195</guid>
		<description><![CDATA[sudo service lightdm stop]]></description>
		<wfw:commentRss>http://www.khokhar.info/2011/12/28/stopping-x-on-ubuntu-11-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu: Making resolv.conf entries permanent</title>
		<link>http://www.khokhar.info/2011/11/26/ubuntu-making-resolv-conf-entries-permanent/</link>
		<comments>http://www.khokhar.info/2011/11/26/ubuntu-making-resolv-conf-entries-permanent/#comments</comments>
		<pubDate>Sun, 27 Nov 2011 06:09:29 +0000</pubDate>
		<dc:creator>Vivek Khokhar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[dhcp]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[nameservers]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.khokhar.info/?p=193</guid>
		<description><![CDATA[Edit following file: root@ubuntu:/etc/dhcp# vim /etc/dhcp/dhclient.conf Change/Add (uncomment) following line: prepend domain-name-servers 8.8.8.8; Note that you may need to change 8.8.8.8 to your own DNS server ip.]]></description>
		<wfw:commentRss>http://www.khokhar.info/2011/11/26/ubuntu-making-resolv-conf-entries-permanent/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Paypal IPN: Pending because of multi_currency issue</title>
		<link>http://www.khokhar.info/2010/10/03/paypal-ipn-pending-because-of-multi_currency-issue/</link>
		<comments>http://www.khokhar.info/2010/10/03/paypal-ipn-pending-because-of-multi_currency-issue/#comments</comments>
		<pubDate>Sun, 03 Oct 2010 08:27:31 +0000</pubDate>
		<dc:creator>Vivek Khokhar</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[ipn]]></category>
		<category><![CDATA[multi_currency]]></category>
		<category><![CDATA[paypal]]></category>
		<category><![CDATA[pending payment status]]></category>

		<guid isPermaLink="false">http://www.khokhar.info/?p=162</guid>
		<description><![CDATA[I was getting IPN posts from paypal with payment_status=Pending along with pending_reason=multi_currency @ IPN URL. This was happening each time I tried a non-USD currency in my cart. Simply accepting multiple currencies in my paypal seller account fixed the problem. Its Payment Receiving Preferences section under Profile, if you wish to set it in advance.]]></description>
		<wfw:commentRss>http://www.khokhar.info/2010/10/03/paypal-ipn-pending-because-of-multi_currency-issue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testing Paypal IPN in sandbox and nonstandard http port issue</title>
		<link>http://www.khokhar.info/2010/10/03/testing-paypal-ipn-in-sandbox-and-non-standard-http-port/</link>
		<comments>http://www.khokhar.info/2010/10/03/testing-paypal-ipn-in-sandbox-and-non-standard-http-port/#comments</comments>
		<pubDate>Sun, 03 Oct 2010 08:21:41 +0000</pubDate>
		<dc:creator>Vivek Khokhar</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[ipn]]></category>
		<category><![CDATA[paypal]]></category>
		<category><![CDATA[sandbox]]></category>

		<guid isPermaLink="false">http://www.khokhar.info/?p=160</guid>
		<description><![CDATA[It seems that paypal IPN has issues with non-standard http ports. I discovered this after a lot of head bangs against IPN simulator. So, do make sure that your public URL is &#8220;publicly&#8221; accessible and is on port 80 (or 443) Also, don&#8217;t forget to enable &#8220;IPN hits&#8221; in the seller account that you are [...]]]></description>
		<wfw:commentRss>http://www.khokhar.info/2010/10/03/testing-paypal-ipn-in-sandbox-and-non-standard-http-port/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>apache + mod_jk + tomcat6 setup on ubuntu karmic  and ubuntu lucid</title>
		<link>http://www.khokhar.info/2010/10/03/apache-mod_jk-tomcat6-setup-on-ubuntu-karmic-and-ubuntu-lucid/</link>
		<comments>http://www.khokhar.info/2010/10/03/apache-mod_jk-tomcat6-setup-on-ubuntu-karmic-and-ubuntu-lucid/#comments</comments>
		<pubDate>Sun, 03 Oct 2010 08:14:19 +0000</pubDate>
		<dc:creator>Vivek Khokhar</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[apache2]]></category>
		<category><![CDATA[karmic]]></category>
		<category><![CDATA[libapache2-mod-jk]]></category>
		<category><![CDATA[lucid]]></category>
		<category><![CDATA[tomcat6]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.khokhar.info/?p=158</guid>
		<description><![CDATA[sudo apt-get install libapache2-mod-jk sudo cp /usr/share/doc/libapache2-mod-jk/httpd_example_apache2.conf /etc/apache2/conf.d/mod-jk.conf sudo vi /etc/apache2/sites-enabled/000-default (could be different in your case) In your virtual host block add following line: JkMount /hudson* ajp13_worker Note: I am trying to map hudson here.. but app context could be different in your case. (simply replace hudson with your app name) Check for syntax [...]]]></description>
		<wfw:commentRss>http://www.khokhar.info/2010/10/03/apache-mod_jk-tomcat6-setup-on-ubuntu-karmic-and-ubuntu-lucid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SEO Basics presentation</title>
		<link>http://www.khokhar.info/2010/07/29/seo-basics-presentation/</link>
		<comments>http://www.khokhar.info/2010/07/29/seo-basics-presentation/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 03:29:04 +0000</pubDate>
		<dc:creator>Vivek Khokhar</dc:creator>
				<category><![CDATA[seo]]></category>
		<category><![CDATA[Googlebot]]></category>
		<category><![CDATA[search engines]]></category>

		<guid isPermaLink="false">http://www.khokhar.info/?p=131</guid>
		<description><![CDATA[]]></description>
		<wfw:commentRss>http://www.khokhar.info/2010/07/29/seo-basics-presentation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Public stings using Facebook</title>
		<link>http://www.khokhar.info/2010/06/30/public-stings-using-facebook-and-twitter/</link>
		<comments>http://www.khokhar.info/2010/06/30/public-stings-using-facebook-and-twitter/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 05:23:43 +0000</pubDate>
		<dc:creator>Vivek Khokhar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.khokhar.info/?p=123</guid>
		<description><![CDATA[I had this thought a while ago while on my long drive to office. At many occasions, I have encountered people misbehaving on roads and I wished I could do something to fix their heads. Primarily, I was looking for something that could be a real time reporting mechanism for Traffic police but unfortunately there [...]]]></description>
		<wfw:commentRss>http://www.khokhar.info/2010/06/30/public-stings-using-facebook-and-twitter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AOL rejecting or blocking emails</title>
		<link>http://www.khokhar.info/2008/11/22/aol-rejecting-or-blocking-emails/</link>
		<comments>http://www.khokhar.info/2008/11/22/aol-rejecting-or-blocking-emails/#comments</comments>
		<pubDate>Sat, 22 Nov 2008 09:24:41 +0000</pubDate>
		<dc:creator>Vivek Khokhar</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://khokhar.info/?p=70</guid>
		<description><![CDATA[Recently, we faced a problem where emails generated from our application were not showing up in AOL inbox(es). We have recently switched to a new machine &#38; I suspected that for new machine mx-records are not set correctly from where I am trying to send the email. We didn&#8217;t wanted to change our mx-records as [...]]]></description>
		<wfw:commentRss>http://www.khokhar.info/2008/11/22/aol-rejecting-or-blocking-emails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wget came to my rescue</title>
		<link>http://www.khokhar.info/2008/11/22/wget-came-to-my-rescue/</link>
		<comments>http://www.khokhar.info/2008/11/22/wget-came-to-my-rescue/#comments</comments>
		<pubDate>Sat, 22 Nov 2008 08:51:00 +0000</pubDate>
		<dc:creator>Vivek Khokhar</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.khokhar.info/?p=80</guid>
		<description><![CDATA[I was trying to download some 150-200 zip files from a http URL by finding each file &#38; clicking on it to download.  I soon realized how boring it is using standard download support in browsers. This is something I am supposed to do periodically I know that there are some browser extensions available that [...]]]></description>
		<wfw:commentRss>http://www.khokhar.info/2008/11/22/wget-came-to-my-rescue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>lynx: https how to</title>
		<link>http://www.khokhar.info/2007/07/31/lynx-https-how-to/</link>
		<comments>http://www.khokhar.info/2007/07/31/lynx-https-how-to/#comments</comments>
		<pubDate>Tue, 31 Jul 2007 09:03:25 +0000</pubDate>
		<dc:creator>Vivek Khokhar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://khokhar.info/2007/07/31/lynx-https-how-to/</guid>
		<description><![CDATA[step1: Compile lynx with ssl support cd lynx source folder ./configure &#8211;with-ssl step2:  make ; make install To avoid local ssl error prompts/complains,  Open lynx.cfg make following change: step3: FORCE_SSL_PROMPT:yes thats all!. you should be able to crawl https pages using lynx now.]]></description>
		<wfw:commentRss>http://www.khokhar.info/2007/07/31/lynx-https-how-to/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

