<?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>With a Little Help from my Friend</title>
	<atom:link href="http://helpfromfriend.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://helpfromfriend.com</link>
	<description>Howtos, helps and tutorials from the IT world</description>
	<lastBuildDate>Thu, 23 Jun 2011 10:50:53 +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>ActiveMQ startup problems on Windows</title>
		<link>http://helpfromfriend.com/java/activemq-startup-problems-on-windows/</link>
		<comments>http://helpfromfriend.com/java/activemq-startup-problems-on-windows/#comments</comments>
		<pubDate>Thu, 23 Jun 2011 10:50:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[ActiveMQ]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://helpfromfriend.com/?p=219</guid>
		<description><![CDATA[We&#8217;ve chosen to use ActiveMQ for our enterprise Java application (together with some other interesting tools like Apache Camel and Ivy) and I started to migrate the old code which have been using Glassfish stack to new environment on my dev machine. When integrating the Apache ActiveMQ everything went smooth including the installation and setting [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve chosen to use ActiveMQ for our enterprise Java application (together with some other interesting tools like Apache Camel and Ivy) and I started to migrate the old code which have been using Glassfish stack to new environment on my dev machine. When integrating the Apache ActiveMQ everything went smooth including the installation and setting up the windows services for it. Even the service seemed to starting up correctly however it showed up that its actually not running (the telnet on service port proved its not up).</p>
<p><span id="more-219"></span></p>
<p>After checking logs in apache-activemq-5.5.0\data\activemq.log I&#8217;ve found out following strange error:</p>
<p><code>2011-04-28 12:43:30,633 | WARN  | tmpdir | org.eclipse.jetty.util.log<br />
| WrapperSimpleAppMain<br />
java.io.IOException: The system cannot find the path specified<br />
at java.io.WinNTFileSystem.createFileExclusively(Native Method)<br />
at java.io.File.checkAndCreate(Unknown Source)<br />
at java.io.File.createTempFile(Unknown Source)<br />
at java.io.File.createTempFile(Unknown Source)<br />
at org.eclipse.jetty.webapp.WebInfConfiguration.resolveTempDirectory(WebInfConfiguration.java:279)<br />
at org.eclipse.jetty.webapp.WebInfConfiguration.preConfigure(WebInfConfiguration.java:43)<br />
at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:378)<br />
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:55)<br />
at org.eclipse.jetty.server.handler.HandlerCollection.doStart(HandlerCollection.java:165)<br />
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:55)<br />
at org.eclipse.jetty.server.handler.HandlerWrapper.doStart(HandlerWrapper.java:92)<br />
at org.eclipse.jetty.security.SecurityHandler.doStart(SecurityHandler.java:338)<br />
at org.eclipse.jetty.security.ConstraintSecurityHandler.doStart(ConstraintSecurityHandler.java:229)<br />
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:55)<br />
at org.eclipse.jetty.server.handler.HandlerCollection.doStart(HandlerCollection.java:165)<br />
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:55)<br />
at org.eclipse.jetty.server.handler.HandlerWrapper.doStart(HandlerWrapper.java:92)<br />
at org.eclipse.jetty.server.Server.doStart(Server.java:242)<br />
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:55)<br />
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br />
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)<br />
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)<br />
at java.lang.reflect.Method.invoke(Unknown Source)<br />
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeCustomInitMethod(AbstractAutowireCapableBeanFactory.java:1536)<br />
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1477)<br />
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1409)<br />
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)<br />
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)<br />
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291)<br />
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)<br />
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288)<br />
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190)<br />
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:574)<br />
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:895)<br />
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:425)<br />
at org.apache.xbean.spring.context.ResourceXmlApplicationContext.&lt;init&gt;(ResourceXmlApplicationContext.java:64)<br />
at org.apache.xbean.spring.context.ResourceXmlApplicationContext.&lt;init&gt;(ResourceXmlApplicationContext.java:52)<br />
at org.apache.activemq.xbean.XBeanBrokerFactory$1.&lt;init&gt;(XBeanBrokerFactory.java:114)<br />
at org.apache.activemq.xbean.XBeanBrokerFactory.createApplicationContext(XBeanBrokerFactory.java:114)<br />
at org.apache.activemq.xbean.XBeanBrokerFactory.createBroker(XBeanBrokerFactory.java:70)<br />
at org.apache.activemq.broker.BrokerFactory.createBroker(BrokerFactory.java:71)<br />
at org.apache.activemq.broker.BrokerFactory.createBroker(BrokerFactory.java:54)<br />
at org.apache.activemq.console.command.StartCommand.startBroker(StartCommand.java:115)<br />
at org.apache.activemq.console.command.StartCommand.runTask(StartCommand.java:74)<br />
at org.apache.activemq.console.command.AbstractCommand.execute(AbstractCommand.java:57)<br />
at org.apache.activemq.console.command.ShellCommand.runTask(ShellCommand.java:143)<br />
at org.apache.activemq.console.command.AbstractCommand.execute(AbstractCommand.java:57)<br />
at org.apache.activemq.console.command.ShellCommand.main(ShellCommand.java:85)<br />
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br />
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)<br />
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)<br />
at java.lang.reflect.Method.invoke(Unknown Source)<br />
at org.apache.activemq.console.Main.runTaskClass(Main.java:251)<br />
at org.apache.activemq.console.Main.main(Main.java:107)<br />
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br />
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)<br />
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)<br />
at java.lang.reflect.Method.invoke(Unknown Source)<br />
at org.tanukisoftware.wrapper.WrapperSimpleApp.run(WrapperSimpleApp.java:240)<br />
at java.lang.Thread.run(Unknown Source)<br />
</code></p>
<div>As the error actually doesn&#8217;t say what kind of temp directory is missing, it had to use the google and after a while I&#8217;ve found a fix. You can either disable the administration server which is intergated in ActiveMQ through Jetty or create two directories which is Jetty complaining about.</div>
<p><code> apache-activemq-5.5.0\bin\win32\temp\<br />
apache-activemq-5.5.0\bin\win32\work\<br />
</code></p>
<div>Enjoy!</div>
]]></content:encoded>
			<wfw:commentRss>http://helpfromfriend.com/java/activemq-startup-problems-on-windows/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to install software for Canon cameras</title>
		<link>http://helpfromfriend.com/software/how-to-install-software-for-canon-cameras/</link>
		<comments>http://helpfromfriend.com/software/how-to-install-software-for-canon-cameras/#comments</comments>
		<pubDate>Sun, 19 Dec 2010 02:33:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[450D]]></category>
		<category><![CDATA[Canon]]></category>
		<category><![CDATA[Registry]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://helpfromfriend.com/?p=216</guid>
		<description><![CDATA[The title of this post sound little bit silly as one would say what kind of issue could be in such straightforward process like installing drivers for my digital camera. Well &#8211; if you have original disc from Canon then you are fine. But in case you lost the disc or just bought used camera [...]]]></description>
			<content:encoded><![CDATA[<p>The title of this post sound little bit silly as one would say what kind of issue could be in such straightforward process like installing drivers for my digital camera. Well &#8211; if you have original disc from Canon then you are fine. But in case you lost the disc or just bought used camera without original accessories then Canon prepared a terrible horror for you. The company has its application published on their web pages but there is one problem with it &#8211; the packages are called as &#8220;Updaters&#8221; and they can not be installed as standalone versions. You have to insert original CD from Canon prior to installing those updates and that&#8217;s it. So if you lost your CD&#8217;s, you have to contact Canon and re-buy copies of those (or get some friend and ask him for copies). Unbelievable, huh?</p>
<p><span id="more-216"></span></p>
<p>I was in the described situation today and after almost 2 hours swearing and searching on the internet I&#8217;ve found solution. The short version which was working for me on my 64bit Windows 7 is here:</p>
<ul>
<li>Create a new file on your drive called for example canon-installation.reg</li>
<li>Insert following content in it</li>
</ul>
<pre>[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Canon\EOS Utility]
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Canon\DPP]
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Canon\ZoomBrowser EX]
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Canon\ZoomBrowser EX\Settings]
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Canon\ZoomBrowser EX\Install]
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Canon\PhotoStitch]
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Canon\EOS Capture]
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Canon\EOSViewerUtility]
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Canon\ODSK]</pre>
<ul>
<li>double click in the newly created file so its content will be saved into registry</li>
<li><a title="Download Canon software" href="http://www.usa.canon.com/cusa/support/consumer/eos_slr_camera_systems/eos_digital_slr_cameras/eos_digital_rebel#DriversAndSoftware">download</a> and run the updater from Canon again and it won&#8217;t be asking for original CD anymore</li>
</ul>
<p>There is more info in <a title="Install Canon camera software without CD" href="http://www.northlight-images.co.uk/article_pages/install_canon_software.html">Install Canon camera software without CD</a> post with different versions for different operational systems including Apple&#8217;s mac.</p>
]]></content:encoded>
			<wfw:commentRss>http://helpfromfriend.com/software/how-to-install-software-for-canon-cameras/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to fix Google Sync authentication errors</title>
		<link>http://helpfromfriend.com/web/how-to-fix-google-sync-authentication-errors/</link>
		<comments>http://helpfromfriend.com/web/how-to-fix-google-sync-authentication-errors/#comments</comments>
		<pubDate>Sun, 10 Jan 2010 01:18:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Artemis]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[HTC]]></category>
		<category><![CDATA[PDA]]></category>
		<category><![CDATA[Sync]]></category>
		<category><![CDATA[Windows Mobile]]></category>

		<guid isPermaLink="false">http://helpfromfriend.com/?p=193</guid>
		<description><![CDATA[Just few days ago I started getting authentication errors when trying to synchronize my PDA (HTC Artemis) with Google account. It had been working without any problems for few week, then suddenly stopped. I was trying to remove the server from active sync and re-add it, reboot both pda and laptop but nothing helped. I [...]]]></description>
			<content:encoded><![CDATA[<p>Just few days ago I started getting <strong>authentication errors</strong> when trying to synchronize my PDA (HTC Artemis) with Google account. It had been working without any problems for few week, then suddenly stopped. I was trying to remove the server from active sync and re-add it, reboot both pda and laptop but nothing helped. I tried to search the internet and despite there is a lost of posts in forums asking for the same or similar problem (some of those related to Google service being down, some of those to other stuff)  there is no clear advice. Then I found out one post mentioning <strong>blocked captcha</strong> for google account and after few secs I was <strong>able to sync</strong> my phone with google again.</p>
<p><span id="more-193"></span>After that I realized what actually happened. Some day I was trying to install Gmail client in my PDA and could not log into my account through it. It was still displaying index page with fields for user and password, after entering correct values it displayed error message stating that I entered bad username/password. I have tried it again for few times as I was pretty sure that credentials I am entering are correct &#8211; and then the client started to show also <strong>captcha field</strong> as usual. In that moment I gave up and close the client. I would never thought that this could be the reason for sync errors through the Exchange server, but it was! So what to do for fixing this? The solution si pretty easy but as usual, almost unknown to anyone.</p>
<p>Got to <a title="Google Captcha Unlock" href="https://www.google.com/accounts/UnlockCaptcha?">Google Captcha </a><a title="Google Captcha Unlock" href="https://www.google.com/accounts/UnlockCaptcha?">Unlock</a> page (you can use your computer for that, it doesn&#8217;t need to be done through blocked PDA) , simply enter your username, password and captcha text. If everything is correct, the page display message that the account was unlocked and you can try to run sync.</p>
]]></content:encoded>
			<wfw:commentRss>http://helpfromfriend.com/web/how-to-fix-google-sync-authentication-errors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zend PHP5 Prepkit from uCertify available for pre-order</title>
		<link>http://helpfromfriend.com/asides/zend-php5-prepkit-from-ucertify-available-for-pre-order/</link>
		<comments>http://helpfromfriend.com/asides/zend-php5-prepkit-from-ucertify-available-for-pre-order/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 19:37:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[Certification]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[uCertify]]></category>
		<category><![CDATA[Zend]]></category>

		<guid isPermaLink="false">http://helpfromfriend.com/?p=188</guid>
		<description><![CDATA[There is a fresh new preparation kit for Zend PHP 5 certification available on uCertify pages &#8211; and you can save 50% ($59.49) if you preorder it.]]></description>
			<content:encoded><![CDATA[<p>There is a fresh new preparation kit for <strong>Zend PHP 5</strong> certification available on <a title="uCertify - ZEND-PHP5 – Zend PHP 5 Certification Practice Test" href="http://www.ucertify.com/exams/Zend/ZEND-PHP5.html">uCertify</a> pages &#8211; and you can save 50% (<strong>$59.49</strong>) if you preorder it.</p>
]]></content:encoded>
			<wfw:commentRss>http://helpfromfriend.com/asides/zend-php5-prepkit-from-ucertify-available-for-pre-order/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP 5.3.1 out</title>
		<link>http://helpfromfriend.com/asides/php-5-3-1-out/</link>
		<comments>http://helpfromfriend.com/asides/php-5-3-1-out/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 06:42:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Release]]></category>

		<guid isPermaLink="false">http://helpfromfriend.com/?p=185</guid>
		<description><![CDATA[The fix release for 5.3 branch was just released yesterday &#8211; here is the official announcement from PHP team and Changelog is here. And it didn&#8217;t happen without some irony]]></description>
			<content:encoded><![CDATA[<p>The fix release for 5.3 branch was just released yesterday &#8211; here is the official <a title="PHP 5.3.1 Released!" href="http://www.php.net/archive/2009.php#id2009-11-19-1">announcement</a> from PHP team and Changelog is <a title="PHP.net - Version 5.3.1 Changelog" href="http://www.php.net/ChangeLog-5.php#5.3.1">here</a>. And it didn&#8217;t happen without some <a title="Andrew's PostgreSQL blog - Oh, the irony" href="http://people.planetpostgresql.org/andrew/index.php?/archives/51-Oh,-the-irony.html">irony</a> <img src='http://helpfromfriend.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://helpfromfriend.com/asides/php-5-3-1-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IntelliJ Idea opensourced</title>
		<link>http://helpfromfriend.com/asides/intellij-idea-opensourced/</link>
		<comments>http://helpfromfriend.com/asides/intellij-idea-opensourced/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 21:03:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[IntelliJ]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Opensource]]></category>

		<guid isPermaLink="false">http://helpfromfriend.com/?p=183</guid>
		<description><![CDATA[JetBrains decided to release next version of their IDE as an open-source so the version 9 would be available in two different packages. Free Community Edition for J2SE development and commercial Ultimate Edition with J2EE and other technologies support. You can check the edition comparison table here.]]></description>
			<content:encoded><![CDATA[<p>JetBrains <a title="IntelliJ Idea opensourced" href="http://blogs.jetbrains.com/idea/2009/10/intellij-idea-open-sourced/">decided</a> to release next version of their IDE as an open-source so the version 9 would be available in two different packages. Free Community Edition for J2SE development and commercial Ultimate Edition with J2EE and other technologies support. You can check the edition comparison table <a title="IntelliJ Idea edition comparison table" href="http://www.jetbrains.com/idea/nextversion/editions_comparison_matrix.html?utm_source=IDEA_BLOG&amp;utm_media=Anouncement&amp;utm_campaign=IDEA9_CE">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://helpfromfriend.com/asides/intellij-idea-opensourced/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to remove &#8220;Like this&#8221; from Google Reader</title>
		<link>http://helpfromfriend.com/web/how-to-remove-like-this-from-google-reader/</link>
		<comments>http://helpfromfriend.com/web/how-to-remove-like-this-from-google-reader/#comments</comments>
		<pubDate>Sun, 19 Jul 2009 10:36:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[Reader]]></category>

		<guid isPermaLink="false">http://helpfromfriend.com/?p=175</guid>
		<description><![CDATA[So are you getting mad after the last socials change made to Reader by Google and trying to find how to get rid of those annoying how many people like this post? If you are using Firefox based browser, here is the how to! For hiding the socials stuff we will use CSS in something [...]]]></description>
			<content:encoded><![CDATA[<p>So are you getting mad after the <a title="Google Reader: Following, liking and people searching" href="http://googlereader.blogspot.com/2009/07/following-liking-and-people-searching.html">last socials</a> change made to Reader by Google and trying to find how to get rid of those annoying <em>how many people like this post</em>?<em> </em>If you are using Firefox based browser, here is the how to!</p>
<p>For hiding the socials stuff we will use CSS in something what is called user defined default styles. For Mozilla family browser you can defined special set of instructions which would modify user interface behaviour of your browser and also web pages. The instructions are stored in two separate files in user directory and names of the files are <em>userChrome.css</em> and <em>userContent.css</em> (you can read more about those on <a title="mozilla.org - Customizing Mozilla" href="http://www.mozilla.org/unix/customizing.html">official Mozilla</a> web site). We will be interested in <em>userContent.css</em>, which is used for modifying default behaviour of websites you visit.</p>
<p>But first of all we need to find, where is this file stored. On Linux machines it should be in user home in .chrome directory (/home/username/.chrome). On Windows is the situation different with each version &#8211; for Windows XP is the best way to do <strong>Start</strong> -&gt; <strong>Run</strong> -&gt; type <strong>%APPDATA%</strong> and hit Enter. The folder with the application data will appear, go to Mozilla -&gt; Firefox -&gt; Profiles -&gt; Default profile directory -&gt; chrome. In here create a new file called userChrome.css and put there this content:</p>
<pre class="css">.entry-likers { display: none ! important; }</pre>
<p>Try to reload Google Reader page to check if the annoying socials Like this anchors are still there &#8211; if so, restart the browser and enjoy socials free Reader!</p>
]]></content:encoded>
			<wfw:commentRss>http://helpfromfriend.com/web/how-to-remove-like-this-from-google-reader/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google ads socials to its Reader</title>
		<link>http://helpfromfriend.com/asides/google-ads-socials-to-its-reader/</link>
		<comments>http://helpfromfriend.com/asides/google-ads-socials-to-its-reader/#comments</comments>
		<pubDate>Sat, 18 Jul 2009 02:53:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Reader]]></category>
		<category><![CDATA[Social]]></category>

		<guid isPermaLink="false">http://helpfromfriend.com/?p=172</guid>
		<description><![CDATA[Google added Following, Liking and People search features to its Google Reader as a reply to raising numbers of people using the Twitter and Facebook social networks features. You can see more on official Google Reader blog &#8211; and for those who don&#8217;t like this kind of features and are wondering how to turn it [...]]]></description>
			<content:encoded><![CDATA[<p>Google added <em>Following</em>, <em>Liking</em> and <em>People search</em> features to its Google Reader as a reply to raising numbers of people using the <a title="Twitter: What are you doing" href="http://twitter.com/">Twitter</a> and <a title="Facebook helps you connect and share with the people in your life." href="http://www.facebook.com/">Facebook</a> social networks features. You can see more on official <a title="Google Reader: Following, liking and people searching" href="http://googlereader.blogspot.com/2009/07/following-liking-and-people-searching.html">Google Reader blog</a> &#8211; and for those who don&#8217;t like this kind of features and are wondering how to turn it off we have a howto.</p>
]]></content:encoded>
			<wfw:commentRss>http://helpfromfriend.com/asides/google-ads-socials-to-its-reader/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New beta of Netbeans available</title>
		<link>http://helpfromfriend.com/asides/new-beta-of-netbeans-available/</link>
		<comments>http://helpfromfriend.com/asides/new-beta-of-netbeans-available/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 00:35:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Netbeans]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://helpfromfriend.com/?p=166</guid>
		<description><![CDATA[New beta version of developer IDE with version number 2.7 is available for download on official site &#8211; you can check the list of the changes and new functionality on their wiki.]]></description>
			<content:encoded><![CDATA[<p>New beta version of developer IDE with version number 2.7 is available for <a title="NetBeans IDE 6.7 Beta Download" href="http://download.netbeans.org/netbeans/6.7/beta/">download</a> on official site &#8211; you can check the list of the changes and new functionality on their <a title="New and Noteworthy: NetBeans IDE 6.7 Beta" href="http://wiki.netbeans.org/NewAndNoteWorthyNB67">wiki</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://helpfromfriend.com/asides/new-beta-of-netbeans-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to recreate root account in MySQL</title>
		<link>http://helpfromfriend.com/database/mysql/how-to-recreate-root-account-in-mysql/</link>
		<comments>http://helpfromfriend.com/database/mysql/how-to-recreate-root-account-in-mysql/#comments</comments>
		<pubDate>Sun, 29 Mar 2009 17:45:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Account]]></category>
		<category><![CDATA[Password]]></category>
		<category><![CDATA[Reset]]></category>
		<category><![CDATA[Root]]></category>

		<guid isPermaLink="false">http://helpfromfriend.com/?p=159</guid>
		<description><![CDATA[Today I was trying to log in to mysql database administration on one of my hosting machines and as I was getting &#8216;permission denied for user rott@localhost&#8217; I tried to fix the root account and reset its password. But I wasn&#8217;t successful and later on I realized, that the root account was deleted from the [...]]]></description>
			<content:encoded><![CDATA[<p>Today I was trying to log in to mysql database administration on one of my hosting machines and as I was getting &#8216;permission denied for user rott@localhost&#8217; I tried to fix the root account and reset its password. But I wasn&#8217;t successful and later on I realized, that the root account was deleted from the mysql database by one of my friends accidentally. I started to search the internet what to do, but the only thing I have found regarding this issue was <a title="MySQL Forum - readd root account to MySQL server" href="http://forums.mysql.com/read.php?30,13701,62421">question on MySQL forum</a> with exactly the same problem but no answer. So as usual, I tried to solve it by myself and here is it is.</p>
<p><span id="more-159"></span>The pre requisition is a shell access on your MySQL machine. Then you have to stop the standard mysql daemon and start the database in <em>safe mode</em>.</p>
<pre>/etc/init.d/mysql stop
mysqld_safe --skip-grant-tables &amp;</pre>
<p>Then log in as a <em>root</em> and switch to <em>mysql</em> system database.</p>
<pre class="sql">mysql -u root
mysql&gt; use mysql;</pre>
<p>Try to check that the root user is not present in <em>user</em> table:</p>
<pre>mysql&gt; select * from user where User='root';</pre>
<p>If the database return empty record, lets manually insert the root user with empty password and then set all the permissions which he normally needs:</p>
<pre class="sql">mysql&gt; insert into user (Host, User, Password) values ('localhost','root','');
Query OK, 1 rows affected (0.04 sec)
mysql&gt; update user set Select_priv='Y',Insert_priv='Y',Update_priv='Y',Delete_priv='Y',Create_priv='Y',Drop_priv='Y',Reload_priv='Y',Shutdown_priv='Y',Process_priv='Y',File_priv='Y',Grant_priv='Y',References_priv='Y',Index_priv='Y',Alter_priv='Y',Show_db_priv='Y',Super_priv='Y',Create_tmp_table_priv='Y',Lock_tables_priv='Y',Execute_priv='Y',Repl_slave_priv='Y',Repl_client_priv='Y',Create_view_priv='Y',Show_view_priv='Y',Create_routine_priv='Y',Alter_routine_priv='Y',Create_user_priv='Y' where user='root';
Query OK, 1 rows affected (0.03 sec)</pre>
<p>Then quit the database console, kill the mysqld_safe daemon and start the standard mysql daemon again:</p>
<pre class="sql">mysql&gt; quit
killall mysqld_safe
/etc/init.d/mysql start</pre>
<p>Try to log in into mysql console again with an empty password and for double check, try to run &#8216;grant&#8217; command to see that the account is fully working:</p>
<pre>mysql -u root
mysql&gt; grant all privileges on *.* to 'root'@'localhost' with grant option;
Query OK, 1 rows affected (0.03 sec)</pre>
<p>And thats it, your basic root acount is working again. Don&#8217;t forget to change the password or add the hostname to it, but that depends on your needs.</p>
]]></content:encoded>
			<wfw:commentRss>http://helpfromfriend.com/database/mysql/how-to-recreate-root-account-in-mysql/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

