<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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>Comments on: TextWrangler remote control</title>
	<atom:link href="https://alex.kazik.de/225/textwrangler-remotecontrol/feed/" rel="self" type="application/rss+xml" />
	<link>https://alex.kazik.de/225/textwrangler-remotecontrol/</link>
	<description>A blog about Retrocomputing‎ and more</description>
	<lastBuildDate>Tue, 12 Dec 2017 01:39:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: alx</title>
		<link>https://alex.kazik.de/225/textwrangler-remotecontrol/comment-page-1/#comment-8060</link>
		<dc:creator><![CDATA[alx]]></dc:creator>
		<pubDate>Fri, 11 Oct 2013 08:06:47 +0000</pubDate>
		<guid isPermaLink="false">http://alex.kazik.de/?p=225#comment-8060</guid>
		<description><![CDATA[@Dave:

in order to compile it with Xcode you have to install the &quot;Command Line Tools&quot; from within Xcode (google on how to do it).

When the dollar signs for ETB doesn&#039;t work then you&#039;re using a different shell to execute it. I had to change #!/bin/sh to bash to get it to work on some servers...

But I&#039;m glad that you got it working!]]></description>
		<content:encoded><![CDATA[<p>@Dave:</p>
<p>in order to compile it with Xcode you have to install the &#8220;Command Line Tools&#8221; from within Xcode (google on how to do it).</p>
<p>When the dollar signs for ETB doesn&#8217;t work then you&#8217;re using a different shell to execute it. I had to change #!/bin/sh to bash to get it to work on some servers&#8230;</p>
<p>But I&#8217;m glad that you got it working!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Howell</title>
		<link>https://alex.kazik.de/225/textwrangler-remotecontrol/comment-page-1/#comment-8053</link>
		<dc:creator><![CDATA[Dave Howell]]></dc:creator>
		<pubDate>Fri, 11 Oct 2013 02:20:11 +0000</pubDate>
		<guid isPermaLink="false">http://alex.kazik.de/?p=225#comment-8053</guid>
		<description><![CDATA[I had to do a lot of fiddling to get this to work. Attempt 1 on my OSX 10.7 machine wouldn&#039;t compile because the /usr/include/*.h files aren&#039;t installed. (WTF? and yes, the developer tools *are* installed). Worked okay on a different machine running 10.6. 

Couldn&#039;t get the remote function to work on my XServe, because it doesn&#039;t have netcat. It also is configured to block *all* ssh environment variables, although that&#039;s easy to fix.

Couldn&#039;t get the remote function to work on my Ubuntu server because echo defaults to NOT expanding slash escapes unless invoked with -e. I had to change the next to last line of edit-remote.sh to start with &quot;/bin/echo -e -n &quot;. I also had to remove the dollar signs at the top of that file from the lines that set ETB and EOT.  I *think* those were the only changes required to get it to work.]]></description>
		<content:encoded><![CDATA[<p>I had to do a lot of fiddling to get this to work. Attempt 1 on my OSX 10.7 machine wouldn&#8217;t compile because the /usr/include/*.h files aren&#8217;t installed. (WTF? and yes, the developer tools *are* installed). Worked okay on a different machine running 10.6. </p>
<p>Couldn&#8217;t get the remote function to work on my XServe, because it doesn&#8217;t have netcat. It also is configured to block *all* ssh environment variables, although that&#8217;s easy to fix.</p>
<p>Couldn&#8217;t get the remote function to work on my Ubuntu server because echo defaults to NOT expanding slash escapes unless invoked with -e. I had to change the next to last line of edit-remote.sh to start with &#8220;/bin/echo -e -n &#8220;. I also had to remove the dollar signs at the top of that file from the lines that set ETB and EOT.  I *think* those were the only changes required to get it to work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alx</title>
		<link>https://alex.kazik.de/225/textwrangler-remotecontrol/comment-page-1/#comment-5683</link>
		<dc:creator><![CDATA[alx]]></dc:creator>
		<pubDate>Wed, 15 Aug 2012 14:27:04 +0000</pubDate>
		<guid isPermaLink="false">http://alex.kazik.de/?p=225#comment-5683</guid>
		<description><![CDATA[@Steve: Sounds like a cool idea. I&#039;ll add it. Thanks for the response.]]></description>
		<content:encoded><![CDATA[<p>@Steve: Sounds like a cool idea. I&#8217;ll add it. Thanks for the response.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>https://alex.kazik.de/225/textwrangler-remotecontrol/comment-page-1/#comment-5682</link>
		<dc:creator><![CDATA[Steve]]></dc:creator>
		<pubDate>Tue, 14 Aug 2012 19:21:03 +0000</pubDate>
		<guid isPermaLink="false">http://alex.kazik.de/?p=225#comment-5682</guid>
		<description><![CDATA[I&#039;m quite enjoying this.

My only feedback would be to allow the server to be stopped by calling the binary with a kill-flag (like &quot;-k&quot;): Closing it from Activity Monitor, or passing it a &#039;kill&#039; from Terminal is the only current way to stop the process, if it&#039;s not in interactive mode.]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m quite enjoying this.</p>
<p>My only feedback would be to allow the server to be stopped by calling the binary with a kill-flag (like &#8220;-k&#8221;): Closing it from Activity Monitor, or passing it a &#8216;kill&#8217; from Terminal is the only current way to stop the process, if it&#8217;s not in interactive mode.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alx</title>
		<link>https://alex.kazik.de/225/textwrangler-remotecontrol/comment-page-1/#comment-5546</link>
		<dc:creator><![CDATA[alx]]></dc:creator>
		<pubDate>Mon, 05 Mar 2012 14:50:56 +0000</pubDate>
		<guid isPermaLink="false">http://alex.kazik.de/?p=225#comment-5546</guid>
		<description><![CDATA[@iHuman:
the edit-server.c must be complied (and not executed, see doc), in case of the edit-ssh.sh use &quot;chmod 755 edit-ssh.sh&quot; to fix it.]]></description>
		<content:encoded><![CDATA[<p>@iHuman:<br />
the edit-server.c must be complied (and not executed, see doc), in case of the edit-ssh.sh use &#8220;chmod 755 edit-ssh.sh&#8221; to fix it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iHuman</title>
		<link>https://alex.kazik.de/225/textwrangler-remotecontrol/comment-page-1/#comment-5529</link>
		<dc:creator><![CDATA[iHuman]]></dc:creator>
		<pubDate>Sun, 26 Feb 2012 03:18:12 +0000</pubDate>
		<guid isPermaLink="false">http://alex.kazik.de/?p=225#comment-5529</guid>
		<description><![CDATA[I&#039;m trying to set this up but get the error permission denied when trying to run /edit-server.c

I also get the same error from edit-ssh.sh

thanks,
e]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to set this up but get the error permission denied when trying to run /edit-server.c</p>
<p>I also get the same error from edit-ssh.sh</p>
<p>thanks,<br />
e</p>
]]></content:encoded>
	</item>
</channel>
</rss>
