<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Primal Cortex's Weblog</title>
	<atom:link href="http://primalcortex.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://primalcortex.wordpress.com</link>
	<description>Amnesia sets in...</description>
	<lastBuildDate>Thu, 09 May 2013 18:20:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='primalcortex.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Primal Cortex's Weblog</title>
		<link>http://primalcortex.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://primalcortex.wordpress.com/osd.xml" title="Primal Cortex&#039;s Weblog" />
	<atom:link rel='hub' href='http://primalcortex.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Execute a simple Java Console application</title>
		<link>http://primalcortex.wordpress.com/2013/03/14/execute-a-simple-java-console-application/</link>
		<comments>http://primalcortex.wordpress.com/2013/03/14/execute-a-simple-java-console-application/#comments</comments>
		<pubDate>Thu, 14 Mar 2013 15:26:09 +0000</pubDate>
		<dc:creator>primalcortex</dc:creator>
				<category><![CDATA[All about all]]></category>
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://primalcortex.wordpress.com/?p=635</guid>
		<description><![CDATA[How to execute a simple java console program, with a main function? Sometimes whe need to build a simple java program to test some concept/code/whatever. So the code is something like (grabbed from stackoverflow for my quick reference): Sun&#8217;s tutorial contains a complete demonstration, but here&#8217;s another one from scratch. You need two files: Test.java: [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=primalcortex.wordpress.com&#038;blog=2117265&#038;post=635&#038;subd=primalcortex&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>How to execute a simple java console program, with a main function?</p>
<p>Sometimes whe need to build a simple java program to test some concept/code/whatever.</p>
<p>So the code is something like (grabbed from stackoverflow for my quick reference):</p>
<div>
<p>Sun&#8217;s <a href="http://java.sun.com/docs/books/tutorial/deployment/jar/appman.html">tutorial</a> contains a complete demonstration, but here&#8217;s another one from scratch. You need two files:</p>
<p><strong>Test.java:</strong></p>
<p><code>public class Test { </code></p>
</div>
<div><code>   public static void main(String[] args){ </code></div>
<div><code>      System.out.println("Hello world"); </code></div>
<div><code>   } </code></div>
<div><code>}</code></div>
<div></div>
<div>Then create a <strong>Manifest.mf</strong> file with the following content:</p>
<pre><code>Manifest-version: 1.0
Main-Class: Test</code></pre>
<p>Then compile the Java source file and create the jar file:</p>
<pre><code>javac Test.java
jar cfm test.jar Manifest.mf Test.class
java -jar test.jar</code></pre>
<p>Output:</p>
<pre><code>Hello world</code></pre>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/primalcortex.wordpress.com/635/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/primalcortex.wordpress.com/635/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=primalcortex.wordpress.com&#038;blog=2117265&#038;post=635&#038;subd=primalcortex&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://primalcortex.wordpress.com/2013/03/14/execute-a-simple-java-console-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1f8e404aaed86721fe5f89fc7aefd3c4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">primalcortex</media:title>
		</media:content>
	</item>
		<item>
		<title>Lisbon Panoramic views</title>
		<link>http://primalcortex.wordpress.com/2013/03/01/lisbon-panoramic-views/</link>
		<comments>http://primalcortex.wordpress.com/2013/03/01/lisbon-panoramic-views/#comments</comments>
		<pubDate>Fri, 01 Mar 2013 20:31:47 +0000</pubDate>
		<dc:creator>primalcortex</dc:creator>
		
		<guid isPermaLink="false">http://primalcortex.wordpress.com/?p=469</guid>
		<description><![CDATA[Just a quick link for a site that has great panoramic views from Lisbon: http://lisbon.arounder.com/ Not as great as the 360º view from BT tower in London: http://btlondon2012.co.uk/pano.html, but it will do<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=primalcortex.wordpress.com&#038;blog=2117265&#038;post=469&#038;subd=primalcortex&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Just a quick link for a site that has great panoramic views from Lisbon: <a href="http://lisbon.arounder.com/" rel="nofollow">http://lisbon.arounder.com/</a></p>
<p>Not as great as the 360º view from BT tower in London: <a href="http://btlondon2012.co.uk/pano.html" rel="nofollow">http://btlondon2012.co.uk/pano.html</a>, but it will do <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/primalcortex.wordpress.com/469/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/primalcortex.wordpress.com/469/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=primalcortex.wordpress.com&#038;blog=2117265&#038;post=469&#038;subd=primalcortex&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://primalcortex.wordpress.com/2013/03/01/lisbon-panoramic-views/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1f8e404aaed86721fe5f89fc7aefd3c4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">primalcortex</media:title>
		</media:content>
	</item>
		<item>
		<title>Synology Mail Station with POP3 retrieval &#8211; Hibernation issues</title>
		<link>http://primalcortex.wordpress.com/2012/10/27/synology-mail-station-with-pop3-retrieval-hibernation-issues/</link>
		<comments>http://primalcortex.wordpress.com/2012/10/27/synology-mail-station-with-pop3-retrieval-hibernation-issues/#comments</comments>
		<pubDate>Sat, 27 Oct 2012 18:45:12 +0000</pubDate>
		<dc:creator>primalcortex</dc:creator>
				<category><![CDATA[All about all]]></category>
		<category><![CDATA[hibernation]]></category>
		<category><![CDATA[Mail Station]]></category>
		<category><![CDATA[nas]]></category>
		<category><![CDATA[roundecube]]></category>
		<category><![CDATA[synology]]></category>

		<guid isPermaLink="false">http://primalcortex.wordpress.com/?p=465</guid>
		<description><![CDATA[After installing and enabling Synology Mail Station (RoundCube), I added a POP3 external account, so that account&#8217;s mail also was available at RoundCube&#8217;s interface on my Synology. The issue is that after that change/configuration the NAS didn&#8217;t hibernate any more. I thought that the issue was related to the pooling interval to the POP3 account, [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=primalcortex.wordpress.com&#038;blog=2117265&#038;post=465&#038;subd=primalcortex&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>After installing and enabling Synology Mail Station (RoundCube), I added a POP3 external account, so that account&#8217;s mail also was available at RoundCube&#8217;s interface on my Synology.</p>
<p>The issue is that after that change/configuration the NAS didn&#8217;t hibernate any more.</p>
<p>I thought that the issue was related to the pooling interval to the POP3 account, and I was right, it was set to 5 minutes by default. I&#8217;ve changed to 4 hour&#8217;s (240 minutes), but checking the logs I could see that the pooling was still at 5 minutes&#8230; and still the NAS wouldn&#8217;t hibernate.</p>
<p>So a quick check I&#8217;ve found out that the fetchmail process that fetchs the mail from the external POP3 accounts reads it&#8217;s configuration files from <strong>/var/packages/MailStation/target/roundcubemail/ext</strong></p>
<p>In my case the POP3 account was defined on the admin accounts, and so there is an <strong>admin_fetch</strong> file, which might be different if other users are using the POP3 external accounts feature.</p>
<p>Editing this file there is a line</p>
<pre><strong>#### .fetchmailrc</strong>
<strong>set daemon 300</strong></pre>
<p>Which means pooling every 5 minutes (300 seconds)</p>
<p>I&#8217;ve changed the value to 21600 (4 hours), and waited for the next NAS restart.</p>
<p>After that pooling was set to every 4 hours and the NAS does hibernate now.</p>
<p>Didn&#8217;t bother to much to see how to restart the fetchmail process without rebooting the NAS, but probably restarting the Mail Station packages will suffice.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/primalcortex.wordpress.com/465/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/primalcortex.wordpress.com/465/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=primalcortex.wordpress.com&#038;blog=2117265&#038;post=465&#038;subd=primalcortex&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://primalcortex.wordpress.com/2012/10/27/synology-mail-station-with-pop3-retrieval-hibernation-issues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1f8e404aaed86721fe5f89fc7aefd3c4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">primalcortex</media:title>
		</media:content>
	</item>
		<item>
		<title>Jumpy Logitech M305 wireless mouse</title>
		<link>http://primalcortex.wordpress.com/2012/10/26/jumpy-logitech-m305-wireless-mouse/</link>
		<comments>http://primalcortex.wordpress.com/2012/10/26/jumpy-logitech-m305-wireless-mouse/#comments</comments>
		<pubDate>Fri, 26 Oct 2012 08:47:32 +0000</pubDate>
		<dc:creator>primalcortex</dc:creator>
		
		<guid isPermaLink="false">http://primalcortex.wordpress.com/2012/10/26/jumpy-logitech-m305-wireless-mouse/</guid>
		<description><![CDATA[I&#8217;ve bought two of these Logitech M305 wireless mouse. One for my desktop and one for my work laptop. So far so good, but recently my desktop mouse behaviour started to get &#8220;jumpy&#8221; which was pretty annoying and made the mouse almost useless. Disconnecting and reconnecting the receiver on the usb port of the back [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=primalcortex.wordpress.com&#038;blog=2117265&#038;post=464&#038;subd=primalcortex&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I&#8217;ve bought two of these Logitech M305 wireless mouse. One for my desktop and one for my work laptop.</p>
<p>So far so good, but recently my desktop mouse behaviour started to get &#8220;jumpy&#8221; which was pretty annoying and made the mouse almost useless. Disconnecting and reconnecting the receiver on the <strong>usb port of the back of my computer</strong> didn&#8217;t solve the issue, or turning off and on the mouse. </p>
<p>Rebooting seemed to solve the issue, but after a while the issue was back again, so I was wondering if it was something on the hardware/software side.</p>
<p>But the last time it happened I tried to debug a bit more.</p>
<p>Long time short. The other mouse worked fine, but the receiver was on <strong>my desk a few centimetres away from the mouse connected to an extension USB cable NOT at the back of the computer.</strong></p>
<p>I&#8217;ve picked up the troubled mouse receiver and put it in the extension USB cable, and voilá. It worked perfectly.</p>
<p>So if you have this issue try first to move closer the mouse and the receiver to see if it helps.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/primalcortex.wordpress.com/464/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/primalcortex.wordpress.com/464/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=primalcortex.wordpress.com&#038;blog=2117265&#038;post=464&#038;subd=primalcortex&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://primalcortex.wordpress.com/2012/10/26/jumpy-logitech-m305-wireless-mouse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1f8e404aaed86721fe5f89fc7aefd3c4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">primalcortex</media:title>
		</media:content>
	</item>
		<item>
		<title>Synology DSM root password for ssh</title>
		<link>http://primalcortex.wordpress.com/2012/08/25/synology-dsm-root-password-for-ssh/</link>
		<comments>http://primalcortex.wordpress.com/2012/08/25/synology-dsm-root-password-for-ssh/#comments</comments>
		<pubDate>Sat, 25 Aug 2012 18:45:50 +0000</pubDate>
		<dc:creator>primalcortex</dc:creator>
		
		<guid isPermaLink="false">http://primalcortex.wordpress.com/?p=458</guid>
		<description><![CDATA[After upgrading to the latest DSM (4.0-2228) version, I&#8217;ve found out that I was unable to login as root by ssh. Enabling and disabling ssh on the control panel and changing the admin password had no effect. I even tried to use the known password for the root user, but that also failed. So the [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=primalcortex.wordpress.com&#038;blog=2117265&#038;post=458&#038;subd=primalcortex&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>After upgrading to the latest DSM (4.0-2228) version, I&#8217;ve found out that I was unable to login as root by ssh.</p>
<p>Enabling and disabling ssh on the control panel and changing the admin password had no effect.</p>
<p>I even tried to use the known password for the root user, but that also failed.</p>
<p>So the solution?</p>
<ol>
<li>Enable telnet on the DSM Control Panel</li>
<li>Telnet as root. The password should be the same as admin. If not, change again the admin password.</li>
<li>Execute the following command <strong>synouser &#8211;setpwd <em>root  </em> password_same_as_admin_or_not</strong></li>
<li>Trying now to ssh as root it should succeed with the password gave in the above command</li>
<li>Disable telnet on the DSM Control Panel</li>
<li>Done.</li>
</ol>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/primalcortex.wordpress.com/458/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/primalcortex.wordpress.com/458/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=primalcortex.wordpress.com&#038;blog=2117265&#038;post=458&#038;subd=primalcortex&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://primalcortex.wordpress.com/2012/08/25/synology-dsm-root-password-for-ssh/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1f8e404aaed86721fe5f89fc7aefd3c4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">primalcortex</media:title>
		</media:content>
	</item>
		<item>
		<title>Synology, MySQL and PHPMyAdmin</title>
		<link>http://primalcortex.wordpress.com/2012/06/27/synology-mysql-and-phpmyadmin/</link>
		<comments>http://primalcortex.wordpress.com/2012/06/27/synology-mysql-and-phpmyadmin/#comments</comments>
		<pubDate>Wed, 27 Jun 2012 19:00:20 +0000</pubDate>
		<dc:creator>primalcortex</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[nas]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[synology]]></category>

		<guid isPermaLink="false">http://primalcortex.wordpress.com/?p=454</guid>
		<description><![CDATA[One of the packages available for installation on the Synology NAS is the PHPMyAdmin application that allows to use the web to administer the embed MySQL. The problem with this is that the PHPMyAdmin will also available on the root web server of the Web Station package, and this package is exposed to the internet, [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=primalcortex.wordpress.com&#038;blog=2117265&#038;post=454&#038;subd=primalcortex&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>One of the packages available for installation on the Synology NAS is the PHPMyAdmin application that allows to use the web to administer the embed MySQL.<br />
The problem with this is that the PHPMyAdmin will also available on the root web server of the Web Station package, and this package is exposed to the internet, the PHPMyAdmin will also be exposed&#8230;</p>
<p>My quick solution is not to install this PHPMyAdmin package, and since I seldom access the MySql package, a better alternative, yet not &#8220;light&#8221; is to use the Desktop Application MySQLWorkbench: <a href="http://www.mysql.com/products/workbench/" rel="nofollow">http://www.mysql.com/products/workbench/</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/primalcortex.wordpress.com/454/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/primalcortex.wordpress.com/454/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=primalcortex.wordpress.com&#038;blog=2117265&#038;post=454&#038;subd=primalcortex&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://primalcortex.wordpress.com/2012/06/27/synology-mysql-and-phpmyadmin/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1f8e404aaed86721fe5f89fc7aefd3c4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">primalcortex</media:title>
		</media:content>
	</item>
		<item>
		<title>P8 Process Engine Process Administrator Date Format</title>
		<link>http://primalcortex.wordpress.com/2012/06/20/p8-process-engine-process-administrator-date-format/</link>
		<comments>http://primalcortex.wordpress.com/2012/06/20/p8-process-engine-process-administrator-date-format/#comments</comments>
		<pubDate>Wed, 20 Jun 2012 19:29:32 +0000</pubDate>
		<dc:creator>primalcortex</dc:creator>
				<category><![CDATA[date formats]]></category>
		<category><![CDATA[filenet]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[p8]]></category>

		<guid isPermaLink="false">http://primalcortex.wordpress.com/?p=446</guid>
		<description><![CDATA[For those using the P8 FileNet products, namely the Process Engine, some times, when using the Process Administrator there is the need to do a search based in dates, like F_StartTime greater than yesterday. The date format for using as the parameter is the following: MM/DD/YYYY HH:MM AM/PM For example: 06/20/2012 15:00 pm or 06/20/2012 [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=primalcortex.wordpress.com&#038;blog=2117265&#038;post=446&#038;subd=primalcortex&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>For those using the P8 FileNet products, namely the Process Engine, some times, when using the Process Administrator there is the need to do a search based in dates, like F_StartTime greater than yesterday.</p>
<p>The date format for using as the parameter is the following: MM/DD/YYYY HH:MM AM/PM</p>
<p>For example:  06/20/2012 15:00 pm  or 06/20/2012 08:00 am</p>
<p>The Process Administrator then inserts the date value with the UNIX timestamp format.</p>
<p>An online tool as: <a href="http://www.onlineconversion.com/unix_time.htm" rel="nofollow">http://www.onlineconversion.com/unix_time.htm</a>  can be used to convert the values back and forth between formats.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/primalcortex.wordpress.com/446/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/primalcortex.wordpress.com/446/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=primalcortex.wordpress.com&#038;blog=2117265&#038;post=446&#038;subd=primalcortex&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://primalcortex.wordpress.com/2012/06/20/p8-process-engine-process-administrator-date-format/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1f8e404aaed86721fe5f89fc7aefd3c4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">primalcortex</media:title>
		</media:content>
	</item>
		<item>
		<title>Conta de mail na Vodafone PT (Portugal) e Thunderbird</title>
		<link>http://primalcortex.wordpress.com/2012/04/21/conta-de-mail-na-vodafone-pt-portugal-e-thunderbird/</link>
		<comments>http://primalcortex.wordpress.com/2012/04/21/conta-de-mail-na-vodafone-pt-portugal-e-thunderbird/#comments</comments>
		<pubDate>Sat, 21 Apr 2012 16:04:40 +0000</pubDate>
		<dc:creator>primalcortex</dc:creator>
				<category><![CDATA[configuration]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[synology]]></category>
		<category><![CDATA[thunderbird]]></category>
		<category><![CDATA[VODAFONE]]></category>

		<guid isPermaLink="false">http://primalcortex.wordpress.com/?p=439</guid>
		<description><![CDATA[Associado a um número de telemóvel da Vodafone Portugal (e provavelmente noutros países), pode-se ter uma conta de email associada gratuitamente a esse número de telemóvel. O facto em si (no meu caso) não é importante, mas sendo cliente Vodafone ADSL/Fibra, a única forma de poder enviar mails a partir do meu NAS (Synology) para [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=primalcortex.wordpress.com&#038;blog=2117265&#038;post=439&#038;subd=primalcortex&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Associado a um número de telemóvel da Vodafone Portugal (e provavelmente noutros países), pode-se ter uma conta de email associada gratuitamente a esse número de telemóvel.</p>
<p>O facto em si (no meu caso) não é importante, mas sendo cliente Vodafone ADSL/Fibra, a única forma de poder enviar mails a partir do meu NAS (Synology) para outras contas de correio sem ser considerado SPAM devido ao meu IP ADSL é fazer relay pelo servidor SMTP da Vodafone.</p>
<p>No entanto para isso é necessário que a conexão SMTP seja autenticada.</p>
<p>A questão é que a ajuda on-line da Vodafone só exemplifica para os produtos Microsoft nomeadamente o Outlook e Outlook express, o que definitivamente não é o meu caso. Tanto o NAS Synology como o Thunderbird permitem o uso de vários tipos de autenticação, e por isso devem ser configurados da seguinte forma:</p>
<p>SMTP:</p>
<p>  Description: Vodafone<br />
  Server Name: smtp.vodafone.pt<br />
  Port: 25 (O default SMTP)<br />
  Connection Security: STARTTLS<br />
  Authentication Method: Normal password<br />
  User Name:  minhaconta@vodafone.pt</p>
<p>Note-se que no user name é obrigatório colocar o email completo. Por exemplo minhaconta por si só não funciona.</p>
<p>IMAP:</p>
<p> Server Name: imap.vodafone.pt<br />
 Port: 993<br />
 User Name: minhaconta@vodafone.pt (Mais uma vez aqui o email completo)<br />
 Connection Security: SSL/TLS<br />
 Authentication Method: Normal password</p>
<p>E pronto, com estas configurações é possível configurar tanto o thunderbird, como o KDE, e claro o aviso de email do Synology Nas</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/primalcortex.wordpress.com/439/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/primalcortex.wordpress.com/439/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=primalcortex.wordpress.com&#038;blog=2117265&#038;post=439&#038;subd=primalcortex&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://primalcortex.wordpress.com/2012/04/21/conta-de-mail-na-vodafone-pt-portugal-e-thunderbird/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1f8e404aaed86721fe5f89fc7aefd3c4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">primalcortex</media:title>
		</media:content>
	</item>
		<item>
		<title>Android SDK and NetBeans</title>
		<link>http://primalcortex.wordpress.com/2012/02/28/android-sdk-and-netbeans/</link>
		<comments>http://primalcortex.wordpress.com/2012/02/28/android-sdk-and-netbeans/#comments</comments>
		<pubDate>Tue, 28 Feb 2012 11:28:45 +0000</pubDate>
		<dc:creator>primalcortex</dc:creator>
				<category><![CDATA[Geral]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[netbeans]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://primalcortex.wordpress.com/?p=442</guid>
		<description><![CDATA[I&#8217;m user of Netbeans for my Java related work. The Android SDK instructions refer the use of Eclipse as the IDE of choice, but is also possible to use Netbeans with the NBAndroid plugin, available at http://www.nbandroid.org/ Just following the instructions for installing the plugin in into Netbeans, namely by adding the plugin URL and [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=primalcortex.wordpress.com&#038;blog=2117265&#038;post=442&#038;subd=primalcortex&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I&#8217;m user of Netbeans for my Java related work.</p>
<p>The Android SDK instructions refer the use of Eclipse as the IDE of choice, but is also possible to use Netbeans with the NBAndroid plugin, available at<a title="NetBeans Adndroid Plugin" href="http://www.nbandroid.org/"> http://www.nbandroid.org/</a></p>
<p>Just following the instructions for installing the plugin in into Netbeans, namely by adding the plugin URL and installing them.</p>
<p>One issue that I&#8217;ve found was that the New Project Wizard didn&#8217;t show the Android type applications for creation&#8230;</p>
<p>For making on the New Project Wizard the Android Projects available to be created, you must enable the JAVA ME plugin, so just go again to Plugins and select JAVA ME and press Enable at the bottom of the window.</p>
<p>It should work now.</p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/primalcortex.wordpress.com/442/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/primalcortex.wordpress.com/442/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=primalcortex.wordpress.com&#038;blog=2117265&#038;post=442&#038;subd=primalcortex&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://primalcortex.wordpress.com/2012/02/28/android-sdk-and-netbeans/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1f8e404aaed86721fe5f89fc7aefd3c4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">primalcortex</media:title>
		</media:content>
	</item>
		<item>
		<title>Picasa 3.9 on Linux uses too much CPU</title>
		<link>http://primalcortex.wordpress.com/2012/02/22/picasa-3-9-on-linux-uses-too-much-cpu/</link>
		<comments>http://primalcortex.wordpress.com/2012/02/22/picasa-3-9-on-linux-uses-too-much-cpu/#comments</comments>
		<pubDate>Wed, 22 Feb 2012 11:42:00 +0000</pubDate>
		<dc:creator>primalcortex</dc:creator>
		
		<guid isPermaLink="false">http://primalcortex.wordpress.com/?p=437</guid>
		<description><![CDATA[I&#8217;ve upgraded recently to Picasa 3.9, but running it on Linux (no Windows or Mac here&#8230;). from the 3.0 version. One issue that I had was that Picasa was constantly consuming CPU on XOrg even when doing nothing. To solve it out just go to Tools-&#62;Options-&#62; General and disable Use Special Effects in Interface. Also [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=primalcortex.wordpress.com&#038;blog=2117265&#038;post=437&#038;subd=primalcortex&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I&#8217;ve upgraded recently to Picasa 3.9, but running it on Linux (no Windows or Mac here&#8230;). from the 3.0 version.</p>
<p>One issue that I had was that Picasa was constantly consuming CPU on XOrg even when doing nothing.</p>
<p>To solve it out just go to Tools-&gt;Options-&gt; General and disable Use Special Effects in Interface.</p>
<p>Also to clear some error messages on the .xsession-errors file just disable support for the video files.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/primalcortex.wordpress.com/437/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/primalcortex.wordpress.com/437/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=primalcortex.wordpress.com&#038;blog=2117265&#038;post=437&#038;subd=primalcortex&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://primalcortex.wordpress.com/2012/02/22/picasa-3-9-on-linux-uses-too-much-cpu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1f8e404aaed86721fe5f89fc7aefd3c4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">primalcortex</media:title>
		</media:content>
	</item>
	</channel>
</rss>
