<?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>mexlinux.com &#187; remote access</title>
	<atom:link href="http://www.mexlinux.com/tag/remote-access/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mexlinux.com</link>
	<description>digital memories - everything is on the net</description>
	<lastBuildDate>Sat, 05 Nov 2011 17:35:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>How to access linux desktop from iphone</title>
		<link>http://www.mexlinux.com/how-to-access-linux-desktop-from-iphone/</link>
		<comments>http://www.mexlinux.com/how-to-access-linux-desktop-from-iphone/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 16:43:10 +0000</pubDate>
		<dc:creator>mexlinux</dc:creator>
				<category><![CDATA[iphone]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[remote access]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.mexlinux.com/?p=156</guid>
		<description><![CDATA[There are several ways to access linux remotely. Access a console (no graphics) via ssh, with a client on AppStore or Cydia (is possible to use iSSH to get an X connection, I found it very slow and unreliable yet) Access a desktop via VNC (very slow) Access via an NX client (none available for [...]]]></description>
			<content:encoded><![CDATA[<p>There are several ways to access linux remotely.</p>
<ul>
<li>Access a console (no graphics) via ssh, with a client on AppStore or Cydia (is possible to use iSSH to get an X connection, I found it very slow and unreliable yet)</li>
<li>Access a desktop via VNC (very slow)</li>
<li>Access via an NX client (none available for the iPhone yet)</li>
<li>Access via RDP</li>
</ul>
<p>The best way would be an NX client, but there is none yet, so the easiest and fastest way to do it is via the Microsoft protocol RDP, what we need is:</p>
<p>1-An RDP server in linux: install xrdp (use <a href="http://www.mexlinux.com/how-to-install-xrdp-in-ubuntu/">this link</a> to install in ubuntu).</p>
<p>2-An RDP client on the iPhone: I have tried many that work: Mocha RDP lite, Mocha RDP, iRdesktop, WinAdmin, and one that does not work: Jaadu RDP, it&#8217;s a shame because I can tell that is the best RDP client for iPhone (it works for windows servers, but I have not been able to make it connect to linux xrdp)</p>
<p>3-If you want to access over the internet behind a firewall, you would need to open a port 3389 in your router&#8217;s firewall and get the current valid IP address. You can even get a free service from dyndns or no-ip in order to get a subdomain that will always point to your machine, no matter where it is.</p>
<script type="text/javascript" src="http://cdn.socialtwist.com/2009021710379-1/script.js"></script><a class="st-taf" href="http://tellafriend.socialtwist.com:80" onclick="return false;" style="border:0;padding:0;margin:0;"><img alt="SocialTwist Tell-a-Friend" style="border:0;padding:0;margin:0;" src="http://images.socialtwist.com/2009021710379-1/button.png"onmouseout="STTAFFUNC.hideHoverMap(this)" onmouseover="STTAFFUNC.showHoverMap(this, '2009021710379-1', 'http%3A%2F%2Fwww.mexlinux.com%2Fhow-to-access-linux-desktop-from-iphone%2F', 'How+to+access+linux+desktop+from+iphone')" onclick="STTAFFUNC.cw(this, {id:'2009021710379-1', link: 'http%3A%2F%2Fwww.mexlinux.com%2Fhow-to-access-linux-desktop-from-iphone%2F', title: 'How+to+access+linux+desktop+from+iphone' });"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.mexlinux.com/how-to-access-linux-desktop-from-iphone/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to install xrdp in ubuntu</title>
		<link>http://www.mexlinux.com/how-to-install-xrdp-in-ubuntu/</link>
		<comments>http://www.mexlinux.com/how-to-install-xrdp-in-ubuntu/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 14:44:41 +0000</pubDate>
		<dc:creator>mexlinux</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[remote access]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.mexlinux.com/?p=153</guid>
		<description><![CDATA[xrdp is an open source remote desktop protocol(rdp) server, so it&#8217;s able to serve a desktop to any Microsoft terminal server client. (that includes any recent Windows, Linux via rdesktop, or many portable devices with RDP clients. But, the default installation of xrdp in ubuntu has some glitches that need to be solved. So this [...]]]></description>
			<content:encoded><![CDATA[<p>xrdp is an open source remote desktop protocol(rdp) server, so it&#8217;s able to serve a desktop to any Microsoft terminal server client. (that includes any recent Windows, Linux via rdesktop, or many portable devices with RDP clients.</p>
<p>But, the default installation of xrdp in ubuntu has some glitches that need to be solved. So this is what&#8217;s needed:</p>
<p>I&#8217;ll be using ubuntu 9.04 (jaunty jackalpe)</p>
<p>1-Since xrdp requires a vnc server, one is automatically installed with xrdp, BUT the only working one is tightvnc (if you have already installed vnc4server, remove it) so you MUST install tightvnc first, either using synaptic or the following command:</p>
<p><em>sudo apt-get install tightvncserver</em></p>
<p>2-Now Install the xrdp server via synaptic or with</p>
<p><em>sudo apt-get install xrdp</em></p>
<p>Now in order to get the proper keyboard map and theme in GNOME, you need to make a modification:</p>
<p>3-Open gconf-editor either by typing that in a console, or in the Alt+F2 window.</p>
<p>4-Inside gconf-editor, navigate to /apps/gnome_settings_daemon/plugins/keyboard and set &#8220;active&#8221; to false.</p>
<p>That&#8217;s it. your Remote Desktop sever should be up and running.</p>
<script type="text/javascript" src="http://cdn.socialtwist.com/2009021710379-1/script.js"></script><a class="st-taf" href="http://tellafriend.socialtwist.com:80" onclick="return false;" style="border:0;padding:0;margin:0;"><img alt="SocialTwist Tell-a-Friend" style="border:0;padding:0;margin:0;" src="http://images.socialtwist.com/2009021710379-1/button.png"onmouseout="STTAFFUNC.hideHoverMap(this)" onmouseover="STTAFFUNC.showHoverMap(this, '2009021710379-1', 'http%3A%2F%2Fwww.mexlinux.com%2Fhow-to-install-xrdp-in-ubuntu%2F', 'How+to+install+xrdp+in+ubuntu')" onclick="STTAFFUNC.cw(this, {id:'2009021710379-1', link: 'http%3A%2F%2Fwww.mexlinux.com%2Fhow-to-install-xrdp-in-ubuntu%2F', title: 'How+to+install+xrdp+in+ubuntu' });"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.mexlinux.com/how-to-install-xrdp-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>How to access your PC from iphone</title>
		<link>http://www.mexlinux.com/how-to-access-pc-from-iphone/</link>
		<comments>http://www.mexlinux.com/how-to-access-pc-from-iphone/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 01:02:29 +0000</pubDate>
		<dc:creator>mexlinux</dc:creator>
				<category><![CDATA[iphone]]></category>
		<category><![CDATA[remote access]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.mexlinux.com/?p=141</guid>
		<description><![CDATA[There are several ways to achieve this, but I&#8217;m focusing on this specific way because is really fast, easy and secure. This method has two flavors: Via safari for free Via a paid app (much faster and easier, but involves $). This is what you need to do: 1-Open a free account  at http://www.logmein.com 2-Download [...]]]></description>
			<content:encoded><![CDATA[<p>There are several ways to achieve this, but I&#8217;m focusing on this specific way because is really fast, easy and secure.</p>
<p>This method has two flavors:</p>
<ul>
<li>Via safari for free</li>
<li>Via a paid app (much faster and easier, but involves $).</li>
</ul>
<p>This is what you need to do:</p>
<p>1-Open a free account  at http://www.logmein.com</p>
<p>2-Download and install the <strong>LogMeIn Free</strong> program to your windows pc. <em>There are serveral versions make sure to try the free version first</em></p>
<p>At this point you are now able to acces your PC via another PC web browser by logging into https://secure.logmein.com/</p>
<p>3-Once in the website go to the Remote Control and change the default mode from ACTIVEX to HTML:</p>
<p><a href="http://www.mexlinux.com/wp-content/uploads/2009/08/logmein.png"><img class="size-medium wp-image-142 alignnone" title="logmein" src="http://www.mexlinux.com/wp-content/uploads/2009/08/logmein-300x162.png" alt="logmein" width="300" height="162" /></a></p>
<p>Now you can access it even from your iphone&#8217;s safari.</p>
<p>If you like what you see you have the option to get the paid app, wich provides a better inerface to control the mouse in the touchscreen as well as a much fast rendering:</p>
<p>4-Go to AppStore and get the LogMeIn Ignition application in your iPhone.</p>
<p>5-Start your new app in the iphone, and provide the email and password used in step 1.</p>
<p><a href="http://www.mexlinux.com/wp-content/uploads/2009/08/li.png"><img class="alignnone size-medium wp-image-151" title="li" src="http://www.mexlinux.com/wp-content/uploads/2009/08/li-200x300.png" alt="li" width="200" height="300" /></a></p>
<p>6-You will see a list (maybe just one item in the list) containing the name of the PC where you installed on step 2. Click on it.</p>
<p>7-I till prompt for the PC password also provided on step 2.</p>
<p>8-And then you are ready, ytou have your full Windows Desktop inside your iphone.</p>
<p><a href="http://www.mexlinux.com/wp-content/uploads/2009/08/IMG_01551.PNG"><img class="size-medium wp-image-144 alignnone" title="IMG_0155" src="http://www.mexlinux.com/wp-content/uploads/2009/08/IMG_01551-300x200.PNG" alt="IMG_0155" width="300" height="200" /></a></p>
<script type="text/javascript" src="http://cdn.socialtwist.com/2009021710379-1/script.js"></script><a class="st-taf" href="http://tellafriend.socialtwist.com:80" onclick="return false;" style="border:0;padding:0;margin:0;"><img alt="SocialTwist Tell-a-Friend" style="border:0;padding:0;margin:0;" src="http://images.socialtwist.com/2009021710379-1/button.png"onmouseout="STTAFFUNC.hideHoverMap(this)" onmouseover="STTAFFUNC.showHoverMap(this, '2009021710379-1', 'http%3A%2F%2Fwww.mexlinux.com%2Fhow-to-access-pc-from-iphone%2F', 'How+to+access+your+PC+from+iphone')" onclick="STTAFFUNC.cw(this, {id:'2009021710379-1', link: 'http%3A%2F%2Fwww.mexlinux.com%2Fhow-to-access-pc-from-iphone%2F', title: 'How+to+access+your+PC+from+iphone' });"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.mexlinux.com/how-to-access-pc-from-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

