<?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>Ganesh DoT Me</title>
	<atom:link href="http://www.ganesh.me/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ganesh.me</link>
	<description>journal, a freak</description>
	<lastBuildDate>Mon, 23 Apr 2012 15:47:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Hello, world!</title>
		<link>http://www.ganesh.me/352-hello-world.html</link>
		<comments>http://www.ganesh.me/352-hello-world.html#comments</comments>
		<pubDate>Mon, 23 Apr 2012 15:45:58 +0000</pubDate>
		<dc:creator>Ganesh Rao</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.ganesh.me/?p=352</guid>
		<description><![CDATA[Hello, This is just a test post. Another edit here. Regards, Ganesh]]></description>
			<content:encoded><![CDATA[<p>Hello,</p>
<p>This is just a test post.</p>
<p>Another edit here.</p>
<p>Regards,<br />
Ganesh</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ganesh.me/352-hello-world.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install HPACUCLI on Ubuntu/Debian</title>
		<link>http://www.ganesh.me/337-install-hpacucli-on-ubuntu-debian.html</link>
		<comments>http://www.ganesh.me/337-install-hpacucli-on-ubuntu-debian.html#comments</comments>
		<pubDate>Mon, 12 Mar 2012 21:17:09 +0000</pubDate>
		<dc:creator>Ganesh Rao</dc:creator>
				<category><![CDATA[Servers & Networking]]></category>

		<guid isPermaLink="false">http://www.ganesh.me/?p=337</guid>
		<description><![CDATA[I wrote a how-to for installing HP System Management Homepage with HPACUCLI for CentOS 5.5 last year. Today I write this article for the Ubuntu/Debian fans Very simple! Tested on Ubuntu 10.04 LTS. Should work on all other versions from then on. Get the HPACUCLI RPM package (64bit in this how-to): You will need to [...]]]></description>
			<content:encoded><![CDATA[<p>I wrote a how-to for <a href="http://www.ganesh.me/175-install-hp-system-management-homepage-with-proliant-support-pack-on-centos-5.html">installing HP System Management Homepage with HPACUCLI for CentOS 5.5</a> last year. Today I write this article for the Ubuntu/Debian fans <img src='http://www.ganesh.me/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Very simple! Tested on Ubuntu 10.04 LTS. Should work on all other versions from then on.</p>
<p><span id="more-337"></span></p>
<p>Get the HPACUCLI RPM package (64bit in this how-to):</p>
<pre class="brush: plain; gutter: false; title: ; notranslate"># wget ftp://ftp.hp.com/pub/softlib2/software1/pubsw-linux/p414707558/v65771/hpacucli-8.75-12.0.noarch.rpm</pre>
<p>You will need to meet a few dependencies:</p>
<pre class="brush: plain; gutter: false; title: ; notranslate"># apt-get install ia32-libs
# apt-get install alien</pre>
<p>Extract the RPM (making it suitable for use on a .deb system):</p>
<pre class="brush: plain; gutter: false; title: ; notranslate"># alien --scripts --to-tgz hpacucli-8.75-12.0.noarch.rpm</pre>
<p>Extracting the .tgz file that was created from the above step:</p>
<pre class="brush: plain; gutter: false; title: ; notranslate"># tar zxvf hpacucli-8.75.tgz</pre>
<p>You will need to now copy or move the opt/ and usr/ directories that are created to its appropriate locations:</p>
<pre class="brush: plain; gutter: false; title: ; notranslate"># cp -rf opt/* /opt/*
# cp -rf usr/* /usr/*</pre>
<p>Execute HPACUCLI:</p>
<pre class="brush: plain; gutter: false; title: ; notranslate"># hpacucli</pre>
<p><a href="http://www.datadisk.co.uk/html_docs/redhat/hpacucli.htm">How to use the HPACUCLI?</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ganesh.me/337-install-hpacucli-on-ubuntu-debian.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Cannot mount ISO using Virtual KVM Media in HP iLO 100</title>
		<link>http://www.ganesh.me/307-cannot-mount-iso-using-virtual-kvm-media-in-hp-ilo-100.html</link>
		<comments>http://www.ganesh.me/307-cannot-mount-iso-using-virtual-kvm-media-in-hp-ilo-100.html#comments</comments>
		<pubDate>Tue, 24 Jan 2012 22:38:44 +0000</pubDate>
		<dc:creator>Ganesh Rao</dc:creator>
				<category><![CDATA[Casa-De-Geek]]></category>
		<category><![CDATA[Servers & Networking]]></category>

		<guid isPermaLink="false">http://www.ganesh.me/?p=307</guid>
		<description><![CDATA[If you see the screen shot below, you will *not* be able to mount your ISO using Virtual KVM Media in HP iLO 100. To make it work&#8230; Enable &#8220;Network Discovery&#8221; on your Windows system and/or disable the firewall. You should then see your system&#8217;s IP address under the &#8220;Path&#8221; field. Comment below, if it [...]]]></description>
			<content:encoded><![CDATA[<p>If you see the screen shot below, you will <strong>*not*</strong> be able to mount your ISO using Virtual KVM Media in HP iLO 100.</p>
<p><a href="http://www.ganesh.me/wp-content/uploads/2012/01/hp-lio.png"><img class="size-full wp-image-308 alignnone" title="hp-lio" src="http://www.ganesh.me/wp-content/uploads/2012/01/hp-lio.png" alt="" width="462" height="620" /></a></p>
<p>To make it work&#8230;</p>
<p>Enable &#8220;Network Discovery&#8221; on your Windows system and/or disable the firewall. You should then see your system&#8217;s IP address under the &#8220;Path&#8221; field.</p>
<p>Comment below, if it helped <img src='http://www.ganesh.me/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.ganesh.me/307-cannot-mount-iso-using-virtual-kvm-media-in-hp-ilo-100.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to fix: Call ended. Call failed. iPhone 3GS problem</title>
		<link>http://www.ganesh.me/288-how-to-fix-call-ended-call-failed-iphone-3gs-problem.html</link>
		<comments>http://www.ganesh.me/288-how-to-fix-call-ended-call-failed-iphone-3gs-problem.html#comments</comments>
		<pubDate>Sun, 16 Oct 2011 12:03:23 +0000</pubDate>
		<dc:creator>Ganesh Rao</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.ganesh.me/?p=288</guid>
		<description><![CDATA[Just go to Settings &#62; Phone &#62; Show My Caller ID All you need to do is visit this menu screen and allow the phone to fetch your current setting from the carrier. You don&#8217;t actually have to enable/disable it. No phone restart was required. Although, I now have to do this every time I [...]]]></description>
			<content:encoded><![CDATA[<p>Just go to Settings &gt; Phone &gt; Show My Caller ID</p>
<p>All you need to do is visit this menu screen and allow the phone to fetch your current setting from the carrier. You don&#8217;t actually have to enable/disable it.<span id="more-288"></span></p>
<p style="text-align: center;"><img class="size-full wp-image-293" title="Show My Caller ID" src="http://www.ganesh.me/wp-content/uploads/2011/10/photo.png" alt="Show My Caller ID" width="320" height="480" /></p>
<p>No phone restart was required. Although, I now have to do this every time I restart the phone :&#8217;(</p>
<p>Try it out and let me know if it works <img src='http://www.ganesh.me/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I have an iPhone 3GS with iOS 5.0 (9A334) installed, old boot-ROM. Modem firmware is 5.12.01. Unlocked using ultrasn0w. Activated using SAM.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ganesh.me/288-how-to-fix-call-ended-call-failed-iphone-3gs-problem.html/feed</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>Skydive &#8211; Be&#8217;er Sheva, Israel at SkyKef DZ</title>
		<link>http://www.ganesh.me/273-skydive-beer-sheva-israel-at-skykef-dz.html</link>
		<comments>http://www.ganesh.me/273-skydive-beer-sheva-israel-at-skykef-dz.html#comments</comments>
		<pubDate>Wed, 17 Aug 2011 15:00:50 +0000</pubDate>
		<dc:creator>Ganesh Rao</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Skydive]]></category>

		<guid isPermaLink="false">http://www.ganesh.me/?p=273</guid>
		<description><![CDATA[Date: 13th August, 2011 Name: Ganesh Rao Jump #: 43rd Coach: Aleksey Top Location: Be&#8217;er Sheva, Israel Drop Zone: SkyKef Aircraft: de Havilland Twin Otter Coach jump after 6-months of dormancy. Camera is mounted on Aleksey&#8217;s helmet, my coach for that jump]]></description>
			<content:encoded><![CDATA[<p>Date: 13th August, 2011<br />
Name: Ganesh Rao<br />
Jump #: 43rd<br />
Coach: Aleksey Top<br />
Location: Be&#8217;er Sheva, Israel<br />
Drop Zone: SkyKef<br />
Aircraft: de Havilland Twin Otter</p>
<p>Coach jump after 6-months of dormancy. Camera is mounted on Aleksey&#8217;s helmet, my coach for that jump <img src='http://www.ganesh.me/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
<span id="more-273"></span></p>
<p style="text-align: center;"></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ganesh.me/273-skydive-beer-sheva-israel-at-skykef-dz.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Updated website</title>
		<link>http://www.ganesh.me/263-website-update.html</link>
		<comments>http://www.ganesh.me/263-website-update.html#comments</comments>
		<pubDate>Thu, 30 Jun 2011 01:01:03 +0000</pubDate>
		<dc:creator>Ganesh Rao</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.ganesh.me/?p=263</guid>
		<description><![CDATA[I just updated the base underlying code, design and features. Not a significant change from the simplistic theme, but still&#8230; Added a few more plugins, optimized some code here and there and made it look a tad bit cleaner and pleasing to the eyes. Hope you&#8217;ll like it.]]></description>
			<content:encoded><![CDATA[<p>I just updated the base underlying code, design and features. Not a significant change from the simplistic theme, but still&#8230;</p>
<p>Added a few more plugins, optimized some code here and there and made it look a tad bit cleaner and pleasing to the eyes.</p>
<p>Hope you&#8217;ll like it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ganesh.me/263-website-update.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Choco Face</title>
		<link>http://www.ganesh.me/231-choco-face.html</link>
		<comments>http://www.ganesh.me/231-choco-face.html#comments</comments>
		<pubDate>Tue, 31 May 2011 13:45:41 +0000</pubDate>
		<dc:creator>Ganesh Rao</dc:creator>
				<category><![CDATA[Hilarious]]></category>
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://www.ganesh.me/?p=231</guid>
		<description><![CDATA[Given to me on completion of the A-License program&#8230;]]></description>
			<content:encoded><![CDATA[<p>Given to me on completion of the <a href="http://www.ganesh.me/134-skydiving.html">A-License program</a>&#8230;<br />
<span id="more-231"></span><br />
<a href="http://www.ganesh.me/wp-content/uploads/2011/06/248309_10150193329638918_635398917_6982417_6009790_n.jpg"><img src="http://www.ganesh.me/wp-content/uploads/2011/06/248309_10150193329638918_635398917_6982417_6009790_n-300x200.jpg" alt="Choco Face" title="Choco Face" width="300" height="200" class="aligncenter size-medium wp-image-232" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ganesh.me/231-choco-face.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install HP SMH with PSP on CentOS 5.5</title>
		<link>http://www.ganesh.me/175-install-hp-system-management-homepage-with-proliant-support-pack-on-centos-5.html</link>
		<comments>http://www.ganesh.me/175-install-hp-system-management-homepage-with-proliant-support-pack-on-centos-5.html#comments</comments>
		<pubDate>Tue, 05 Apr 2011 14:28:19 +0000</pubDate>
		<dc:creator>Ganesh Rao</dc:creator>
				<category><![CDATA[Casa-De-Geek]]></category>
		<category><![CDATA[Servers & Networking]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[hp]]></category>
		<category><![CDATA[psp]]></category>
		<category><![CDATA[smh]]></category>

		<guid isPermaLink="false">http://www.ganesh.me/?p=175</guid>
		<description><![CDATA[This is a how-to for installing HP System Management Homepage (SMH) with ProLiant Support Pack (PSP) on CentOS 5.5 The HP System Management Homepage is a web-based interface that consolidates and simplifies the management of individual ProLiant and Integrity servers running Microsoft Windows or Linux operating systems. You can also use SMH with plugins (hpacucli) [...]]]></description>
			<content:encoded><![CDATA[<p>This is a how-to for installing <a href="http://h18000.www1.hp.com/products/servers/management/agents/index.html">HP System Management Homepage</a> (SMH) with <a href="http://h18013.www1.hp.com/products/servers/management/psp/index.html">ProLiant Support Pack</a> (PSP) on <a href="http://www.centos.org/">CentOS 5.5</a></p>
<p>The HP System Management Homepage is a web-based interface that consolidates and simplifies the management of individual ProLiant and Integrity servers running Microsoft Windows or Linux operating systems. You can also use SMH with plugins (<em>hpacucli</em>) to monitor disk faults and failures on SmartArray RAID controllers too.</p>
<p><span id="more-175"></span>There are numerous documentations available from various source that can help you install SMH with PSP on Windows servers. However, there is practically nothing on the Internet for Linux servers. I will show you how to install these applications on a CentOS 5.5 x86_64 server. It should work for RHEL 5.5 x86_64. You could try the same for Fedora systems too, although no guarantee that it will work.</p>
<p>Please keep a note that I wrote this article on the 2nd April, 2011. I&#8217;ve tried to use the latest binaries wherever possible.</p>
<p>Login as root and perform all below actions as a superuser (either su/sudo or root login). To start, we create a directory called HP to store all our downloads:</p>
<pre class="brush: plain; title: ; notranslate">mkdir hp
cd hp</pre>
<p>Download the PSP now. We will also download the latest <em>binary</em> version of HP-ACU-cli and SMH. The PSP includes only the source RPM for an out dated version:</p>
<pre class="brush: plain; title: ; notranslate">wget ftp://ftp.hp.com/pub/softlib2/software1/pubsw-linux/p414707558/v63381/hpacucli-8.70-8.0.noarch.rpm
wget ftp://ftp.hp.com/pub/softlib2/software1/supportpack-linux/p323971208/v66272/psp-8.63.rhel5.x86_64.en.tar.gz
wget ftp://ftp.hp.com/pub/softlib2/software1/pubsw-linux/p1507410135/v64330/hpsmh-6.3.0-22.x86_64.rpm</pre>
<p>We now extract the PSP archive. Delete the outdated HP-ACU-cli and SMH RPMs.</p>
<pre class="brush: plain; title: ; notranslate">tar zxvf psp-8.63.rhel5.x86_64.en.tar.gz
rm -rf hpacucli-8.60-8.0.noarch.rpm
rm -rf hpsmh-6.2.2-2.x86_64.rpm</pre>
<p>Now we install the RPMs. Please note to keep the same order of installation, otherwise it might fail due to dependencies.</p>
<pre class="brush: plain; title: ; notranslate">yum install net-snmp
yum localinstall --nogpgcheck hp-health-* hpacucli-* hponcfg-*
yum localinstall --nogpgcheck hpsmh-*
yum localinstall --nogpgcheck hp-snmp-agents-* hp-smh-templates-* cpqacuxe-* hpdiags-*</pre>
<p>Configure SNMP to be accessible by HP System Management Homepage. It is necessary that you enter the passphrase for the Read/Write and Read-Only access via localhost, otherwise SMH will not function properly. Also set the snmptrap passphrase.</p>
<pre class="brush: plain; title: ; notranslate">/sbin/hpsnmpconfig</pre>
<p>Enable the ACU to connect and be accessible via the SMH. This is the RAID controller&#8217;s information.</p>
<pre class="brush: plain; title: ; notranslate">cpqacuxe --enable-remote</pre>
<p>Start all services:</p>
<pre class="brush: plain; title: ; notranslate">service hp-asrd restart
service hp-health restart
service snmpd restart
service hp-snmp-agents restart</pre>
<p>Secure your System Management Homepage installation to be accessible only by your IP address (replace 127.0.0.1 with yours):</p>
<pre class="brush: plain; title: ; notranslate">/opt/hp/hpsmh/sbin/smhconfig --autostart=true --iconview=true --ip-restricted-logins=true --ip-restricted-include=127.0.0.1</pre>
<p>Start the HP System Management Homepage service.</p>
<pre class="brush: plain; title: ; notranslate">service hpsmhd restart</pre>
<p>Visit <span style="text-decoration: underline;"><strong>http</strong></span>://Your-Server-IP:2301/. This should automatically start the HP SMH server and redirect you http<span style="text-decoration: underline;"><strong>s</strong></span>://Your-Server-IP:2381/. Use your root user and password to gain access to SMH.</p>
<p>If your installation was fine, you will see your HP server&#8217;s model on the top-right corner of the screen with <em>Data Source</em> set to SNMP. I had documented these steps while attempting to successfully install SMH with PSP over 5 times. Got it right after a gazillion times.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ganesh.me/175-install-hp-system-management-homepage-with-proliant-support-pack-on-centos-5.html/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>An Open Letter to Business People</title>
		<link>http://www.ganesh.me/170-an-open-letter-to-business-people.html</link>
		<comments>http://www.ganesh.me/170-an-open-letter-to-business-people.html#comments</comments>
		<pubDate>Sun, 06 Mar 2011 17:07:04 +0000</pubDate>
		<dc:creator>Ganesh Rao</dc:creator>
				<category><![CDATA[Strictly Business]]></category>

		<guid isPermaLink="false">http://www.ganesh.me/?p=170</guid>
		<description><![CDATA[Awesome letter from an awesome guy. So you have an idea for a startup? Awesome! The world needs more people like you. You&#8217;re going to have to start by finding a technical cofounder. This is hard because you&#8217;re not a programmer, so I&#8217;m going to teach you how to do it. You&#8217;ll notice I said [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://dave.is/businesspeople.html">Awesome letter</a> from an <a href="http://dave.is/" target="_blank">awesome guy</a>.</p>
<blockquote><p>So you have an idea for a startup? Awesome! The world needs more  people like you. You&#8217;re going to have to start by finding a technical  cofounder. This is hard because you&#8217;re not a programmer, so I&#8217;m going to  teach you how to do it.</p></blockquote>
<p><span id="more-170"></span></p>
<blockquote><p>You&#8217;ll notice I said &#8220;technical cofounder&#8221; and not &#8220;developer.&#8221;  That&#8217;s important. If you decide to pay someone a few thousand dollars  for a web app made to your specifications, you will probably fail. Why?  Because your idea is not very good yet. You&#8217;re going to have to iterate a  whole bunch of times before your idea succeeds. You need someone who&#8217;s  going to be in it for a long haul. You need a technical cofounder.</p>
<p>Now that you&#8217;ve decided to find a real cofounder, let&#8217;s get started.  For the time being, I&#8217;ll play the part of your cofounder to be. We&#8217;ve  already decided that you&#8217;re not going to be paying me in cash. Instead,  you&#8217;re going to be paying me in equity. This is easier for you anyway  because equity doesn&#8217;t cost you anything.</p>
<p>How much were you thinking you&#8217;d give me? Ten percent? That&#8217;s way too  low. Lets bump it up to 50%. Yeah, I know, it sounds like a lot. After  all, you&#8217;re the vision guy. All you need is someone to build your vision  for you, right?</p>
<p>Unfortunately, it&#8217;s not really that simple. The truth is that your  idea is worth practically nothing and someone&#8217;s probably tried it  before. Execution is everything. You haven&#8217;t really moved past Square  Zero yet. After all, &#8220;If you were the inventor of Facebook, you would  have invented Facebook.&#8221;</p>
<p>Walk in my shoes for a minute. Ideas are a <a href="http://paulgraham.com/ideas.html">dime a dozen</a>.  Right now you look like a lot like dead weight. Don&#8217;t take that the  wrong way. When our startup takes off, I&#8217;m not going to want to deal  with all the business stuff. That&#8217;s what you love and what you&#8217;re good  at. I&#8217;ll want to keep working on the product. It&#8217;s just that right now I  feel like I&#8217;m the only one who can really contribute and you&#8217;re just  doubling our burn rate.</p>
<p>Don&#8217;t let this get you down though. A startup without a business plan  isn&#8217;t a business. It&#8217;s just some code. In the end, I need you just as  much as you need me. You&#8217;re just going to want to understand what&#8217;s  going through my head when you decide what kind of relationship we&#8217;re  going to have.</p>
<p>Ok, so we&#8217;ve settled on 50%, but there&#8217;s still something else that  you&#8217;re going to want to give me: input. My half of our newly minted  company is worth nothing if we fail, and I&#8217;m not going to feel good  about our prospects if I can&#8217;t help shape our product.</p>
<p>Just because I&#8217;m the technical guy, doesn&#8217;t mean I&#8217;m some sort of  Marxian means of production. I&#8217;m a real person with a great logical and  analytical mind. Even if you have some specific detailed domain  knowledge that I lack, I spend all my time evaluating every new web  startup that comes my way. I have a pretty good idea of what works and  what doesn&#8217;t, and as they say, &#8220;Two heads are better than one.&#8221;</p>
<p>Now that you know what you want, you need to know how to find me (or  someone better than me, I&#8217;m nowhere near the cream of the crop). The  first thing you should do is learn to program. You don&#8217;t have to make  the site, just learn enough to be able to understand my world. It&#8217;ll up  my respect for you a great deal if you can speak my language.</p>
<p>You can find me at tech meetups or on <a href="http://shazow.posterous.com/protip-for-hackers-seeking-hackers-forget-mee">GitHub</a>.  When you meet me, don&#8217;t pitch your idea. Get to know me and be my  friend. Remember, I&#8217;m a person, not a means of production and if I&#8217;m  good, there are a lot more people coming to me with ideas than there are  engineers for you to talk to. Have lunch with me and shoot the shit.  Tell me what you&#8217;re working on and listen to my feedback. After we&#8217;ve  gotten to know each other, we can start working weekends and see where  things go.</p>
<p>I&#8217;m super excited. Our startup is going to be great!</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.ganesh.me/170-an-open-letter-to-business-people.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Add or remove days or dates in PHP</title>
		<link>http://www.ganesh.me/224-add-or-remove-days-or-dates-in-php.html</link>
		<comments>http://www.ganesh.me/224-add-or-remove-days-or-dates-in-php.html#comments</comments>
		<pubDate>Thu, 24 Feb 2011 15:48:25 +0000</pubDate>
		<dc:creator>Ganesh Rao</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.ganesh.me/?p=224</guid>
		<description><![CDATA[I you know PHP, you know this: In the above example I&#8217;m subtracting 4 days from current date. Now, if you want to change the format represented above:]]></description>
			<content:encoded><![CDATA[<p>I you know PHP, you know this:</p>
<pre class="brush: php; title: ; notranslate">$date = date(&quot;Y-m-j&quot;);
$date = strtotime ('-4 days', strtotime($date) ) ;
$date = date ('Y-m-j' , $date1);</pre>
<p>In the above example I&#8217;m subtracting 4 days from current date.</p>
<p>Now, if you want to change the format represented above:</p>
<pre class="brush: php; title: ; notranslate">$date = date(&quot;j/M/Y&quot;, strtotime($date));</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.ganesh.me/224-add-or-remove-days-or-dates-in-php.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

