<?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>A&#124;RAKESH&#039;s Weblog &#187; Research</title>
	<atom:link href="http://airakesh.com/topics/categories/research/feed/" rel="self" type="application/rss+xml" />
	<link>http://airakesh.com</link>
	<description>[breakin&#039; glass ceiling]</description>
	<lastBuildDate>Fri, 16 Apr 2010 16:57:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>BlackBerry SSH: Connect to the remote Linux Server using MidpSSH on BlackBerry Curve 8520</title>
		<link>http://airakesh.com/blog/archives/2010/02/blackberry-ssh-connect-to-the-remote-linux-server-using-midpssh-on-blackberry-8520/</link>
		<comments>http://airakesh.com/blog/archives/2010/02/blackberry-ssh-connect-to-the-remote-linux-server-using-midpssh-on-blackberry-8520/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 13:53:22 +0000</pubDate>
		<dc:creator>Rakesh</dc:creator>
				<category><![CDATA[Howto]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[Airtel]]></category>
		<category><![CDATA[blackberry]]></category>
		<category><![CDATA[BlackBerry 8520]]></category>
		<category><![CDATA[Blackberry 9000 Bold]]></category>
		<category><![CDATA[BlackBerry Curve 8900]]></category>
		<category><![CDATA[blackberry internet service]]></category>
		<category><![CDATA[BlackBerry Storm 9530]]></category>
		<category><![CDATA[gprs]]></category>
		<category><![CDATA[midpSSH]]></category>
		<category><![CDATA[phone]]></category>
		<category><![CDATA[remote Linux server]]></category>
		<category><![CDATA[Smartphone]]></category>
		<category><![CDATA[SSH]]></category>

		<guid isPermaLink="false">http://airakesh.com/?p=721</guid>
		<description><![CDATA[<table bgcolor="#d3d3d3">
<tbody>
<tr>
<td>
First time, when I installed the midpSSH client and configured it on my BlackBerry Curve 8520 and tried to connect to the remote Linux server, it was giving an error message <strong>&#8220;Writer: could not open tunnel &#8211; failed&#8221;</strong>. Later, I checked it in detail in order to replicate and resolve the problem and I found the port 22 is not opened on EDGE enabled BlackBerry smartphone with BlackBerry Internet service by Airtel (as we know that the firewall only permits access to the SSH Server via port 22). </p>
<p>When I came to know that SSH works on GPRS enabled phone &#8212; it gave me a clue that the port 22 must be opened on GPRS enabled phone. So I asked my BlackBerry service provider &#8211; Airtel India support guys to activate the GPRS service on my phone and as it got enabled and tried to connect the remote Linux Server using midpSSH, it started working on my BlackBerry smartphone &#8211; WOW <img src='http://airakesh.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> .
</td>
</tr>
</tbody>
</table>
<div class="zemanta-img" style="margin: 1em; display: block;">
<div>
<dl style="width: 250px;" class="wp-caption alignright">
<dt class="wp-caption-dt"><a href="http://www.flickr.com/photos/44124369279@N01/3879107434"><img src="http://farm4.static.flickr.com/3496/3879107434_9c84b610b8_m.jpg" alt="Blackberry Curve 8520" title="Blackberry Curve 8520" height="180" width="240"/></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Image by <a href="http://www.flickr.com/photos/44124369279@N01/3879107434">morrissey</a> via Flickr</dd>
</dl>
</div>
</div>
<p>For Linux developer guys, it is essential that you connect to the remote Linux server from anywhere. I found having a SSH client on my BlackBerry 8520 smartphone is very convenient for a quick status check and troubleshooting.<br />
<a href="http://www.xk72.com/midpssh/download.php" target="_blank">MidpSSH</a> is a SSH and Telnet client for mobile device [It's open source software - so you can modify it too as per your requirement.]</p>
<p>Here&#8217;s step-by-step guide on how to connect to a Linux server from BlackBerry 8520 phone using MidpSSH software.</p>
<p>1. <strong>Download MidpSSH on BlackBerry Phone</strong></p>
<p>From the blackberry browser, go to http://www.xk72.com/wap and click on ‘Latest Development Release (v1.7.3)’. This will display several download options for blackberry phone. Select the BlackBerry Build OS 4.x.</p>
<table bgcolor="#d3d3d3">
<tbody>
<tr>
<td>
    * SSH1 Build<br />
    * SSH2 Lite Build MIDIP 2.0 MIDIP 1.0<br />
    * SSH1 Lite Build<br />
    * BlackBerry Build OS3.x OS 4.x<br />
    * BlackBerry Enterprise Only build<br />
    * No Obfuscation Build
</td>
</tr>
</tbody>
</table>
<p>When you select download, you may get a warning message — &#8220;The application does not contain a signature. It might not be from a trusted source. Do you want to proceed?&#8221;. Select &#8216;Yes&#8217;. This will start the download automatically as shown below.</p>
<p>2. <strong>Install MidpSSH on BlackBerry Phone</strong></p>
<p>After download, it will automatically install the application and give you the following installation successful message. Click on ‘OK’, which will display the MidpSSH icon on the blackberry home screen as shown below.</p>
<p>3. <strong>Create a new SSH Client session and connect to Linux Server from your BlackBerry Phone</strong></p>
<p>Create a SSH client connection by giving the ip-address of the Linux server you would like to connect to from your blackberry phone as shown in the Fig below.</p>
<table bgcolor="#d3d3d3">
<tbody>
<tr>
<td>
    * Alias – Enter the connection name.<br />
    * Host – Enter the ip-address of the server.<br />
    * Type: SSH, Telnet. Select SSH.<br />
    * Authentication: For SSH Connection Only. Optional. Leave this empty.<br />
    * Username: Enter the linux user name.<br />
    * Password: Enter the linux account password.<br />
    * Connection Type: Default, TCP/IP, BES, WiFi. Select Default.
</td>
</tr>
</tbody>
</table>
<p>For example:</p>
<table bgcolor="#d3d3d3">
<tbody>
<tr>
<td>
Alias: Dev DB<br />
Host: 208.67.222.222<br />
Type: SSH<br />
Authentication:<br />
Username:blackberry<br />
Password:********<br />
Connection Type: Default
</td>
</tr>
</tbody>
</table>
<p>Once the session is created, select the session using the trackball, which will give the option to connect, for me SSH Client session &#8216;Dev DB&#8217;, you need to go to the &#8216;Dev DB&#8217; client session and right click on &#8216;Dev DB&#8217; and select &#8216;Connect&#8217; to connect to the remote Linux server . This will prompt the message — “The application MidpSSH has attempted to access a low-level network connection. Would you like to allow this?.” Select “Yes” for this message, which will connect to the remote Linux server.</p>
<p><font color="red">Note:</font> As we know, the firewall only permits access to the SSH Server via port 22. If even you have Rs. 899 unlimited Airtel BlackBerry Internet service plan on your BlackBerry phone, you can&#8217;t connect to Linux Server from your BlackBerry Phone &#8211; it gives an error message <strong>&#8220;Writer: could not open tunnel &#8211; failed&#8221;</strong>. Because, by default for Airtel users with using EDGE (enabled) BlackBerry smartphone, port 22 is not opened (first, I tested it on BlackBerry Curve 8520 locked phone with Airtel).</p>
<p><strong>You must need to enable GPRS service on your BlackBerry phone if you want to use SSH on your smartphone.</strong> So as the GPRS service is enabled on your phone, the SSH will work and you would be able to connect to the remote Linux server.</p>
<p>Happy SSH on BlackBerry Curve 8520!!</p>
<p>Note that the default font size on the SSH client is very small. This makes the Linux prompt really tiny and practically not readable even with a 20/20 vision. The solution is simple — increase the font size.</p>
<p>Later, I had also tested  the midpSSH on BlackBerry 9530 Storm Touch, Blackberry 9000 Bold and BlackBerry Curve 8900 (including BlackBerry Curve 8520) with Blackberry Internet service and GPRS enabled and it worked for me on these Blackberry smartphone models.</p>
<p>If you will have any problems related BlackBerry SSH &#8212; just let me know by posting your comment here.</p>
<p>Read original story: <a href="http://www.thegeekstuff.com/2009/04/midpssh-blackberry-ssh-client-tutorial-connect-to-unix-server/" target="_blank">Midpssh Blackberry SSH Tutorial</a></p>


No related posts.


No related posts.]]></description>
		<wfw:commentRss>http://airakesh.com/blog/archives/2010/02/blackberry-ssh-connect-to-the-remote-linux-server-using-midpssh-on-blackberry-8520/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Mobile Firefox: Walk away from your computer and keep on going on your phone</title>
		<link>http://airakesh.com/blog/archives/2010/02/mobile-firefox-walk-away-from-your-computer-and-keep-on-going-on-your-phone-with-firefox-for-mobile/</link>
		<comments>http://airakesh.com/blog/archives/2010/02/mobile-firefox-walk-away-from-your-computer-and-keep-on-going-on-your-phone-with-firefox-for-mobile/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 09:37:46 +0000</pubDate>
		<dc:creator>Rakesh</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[Adblock]]></category>
		<category><![CDATA[addons]]></category>
		<category><![CDATA[Firefox for mobile]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[Maemo]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[mobile browser]]></category>
		<category><![CDATA[Mobile Firefox]]></category>
		<category><![CDATA[Nokia]]></category>
		<category><![CDATA[Nokia N900]]></category>
		<category><![CDATA[Opera Mini]]></category>
		<category><![CDATA[Smartphone]]></category>
		<category><![CDATA[YouTube]]></category>

		<guid isPermaLink="false">http://airakesh.com/?p=633</guid>
		<description><![CDATA[<p>Much awaited <a href="https://www.mozilla.com/en-US/mobile/maemo/"> Mobile Version of Firefox is out for </a><a href="http://maemo.nokia.com/n900/">Nokia N900</a> smartphone owners with the Maemo OS. But still it has to come out for other smartphones like BlackBerry, iPhone, etc.</p>
<p>Now, at the end of the working day you can walk away from your computer and keep on going on your phone. The N900 users will be able to download Firefox in <a href="https://store.ovi.com/">Nokia’s Ovi</a> store. It will be able to synchonise with the desktop version of browser it means that if there is any pages open in your desktop browser will directly be opened in your mobile version of the browser means a total sync between desktop and mobie device.</p>
<p>I personally use <a href="http://www.opera.com/mini/download/">Opera Mini</a> on my BlackBerry smartphone but the options in firefox makes me a fan of it. The mobile version of Firefox is already out for Nokia N900 but still I&#8217;ve been waiting for BlackBerry and iPhone smartphones. Soon, it will be on my finger.</p>
<p><strong>Firefox for mobile</strong> is packed with your <a href="https://www.mozilla.com/en-US/mobile/features/">favorite features</a>, including:</p>
<table bgcolor="#d3d3d3">
<tbody>
<tr>
<td>
    * Awesome Bar – Go to your favorite sites in just a couple of keystrokes with intelligent and personalized searching<br />
    * Weave Sync – Sync your Firefox tabs, history, bookmarks and passwords between your desktop and mobile device for a seamless browsing experience<br />
    * Add-ons – Customize your Firefox by adding small pieces of functionality, like games and news readers, that help make the mobile Web browser your own<br />
    * Location-Aware Browsing – Get maps and information relevant to your location<br />
    * Tabbed browsing – View open tabs as thumbnails to easily identify and select the Web page you’d like to go to next<br />
    * Safe Browsing – Get an Instant Web Site ID and easily access and edit security settings<br />
    * Available in more than 30 languages and counting
</td>
</tr>
</tbody>
</table>
<p>Firefox is the first mobile Web browser to support add-ons. With add-ons, you can customize your Firefox by adding features that help make your browser your own. Add-ons like AdBlock Plus, URL Fixer, TwitterBar, language translators, and geo guides become especially handy when you’re out and about on your mobile device. You can both discover and install add-ons directly from your Nokia N900. There are <a href="https://addons.mozilla.org/mobile/">currently more than 40 Firefox add-ons available for mobile</a> and the number is growing every day.</p>
<p>If you are fan of YouTube I strongly recommend that you <a href="http://madhava.com/egotism/archive/005041.html">install the YouTube Enabler</a> add-on from within the Add-ons Manager.  Tap on the install button, restart Firefox, and you’re all set to watch YouTube videos.</p>
<p><strong>Download Firefox for mobile</strong>:</p>
<table bgcolor="#d3d3d3">
<tbody>
<tr>
<td>
Visit <a href="http://firefox.com/m">Firefox.com/m on your Nokia N900</a></td>
</tr>
</tbody>
</table>
<p>Enjoy mobile version of Firefox! <img src='http://airakesh.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Much awaited <a href="https://www.mozilla.com/en-US/mobile/maemo/"> Mobile Version of Firefox is out for </a><a href="http://maemo.nokia.com/n900/">Nokia N900</a> smartphone owners with the Maemo OS. But still it has to come out for other smartphones like BlackBerry, iPhone, etc.</p>
<p>Now, at the end of the working day you can walk away from your computer and keep on going on your phone. The N900 users will be able to download Firefox in <a href="https://store.ovi.com/">Nokia’s Ovi</a> store. It will be able to synchonise with the desktop version of browser it means that if there is any pages open in your desktop browser will directly be opened in your mobile version of the browser means a total sync between desktop and mobie device.</p>
<p>I personally use <a href="http://www.opera.com/mini/download/">Opera Mini</a> on my BlackBerry smartphone but the options in firefox makes me a fan of it. The mobile version of Firefox is already out for Nokia N900 but still I&#8217;ve been waiting for BlackBerry and iPhone smartphones. Soon, it will be on my finger.</p>
<p><strong>Firefox for mobile</strong> is packed with your <a href="https://www.mozilla.com/en-US/mobile/features/">favorite features</a>, including:</p>
<table bgcolor="#d3d3d3">
<tbody>
<tr>
<td>
    * Awesome Bar – Go to your favorite sites in just a couple of keystrokes with intelligent and personalized searching<br />
    * Weave Sync – Sync your Firefox tabs, history, bookmarks and passwords between your desktop and mobile device for a seamless browsing experience<br />
    * Add-ons – Customize your Firefox by adding small pieces of functionality, like games and news readers, that help make the mobile Web browser your own<br />
    * Location-Aware Browsing – Get maps and information relevant to your location<br />
    * Tabbed browsing – View open tabs as thumbnails to easily identify and select the Web page you’d like to go to next<br />
    * Safe Browsing – Get an Instant Web Site ID and easily access and edit security settings<br />
    * Available in more than 30 languages and counting
</td>
</tr>
</tbody>
</table>
<p>Firefox is the first mobile Web browser to support add-ons. With add-ons, you can customize your Firefox by adding features that help make your browser your own. Add-ons like AdBlock Plus, URL Fixer, TwitterBar, language translators, and geo guides become especially handy when you’re out and about on your mobile device. You can both discover and install add-ons directly from your Nokia N900. There are <a href="https://addons.mozilla.org/mobile/">currently more than 40 Firefox add-ons available for mobile</a> and the number is growing every day.</p>
<p>If you are fan of YouTube I strongly recommend that you <a href="http://madhava.com/egotism/archive/005041.html">install the YouTube Enabler</a> add-on from within the Add-ons Manager.  Tap on the install button, restart Firefox, and you’re all set to watch YouTube videos.</p>
<p><strong>Download Firefox for mobile</strong>:</p>
<table bgcolor="#d3d3d3">
<tbody>
<tr>
<td>
Visit <a href="http://firefox.com/m">Firefox.com/m on your Nokia N900</a></td>
</tr>
</tbody>
</table>
<p>Enjoy mobile version of Firefox! <img src='http://airakesh.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>


Related posts:Test whether the mobile version of your blog or site is correctly working or not



Related posts:<ol><li><a href='http://airakesh.com/blog/archives/2010/02/test-whether-the-mobile-version-of-your-blog-or-site-is-correctly-working-or-not/' rel='bookmark' title='Permanent Link: Test whether the mobile version of your blog or site is correctly working or not'>Test whether the mobile version of your blog or site is correctly working or not</a></li>
</ol>]]></description>
		<wfw:commentRss>http://airakesh.com/blog/archives/2010/02/mobile-firefox-walk-away-from-your-computer-and-keep-on-going-on-your-phone-with-firefox-for-mobile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Test whether the mobile version of your blog or site is correctly working or not</title>
		<link>http://airakesh.com/blog/archives/2010/02/test-whether-the-mobile-version-of-your-blog-or-site-is-correctly-working-or-not/</link>
		<comments>http://airakesh.com/blog/archives/2010/02/test-whether-the-mobile-version-of-your-blog-or-site-is-correctly-working-or-not/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 10:28:06 +0000</pubDate>
		<dc:creator>Rakesh</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[about:config]]></category>
		<category><![CDATA[addon]]></category>
		<category><![CDATA[blackberry]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[mobile version]]></category>
		<category><![CDATA[test]]></category>
		<category><![CDATA[useragent]]></category>
		<category><![CDATA[Web browser]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://airakesh.com/?p=605</guid>
		<description><![CDATA[<p>How to test whether the mobile version of your blog or site is correctly working or not. For this, you can use Firefox browser&#8217;s <strong>about:config</strong> preference.<br />
Here I&#8217;m giving an example for iPhone and BlackBerry (follow the same for setting other browsers&#8217; specific useragent string).</p>
<p>Follow these steps:</p>
<p>1. In the Location bar, type about:config and press EnterReturn.</p>
<p>The about:config &#8220;This might void your warranty!&#8221; warning page may appear. Click I&#8217;ll be careful, I promise!, to continue to the about:config page. </p>
<p><strong>iPhone</strong></p>
<p>To use your Firefox web browser as if it’s the Safari browser inside the iPhone, follow this guide to change the user agent of Firefox. The user agent string to use is as follow:</p>
<p>For general.useragent.override in about:config preference:</p>
<p><strong>Mozilla/5.0 (iPhone; U; CPU like Mac OS X; en) AppleWebKit/420+ (KHTML, like Gecko) Version/3.0 Mobile/1A543 Safari/419.3</strong></p>
<p>For User Agent Switcher add-on (you can get it from <a href="https://addons.mozilla.org/en-US/firefox/addon/59" target="_blank">here</a>):</p>
<p>Description: <strong>iPhone</strong></p>
<p>User Agent: <strong>Mozilla/5.0 (iPhone; U; CPU like Mac OS X; en)</strong></p>
<p>App Name: <strong>AppleWebKit/420+ (KHTML, like Gecko)</strong></p>
<p>App Version: <strong>Version/3.0</strong></p>
<p>Platform: <strong>Mobile/1A543 Safari/419.3</strong> </p>
<p><strong>BlackBerry</strong></p>
<p>For general.useragent.override in about:config preference:</p>
<p><strong>BlackBerry9500/4.7.0.78 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/124</strong></p>
<p>For User Agent Switcher add-on:</p>
<p>Description: <strong>BlackBerry</strong></p>
<p>User Agent: <strong>BlackBerry9500/4.7.0.78 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/124</strong></p>
<p>App Name: <strong>BlackBerry 4.7.0.78 External link</strong></p>
<p>App Version: <strong>BlackBerry9500/4.7.0.78</strong></p>
<p>Platform: <strong>BlackBerry 4.7 run on RIM OS 4.7</strong></p>
<p>How to test whether the mobile version of your blog or site is correctly working or not. For this, you can use Firefox browser&#8217;s <strong>about:config</strong> preference.<br />
Here I&#8217;m giving an example for iPhone and BlackBerry (follow the same for setting other browsers&#8217; specific useragent string).</p>
<p>Follow these steps:</p>
<p>1. In the Location bar, type about:config and press EnterReturn.</p>
<p>The about:config &#8220;This might void your warranty!&#8221; warning page may appear. Click I&#8217;ll be careful, I promise!, to continue to the about:config page. </p>
<p><strong>iPhone</strong></p>
<p>To use your Firefox web browser as if it’s the Safari browser inside the iPhone, follow this guide to change the user agent of Firefox. The user agent string to use is as follow:</p>
<p>For general.useragent.override in about:config preference:</p>
<p><strong>Mozilla/5.0 (iPhone; U; CPU like Mac OS X; en) AppleWebKit/420+ (KHTML, like Gecko) Version/3.0 Mobile/1A543 Safari/419.3</strong></p>
<p>For User Agent Switcher add-on (you can get it from <a href="https://addons.mozilla.org/en-US/firefox/addon/59" target="_blank">here</a>):</p>
<p>Description: <strong>iPhone</strong></p>
<p>User Agent: <strong>Mozilla/5.0 (iPhone; U; CPU like Mac OS X; en)</strong></p>
<p>App Name: <strong>AppleWebKit/420+ (KHTML, like Gecko)</strong></p>
<p>App Version: <strong>Version/3.0</strong></p>
<p>Platform: <strong>Mobile/1A543 Safari/419.3</strong> </p>
<p><strong>BlackBerry</strong></p>
<p>For general.useragent.override in about:config preference:</p>
<p><strong>BlackBerry9500/4.7.0.78 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/124</strong></p>
<p>For User Agent Switcher add-on:</p>
<p>Description: <strong>BlackBerry</strong></p>
<p>User Agent: <strong>BlackBerry9500/4.7.0.78 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/124</strong></p>
<p>App Name: <strong>BlackBerry 4.7.0.78 External link</strong></p>
<p>App Version: <strong>BlackBerry9500/4.7.0.78</strong></p>
<p>Platform: <strong>BlackBerry 4.7 run on RIM OS 4.7</strong></p>


Related posts:Make a mobile version of your Wordpress blog or site
Mobile Firefox: Walk away from your computer and keep on going on your phone



Related posts:<ol><li><a href='http://airakesh.com/blog/archives/2010/02/make-a-mobile-version-of-your-wordpress-blog-or-site/' rel='bookmark' title='Permanent Link: Make a mobile version of your Wordpress blog or site'>Make a mobile version of your Wordpress blog or site</a></li>
<li><a href='http://airakesh.com/blog/archives/2010/02/mobile-firefox-walk-away-from-your-computer-and-keep-on-going-on-your-phone-with-firefox-for-mobile/' rel='bookmark' title='Permanent Link: Mobile Firefox: Walk away from your computer and keep on going on your phone'>Mobile Firefox: Walk away from your computer and keep on going on your phone</a></li>
</ol>]]></description>
		<wfw:commentRss>http://airakesh.com/blog/archives/2010/02/test-whether-the-mobile-version-of-your-blog-or-site-is-correctly-working-or-not/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to prevent Google from tracking your searches</title>
		<link>http://airakesh.com/blog/archives/2010/01/how-to-prevent-google-from-tracking-your-searches/</link>
		<comments>http://airakesh.com/blog/archives/2010/01/how-to-prevent-google-from-tracking-your-searches/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 18:23:25 +0000</pubDate>
		<dc:creator>Rakesh</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[Anonymizing proxy service]]></category>
		<category><![CDATA[Firefox Addon for GoogleSharing proxy]]></category>
		<category><![CDATA[Google proxy service]]></category>
		<category><![CDATA[Google's behavioral tracking system]]></category>
		<category><![CDATA[GoogleSharing]]></category>
		<category><![CDATA[GoogleSharing proxy]]></category>
		<category><![CDATA[How to prevent Google from tracking your searches]]></category>
		<category><![CDATA[Howto hide from Google]]></category>
		<category><![CDATA[Stop Google From Tracking your Searches]]></category>

		<guid isPermaLink="false">http://airakesh.com/?p=520</guid>
		<description><![CDATA[<p><DIV class="zemanta-img" style="margin:1em;display:block"><DIV><DL class="wp-caption alignright" style="width: 250px"><DT class="wp-caption-dt"><A href="http://www.flickr.com/photos/29191233@N03/4239530041"><IMG src="http://farm3.static.flickr.com/2732/4239530041_f8d7a2822c_m.jpg" alt="protect me from what I want" title="protect me from what I want" width="240" height="180"></A></DT><DD class="wp-caption-dd zemanta-img-attribution" style="font-size:0.8em">Image by <A href="http://www.flickr.com/photos/29191233@N03/4239530041">luca pedrotti</A> via Flickr</DD></DL></DIV></DIV>Google thrives where privacy does not. If you&#8217;re like most internet users, Google knows more about you than you might be comfortable with. Whether you were logged in to a Google account or not, they know everything you&#8217;ve ever searched for, what search results you clicked on, what news you read, and every place you&#8217;ve ever gotten directions to. Most of the time, thanks to things like Google Analytics, they even know which websites you visited that you didn&#8217;t reach through Google. If you use Gmail, they know the content of every email you&#8217;ve ever sent or received, whether you&#8217;ve deleted it or not.</p>
<p>They know who your friends are, where you live, where you work, and where you spend your free time. They know about your health, your love life, and your political leanings. These days they are even branching out into collecting your realtime GPS location and your DNS lookups. In short, not only do they know a lot about what you&#8217;re doing, they also have significant insight into what you&#8217;re thinking.</p>
<p>GoogleSharing is a special kind of anonymizing proxy service, designed for a very specific threat. It ultimately aims to provide a level of anonymity that will prevent google from tracking your searches, movements, and what websites you visit. <STRONG>GoogleSharing is not a full proxy service designed to anonymize all your traffic, but rather something designed exclusively for your communication with Google</STRONG>. </p>
<p>GoogleSharing is a system that mixes the requests of many different users together, such that Google is not capable of telling what is coming from whom. GoogleSharing aims to do a few very specific things:</p>
<p>   1. Provide a system that will prevent Google from collecting information about you from services which don&#8217;t require a login.<br />
   2. Make this system completely transparent to the user. No special websites, no change to your work flow.<br />
   3. Leave your non-Google traffic completely untouched, unredirected, and unaffected. </p>
<p>The GoogleSharing system consists of a custom proxy and a Firefox Addon. The proxy works by generating a pool of GoogleSharing &#8220;identities,&#8221; each of which contains a cookie issued by Google and an arbitrary User-Agent for one of several popular browsers. The Firefox Addon watches for requests to Google services from your browser, and when enabled will transparently redirect all of them (except for things like Gmail) to a GoogleSharing proxy. There your request is stripped of all identifying information and replaced with the information from a GoogleSharing identity. </p>
<p>Googlesharing is hardly the only tool that can flummox Google&#8217;s behavioral tracking system. The proxy system Tor, for instance, provides anonymity for any sort of Web browsing by siphoning a user&#8217;s data requests through not one but three servers.</p>
<p>Click <A href="http://googlesharing.net/download.html" target="_blank"> here</A> to download Firefox Addon for GoogleSharing proxy.</p>
<p><DIV class="zemanta-pixie" style="margin-top:10px;height:15px"><A class="zemanta-pixie-a" href="http://reblog.zemanta.com/zemified/7b3675f7-afc5-4efe-b20e-30c57baa7a14/" title="Reblog this post [with Zemanta]"><IMG class="zemanta-pixie-img" src="http://img.zemanta.com/reblog_e.png?x-id=7b3675f7-afc5-4efe-b20e-30c57baa7a14" alt="Reblog this post [with Zemanta]" style="border:none;float:right"></A><span class="zem-script more-related more-info pretty-attribution"><script type="text/javascript" src="http://static.zemanta.com/readside/loader.js" defer="defer"></script></span></DIV></p>


No related posts.


No related posts.]]></description>
		<wfw:commentRss>http://airakesh.com/blog/archives/2010/01/how-to-prevent-google-from-tracking-your-searches/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Install Google Chrome browser (not Chromium) in Debian Linux</title>
		<link>http://airakesh.com/blog/archives/2010/01/how-to-install-google-chrome-browser-chromium-in-debian-linux/</link>
		<comments>http://airakesh.com/blog/archives/2010/01/how-to-install-google-chrome-browser-chromium-in-debian-linux/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 17:28:43 +0000</pubDate>
		<dc:creator>Rakesh</dc:creator>
				<category><![CDATA[Howto]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[Command-line interface]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Operating system]]></category>
		<category><![CDATA[Software repository]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://airakesh.com/?p=507</guid>
		<description><![CDATA[<div class="zemanta-img" style="margin:1em;display:block">
<div>
<dl class="wp-caption alignright" style="width: 250px;">
<dt class="wp-caption-dt"><a href="http://www.flickr.com/photos/25839131@N04/3602984305"><img title="Chrome for Linux" src="http://farm4.static.flickr.com/3353/3602984305_1b6d01ab69_m.jpg" alt="Chrome for Linux" width="240" height="174" /></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size:0.8em">Image by <a href="http://www.flickr.com/photos/25839131@N04/3602984305">lucbyhet</a> via Flickr</dd>
</dl>
</div>
</div>
<p>Google Chrome for Linux has arrived.</p>
<p>As we know, Google has already its open source version of its Chrome browser and it is called Chromium. But recently Google has updated its Google Chrome browser with a new beta release.</p>
<p>So here, it&#8217;s all about installing Google Chrome browser on Debian machine.</p>
<p>Installing Google Chrome browser (Chromium) on Debian Lenny or Ubuntu is easy. Let&#8217;s start now&#8230;</p>
<p><strong>Imp. Note:</strong><br />
<code><span style="color: grey;"><br />
Command line configuration for APT</span></code></p>
<p><span style="color: grey;">On an APT-based system (Debian, Ubuntu, etc.), you must download the key and then use apt to install it and refresh your package indexes.<br />
For more information on Google&#8217;s package signing key, see the <a href="http://www.google.com/linuxrepositories/aboutkey.html" target="_blank">Signing Key</a> page.<br />
</span></p>
<p>Run these commands as root from commandline:<br />
<span style="color: grey;"><br />
rakesh@ debian:~# wget -q -O &#8211; https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -<br />
</span><br />
<span style="color: grey;"><br />
rakesh@ debian:~# apt-get update<br />
</span><br />
Recent versions of apt-get will automatically attempt to verify packages on download. If an appropriate key is not found or if the package is corrupted, you will get a message like the following:</p>
<table border="0" bgcolor="#d3d3d3">
<tbody>
<tr>
<td><span style="color: red;">WARNING:</span> The following packages cannot be authenticated!<br />
packagename</td>
</tr>
</tbody>
</table>
<p>Add the following rule to e.g. /etc/apt/sources.list, or if your distro has the /etc/apt/sources.list.d/ directory, add it to a file called google.list in that directory:<br />
<span style="color: grey;"><br />
rakesh@ debian:~# gedit /etc/apt/sources.list<br />
</span></p>
<table border="0" bgcolor="#d3d3d3">
<tbody>
<tr>
<td># Google software repository<br />
deb http://dl.google.com/linux/deb/ stable non-free main</td>
</tr>
</tbody>
</table>
<p>then use apt as usual, e.g.<br />
<span style="color: grey;"><br />
rakesh@ debian:~# sudo apt-get update<br />
</span><br />
Run the following command from commandline as root to install Chrome browser (for me the current version of Chrome are: google-chrome-unstable and google-chrome-beta)<br />
<span style="color: grey;"><br />
rakesh@ debian:~# sudo apt-get install google-chrome-unstable<br />
</span><br />
<strong>OR</strong><br />
<span style="color: grey;"><br />
rakesh@ debian:~# sudo apt-get install google-chrome-beta<br />
</span><br />
Done!</p>
<p>To open the browser, go to Applications -&gt; Internet -&gt; Google Chrome.</p>
<p>Enjoy Google Chrome in Linux ! &#8230; <img src='http://airakesh.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><script type="text/javascript"><!--
window.googleAfmcRequest = {
  client: 'ca-mb-pub-6797520720706355',
  ad_type: 'text_image',
  output: 'html',
  channel: '',
  format: '320x50_mb',
  oe: 'utf8',
  color_border: 'FFFFFF',
  color_bg: 'FFFFFF',
  color_link: '333333',
  color_text: '999999',
  color_url: '0066CC',
};
//--></script><br />
<script type="text/javascript" 
   src="http://pagead2.googlesyndication.com/pagead/show_afmc_ads.js"></script></p>
<div class="zemanta-img" style="margin:1em;display:block">
<div>
<dl class="wp-caption alignright" style="width: 250px;">
<dt class="wp-caption-dt"><a href="http://www.flickr.com/photos/25839131@N04/3602984305"><img title="Chrome for Linux" src="http://farm4.static.flickr.com/3353/3602984305_1b6d01ab69_m.jpg" alt="Chrome for Linux" width="240" height="174" /></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size:0.8em">Image by <a href="http://www.flickr.com/photos/25839131@N04/3602984305">lucbyhet</a> via Flickr</dd>
</dl>
</div>
</div>
<p>Google Chrome for Linux has arrived.</p>
<p>As we know, Google has already its open source version of its Chrome browser and it is called Chromium. But recently Google has updated its Google Chrome browser with a new beta release.</p>
<p>So here, it&#8217;s all about installing Google Chrome browser on Debian machine.</p>
<p>Installing Google Chrome browser (Chromium) on Debian Lenny or Ubuntu is easy. Let&#8217;s start now&#8230;</p>
<p><strong>Imp. Note:</strong><br />
<code><span style="color: grey;"><br />
Command line configuration for APT</span></code></p>
<p><span style="color: grey;">On an APT-based system (Debian, Ubuntu, etc.), you must download the key and then use apt to install it and refresh your package indexes.<br />
For more information on Google&#8217;s package signing key, see the <a href="http://www.google.com/linuxrepositories/aboutkey.html" target="_blank">Signing Key</a> page.<br />
</span></p>
<p>Run these commands as root from commandline:<br />
<span style="color: grey;"><br />
rakesh@ debian:~# wget -q -O &#8211; https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -<br />
</span><br />
<span style="color: grey;"><br />
rakesh@ debian:~# apt-get update<br />
</span><br />
Recent versions of apt-get will automatically attempt to verify packages on download. If an appropriate key is not found or if the package is corrupted, you will get a message like the following:</p>
<table border="0" bgcolor="#d3d3d3">
<tbody>
<tr>
<td><span style="color: red;">WARNING:</span> The following packages cannot be authenticated!<br />
packagename</td>
</tr>
</tbody>
</table>
<p>Add the following rule to e.g. /etc/apt/sources.list, or if your distro has the /etc/apt/sources.list.d/ directory, add it to a file called google.list in that directory:<br />
<span style="color: grey;"><br />
rakesh@ debian:~# gedit /etc/apt/sources.list<br />
</span></p>
<table border="0" bgcolor="#d3d3d3">
<tbody>
<tr>
<td># Google software repository<br />
deb http://dl.google.com/linux/deb/ stable non-free main</td>
</tr>
</tbody>
</table>
<p>then use apt as usual, e.g.<br />
<span style="color: grey;"><br />
rakesh@ debian:~# sudo apt-get update<br />
</span><br />
Run the following command from commandline as root to install Chrome browser (for me the current version of Chrome are: google-chrome-unstable and google-chrome-beta)<br />
<span style="color: grey;"><br />
rakesh@ debian:~# sudo apt-get install google-chrome-unstable<br />
</span><br />
<strong>OR</strong><br />
<span style="color: grey;"><br />
rakesh@ debian:~# sudo apt-get install google-chrome-beta<br />
</span><br />
Done!</p>
<p>To open the browser, go to Applications -&gt; Internet -&gt; Google Chrome.</p>
<p>Enjoy Google Chrome in Linux ! &#8230; <img src='http://airakesh.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><script type="text/javascript"><!--
window.googleAfmcRequest = {
  client: 'ca-mb-pub-6797520720706355',
  ad_type: 'text_image',
  output: 'html',
  channel: '',
  format: '320x50_mb',
  oe: 'utf8',
  color_border: 'FFFFFF',
  color_bg: 'FFFFFF',
  color_link: '333333',
  color_text: '999999',
  color_url: '0066CC',
};
//--></script><br />
<script type="text/javascript" 
   src="http://pagead2.googlesyndication.com/pagead/show_afmc_ads.js"></script></p>


Related posts:How to install Google Chrome in Fedora 10 or Fedora 11 (Linux)
Cracking Wi-Fi Password with Debian Linux
How to hack or crack Wi-Fi Password Using Debian Linux



Related posts:<ol><li><a href='http://airakesh.com/blog/archives/2010/01/how-to-install-google-chrome-in-fedora-10-or-fedora-11-linux/' rel='bookmark' title='Permanent Link: How to install Google Chrome in Fedora 10 or Fedora 11 (Linux)'>How to install Google Chrome in Fedora 10 or Fedora 11 (Linux)</a></li>
<li><a href='http://airakesh.com/blog/archives/2010/02/cracking-wi-fi-password-with-debian-linux/' rel='bookmark' title='Permanent Link: Cracking Wi-Fi Password with Debian Linux'>Cracking Wi-Fi Password with Debian Linux</a></li>
<li><a href='http://airakesh.com/blog/archives/2010/02/how-to-hack-or-crack-wi-fi-password-using-debian-linux/' rel='bookmark' title='Permanent Link: How to hack or crack Wi-Fi Password Using Debian Linux'>How to hack or crack Wi-Fi Password Using Debian Linux</a></li>
</ol>]]></description>
		<wfw:commentRss>http://airakesh.com/blog/archives/2010/01/how-to-install-google-chrome-browser-chromium-in-debian-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
