
<?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>Amrra - A Technology Blog</title>
	<atom:link href="http://amrra.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://amrra.net</link>
	<description></description>
	<lastBuildDate>Wed, 17 Sep 2014 04:29:54 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.0</generator>
	<item>
		<title>Solved: TinyOS error &#8211; tos-install-jni &#8211; [: 31: =: unexpected operator</title>
		<link>http://amrra.net/blog/2010/11/09/solved-tinyos-error-tos-install-jni-31-unexpected-operator/</link>
		<comments>http://amrra.net/blog/2010/11/09/solved-tinyos-error-tos-install-jni-31-unexpected-operator/#comments</comments>
		<pubDate>Tue, 09 Nov 2010 20:06:33 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Tech Solution]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[jni]]></category>
		<category><![CDATA[tinyos]]></category>
		<category><![CDATA[tos]]></category>
		<category><![CDATA[unexpected]]></category>

		<guid isPermaLink="false">http://amrra.net/?p=516</guid>
		<description><![CDATA[Those who are you want to install and use TinyOS, you may face some unexpected error while using &#8220;tos-install-jni&#8221; command. So for you here are some tricks to solve those problems. Problem 1: Permission denied suzan@amrra.net:~$ tos-install-jni [: 31: =: unexpected operator Installing 32-bit Java JNI code in /usr/lib/jvm/java-1.5.0-sun/jre/lib/i386 &#8230; install: cannot remove `/usr/lib/jvm/java-1.5.0-sun/jre/lib/i386/libgetenv.so': Permission &#8230;]]></description>
				<content:encoded><![CDATA[<p>Those who are you want to install and use <a title="TinyOS" href="http://www.tinyos.net" target="_blank">TinyOS</a>, you may face some unexpected error while using &#8220;tos-install-jni&#8221; command. So for you here are some tricks to solve those problems.</p>
<p><strong>Problem 1: Permission denied</strong><br />
suzan@amrra.net:~$ tos-install-jni<br />
[: 31: =: unexpected operator</p>
<p>Installing 32-bit Java JNI code in /usr/lib/jvm/java-1.5.0-sun/jre/lib/i386 &#8230;<br />
install: cannot remove `/usr/lib/jvm/java-1.5.0-sun/jre/lib/i386/libgetenv.so': <strong>Permission denied</strong></p>
<p><strong>Solution 1: Use sudo with the command</strong><br />
suzan@amrra.net:~$ sudo tos-install-jni<br />
[: 31: =: unexpected operator<br />
Installing 32-bit Java JNI code in /usr/lib/jvm/java-1.5.0-sun/jre/lib/i386 &#8230;<br />
done.</p>
<p><strong>Problem 2: [: 31: =: unexpected operator</strong><br />
suzan@amrra.net:~$ sudo tos-install-jni<br />
<strong>[: 31: =: unexpected operator</strong><br />
Installing 32-bit Java JNI code in /usr/lib/jvm/java-1.5.0-sun/jre/lib/i386 &#8230;<br />
done.</p>
<p><strong>Solution 2:</strong> Edit /usr/bin/tos-install-jni and change 1st line from <strong>&#8220;#!/bin/sh&#8221; to &#8220;#!/bin/bash&#8221;</strong><br />
suzan@amrra.net:~$ sudo tos-install-jni<br />
Installing 32-bit Java JNI code in /usr/lib/jvm/java-1.5.0-sun/jre/lib/i386 &#8230;<br />
done.</p>
<p>Enjoy TinyOS!!</p>
]]></content:encoded>
			<wfw:commentRss>http://amrra.net/blog/2010/11/09/solved-tinyos-error-tos-install-jni-31-unexpected-operator/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Solved: gpg error http ppa.launchpad.net lucid release</title>
		<link>http://amrra.net/blog/2010/10/29/solved-gpg-error-http-ppa-launchpad-net-lucid-release/</link>
		<comments>http://amrra.net/blog/2010/10/29/solved-gpg-error-http-ppa-launchpad-net-lucid-release/#comments</comments>
		<pubDate>Fri, 29 Oct 2010 16:16:03 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Tech Solution]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[gpg. ppa]]></category>
		<category><![CDATA[Lucid]]></category>

		<guid isPermaLink="false">http://amrra.net/?p=511</guid>
		<description><![CDATA[Today I was trying update one of Vmware Ubuntu Lucid 10.04 system using &#8220;sudo apt-get update&#8221; command. After updating the system it was giving a warning message everytime like the following W: GPG error: http://ppa.launchpad.net lucid Release: The following signatures couldn&#8217;t be verified because the public key is not available: NO_PUBKEY *************** Then I searched &#8230;]]></description>
				<content:encoded><![CDATA[<p>Today I was trying update one of Vmware Ubuntu Lucid 10.04 system using &#8220;sudo apt-get update&#8221; command. After updating the system it was giving a warning message everytime like the following</p>
<blockquote>
<div id="_mcePaste">W: GPG error: http://ppa.launchpad.net lucid Release: The following signatures couldn&#8217;t be verified because the public key is not available: NO_PUBKEY ***************</div>
</blockquote>
<div>Then I searched for the solution to get rid of the warning message and found that following commands worked for me.</div>
<blockquote>
<div>$sudo gpg &#8211;keyserver keyserver.ubuntu.com &#8211;recv 5BB92C09DB82666</div>
</blockquote>
<div>This will give you the following output</div>
<div>
<blockquote>
<div>gpg: directory `/home/suzan/.gnupg&#8217; created</div>
<div>gpg: new configuration file `/home/suzan/.gnupg/gpg.conf&#8217; created</div>
<div>gpg: WARNING: options in `/home/suzan/.gnupg/gpg.conf&#8217; are not yet active during this run</div>
<div>gpg: keyring `/home/suzan/.gnupg/secring.gpg&#8217; created</div>
<div>gpg: keyring `/home/suzan/.gnupg/pubring.gpg&#8217; created</div>
<div>gpg: requesting key DB82666C from hkp server keyserver.ubuntu.com</div>
<div>gpg: /home/suzan/.gnupg/trustdb.gpg: trustdb created</div>
<div>gpg: key DB82666C: public key &#8220;Launchpad Old Python Versions&#8221; imported</div>
<div>gpg: Total number processed: 1</div>
<div>gpg:               imported: 1  (RSA: 1)</div>
</blockquote>
<div>Then use this command</div>
<blockquote>
<div>$sudo gpg &#8211;export &#8211;armor 5BB92C09DB82666C | sudo apt-key add -</div>
</blockquote>
</div>
<div>Now you can feel free to update your system without any warning</div>
<blockquote>
<div>$ sudo apt-get update</div>
</blockquote>
<div>Enjoy and Happy Linuxing!!!!!</div>
]]></content:encoded>
			<wfw:commentRss>http://amrra.net/blog/2010/10/29/solved-gpg-error-http-ppa-launchpad-net-lucid-release/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Google releases Google Goggles for iPhone today</title>
		<link>http://amrra.net/blog/2010/10/05/google-releases-google-goggles-for-iphone-today/</link>
		<comments>http://amrra.net/blog/2010/10/05/google-releases-google-goggles-for-iphone-today/#comments</comments>
		<pubDate>Wed, 06 Oct 2010 03:22:29 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Tech News]]></category>

		<guid isPermaLink="false">http://amrra.net/?p=505</guid>
		<description><![CDATA[For iPhone users Google releases an interesting application today &#8211; Google Goggles. It uses pictures to search the web. Goggles recognizes things such as landmarks, books, wine, artwork, and logos. Earlier it was only released for Android phone users. You can download Goggles for iPhone and Android Phone from these following links 1. Google  Mobile &#8230;]]></description>
				<content:encoded><![CDATA[<p>For iPhone users Google releases an interesting application today &#8211; Google Goggles. It uses pictures to search the web. Goggles recognizes things such as landmarks, books, wine, artwork, and logos. Earlier it was only released for Android phone users.</p>
<p>You can download Goggles for iPhone and Android Phone from these following links</p>
<p>1. <a href="http://www.google.com/mobile/goggles/" target="_blank">Google  Mobile Apps</a></p>
<p>2. <a href="http://itunes.apple.com/us/app/google-mobile-app/id284815942?mt=8#" target="_blank">Apple iPhone Apps Store</a></p>
<p>Photo: Getting information of a Book</p>
<p style="text-align: center;"><a href="http://amrra.net/wp-content/uploads/2010/10/google-goggles.jpg"><img class="aligncenter size-full wp-image-532" title="google goggles" src="http://amrra.net/wp-content/uploads/2010/10/google-goggles.jpg" alt="" width="537" height="291" /></a></p>
<p>Some Google Goggles videos</p>
<p>1. Google Mobile App for iPhone, now with Google Goggles</p>
<p><iframe width="620" height="349" src="http://www.youtube.com/embed/ezc108DTaug?feature=oembed" frameborder="0" allowfullscreen></iframe></p>
<p>2. Google Goggles</p>
<p><iframe width="620" height="349" src="http://www.youtube.com/embed/Hhgfz0zPmH4?feature=oembed" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://amrra.net/blog/2010/10/05/google-releases-google-goggles-for-iphone-today/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Google TV &#8211; There&#8217;s more on TV than television</title>
		<link>http://amrra.net/blog/2010/10/04/google-tv-there-is-more-on-tv-than-television/</link>
		<comments>http://amrra.net/blog/2010/10/04/google-tv-there-is-more-on-tv-than-television/#comments</comments>
		<pubDate>Tue, 05 Oct 2010 02:50:57 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Tech News]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[TV]]></category>

		<guid isPermaLink="false">http://amrra.net/?p=501</guid>
		<description><![CDATA[Today I watched Youtube videos of Google TV. I am totally amazed after watching these videos. What a wonderful thing Google, Intel, Sony and Logitech are developing. Here some videos for you 1. Introducing Google TV 2. What is Google TV? 3. Apps for Google TV http://www.youtube.com/watch?v=ZDeX_oIfEeQ&#038;feature=player_embedded 4. Lonely TV Here is sample picture how &#8230;]]></description>
				<content:encoded><![CDATA[<p>Today I watched Youtube videos of Google TV. I am totally amazed  after watching these videos. What a wonderful thing Google, Intel, Sony  and Logitech are developing.</p>
<p>Here some videos for you</p>
<p>1. Introducing Google TV<span id="more-501"></span></p>
<p><iframe width="620" height="349" src="http://www.youtube.com/embed/diTpeYoqAhc?feature=oembed" frameborder="0" allowfullscreen></iframe></p>
<p>2. What is Google TV?</p>
<p><iframe width="620" height="349" src="http://www.youtube.com/embed/vS0la9SmqWA?feature=oembed" frameborder="0" allowfullscreen></iframe></p>
<p>3. Apps for Google TV</p>
<p>http://www.youtube.com/watch?v=ZDeX_oIfEeQ&#038;feature=player_embedded</p>
<p>4. Lonely TV</p>
<p><iframe width="620" height="349" src="http://www.youtube.com/embed/g8662nxojB4?feature=oembed" frameborder="0" allowfullscreen></iframe></p>
<p>Here is sample picture how you can search in Google TV.</p>
<p style="text-align: center;"><a href="http://amrra.net/wp-content/uploads/2010/10/Google-TV.jpg"><img class="aligncenter size-full wp-image-534" title="Google TV" src="http://amrra.net/wp-content/uploads/2010/10/Google-TV.jpg" alt="" width="531" height="318" /></a></p>
<p><strong>Note:</strong> Initially this was posted by me at <a href="http://social.amrra.net/suzan/2010/10/05/google-tv-theres-more-on-tv-than-television/" target="_blank">SocialNet</a> .</p>
]]></content:encoded>
			<wfw:commentRss>http://amrra.net/blog/2010/10/04/google-tv-there-is-more-on-tv-than-television/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Yahoo Penalty Shoot Out &#8211; Play, Win and Help Eliminate Aids</title>
		<link>http://amrra.net/blog/2010/06/12/yahoo-penalty-shoot-out-play-win-help-aids/</link>
		<comments>http://amrra.net/blog/2010/06/12/yahoo-penalty-shoot-out-play-win-help-aids/#comments</comments>
		<pubDate>Sat, 12 Jun 2010 21:07:20 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Sports]]></category>
		<category><![CDATA[aids]]></category>
		<category><![CDATA[football]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[red]]></category>
		<category><![CDATA[soccer]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://amrra.net/?p=478</guid>
		<description><![CDATA[Yahoo Penalty Shoot Out is an online game in Yahoo. For every goal scored in June 11, 2010, Yahoo! will contribute USD $1, up to USD $100,00 to (RED) to help eliminate AIDS in Africa. What is (RED)? (RED) is a simple idea that transforms our incredible collective power as consumers into a financial force &#8230;]]></description>
				<content:encoded><![CDATA[<p><a href="http://g.sports.yahoo.com/soccer/world-cup/penalty-shootout" target="_blank">Yahoo Penalty Shoot Out</a> is an online game in <a href="http://g.sports.yahoo.com/soccer/world-cup/penalty-shootout/join-red" target="_blank">Yahoo</a>. For every goal scored in June 11, 2010, Yahoo! will contribute USD $1, up to USD $100,00 to <span style="color: #ff0000;"><a href="http://www.joinred.com" target="_blank">(RED)</a></span> to help eliminate AIDS in Africa.<span id="more-478"></span></p>
<p style="text-align: center;"><a href="http://amrra.net/wp-content/uploads/2010/06/Yahoo-Penalty-Shoot-Out-Play-Win-and-Help-Eliminate-Aids-.jpg"><img class="size-full wp-image-479 aligncenter" title="Yahoo Penalty Shoot Out - Play, Win and Help Eliminate Aids" src="http://amrra.net/wp-content/uploads/2010/06/Yahoo-Penalty-Shoot-Out-Play-Win-and-Help-Eliminate-Aids-.jpg" alt="" width="580" height="261" /></a></p>
<p>What is <span style="color: #ff0000;"><a href="http://www.joinred.com" target="_blank">(RED)</a></span>?<br />
<span style="color: #ff0000;"><a href="http://www.joinred.com" target="_blank">(RED)</a></span> is a simple idea that transforms our incredible collective power as consumers into a financial force to help others in need.</p>
<p>So <a href="http://g.sports.yahoo.com/soccer/world-cup/penalty-shootout" target="_blank">play the game</a> for <a href="http://www.joinred.com" target="_blank">(RED)</a> and help eliminate AIDS.</p>
<p style="text-align: center;"><a href="http://amrra.net/wp-content/uploads/2010/06/Yahoo-Penalty-Shoot-Out-Play-Win-and-Help-Aids.jpg"><img class="aligncenter size-full wp-image-485" title="Yahoo Penalty Shoot Out - Play, Win and Help Aids" src="http://amrra.net/wp-content/uploads/2010/06/Yahoo-Penalty-Shoot-Out-Play-Win-and-Help-Aids.jpg" alt="" width="581" height="299" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://amrra.net/blog/2010/06/12/yahoo-penalty-shoot-out-play-win-help-aids/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Protect Your Privacy on Facebook</title>
		<link>http://amrra.net/blog/2010/05/18/how-to-protect-your-privacy-on-facebook/</link>
		<comments>http://amrra.net/blog/2010/05/18/how-to-protect-your-privacy-on-facebook/#comments</comments>
		<pubDate>Wed, 19 May 2010 00:41:14 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Facebook]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Tech Solution]]></category>
		<category><![CDATA[Open Graph]]></category>
		<category><![CDATA[Privacy]]></category>

		<guid isPermaLink="false">http://amrra.net/?p=321</guid>
		<description><![CDATA[Facebook Privacy is a hot topic now-a-days. Newly launched Facebook&#8217;s Open Graph Protocol might allow anybody to see your personal information&#8217;s and photo&#8217;s without login in the facebook, if your did not changed your default privacy settings. Some users ready to quit Facebook on May 31 (Quit Facebook Day) for this privacy concern. So if &#8230;]]></description>
				<content:encoded><![CDATA[<p>Facebook Privacy is a hot topic now-a-days. Newly launched Facebook&#8217;s <a href="http://graph.facebook.com/" target="_blank">Open Graph</a> Protocol might allow anybody to see your personal information&#8217;s and photo&#8217;s without login in the facebook, if your did not changed your default privacy settings. Some users ready to quit Facebook on May 31 (<a href="http://www.quitfacebookday.com/" target="_blank">Quit Facebook Day</a>) for this privacy concern. So if you are concerned about your privacy but do not want to quit, then there is a tool check and fix your Facebook Privacy settings.<span id="more-321"></span></p>
<p><a href="http://www.reclaimprivacy.org/" target="_blank">Reclaim Privacy</a> is an independent and open source browser based tool for scanning your Facebook privacy settings.</p>
<p style="text-align: center;"><a href="http://amrra.net/wp-content/uploads/2010/05/reclaim-facebook-privacy.jpg"><img class="aligncenter size-full wp-image-323" title="Protect Facebook Privacy" src="http://amrra.net/wp-content/uploads/2010/05/reclaim-facebook-privacy.jpg" alt="" width="554" height="356" /></a></p>
<p>Here is the procedure of scan and change your privacy settings.</p>
<p>1. Log in to <a href="http://www.facebook.com/" target="_blank">Facebook.com</a>.</p>
<p>1. Copy &amp; Paste the following text in your browser address bar and then press &#8220;Enter&#8221;</p>
<p><code>javascript:(function(){var script=document.createElement('script');script.src='http://static.reclaimprivacy.org/javascripts/privacyscanner.js';document.getElementsByTagName('head')[0].appendChild(script);})()</code></p>
<p>3. You will see a series of privacy scans that inspect your privacy settings and warn you about settings that might be unexpectedly public.</p>
<p>If it doesn&#8217;t not work, follow the instructions at <a href="http://www.reclaimprivacy.org" target="_blank">Reclaim Privacy</a>.</p>
<p>If you are interested about the source code of this, follow this <a href="http://github.com/mjpizz/reclaimprivacy" target="_blank">link.</a></p>
<p>So check and give us feedback, is your Facebook privacy protected?</p>
]]></content:encoded>
			<wfw:commentRss>http://amrra.net/blog/2010/05/18/how-to-protect-your-privacy-on-facebook/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Get Your Free Google Voice Account Today</title>
		<link>http://amrra.net/blog/2010/05/17/get-your-free-google-voice-account-today/</link>
		<comments>http://amrra.net/blog/2010/05/17/get-your-free-google-voice-account-today/#comments</comments>
		<pubDate>Mon, 17 May 2010 17:11:22 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Tech News]]></category>
		<category><![CDATA[Free]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Students]]></category>
		<category><![CDATA[Voice Account]]></category>

		<guid isPermaLink="false">http://amrra.net/?p=312</guid>
		<description><![CDATA[Are you looking for a free Google Voice Account? Are you a student with &#8220;.edu&#8221; email address? If both answer is &#8220;Yes&#8221;, then you are here at right place. Google offers students a free google voice account with free unique usa phone number. Google Voice gives you a single phone number that rings all your &#8230;]]></description>
				<content:encoded><![CDATA[<p>Are you looking for a free Google Voice Account? Are you a student with  &#8220;.edu&#8221; email address? If both answer is &#8220;Yes&#8221;, then you are here at  right place. Google offers students a free google voice account with free unique usa phone number.<span id="more-312"></span></p>
<p><a href="http://amrra.net/wp-content/uploads/2010/05/google-voice-account.jpg"><img class="aligncenter size-full wp-image-313" title="Free Google Voice Account" src="http://amrra.net/wp-content/uploads/2010/05/google-voice-account.jpg" alt="" width="516" height="443" /></a> Google    Voice    gives    you    a    single    phone    number    that    rings    all    your    phones,    saves    your    voicemail    online,    and    transcribes    your    voicemail    to    text.    Other    cool    features    include    the    ability    to    listen    in    on    messages    while    they    are    being    left    and    the    ability    to    make    low    cost    international    calls. To    start    enjoying    Google    Voice,    just    give    out    your    Google    Voice    number.    You    can    record    custom    greetings    for    your    favorite    callers    or    block    annoying    callers    by    marking    them    as    SPAM.    Just    click    on    the    settings    link    at    the    top    of    your    inbox.</p>
<p>So if you have &#8220;.edu&#8221; email address, visit <a href="http://www.google.com/googlevoice/students.html" target="_blank">here</a>. If you don&#8217;t have &#8220;.edu&#8221; email address, visit <a href="https://services.google.com/fb/forms/googlevoiceinvite/" target="_blank">here</a>.</p>
<p>Note: This offer is not available outside US.</p>
]]></content:encoded>
			<wfw:commentRss>http://amrra.net/blog/2010/05/17/get-your-free-google-voice-account-today/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Ubuntu 10.04 LTS (Lucid Lynx) &#8211; Screenshots</title>
		<link>http://amrra.net/blog/2010/04/29/ubuntu-10-04-lts-lucid-lynx-screenshots/</link>
		<comments>http://amrra.net/blog/2010/04/29/ubuntu-10-04-lts-lucid-lynx-screenshots/#comments</comments>
		<pubDate>Fri, 30 Apr 2010 05:03:26 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Tech News]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[GNOME]]></category>
		<category><![CDATA[Lucid]]></category>
		<category><![CDATA[Lynx]]></category>
		<category><![CDATA[Screenshot]]></category>

		<guid isPermaLink="false">http://amrra.net/?p=296</guid>
		<description><![CDATA[Ubuntu 10.04 LTS (Lucid Lynx) has been released today. New default theme is &#8220;Ambiance&#8221;. There is one more new theme named &#8220;Radiance&#8221;. Similar like Ubuntu 9.10 (Karmic Koala) I took some Ubuntu 10.04 LTS (Lucid Lynx) screenshot for you. I like the new theme very much. In Karmic Koala  &#8220;Ubuntu Software Center&#8221; was little bit &#8230;]]></description>
				<content:encoded><![CDATA[<p>Ubuntu 10.04 LTS (Lucid Lynx) has been released today. New default theme is &#8220;Ambiance&#8221;. There is one more new theme named &#8220;Radiance&#8221;. Similar like <a href="http://amrra.net/2009/12/23/ubuntu-9-10-karmic-koala-bengali-%E0%A6%AC%E0%A6%BE%E0%A6%82%E0%A6%B2%E0%A6%BE-localized-screenshot/">Ubuntu 9.10 (Karmic Koala)</a> I took some Ubuntu 10.04 LTS (Lucid Lynx) screenshot for you. I like the new theme very much. In Karmic Koala  &#8220;Ubuntu Software Center&#8221; was little bit buggy. But in new release it seems good to me.</p>
<p>Enjoy the Ubuntu 10.04 LTS (Lucid Lynx) screenshots<span id="more-296"></span></p>
<p>1. Desktop<br />
<a href="http://amrra.net/wp-content/uploads/2010/04/Screenshot.png"><img class="aligncenter size-medium wp-image-297" title="Ubuntu 10.04 LTS (Lucid Lynx) Desktop" src="http://amrra.net/wp-content/uploads/2010/04/Screenshot.png" alt="" width="450" /></a></p>
<p>2. Menu<br />
<a href="http://amrra.net/wp-content/uploads/2010/04/Screenshot-4.png"><img class="aligncenter size-medium wp-image-298" title="Ubuntu 10.04 LTS (Lucid Lynx) Menu" src="http://amrra.net/wp-content/uploads/2010/04/Screenshot-4.png" alt="" width="450" /></a></p>
<p>3. File Browser (Nautilus) and Terminal<br />
<a href="http://amrra.net/wp-content/uploads/2010/04/Screenshot-3.png"><img class="aligncenter size-medium wp-image-299" title="Ubuntu 10.04 LTS (Lucid Lynx) File Browser and Terminal" src="http://amrra.net/wp-content/uploads/2010/04/Screenshot-3.png" alt="" width="450" /></a></p>
<p>4. Ubuntu One (2 GB Online Space for Synchronized Data)<br />
<a href="http://amrra.net/wp-content/uploads/2010/04/Screenshot-5.png"><img class="aligncenter size-medium wp-image-300" title="Ubuntu 10.04 LTS (Lucid Lynx) Ubuntu One" src="http://amrra.net/wp-content/uploads/2010/04/Screenshot-5.png" alt="" width="450" /></a></p>
<p>5. OpenOffice.Org 3.2 Start Up<br />
<a href="http://amrra.net/wp-content/uploads/2010/04/Screenshot-6.png"><img class="aligncenter size-medium wp-image-301" title="Ubuntu 10.04 LTS (Lucid Lynx) OpenOffice.Org 3.2" src="http://amrra.net/wp-content/uploads/2010/04/Screenshot-6.png" alt="" width="450" /></a></p>
<p>6. Mozilla Firefox Default Home Page<br />
<a href="http://amrra.net/wp-content/uploads/2010/04/Screenshot-Ubuntu-Start-Page-Mozilla-Firefox.png"><img class="aligncenter size-medium wp-image-302" title="Ubuntu 10.04 LTS (Lucid Lynx) Start Page - Mozilla Firefox" src="http://amrra.net/wp-content/uploads/2010/04/Screenshot-Ubuntu-Start-Page-Mozilla-Firefox.png" alt="" width="450" /></a></p>
<p>7. GNOME About<br />
<a href="http://amrra.net/wp-content/uploads/2010/04/Screenshot-About-the-GNOME-Desktop.png"><img class="aligncenter size-medium wp-image-304" title="About the GNOME Desktop" src="http://amrra.net/wp-content/uploads/2010/04/Screenshot-About-the-GNOME-Desktop.png" alt="" width="450" /></a></p>
<p>8. Ubuntu Software Center<br />
<a href="http://amrra.net/wp-content/uploads/2010/04/Screenshot-Ubuntu-Software-Center.png"><img class="aligncenter size-medium wp-image-305" title="Ubuntu Software Center" src="http://amrra.net/wp-content/uploads/2010/04/Screenshot-Ubuntu-Software-Center.png" alt="" width="450" /></a></p>
<p>9. Add extra Keyboard Layout<br />
<a href="http://amrra.net/wp-content/uploads/2010/04/Screenshot-Choose-a-Layout-1.png"><img class="aligncenter size-medium wp-image-306" title="Ubuntu 10.04 LTS (Lucid Lynx) - Choose a Keyboard Layout" src="http://amrra.net/wp-content/uploads/2010/04/Screenshot-Choose-a-Layout-1.png" alt="" width="450" /></a>If you want to know more about all the features Ubuntu 10.04 LTS (Lucid Lynx), then follow this <a title="Ubuntu Features" href="http://www.ubuntu.com/products/whatisubuntu/1004features" target="_blank">link</a>.</p>
<p>If you want to download, then follow this <a title="Download Ubuntu Desktop/Server" href="http://www.ubuntu.com/getubuntu/download" target="_blank">link</a>.</p>
<p>If you want to request Ubuntu Desktop/Server CD, follow this <a title="Request Ubuntu CD" href="https://shipit.ubuntu.com/" target="_blank">link</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://amrra.net/blog/2010/04/29/ubuntu-10-04-lts-lucid-lynx-screenshots/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Ubuntu 10.04 LTS (Lucid Lynx) is coming</title>
		<link>http://amrra.net/blog/2010/04/09/ubuntu-10-04-lts-lucid-lynx-is-coming/</link>
		<comments>http://amrra.net/blog/2010/04/09/ubuntu-10-04-lts-lucid-lynx-is-coming/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 06:31:04 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Operating System]]></category>
		<category><![CDATA[Tech News]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Lucid]]></category>
		<category><![CDATA[Lynx]]></category>
		<category><![CDATA[Screenshot]]></category>

		<guid isPermaLink="false">http://amrra.net/?p=278</guid>
		<description><![CDATA[Ubuntu 10.04 Long Term Release (Code Name &#8211; Lucid Lynx) will release April 29, 2010. Currently Ubuntu 10.04 LTS Beta 2 is available for download. In this release you will get latest GNOME (2.30), KDE 4.4, Mozilla Firefox 3.6.3 (Default Search Engine changed from Google to Yahoo). Brand new default theme is Ambiance. Radiance is another &#8230;]]></description>
				<content:encoded><![CDATA[<p><a title="Ubuntu" href="http://www.ubuntu.com/" target="_blank">Ubuntu</a> 10.04 Long Term Release (Code Name &#8211; Lucid Lynx) will release April 29, 2010. Currently Ubuntu 10.04 LTS Beta 2 is available for download.<span id="more-278"></span></p>
<p>In this release you will get latest <a title="GNOME" href="http://www.gnome.org/" target="_blank">GNOME </a>(2.30), <a title="KDE" href="http://www.kde.org/" target="_blank">KDE </a>4.4, <a title="Mozilla Firefox" href="http://www.mozilla.com/?from=sfx&amp;uid=260961&amp;t=561" target="_blank">Mozilla Firefox</a> 3.6.3 (Default Search Engine changed from Google to Yahoo). Brand new default theme is Ambiance. Radiance is another brand new theme. Newest feature is built-in integration with Twitter, identi.ca, Facebook, and other social networks, which is built upon the Gwibber project. Gwibber now also supports a multi-column view for monitoring multiple feeds simultaneously.</p>
<p>If you want to upgrade (From April 29, 2010) your Ubuntu 9.10 system, press Alt+F2 and type in <strong>&#8220;update-manager -d&#8221;</strong> (without the quotes) into the command box to . Update Manager should open up and tell you: New distribution release &#8216;10.04&#8217; is available. Click Upgrade and follow the on-screen instructions. Or If you want to upgrade to this current Beta version, type <strong>&#8220;update-manager &#8211;devel-release&#8221;</strong> (without the quotes) into command box.</p>
<p>I took couple of screenshot for you. After final release I will share some more screenshots with you like I did for <a title="Ubuntu 9.10 Karmic Koala Bengali Screenshot" href="http://amrra.net/2009/12/23/ubuntu-9-10-karmic-koala-bengali-%E0%A6%AC%E0%A6%BE%E0%A6%82%E0%A6%B2%E0%A6%BE-localized-screenshot/">Ubuntu 9.10 Karmic Koala</a>.</p>
<p style="text-align: center;">1. Ubuntu 10.04 LTS (Lucid Lynx) Desktop with new theme Ambiance<br />
<a href="http://amrra.net/wp-content/uploads/2010/04/Screenshot-1.png"><img class="size-medium wp-image-281 aligncenter" title="Ubuntu 10.04 LTS (Lucid Lynx) Desktop with new theme Ambiance" src="http://amrra.net/wp-content/uploads/2010/04/Screenshot-1-300x225.png" alt="" width="400" /></a></p>
<p style="text-align: center;">2. Ubuntu 10.04 LTS (Lucid Lynx) File Browser and Gwibber<br />
<a href="http://amrra.net/wp-content/uploads/2010/04/Screenshot-2.png"><img class="size-medium wp-image-282 aligncenter" title="Ubuntu 10.04 LTS (Lucid Lynx) File Browser and Gwibber" src="http://amrra.net/wp-content/uploads/2010/04/Screenshot-2-300x225.png" alt="" width="400" /></a></p>
<p>Ubuntu 10.04 LTS Counter for you<br />
<script src="http://www.ubuntu.com/files/countdown/display.js" type="text/javascript"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://amrra.net/blog/2010/04/09/ubuntu-10-04-lts-lucid-lynx-is-coming/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>How Your Website Looks on iPad</title>
		<link>http://amrra.net/blog/2010/04/06/how-your-website-looks-on-ipad/</link>
		<comments>http://amrra.net/blog/2010/04/06/how-your-website-looks-on-ipad/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 21:08:30 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Tech News]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[how]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPad Peek]]></category>
		<category><![CDATA[looks]]></category>

		<guid isPermaLink="false">http://amrra.net/?p=266</guid>
		<description><![CDATA[iPad is the new craze from Apple. On the very first day 300,000 iPad were sold. I think within very months there will be millions of iPad users. So web developers have to rethink about their website design for iPad user. iPad Peek is a necessary tool for the web developers to test how their &#8230;]]></description>
				<content:encoded><![CDATA[<p>iPad is the new craze from Apple. On the very first day 300,000 iPad were sold. I think within very months there will be millions of iPad users. So web developers have to rethink about their website design for iPad user.<span id="more-266"></span></p>
<p style="text-align: center;"><a href="http://amrra.net/wp-content/uploads/2010/04/Ipad-Peek-Amrra.jpg"><img class="size-medium wp-image-267 aligncenter" title="Ipad Peek - Amrra" src="http://amrra.net/wp-content/uploads/2010/04/Ipad-Peek-Amrra-300x187.jpg" alt="" width="400" /></a></p>
<p><a title="iPad Peek" href="http://ipadpeek.com/" target="_blank">iPad Peek</a> is a necessary tool for the web developers to test how their website looks or rendered in iPad. You can also see your website in landscape or portrait mode. Just click on top border to switch change  landscape or portrait mode. Or you can also this following style of url: for portrait mode use <a href="http://ipadpeek.com/?url=amrra.net&amp;portrait" target="_blank">http://ipadpeek.com/?url=amrra.net&amp;portrait</a> and for landscape mode use <a href="http://ipadpeek.com/?url=amrra.net&amp;landscape" target="_blank">http://ipadpeek.com/?url=amrra.net&amp;landscape</a> . It looks just like the read iPad.</p>
<p>This iPad Peek tool is a open source tool and you can play with it&#8217;s <a title="iPad Peek Source Code" href="http://gitorious.org/stick/ipadpeek" target="_blank">code</a></p>
<p><a href="http://amrra.net/wp-content/uploads/2010/04/iPad-Peek-Screen.jpg"><img class="aligncenter size-medium wp-image-268" title="iPad Peek Screen" src="http://amrra.net/wp-content/uploads/2010/04/iPad-Peek-Screen-300x187.jpg" alt="" width="400" /></a></p>
<p>One more reminder: iPad doesn&#8217;t support Flash.</p>
]]></content:encoded>
			<wfw:commentRss>http://amrra.net/blog/2010/04/06/how-your-website-looks-on-ipad/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
