<?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/"
	>

<channel>
	<title>Gumtree Notes</title>
	<atom:link href="http://caracara.org/gumtree/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://caracara.org/gumtree</link>
	<description></description>
	<pubDate>Wed, 04 Aug 2010 07:17:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>ssh-agent in Cygwin</title>
		<link>http://caracara.org/gumtree/?p=99</link>
		<comments>http://caracara.org/gumtree/?p=99#comments</comments>
		<pubDate>Wed, 04 Aug 2010 07:17:10 +0000</pubDate>
		<dc:creator>jbulck</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[cygwin]]></category>

		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://caracara.org/gumtree/?p=99</guid>
		<description><![CDATA[  SSH_PRIVATE_KEY=&#8221;${HOME}/.ssh/id_rsa&#8221;
  SSHAGENT=/usr/bin/ssh-agent
  SSHAGENTARGS=&#8221;-s&#8221;
  if [ -z "$SSH_AUTH_SOCK" -a -x "$SSHAGENT" ];
  then
    eval `$SSHAGENT $SSHAGENTARGS`
    trap &#8220;kill $SSH_AGENT_PID&#8221; 0
  fi
  echo &#8220;SSH_AUTH_SOCK: &#8221; ${SSH_AUTH_SOCK}
  echo &#8220;SSH_AGENT_PID: &#8221; ${SSH_AGENT_PID}
  ssh-add ${SSH_PRIVATE_KEY}

]]></description>
			<content:encoded><![CDATA[<blockquote><p>  SSH_PRIVATE_KEY=&#8221;${HOME}/.ssh/id_rsa&#8221;<br />
  SSHAGENT=/usr/bin/ssh-agent<br />
  SSHAGENTARGS=&#8221;-s&#8221;</p>
<p>  if [ -z "$SSH_AUTH_SOCK" -a -x "$SSHAGENT" ];<br />
  then<br />
    eval `$SSHAGENT $SSHAGENTARGS`<br />
    trap &#8220;kill $SSH_AGENT_PID&#8221; 0<br />
  fi</p>
<p>  echo &#8220;SSH_AUTH_SOCK: &#8221; ${SSH_AUTH_SOCK}<br />
  echo &#8220;SSH_AGENT_PID: &#8221; ${SSH_AGENT_PID}</p>
<p>  ssh-add ${SSH_PRIVATE_KEY}
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://caracara.org/gumtree/?feed=rss2&amp;p=99</wfw:commentRss>
		</item>
		<item>
		<title>PuttyCM on Windows 7 - Main Window Disappears</title>
		<link>http://caracara.org/gumtree/?p=95</link>
		<comments>http://caracara.org/gumtree/?p=95#comments</comments>
		<pubDate>Fri, 28 May 2010 17:20:33 +0000</pubDate>
		<dc:creator>jbulck</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[putty]]></category>

		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://caracara.org/gumtree/?p=95</guid>
		<description><![CDATA[Putty Command Manager behaves badly when focus is lost.  This is Windows7 specific.  It disappears to the background and the only way to bring it back is to reactivate it through &#8220;Process Explorer&#8221;.
Deselect &#8220;Hide when minimized&#8221; in Options -> General
Seems to help.
Source: http://puttycm.free.fr/cms/index.php?option=com_wrapper&#038;view=wrapper&#038;Itemid=56
]]></description>
			<content:encoded><![CDATA[<p>Putty Command Manager behaves badly when focus is lost.  This is Windows7 specific.  It disappears to the background and the only way to bring it back is to reactivate it through &#8220;Process Explorer&#8221;.</p>
<p>Deselect &#8220;Hide when minimized&#8221; in Options -> General<br />
Seems to help.</p>
<p>Source: <a href="http://puttycm.free.fr/cms/index.php?option=com_wrapper&#038;view=wrapper&#038;Itemid=56">http://puttycm.free.fr/cms/index.php?option=com_wrapper&#038;view=wrapper&#038;Itemid=56</a></p>
]]></content:encoded>
			<wfw:commentRss>http://caracara.org/gumtree/?feed=rss2&amp;p=95</wfw:commentRss>
		</item>
		<item>
		<title>Maven ear building</title>
		<link>http://caracara.org/gumtree/?p=93</link>
		<comments>http://caracara.org/gumtree/?p=93#comments</comments>
		<pubDate>Wed, 19 May 2010 15:01:21 +0000</pubDate>
		<dc:creator>jbulck</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[java]]></category>

		<category><![CDATA[JEE]]></category>

		<category><![CDATA[maven]]></category>

		<guid isPermaLink="false">http://caracara.org/gumtree/?p=93</guid>
		<description><![CDATA[Good summary on the subject:  Because I always forget how to use maven-ear-plugin
]]></description>
			<content:encoded><![CDATA[<p>Good summary on the subject:  <a href=" http://agoncal.wordpress.com/2009/10/23/because-i-always-forget-how-to-use-maven-ear-plugin/">Because I always forget how to use maven-ear-plugin</a></p>
]]></content:encoded>
			<wfw:commentRss>http://caracara.org/gumtree/?feed=rss2&amp;p=93</wfw:commentRss>
		</item>
		<item>
		<title>Find a Java class in a library, somewhere&#8230;</title>
		<link>http://caracara.org/gumtree/?p=89</link>
		<comments>http://caracara.org/gumtree/?p=89#comments</comments>
		<pubDate>Tue, 11 May 2010 19:16:22 +0000</pubDate>
		<dc:creator>jbulck</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[cygwin]]></category>

		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://caracara.org/gumtree/?p=89</guid>
		<description><![CDATA[Get the JFind jar here:
http://jfind.sourceforge.net/
and fix a quick launcher:

jan@laptop-janvb ~ $ cat bin/jfind.sh
if [ $# -ne 2 ]
then
  echo &#8220;Usage: `basename $0` classname fromDir&#8221;
  exit 1
fi
echo Search String: $1
SEARCH_LOCATION=`cygpath -w $2`
echo Windows Search Location: $SEARCH_LOCATION
java -jar `cygpath -w $HOME/bin/JFind.jar` &#8220;$1&#8243; &#8220;$SEARCH_LOCATION&#8221;
echo

]]></description>
			<content:encoded><![CDATA[<p>Get the JFind jar here:<br />
<a href="http://jfind.sourceforge.net/">http://jfind.sourceforge.net/</a></p>
<p>and fix a quick launcher:</p>
<p><code><br />
jan@laptop-janvb ~ $ cat bin/jfind.sh<br />
if [ $# -ne 2 ]<br />
then<br />
  echo &#8220;Usage: `basename $0` classname fromDir&#8221;<br />
  exit 1<br />
fi<br />
echo Search String: $1<br />
SEARCH_LOCATION=`cygpath -w $2`<br />
echo Windows Search Location: $SEARCH_LOCATION<br />
java -jar `cygpath -w $HOME/bin/JFind.jar` &#8220;$1&#8243; &#8220;$SEARCH_LOCATION&#8221;<br />
echo<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://caracara.org/gumtree/?feed=rss2&amp;p=89</wfw:commentRss>
		</item>
		<item>
		<title>Fix ulimit issue on JBoss for OSX</title>
		<link>http://caracara.org/gumtree/?p=84</link>
		<comments>http://caracara.org/gumtree/?p=84#comments</comments>
		<pubDate>Tue, 11 May 2010 09:27:17 +0000</pubDate>
		<dc:creator>jbulck</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[java]]></category>

		<category><![CDATA[jboss]]></category>

		<category><![CDATA[osx]]></category>

		<guid isPermaLink="false">http://caracara.org/gumtree/?p=84</guid>
		<description><![CDATA[Add the following to run.sh:
if [ "$darwin" = "true" ]; then
    MAX_FD_LIMIT=`sysctl -n kern.maxfilesperproc`
fi

]]></description>
			<content:encoded><![CDATA[<p>Add the following to run.sh:</p>
<p><code>if [ "$darwin" = "true" ]; then<br />
    MAX_FD_LIMIT=`sysctl -n kern.maxfilesperproc`<br />
fi<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://caracara.org/gumtree/?feed=rss2&amp;p=84</wfw:commentRss>
		</item>
		<item>
		<title>Use Putty Connection Manager for local Cywin sessions</title>
		<link>http://caracara.org/gumtree/?p=81</link>
		<comments>http://caracara.org/gumtree/?p=81#comments</comments>
		<pubDate>Tue, 11 May 2010 09:23:28 +0000</pubDate>
		<dc:creator>jbulck</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[cygwin]]></category>

		<category><![CDATA[ssh]]></category>

		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://caracara.org/gumtree/?p=81</guid>
		<description><![CDATA[Schedule a local sshd service, following the second approach in this article:
http://nfnaaron.posterous.com/tag/puttycyg
&#8230; as from then BUA
]]></description>
			<content:encoded><![CDATA[<p>Schedule a local sshd service, following the second approach in this article:</p>
<p><a href="http://nfnaaron.posterous.com/tag/puttycyg">http://nfnaaron.posterous.com/tag/puttycyg</a></p>
<p>&#8230; as from then BUA</p>
]]></content:encoded>
			<wfw:commentRss>http://caracara.org/gumtree/?feed=rss2&amp;p=81</wfw:commentRss>
		</item>
		<item>
		<title>Groovy Shebang</title>
		<link>http://caracara.org/gumtree/?p=78</link>
		<comments>http://caracara.org/gumtree/?p=78#comments</comments>
		<pubDate>Mon, 04 Jan 2010 05:54:49 +0000</pubDate>
		<dc:creator>jbulck</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[groovy]]></category>

		<guid isPermaLink="false">http://caracara.org/gumtree/?p=78</guid>
		<description><![CDATA[#!/usr/bin/env groovy
println "Hello " + args[0]

]]></description>
			<content:encoded><![CDATA[<p><code>#!/usr/bin/env groovy<br />
println "Hello " + args[0]<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://caracara.org/gumtree/?feed=rss2&amp;p=78</wfw:commentRss>
		</item>
		<item>
		<title>Skip tests during a Maven build</title>
		<link>http://caracara.org/gumtree/?p=74</link>
		<comments>http://caracara.org/gumtree/?p=74#comments</comments>
		<pubDate>Wed, 30 Dec 2009 14:55:54 +0000</pubDate>
		<dc:creator>jbulck</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[java]]></category>

		<category><![CDATA[maven]]></category>

		<guid isPermaLink="false">http://caracara.org/gumtree/?p=74</guid>
		<description><![CDATA[
&#60;build&#62;
&#60;plugins&#62;
&#60;plugin&#62;
&#60;groupId&#62;org.apache.maven.plugins&#60;/groupId&#62;
  &#60;artifactId&#62;maven-surefire-plugin&#60;/artifactId&#62;
  &#60;configuration&#62;
  &#60;skip&#62;true&#60;/skip&#62;
  &#60;/configuration&#62;
  &#60;/plugin&#62;

]]></description>
			<content:encoded><![CDATA[<p><code><br />
&lt;build&gt;<br />
&lt;plugins&gt;<br />
&lt;plugin&gt;<br />
&lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;<br />
</code><code> </code><code> &lt;artifactId&gt;maven-surefire-plugin&lt;/artifactId&gt;<br />
</code><code> </code><code> &lt;configuration&gt;<br />
</code><code> </code><code> &lt;skip&gt;true&lt;/skip&gt;<br />
</code><code> </code><code> &lt;/configuration&gt;<br />
</code><code> </code><code> &lt;/plugin&gt;<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://caracara.org/gumtree/?feed=rss2&amp;p=74</wfw:commentRss>
		</item>
		<item>
		<title>Multi-Master Oracle Replication - admin scripts</title>
		<link>http://caracara.org/gumtree/?p=70</link>
		<comments>http://caracara.org/gumtree/?p=70#comments</comments>
		<pubDate>Mon, 30 Nov 2009 09:51:22 +0000</pubDate>
		<dc:creator>jbulck</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[oracle]]></category>

		<guid isPermaLink="false">http://caracara.org/gumtree/?p=70</guid>
		<description><![CDATA[A set of commonly used Oracle Replication commands:


-- -----------------------------------------------------------
-- Replication Group Setup
-- -----------------------------------------------------------
SELECT *
  FROM dba_repsites@VRCMS.develop.central
 ORDER BY dblink
        , gname;
SELECT * FROM all_repgroup@dblink1;
SELECT * FROM all_repgroup@dblink2;
SELECT * FROM all_repgroup@dblink3;
select * from all_repobject@dblink1 where gname = 'REPGROUP_B';
select * from all_repobject@dblink2 where gname = 'REPGROUP_B';
select * from all_repobject@dblink3 [...]]]></description>
			<content:encoded><![CDATA[<p>A set of commonly used Oracle Replication commands:</p>
<p><span id="more-70"></span></p>
<p><code></p>
<p>-- -----------------------------------------------------------<br />
-- Replication Group Setup<br />
-- -----------------------------------------------------------</p>
<p>SELECT *<br />
  FROM dba_repsites@VRCMS.develop.central<br />
 ORDER BY dblink<br />
        , gname;</p>
<p>SELECT * FROM all_repgroup@dblink1;<br />
SELECT * FROM all_repgroup@dblink2;<br />
SELECT * FROM all_repgroup@dblink3;</p>
<p>select * from all_repobject@dblink1 where gname = 'REPGROUP_B';<br />
select * from all_repobject@dblink2 where gname = 'REPGROUP_B';<br />
select * from all_repobject@dblink3 where gname = 'REPGROUP_B';</p>
<p>select SNAME,',', ONAME from sys.all_repobject where generation_status like 'NEEDSGEN';</p>
<p>-- -----------------------------------------------------------<br />
-- Database Links<br />
-- -----------------------------------------------------------</p>
<p>SELECT * from all_db_links@dblink1;<br />
SELECT * from all_db_links@dblink2;<br />
SELECT * from all_db_links@dblink3;</p>
<p>-- -----------------------------------------------------------<br />
-- Suspend Replication<br />
-- -----------------------------------------------------------</p>
<p>BEGIN<br />
   DBMS_REPCAT.SUSPEND_MASTER_ACTIVITY ( gname => 'REPGROUP_A');<br />
   DBMS_REPCAT.SUSPEND_MASTER_ACTIVITY ( gname => 'REPGROUP_B');<br />
   DBMS_REPCAT.SUSPEND_MASTER_ACTIVITY ( gname => 'REPGROUP_C');<br />
END;</p>
<p>BEGIN<br />
   DBMS_REPUTIL.REPLICATION_OFF;<br />
END;</p>
<p>-- -----------------------------------------------------------<br />
-- Resume Replication<br />
-- -----------------------------------------------------------</p>
<p>BEGIN<br />
   DBMS_REPCAT.RESUME_MASTER_ACTIVITY ( gname => 'REPGROUP_A');<br />
   DBMS_REPCAT.RESUME_MASTER_ACTIVITY ( gname => 'REPGROUP_B');<br />
   DBMS_REPCAT.RESUME_MASTER_ACTIVITY ( gname => 'REPGROUP_C');<br />
END;</p>
<p>-- -----------------------------------------------------------<br />
-- Replication Group Removal<br />
-- -----------------------------------------------------------</p>
<p>BEGIN<br />
   DBMS_REPCAT.DROP_MASTER_REPGROUP (<br />
      gname => 'REPGROUP_A',<br />
      drop_contents => false,<br />
      all_sites => false);<br />
END;</p>
<p>BEGIN<br />
   DBMS_REPCAT.DROP_MASTER_REPGROUP (<br />
      gname => 'REPGROUP_B',<br />
      drop_contents => false,<br />
      all_sites => false);<br />
END;</p>
<p>BEGIN<br />
   DBMS_REPCAT.DROP_MASTER_REPGROUP (<br />
      gname => 'REPGROUP_C',<br />
      drop_contents => false,<br />
      all_sites => false);<br />
END;</p>
<p>-- -----------------------------------------------------------<br />
-- Replication Group Creation<br />
-- -----------------------------------------------------------</p>
<p>BEGIN<br />
   DBMS_REPCAT.ADD_MASTER_DATABASE (<br />
      gname => 'REPGROUP_A',<br />
      master => 'dblink2',<br />
      use_existing_objects => true,<br />
      copy_rows => TRUE,<br />
      propagation_mode => 'ASYNCHRONOUS');<br />
END;</p>
<p>BEGIN<br />
   DBMS_REPCAT.ADD_MASTER_DATABASE (<br />
      gname => 'REPGROUP_B',<br />
      master => 'dblink2',<br />
      use_existing_objects => true,<br />
      copy_rows => TRUE,<br />
      propagation_mode => 'ASYNCHRONOUS');<br />
END;</p>
<p>BEGIN<br />
   DBMS_REPCAT.ADD_MASTER_DATABASE (<br />
      gname => 'REPGROUP_C',<br />
      master => 'dblink2',<br />
      use_existing_objects => true,<br />
      copy_rows => TRUE,<br />
      propagation_mode => 'ASYNCHRONOUS');<br />
END;</p>
<p>-- -----------------------------------------------------------<br />
-- RepCat Progress<br />
-- -----------------------------------------------------------</p>
<p>SELECT gname, request, status, count(*) FROM dba_repcatlog@dblink1 GROUP BY gname, request, status ORDER BY gname, request;<br />
SELECT gname, request, status, count(*) FROM dba_repcatlog@dblink2 GROUP BY gname, request, status ORDER BY gname, request;<br />
SELECT gname, request, status, count(*) FROM dba_repcatlog@dblink3 GROUP BY gname, request, status ORDER BY gname, request;</p>
<p>SELECT * FROM dba_repcatlog@dblink1 WHERE status = 'ERROR';<br />
SELECT * FROM dba_repcatlog@dblink2 WHERE status = 'ERROR';<br />
SELECT * FROM dba_repcatlog@dblink3 WHERE status = 'ERROR';</p>
<p>-- -----------------------------------------------------------<br />
-- RepCat Maintenance<br />
-- -----------------------------------------------------------</p>
<p>BEGIN<br />
  DBMS_REPCAT.PURGE_MASTER_LOG (<br />
    id => 70952,<br />
    source => null,<br />
    gname   => 'REPGROUP_A');<br />
END;</p>
<p>BEGIN<br />
  DBMS_REPCAT.PURGE_MASTER_LOG (<br />
    id => null,<br />
    source => null,<br />
    gname   => 'REPGROUP_B');<br />
END;</p>
<p>-- -----------------------------------------------------------<br />
-- Transaction Replication Setup<br />
-- -----------------------------------------------------------</p>
<p>SELECT * FROM user_jobs@dblink1;<br />
SELECT * FROM user_jobs@dblink2;<br />
SELECT * FROM user_jobs@dblink3;</p>
<p>SELECT * FROM dba_jobs_running@dblink1;<br />
SELECT * FROM dba_jobs_running@dblink2;<br />
SELECT * FROM dba_jobs_running@dblink3;</p>
<p>BEGIN<br />
  DBMS_JOB.RUN(766);<br />
END;</p>
<p>BEGIN<br />
  DBMS_JOB.REMOVE(766);<br />
END;</p>
<p>-- -----------------------------------------------------------<br />
-- Transaction Replication Status<br />
-- -----------------------------------------------------------</p>
<p>SELECT DISTINCT(dblink), COUNT(deferred_tran_id)  FROM deftrandest@dblink1 GROUP BY dblink;<br />
SELECT DISTINCT(dblink), COUNT(deferred_tran_id)  FROM deftrandest@dblink2 GROUP BY dblink;<br />
SELECT DISTINCT(dblink), COUNT(deferred_tran_id)  FROM deftrandest@dblink3 GROUP BY dblink;</p>
<p>SELECT * FROM deferror@dblink1 order by start_time DESC;<br />
SELECT * FROM deferror@dblink2 order by start_time DESC;<br />
SELECT * FROM deferror@dblink3 order by start_time DESC;</p>
<p>-- -----------------------------------------------------------<br />
-- Transaction Replication Maintenance<br />
-- -----------------------------------------------------------</p>
<p>DECLARE<br />
  temp INTEGER;<br />
BEGIN<br />
  temp := DBMS_DEFER_SYS.PURGE (purge_method => DBMS_DEFER_SYS.PURGE_METHOD_QUICK);<br />
END;</p>
<p>BEGIN<br />
  dbms_defer_sys.delete_error(NULL,NULL);<br />
END;  </p>
<p>DECLARE<br />
  temp INTEGER;<br />
BEGIN<br />
  temp := DBMS_DEFER_SYS.PUSH (<br />
  destination => 'dblink1',<br />
  stop_on_error => FALSE,<br />
  delay_seconds => 0,<br />
  parallelism => 0);<br />
END;</p>
<p>DECLARE<br />
  temp INTEGER;<br />
BEGIN<br />
  temp := DBMS_DEFER_SYS.PUSH (<br />
  destination => 'dblink2',<br />
  stop_on_error => FALSE,<br />
  delay_seconds => 0,<br />
  parallelism => 0);<br />
END;</p>
<p>DECLARE<br />
  temp INTEGER;<br />
BEGIN<br />
  temp := DBMS_DEFER_SYS.PUSH (<br />
  destination => 'dblink3',<br />
  stop_on_error => FALSE,<br />
  delay_seconds => 0,<br />
  parallelism => 0);<br />
END;<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://caracara.org/gumtree/?feed=rss2&amp;p=70</wfw:commentRss>
		</item>
		<item>
		<title>Remote Desktop Connection: Access Windows from Mac</title>
		<link>http://caracara.org/gumtree/?p=67</link>
		<comments>http://caracara.org/gumtree/?p=67#comments</comments>
		<pubDate>Sun, 29 Nov 2009 21:38:58 +0000</pubDate>
		<dc:creator>jbulck</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[Add new tag]]></category>

		<category><![CDATA[osx]]></category>

		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://caracara.org/gumtree/?p=67</guid>
		<description><![CDATA[Get de RDC client for Mac from:
http://www.microsoft.com/mac/products/remote-desktop/default.mspx
or better, use CoRD
http://cord.sourceforge.net/
&#8230; CoRD seems to handle Windows keymap better (Function keys etc&#8230;)
To enable Concurrent Sessions on Vista, and to activate RDC on Vista Home Edition, see here:
http://www.missingremote.com/index.php?option=com_content&#038;task=view&#038;id=1220&#038;Itemid=232
If Windows is running Vista SP1, take te Terminal Services DLL from here:
http://www.unet.fi/fransblog/2007/08/30/enable-remote-desktop-connection-on-vista-home-premium/
Also

Open up the Firewall
Make sure that the Termial Services [...]]]></description>
			<content:encoded><![CDATA[<p>Get de RDC client for Mac from:<br />
<a href="http://www.microsoft.com/mac/products/remote-desktop/default.mspx">http://www.microsoft.com/mac/products/remote-desktop/default.mspx</a></p>
<p>or better, use CoRD<br />
<a href="http://cord.sourceforge.net/">http://cord.sourceforge.net/</a><br />
&#8230; CoRD seems to handle Windows keymap better (Function keys etc&#8230;)</p>
<p>To enable Concurrent Sessions on Vista, and to activate RDC on Vista Home Edition, see here:<br />
<a href="http://www.missingremote.com/index.php?option=com_content&#038;task=view&#038;id=1220&#038;Itemid=232">http://www.missingremote.com/index.php?option=com_content&#038;task=view&#038;id=1220&#038;Itemid=232</a></p>
<p>If Windows is running Vista SP1, take te Terminal Services DLL from here:<br />
<a href="http://www.unet.fi/fransblog/2007/08/30/enable-remote-desktop-connection-on-vista-home-premium/">http://www.unet.fi/fransblog/2007/08/30/enable-remote-desktop-connection-on-vista-home-premium/</a></p>
<p>Also</p>
<ul>
<li>Open up the Firewall</li>
<li>Make sure that the Termial Services serviceis running on Vista</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://caracara.org/gumtree/?feed=rss2&amp;p=67</wfw:commentRss>
		</item>
	</channel>
</rss>
