<?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>AppleGrew&#039;s Mind</title> <atom:link href="http://blog.applegrew.com/feed/" rel="self" type="application/rss+xml" /><link>http://blog.applegrew.com</link> <description>Tech &#38; random.</description> <lastBuildDate>Sun, 05 Feb 2012 16:29:46 +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>How to Reset the Root Password of MySql in Linux</title><link>http://blog.applegrew.com/2012/02/how-to-reset-the-root-password-of-mysql-in-linux/</link> <comments>http://blog.applegrew.com/2012/02/how-to-reset-the-root-password-of-mysql-in-linux/#comments</comments> <pubDate>Sun, 05 Feb 2012 16:29:46 +0000</pubDate> <dc:creator>Apple Grew</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[My Mind]]></category> <category><![CDATA[My Work]]></category> <category><![CDATA[Regulars]]></category> <category><![CDATA[Tips and Tricks]]></category> <guid
isPermaLink="false">http://blog.applegrew.com/?p=1106</guid> <description><![CDATA[I am posting this for my future reference. Also it my help passers by. If you are using CentOS 6 (maybe others too). To reset the root password use the following steps:- sudo service mysqld stop sudo service mysqld startsos mysql -u root Now you will be at mysql prompt. Here type:- UPDATE mysql.user SET [...]]]></description> <wfw:commentRss>http://blog.applegrew.com/2012/02/how-to-reset-the-root-password-of-mysql-in-linux/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>iFlickr PHP Script: Create mRSS feed of interesting pictures on Flickr.com</title><link>http://blog.applegrew.com/2012/01/iflickr-php-script-create-mrss-feed-of-interesting-pictures-on-flickr-com/</link> <comments>http://blog.applegrew.com/2012/01/iflickr-php-script-create-mrss-feed-of-interesting-pictures-on-flickr-com/#comments</comments> <pubDate>Thu, 26 Jan 2012 19:46:15 +0000</pubDate> <dc:creator>Apple Grew</dc:creator> <category><![CDATA[Coding]]></category> <category><![CDATA[Featured Title]]></category> <category><![CDATA[My Work]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[PHP]]></category> <category><![CDATA[Regulars]]></category> <guid
isPermaLink="false">http://blog.applegrew.com/?p=1087</guid> <description><![CDATA[Did you notice the &#8220;Flickr Gallery&#8221; on top right corner of the home page of this blog? The picture slide show is provided by Google&#8217;s Ajax Slide Show, but this post is not about that. Google&#8217;s Slide Show needs a mRSS feed, which it parses to get the list of thumbnails it wants to present. [...]]]></description> <wfw:commentRss>http://blog.applegrew.com/2012/01/iflickr-php-script-create-mrss-feed-of-interesting-pictures-on-flickr-com/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Script that notifies via email when your server has updates</title><link>http://blog.applegrew.com/2012/01/script-that-notifies-via-email-when-your-server-has-updates/</link> <comments>http://blog.applegrew.com/2012/01/script-that-notifies-via-email-when-your-server-has-updates/#comments</comments> <pubDate>Sun, 22 Jan 2012 05:36:40 +0000</pubDate> <dc:creator>Apple Grew</dc:creator> <category><![CDATA[Coding]]></category> <category><![CDATA[My Work]]></category> <category><![CDATA[Regulars]]></category> <category><![CDATA[Shell Scripting]]></category> <category><![CDATA[Tips and Tricks]]></category> <guid
isPermaLink="false">http://blog.applegrew.com/?p=1042</guid> <description><![CDATA[If you are the administrator of a server then you definitely understand the importance of keeping your system updated always. The following script will send you a mail whenever your server needs an update. The content of the mail will list out all the available updates. The script Notes: This script has been tested on [...]]]></description> <wfw:commentRss>http://blog.applegrew.com/2012/01/script-that-notifies-via-email-when-your-server-has-updates/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Digit Math Application: Proving that all numbers ending with 5 are divisible by 5</title><link>http://blog.applegrew.com/2012/01/digit-math-application-proving-that-all-numbers-ending-with-5-are-divisible-by-5/</link> <comments>http://blog.applegrew.com/2012/01/digit-math-application-proving-that-all-numbers-ending-with-5-are-divisible-by-5/#comments</comments> <pubDate>Tue, 10 Jan 2012 18:43:54 +0000</pubDate> <dc:creator>Apple Grew</dc:creator> <category><![CDATA[Digit Math]]></category> <category><![CDATA[Digit Math Applications]]></category> <category><![CDATA[Just like that]]></category> <category><![CDATA[Math]]></category> <category><![CDATA[My Mind]]></category> <category><![CDATA[My Work]]></category> <category><![CDATA[Regulars]]></category> <category><![CDATA[Reports]]></category> <category><![CDATA[Show Casing]]></category> <guid
isPermaLink="false">http://blog.applegrew.com/?p=1005</guid> <description><![CDATA[Please read Digit Math: Introduction before you continue. The problem It seems I have developed a fascination for the number 5, so here we go again. Here I would be using Digit Math to prove that all integers  which end with digit 5 are always divisible by 5. The proof Case 1: Take a two [...]]]></description> <wfw:commentRss>http://blog.applegrew.com/2012/01/digit-math-application-proving-that-all-numbers-ending-with-5-are-divisible-by-5/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Digit Math Application: Proving the correctness of shortcut method to squaring numbers ending with 5</title><link>http://blog.applegrew.com/2012/01/digit-math-application-proving-5squaring-shortcut/</link> <comments>http://blog.applegrew.com/2012/01/digit-math-application-proving-5squaring-shortcut/#comments</comments> <pubDate>Tue, 10 Jan 2012 18:43:22 +0000</pubDate> <dc:creator>Apple Grew</dc:creator> <category><![CDATA[Digit Math]]></category> <category><![CDATA[Digit Math Applications]]></category> <category><![CDATA[Featured Title]]></category> <category><![CDATA[Math]]></category> <category><![CDATA[My Mind]]></category> <category><![CDATA[My Work]]></category> <category><![CDATA[Regulars]]></category> <category><![CDATA[Show Casing]]></category> <guid
isPermaLink="false">http://blog.applegrew.com/?p=938</guid> <description><![CDATA[Please read Digit Math: Introduction before you continue. The problem Someday, somewhere I came to know that any number which ends with the digit 5 can be easily squared. The trick can be easily demonstrate using an example. Suppose we want to find the square of 25. Trick is to take the number before 5 [...]]]></description> <wfw:commentRss>http://blog.applegrew.com/2012/01/digit-math-application-proving-5squaring-shortcut/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Digit Math Application: Proving that multiplying with 10**n puts n zeros at the end</title><link>http://blog.applegrew.com/2012/01/digit-math-application-proving-that-multiplying-with-10n-puts-n-zeros-at-the-end/</link> <comments>http://blog.applegrew.com/2012/01/digit-math-application-proving-that-multiplying-with-10n-puts-n-zeros-at-the-end/#comments</comments> <pubDate>Tue, 10 Jan 2012 18:42:14 +0000</pubDate> <dc:creator>Apple Grew</dc:creator> <category><![CDATA[Digit Math]]></category> <category><![CDATA[Digit Math Applications]]></category> <category><![CDATA[Just like that]]></category> <category><![CDATA[Math]]></category> <category><![CDATA[My Work]]></category> <category><![CDATA[Regulars]]></category> <category><![CDATA[Reports]]></category> <category><![CDATA[Show Casing]]></category> <guid
isPermaLink="false">http://blog.applegrew.com/?p=992</guid> <description><![CDATA[Please read Digit Math: Introduction before you continue. The problem This is a very fundamental concept that we were taught when we were in junior schools. Now, think of it, what it says. If you add \(x\) ten times then you will get \(x\omega0\). If you add \(x\) hundred times then you will get \(x\omega00\); and so [...]]]></description> <wfw:commentRss>http://blog.applegrew.com/2012/01/digit-math-application-proving-that-multiplying-with-10n-puts-n-zeros-at-the-end/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Digit Math: Introduction</title><link>http://blog.applegrew.com/2012/01/digit-math-introduction/</link> <comments>http://blog.applegrew.com/2012/01/digit-math-introduction/#comments</comments> <pubDate>Tue, 10 Jan 2012 18:40:43 +0000</pubDate> <dc:creator>Apple Grew</dc:creator> <category><![CDATA[Digit Math]]></category> <category><![CDATA[Featured]]></category> <category><![CDATA[Math]]></category> <category><![CDATA[My Mind]]></category> <category><![CDATA[My Work]]></category> <category><![CDATA[Regulars]]></category> <guid
isPermaLink="false">http://blog.applegrew.com/?p=806</guid> <description><![CDATA[The person in the above image is Bertrand Russell. Famous Mathematician and Logician.  An excellent graphic novel, Logicomix, is based around his life. That is a must read. First thing first. Even if you are not a Math demi-god, it is fine, Digit Math is still for you. In fact my academic track record shows that I [...]]]></description> <wfw:commentRss>http://blog.applegrew.com/2012/01/digit-math-introduction/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Access Ext3/Ext2 file system on Mac OSX Lion (10.7)</title><link>http://blog.applegrew.com/2011/12/access-ext3ext2-file-system-on-mac-osx-lion-10-7/</link> <comments>http://blog.applegrew.com/2011/12/access-ext3ext2-file-system-on-mac-osx-lion-10-7/#comments</comments> <pubDate>Sat, 03 Dec 2011 07:09:55 +0000</pubDate> <dc:creator>Apple Grew</dc:creator> <category><![CDATA[Featured Title]]></category> <category><![CDATA[Just like that]]></category> <category><![CDATA[Mac]]></category> <category><![CDATA[Regulars]]></category> <category><![CDATA[Reports]]></category> <category><![CDATA[Tips and Tricks]]></category> <guid
isPermaLink="false">http://blog.applegrew.com/?p=803</guid> <description><![CDATA[On Mac if you want to access ext3/etx2 filesystems, which are used by Linux systems, you will find lots of links on net but all are pretty outdate and they don&#8217;t work for Lion. So, here is the updated version, which works. At least for me. You will need two softwares:- OSXFuse &#8211; Download link [...]]]></description> <wfw:commentRss>http://blog.applegrew.com/2011/12/access-ext3ext2-file-system-on-mac-osx-lion-10-7/feed/</wfw:commentRss> <slash:comments>14</slash:comments> </item> <item><title>Exceptional short documentary on the city Delhi</title><link>http://blog.applegrew.com/2011/12/exceptional-short-documentary-on-the-city-delhi/</link> <comments>http://blog.applegrew.com/2011/12/exceptional-short-documentary-on-the-city-delhi/#comments</comments> <pubDate>Thu, 01 Dec 2011 03:55:50 +0000</pubDate> <dc:creator>Apple Grew</dc:creator> <category><![CDATA[Featured]]></category> <category><![CDATA[Just like that]]></category> <category><![CDATA[Reports]]></category> <guid
isPermaLink="false">http://blog.applegrew.com/?p=798</guid> <description><![CDATA[]]></description> <wfw:commentRss>http://blog.applegrew.com/2011/12/exceptional-short-documentary-on-the-city-delhi/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>NASA to launch inexpensive Android ‘phonesats’ into space</title><link>http://blog.applegrew.com/2011/10/nasa-to-launch-inexpensive-android-%e2%80%98phonesats%e2%80%99-into-space/</link> <comments>http://blog.applegrew.com/2011/10/nasa-to-launch-inexpensive-android-%e2%80%98phonesats%e2%80%99-into-space/#comments</comments> <pubDate>Wed, 26 Oct 2011 03:53:39 +0000</pubDate> <dc:creator>Apple Grew</dc:creator> <category><![CDATA[Featured]]></category> <category><![CDATA[Just like that]]></category> <category><![CDATA[Regulars]]></category> <category><![CDATA[Reports]]></category> <guid
isPermaLink="false">http://blog.applegrew.com/?p=790</guid> <description><![CDATA[See the video to learn about it. Source: http://gov20.govfresh.com/nasa-to-launch-inexpensive-android-phonesats-into-space/]]></description> <wfw:commentRss>http://blog.applegrew.com/2011/10/nasa-to-launch-inexpensive-android-%e2%80%98phonesats%e2%80%99-into-space/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Dynamic page generated in 0.298 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-06 21:45:06 -->

