<?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 &#187; My Work</title> <atom:link href="http://blog.applegrew.com/category/my-work/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>CInk version 2 finally released!</title><link>http://blog.applegrew.com/2011/09/cink-version-2-finally-released/</link> <comments>http://blog.applegrew.com/2011/09/cink-version-2-finally-released/#comments</comments> <pubDate>Sat, 24 Sep 2011 06:51:33 +0000</pubDate> <dc:creator>Apple Grew</dc:creator> <category><![CDATA[CInk]]></category> <category><![CDATA[Coding]]></category> <category><![CDATA[Featured]]></category> <category><![CDATA[Javascript]]></category> <category><![CDATA[My Work]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Regulars]]></category> <guid
isPermaLink="false">http://blog.applegrew.com/?p=780</guid> <description><![CDATA[Finally CInk version 2 has been released. Some key new things New website with complete API documentation and guides on how you can use CInk JS code. Finally released the full source code of CInk renderer and compiler. License &#8211; GPL v3. CInk finally supports all the features of original CFDG, including Paths. CInk has [...]]]></description> <wfw:commentRss>http://blog.applegrew.com/2011/09/cink-version-2-finally-released/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Create your own Cyberoam client in Python!</title><link>http://blog.applegrew.com/2011/09/create-your-own-cyberoam-client-in/</link> <comments>http://blog.applegrew.com/2011/09/create-your-own-cyberoam-client-in/#comments</comments> <pubDate>Thu, 22 Sep 2011 21:31:54 +0000</pubDate> <dc:creator>Apple Grew</dc:creator> <category><![CDATA[Coding]]></category> <category><![CDATA[My Work]]></category> <category><![CDATA[Regulars]]></category> <category><![CDATA[Tips and Tricks]]></category> <guid
isPermaLink="false">http://blog.applegrew.com/?p=771</guid> <description><![CDATA[This is a very old post. Reposting it since while migrating it from blogger.com to here it got lost. Found it recently. Not sure how relevant or correct is this now. Cyberthon updated to version 2.5 by Vinit and Siddhartha Sahu:- Get the latest code from https://github.com/siddharthasahu/Cyberthon-enhanced. Cyberthon updated to version 1.2:- Added a new [...]]]></description> <wfw:commentRss>http://blog.applegrew.com/2011/09/create-your-own-cyberoam-client-in/feed/</wfw:commentRss> <slash:comments>8</slash:comments> </item> <item><title>Migrate from Apache to Nginx: The new guide</title><link>http://blog.applegrew.com/2011/08/migrate-from-apache-to-nginx-the-new-guide/</link> <comments>http://blog.applegrew.com/2011/08/migrate-from-apache-to-nginx-the-new-guide/#comments</comments> <pubDate>Fri, 26 Aug 2011 06:17:26 +0000</pubDate> <dc:creator>Apple Grew</dc:creator> <category><![CDATA[Featured]]></category> <category><![CDATA[My Work]]></category> <category><![CDATA[Regulars]]></category> <category><![CDATA[Tips and Tricks]]></category> <guid
isPermaLink="false">http://blog.applegrew.com/?p=722</guid> <description><![CDATA[If you are here then most probably, like me you too want to migrate from Apache to Nginx. Well I have already migrated and I am loving it! You can get a quick recap of Apache vs Nginx comparison here. Via this blog post I will share and explain my Nginx conf, in the hope [...]]]></description> <wfw:commentRss>http://blog.applegrew.com/2011/08/migrate-from-apache-to-nginx-the-new-guide/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> </channel> </rss>
