<?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>Pauvam</title>
	<atom:link href="http://pauvam.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://pauvam.com</link>
	<description>There is lot more to learn, lets start now</description>
	<lastBuildDate>Fri, 18 Nov 2011 07:53:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>MySQL error 1045(28000): Access denied for user &#8230;..</title>
		<link>http://pauvam.com/2011/11/18/mysql-error-104528000-access-denied-for-user/</link>
		<comments>http://pauvam.com/2011/11/18/mysql-error-104528000-access-denied-for-user/#comments</comments>
		<pubDate>Fri, 18 Nov 2011 07:53:38 +0000</pubDate>
		<dc:creator>mahesh</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pauvam.com/?p=488</guid>
		<description><![CDATA[<br/>Today I had a strange error. I had all privileges for a user but not able to connect via mysql_connect (PHP) or mysql (command prompt) Tried all possible things, everything failed. Finally the below commands worked, grant all on datag.* to &#8216;datag&#8217;@'%&#8217; identified by &#8216;datag&#8217;; grant all on datag.* to &#8216;datag&#8217;@'localhost&#8217; identified by &#8216;datag&#8217;; syntax, [...]


No related posts.]]></description>
		<wfw:commentRss>http://pauvam.com/2011/11/18/mysql-error-104528000-access-denied-for-user/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finding Redhat release</title>
		<link>http://pauvam.com/2011/11/01/finding-redhat-release/</link>
		<comments>http://pauvam.com/2011/11/01/finding-redhat-release/#comments</comments>
		<pubDate>Tue, 01 Nov 2011 08:37:12 +0000</pubDate>
		<dc:creator>mahesh</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[linux administration]]></category>
		<category><![CDATA[redhat]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[version]]></category>

		<guid isPermaLink="false">http://pauvam.com/2011/11/01/finding-redhat-release/</guid>
		<description><![CDATA[<br/>&#8216;uname -a&#8217; is one way of finding the release, In redhat flavours of Linux use `cat /etc/redhat-releases` to know the release version. Related posts:Thunderbird for x86_64 architecture Android 1.5 SDK released


Related posts:<ol><li><a href='http://pauvam.com/2010/12/27/thunderbird-for-x86_64-architecture/' rel='bookmark' title='Permanent Link: Thunderbird for x86_64 architecture'>Thunderbird for x86_64 architecture</a></li>
<li><a href='http://pauvam.com/2009/04/28/android-15-sdk-released/' rel='bookmark' title='Permanent Link: Android 1.5 SDK released'>Android 1.5 SDK released</a></li>
</ol>]]></description>
		<wfw:commentRss>http://pauvam.com/2011/11/01/finding-redhat-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thunderbird for x86_64 architecture</title>
		<link>http://pauvam.com/2010/12/27/thunderbird-for-x86_64-architecture/</link>
		<comments>http://pauvam.com/2010/12/27/thunderbird-for-x86_64-architecture/#comments</comments>
		<pubDate>Mon, 27 Dec 2010 16:41:52 +0000</pubDate>
		<dc:creator>mahesh</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[linux articles]]></category>
		<category><![CDATA[linux tips]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[thunderbird]]></category>
		<category><![CDATA[x86_64]]></category>

		<guid isPermaLink="false">http://pauvam.com/?p=473</guid>
		<description><![CDATA[<br/>To know more about Thunderbird wiki, Thunderbird home I searched for 64 bit version of Thunderbird, finally found it in http://ftp.mozilla.org/pub/mozilla.org/thunderbird/nightly/latest-comm-central/ This is just the nighty build and alpha release. The actual latest stable release for Linux, Mac and windows is available in http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/latest/ (This link has Thunderbird for Linux i686) Source code of latest Thunderbird [...]


Related posts:<ol><li><a href='http://pauvam.com/2010/06/13/hard-and-soft-link-in-linux/' rel='bookmark' title='Permanent Link: Hard and soft link in Linux'>Hard and soft link in Linux</a></li>
<li><a href='http://pauvam.com/2011/11/01/finding-redhat-release/' rel='bookmark' title='Permanent Link: Finding Redhat release'>Finding Redhat release</a></li>
<li><a href='http://pauvam.com/2010/06/06/installing-libflashplayer-so-in-firefox-for-linux/' rel='bookmark' title='Permanent Link: Installing libflashplayer.so in firefox for Linux'>Installing libflashplayer.so in firefox for Linux</a></li>
</ol>]]></description>
		<wfw:commentRss>http://pauvam.com/2010/12/27/thunderbird-for-x86_64-architecture/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Selenium suppress authentication popups</title>
		<link>http://pauvam.com/2010/11/11/selenium-suppress-authentication-popups/</link>
		<comments>http://pauvam.com/2010/11/11/selenium-suppress-authentication-popups/#comments</comments>
		<pubDate>Thu, 11 Nov 2010 07:25:19 +0000</pubDate>
		<dc:creator>mahesh</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://pauvam.com/?p=469</guid>
		<description><![CDATA[<br/>Some web page requires authentication, they pop up a authentication window. During automation this pop up is a big problem, they can be avoided in firefox in just 3 steps. Step 1: (Login to the site) From Selenium or any automation script, call the site like http://username:password@site.com eg., in selenium selenium.open(&#8220;http://username:password@site.com"); Step 2: (Suppress the [...]


Related posts:<ol><li><a href='http://pauvam.com/2009/05/21/useradd-linux-command/' rel='bookmark' title='Permanent Link: useradd (Linux command)'>useradd (Linux command)</a></li>
<li><a href='http://pauvam.com/2010/06/06/installing-libflashplayer-so-in-firefox-for-linux/' rel='bookmark' title='Permanent Link: Installing libflashplayer.so in firefox for Linux'>Installing libflashplayer.so in firefox for Linux</a></li>
</ol>]]></description>
		<wfw:commentRss>http://pauvam.com/2010/11/11/selenium-suppress-authentication-popups/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introduction to Memory Leak &amp; Valgrind</title>
		<link>http://pauvam.com/2010/07/12/memory-leak/</link>
		<comments>http://pauvam.com/2010/07/12/memory-leak/#comments</comments>
		<pubDate>Mon, 12 Jul 2010 17:49:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[linux tips]]></category>
		<category><![CDATA[memory]]></category>

		<guid isPermaLink="false">http://pauvam.com/?p=443</guid>
		<description><![CDATA[<br/>Memory Leak : A memory leak or leakage in “C Programming” is nothing but a programrammer has dynamically allocated a memory for its use and during the exit of the program, programmer unable/failed to release memory he has acquired. Is this a hazard ? Yes this a hazard ! Then the next question arises is [...]


Related posts:<ol><li><a href='http://pauvam.com/2010/05/02/segmentation-faults-cause-and-avoidance/' rel='bookmark' title='Permanent Link: Segmentation faults cause and avoidance'>Segmentation faults cause and avoidance</a></li>
<li><a href='http://pauvam.com/2009/04/28/gdb_examine_memory/' rel='bookmark' title='Permanent Link: gdb &#8211; examine memory (using x command)'>gdb &#8211; examine memory (using x command)</a></li>
<li><a href='http://pauvam.com/2009/05/12/the-main-function/' rel='bookmark' title='Permanent Link: The main function'>The main function</a></li>
</ol>]]></description>
		<wfw:commentRss>http://pauvam.com/2010/07/12/memory-leak/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Hard and soft link in Linux</title>
		<link>http://pauvam.com/2010/06/13/hard-and-soft-link-in-linux/</link>
		<comments>http://pauvam.com/2010/06/13/hard-and-soft-link-in-linux/#comments</comments>
		<pubDate>Sun, 13 Jun 2010 17:37:05 +0000</pubDate>
		<dc:creator>mahesh</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[linux articles]]></category>
		<category><![CDATA[linux commands]]></category>
		<category><![CDATA[linux hacks]]></category>
		<category><![CDATA[linux tips]]></category>

		<guid isPermaLink="false">http://pauvam.com/?p=434</guid>
		<description><![CDATA[<br/>Links in Linux are like shortcuts created in windows (.lnk files). In Linux there are two types of links that can be created, they are hard and soft links. Before getting closer to links, a understanding of how files are stored in Linux is good, inode &#8211; All files and directories in Linux are stores [...]


Related posts:<ol><li><a href='http://pauvam.com/2009/04/20/dirname-linux-command/' rel='bookmark' title='Permanent Link: dirname (Linux command)'>dirname (Linux command)</a></li>
<li><a href='http://pauvam.com/2009/04/21/strings/' rel='bookmark' title='Permanent Link: strings (Linux Command)'>strings (Linux Command)</a></li>
<li><a href='http://pauvam.com/2009/05/13/groupmod-linux-command/' rel='bookmark' title='Permanent Link: groupmod (Linux command)'>groupmod (Linux command)</a></li>
</ol>]]></description>
		<wfw:commentRss>http://pauvam.com/2010/06/13/hard-and-soft-link-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing libflashplayer.so in firefox for Linux</title>
		<link>http://pauvam.com/2010/06/06/installing-libflashplayer-so-in-firefox-for-linux/</link>
		<comments>http://pauvam.com/2010/06/06/installing-libflashplayer-so-in-firefox-for-linux/#comments</comments>
		<pubDate>Sun, 06 Jun 2010 12:53:20 +0000</pubDate>
		<dc:creator>mahesh</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[linux articles]]></category>
		<category><![CDATA[linux hacks]]></category>
		<category><![CDATA[linux tips]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[install]]></category>

		<guid isPermaLink="false">http://pauvam.com/2010/06/06/installing-libflashplayer-so-in-firefox-for-linux/</guid>
		<description><![CDATA[<br/>Download the latest libflashplayer.so from http://get.adobe.com/flashplayer if running from Linux. From other operating system get flash for Linux from http://get.adobe.com/flashplayer/otherversions Extract the downloaded tar.gz Copy the libflashplayer.so to /usr/lib/mozilla/plugins directory Restart firefox, (close all firefox windows) now adobe flash will be awailable in firefox. Related posts:Android gets flash support Flash to be available in Android [...]


Related posts:<ol><li><a href='http://pauvam.com/2009/06/22/android-gets-flash-support/' rel='bookmark' title='Permanent Link: Android gets flash support'>Android gets flash support</a></li>
<li><a href='http://pauvam.com/2010/04/16/flash-to-be-available-in-android-and-palms-webos/' rel='bookmark' title='Permanent Link: Flash to be available in Android and Palm&#8217;s webOS'>Flash to be available in Android and Palm&#8217;s webOS</a></li>
<li><a href='http://pauvam.com/2009/06/18/installing-linuxubuntu-from-a-usb-diskete/' rel='bookmark' title='Permanent Link: Installing Linux(ubuntu) from a USB Diskete'>Installing Linux(ubuntu) from a USB Diskete</a></li>
</ol>]]></description>
		<wfw:commentRss>http://pauvam.com/2010/06/06/installing-libflashplayer-so-in-firefox-for-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Segmentation faults cause and avoidance</title>
		<link>http://pauvam.com/2010/05/02/segmentation-faults-cause-and-avoidance/</link>
		<comments>http://pauvam.com/2010/05/02/segmentation-faults-cause-and-avoidance/#comments</comments>
		<pubDate>Sun, 02 May 2010 17:02:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[linux articles]]></category>
		<category><![CDATA[linux programming]]></category>
		<category><![CDATA[linux tips]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[segment fault]]></category>

		<guid isPermaLink="false">http://pauvam.com/?p=429</guid>
		<description><![CDATA[<br/>Introduction to segmentation fault A segmentation fault is caused because of bad coding practices. It is also called as sig failts. This kind of faults prevent the program or application to not continue further with execution. Segmentation fault happens, If a application if tries to access a memory location which it should not. Cause of [...]


Related posts:<ol><li><a href='http://pauvam.com/2010/07/12/memory-leak/' rel='bookmark' title='Permanent Link: Introduction to Memory Leak &#038; Valgrind'>Introduction to Memory Leak &#038; Valgrind</a></li>
<li><a href='http://pauvam.com/2009/05/12/the-main-function/' rel='bookmark' title='Permanent Link: The main function'>The main function</a></li>
<li><a href='http://pauvam.com/2009/04/28/gdb_examine_memory/' rel='bookmark' title='Permanent Link: gdb &#8211; examine memory (using x command)'>gdb &#8211; examine memory (using x command)</a></li>
</ol>]]></description>
		<wfw:commentRss>http://pauvam.com/2010/05/02/segmentation-faults-cause-and-avoidance/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>iPhone running Android</title>
		<link>http://pauvam.com/2010/04/21/iphone-running-android/</link>
		<comments>http://pauvam.com/2010/04/21/iphone-running-android/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 03:10:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[android]]></category>
		<category><![CDATA[android embedded]]></category>
		<category><![CDATA[android gadgets]]></category>
		<category><![CDATA[android hacks]]></category>
		<category><![CDATA[android mobile]]></category>
		<category><![CDATA[android porting]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[linux hacks]]></category>
		<category><![CDATA[linux mobile]]></category>
		<category><![CDATA[products]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[port]]></category>

		<guid isPermaLink="false">http://pauvam.com/?p=428</guid>
		<description><![CDATA[<br/>www.youtube.com/watch?v=5yO2KQHkt4A Android is now ported to iPhone, by Planebeing. Android is already been ported to Xpedia X1, Nokia N900 and Windows Mobile handhelds. The hacker says porting to 3GS will take some more work. Planebeing is the guy, who ported Linux kernel 2.6 to Apple iPhone. There is prebuilt image of Android for iPhone 2G [...]


Related posts:<ol><li><a href='http://pauvam.com/2009/05/26/apple-iphone-may-become-faster/' rel='bookmark' title='Permanent Link: Apple iPhone may become faster'>Apple iPhone may become faster</a></li>
<li><a href='http://pauvam.com/2009/06/02/g1-running-htc-hero-build-of-android/' rel='bookmark' title='Permanent Link: G1 running HTC Hero build of Android'>G1 running HTC Hero build of Android</a></li>
<li><a href='http://pauvam.com/2009/06/15/cross-platform-development-for-iphone-and-android-appcelerator/' rel='bookmark' title='Permanent Link: Cross platform development for iPhone and Android &#8211; Appcelerator'>Cross platform development for iPhone and Android &#8211; Appcelerator</a></li>
</ol>]]></description>
		<wfw:commentRss>http://pauvam.com/2010/04/21/iphone-running-android/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PulseAudio introduction and Architecture</title>
		<link>http://pauvam.com/2010/04/18/pulseaudio-introduction-and-architecture/</link>
		<comments>http://pauvam.com/2010/04/18/pulseaudio-introduction-and-architecture/#comments</comments>
		<pubDate>Sun, 18 Apr 2010 05:05:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[linux articles]]></category>
		<category><![CDATA[linux programming]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[phone]]></category>

		<guid isPermaLink="false">http://pauvam.com/?p=425</guid>
		<description><![CDATA[<br/>(source pulseaudio) This is a short introduction to PulseAusio PulseAudio is sound server!! This confuses the reader (why a sound server). okie what is a sound server ? Let us see this with a practical example. You have Internet connection and this Internet connection has to be shared among several PC&#8217;s what you will do [...]


Related posts:<ol><li><a href='http://pauvam.com/2010/07/12/memory-leak/' rel='bookmark' title='Permanent Link: Introduction to Memory Leak &#038; Valgrind'>Introduction to Memory Leak &#038; Valgrind</a></li>
<li><a href='http://pauvam.com/2010/04/14/lg-gw620-to-launch-in-india-one-more-android-mobile-for-india/' rel='bookmark' title='Permanent Link: LG GW620 to launch in India &#8211; one more Android mobile for India'>LG GW620 to launch in India &#8211; one more Android mobile for India</a></li>
</ol>]]></description>
		<wfw:commentRss>http://pauvam.com/2010/04/18/pulseaudio-introduction-and-architecture/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

