<?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>Ohjeah! &#187; rdesktop</title>
	<atom:link href="http://www.ohjeah.net/tag/rdesktop/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ohjeah.net</link>
	<description>The writings of JRO...</description>
	<lastBuildDate>Wed, 09 Jun 2010 20:58:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>mstsc In Linux!</title>
		<link>http://www.ohjeah.net/2009/06/25/mstsc-in-linux/</link>
		<comments>http://www.ohjeah.net/2009/06/25/mstsc-in-linux/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 16:53:49 +0000</pubDate>
		<dc:creator>jro</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[mstsc]]></category>
		<category><![CDATA[rdesktop]]></category>

		<guid isPermaLink="false">http://www.ohjeah.net/?p=241</guid>
		<description><![CDATA[Simple shell script to help me with my habit of always trying to use mstsc to launch remote desktop connections even on my Linux workstation..  You can add other misc rdesktop flags as you feel necessary.  Put it in /usr/bin etc

#!/bin/bash
# Usage: mstsc /v:host (or mstsc host)
&#160;
iuser=&#34;username&#34;
ihost=$1
ohost=${ihost/\/v:/}
&#160;
rdesktop -g 1280x1024 -u $iuser -z $ohost &#62; [...]]]></description>
			<content:encoded><![CDATA[<p>Simple shell script to help me with my habit of always trying to use mstsc to launch remote desktop connections even on my Linux workstation..  You can add other misc rdesktop flags as you feel necessary.  Put it in /usr/bin etc</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">#!/bin/bash</span>
<span style="color: #666666; font-style: italic;"># Usage: mstsc /v:host (or mstsc host)</span>
&nbsp;
<span style="color: #007800;">iuser</span>=<span style="color: #ff0000;">&quot;username&quot;</span>
<span style="color: #007800;">ihost</span>=$<span style="color: #000000;">1</span>
<span style="color: #007800;">ohost</span>=<span style="color: #800000;">${ihost/\/v:/}</span>
&nbsp;
rdesktop <span style="color: #660033;">-g</span> 1280x1024 <span style="color: #660033;">-u</span> <span style="color: #007800;">$iuser</span> <span style="color: #660033;">-z</span> <span style="color: #007800;">$ohost</span> <span style="color: #000000; font-weight: bold;">&gt;</span> <span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>null <span style="color: #000000;">2</span><span style="color: #000000; font-weight: bold;">&gt;&amp;</span><span style="color: #000000;">1</span> <span style="color: #000000; font-weight: bold;">&amp;</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.ohjeah.net/2009/06/25/mstsc-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
