<?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: Terminal background color per server</title>
	<atom:link href="http://wolfram.kriesing.de/blog/index.php/2007/terminal-background-color-per-server/feed" rel="self" type="application/rss+xml" />
	<link>http://wolfram.kriesing.de/blog/index.php/2007/terminal-background-color-per-server</link>
	<description>all the other blogs have such cool names, I don't know one ...</description>
	<pubDate>Thu, 09 Feb 2012 17:16:42 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Wolfram</title>
		<link>http://wolfram.kriesing.de/blog/index.php/2007/terminal-background-color-per-server/comment-page-1#comment-86957</link>
		<dc:creator>Wolfram</dc:creator>
		<pubDate>Wed, 14 Nov 2007 15:20:49 +0000</pubDate>
		<guid isPermaLink="false">http://wolfram.kriesing.de/blog/index.php/2007/terminal-background-color-per-server#comment-86957</guid>
		<description>this is the script I have in my /usr/local/bin/ssh-servername

#!/bin/bash
osascript -e 'tell app "Terminal" to set background color of first window to {17655, 0, 0, -16373}'
ssh me@server.com
osascript -e 'tell app "Terminal" to set background color of first window to {0, 0, 0, -16373}'

it sets the bgcolor to a red (with transparency as i like it) when i go on the server and to black transparent when i am local

wolfram</description>
		<content:encoded><![CDATA[<p>this is the script I have in my /usr/local/bin/ssh-servername</p>
<p>#!/bin/bash<br />
osascript -e &#8216;tell app &#8220;Terminal&#8221; to set background color of first window to {17655, 0, 0, -16373}&#8217;<br />
ssh <a href="mailto:me@server.com">me@server.com</a><br />
osascript -e &#8216;tell app &#8220;Terminal&#8221; to set background color of first window to {0, 0, 0, -16373}&#8217;</p>
<p>it sets the bgcolor to a red (with transparency as i like it) when i go on the server and to black transparent when i am local</p>
<p>wolfram</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fa</title>
		<link>http://wolfram.kriesing.de/blog/index.php/2007/terminal-background-color-per-server/comment-page-1#comment-86917</link>
		<dc:creator>fa</dc:creator>
		<pubDate>Wed, 14 Nov 2007 14:08:34 +0000</pubDate>
		<guid isPermaLink="false">http://wolfram.kriesing.de/blog/index.php/2007/terminal-background-color-per-server#comment-86917</guid>
		<description>mhm, klingt gut - aber eigentlich bin ich die letzten Jahre sehr gut mit eingefärbtem

(user@host) $

via .bashrc gefahren und hab nix kaputtgemacht. Zugegeben, wenn man im vim o.ä. steckt, könnte es hilfreich sein...</description>
		<content:encoded><![CDATA[<p>mhm, klingt gut - aber eigentlich bin ich die letzten Jahre sehr gut mit eingefärbtem</p>
<p>(user@host) $</p>
<p>via .bashrc gefahren und hab nix kaputtgemacht. Zugegeben, wenn man im vim o.ä. steckt, könnte es hilfreich sein&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Lange</title>
		<link>http://wolfram.kriesing.de/blog/index.php/2007/terminal-background-color-per-server/comment-page-1#comment-86802</link>
		<dc:creator>Daniel Lange</dc:creator>
		<pubDate>Wed, 14 Nov 2007 10:42:42 +0000</pubDate>
		<guid isPermaLink="false">http://wolfram.kriesing.de/blog/index.php/2007/terminal-background-color-per-server#comment-86802</guid>
		<description>Part 1)
see here: http://bbs.applescript.net/viewtopic.php?id=22935

Part 2)
tell application "Terminal"
 activate
 do script "ssh me@server.com"
end tell</description>
		<content:encoded><![CDATA[<p>Part 1)<br />
see here: <a href="http://bbs.applescript.net/viewtopic.php?id=22935" rel="nofollow">http://bbs.applescript.net/viewtopic.php?id=22935</a></p>
<p>Part 2)<br />
tell application &#8220;Terminal&#8221;<br />
 activate<br />
 do script &#8220;ssh <a href="mailto:me@server.com">me@server.com</a>&#8221;<br />
end tell</p>
]]></content:encoded>
	</item>
</channel>
</rss>

