<?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>harmes.de &#187; Linux</title>
	<atom:link href="http://harmes.de/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://harmes.de</link>
	<description>Die Webseite von Tobias Harmes</description>
	<lastBuildDate>Sat, 26 Nov 2011 23:06:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>copy &amp; paste per ssh Sitzung ohne vi</title>
		<link>http://harmes.de/2010/04/copy-paste-per-ssh-sitzung-ohne-vi/</link>
		<comments>http://harmes.de/2010/04/copy-paste-per-ssh-sitzung-ohne-vi/#comments</comments>
		<pubDate>Wed, 07 Apr 2010 15:34:28 +0000</pubDate>
		<dc:creator>Tobias</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://harmes.de/?p=259</guid>
		<description><![CDATA[Mit dem Befehl cat kann man auch ohne vi copy&#038;paste in einer ssh-Sitzung machen. <a href="http://harmes.de/2010/04/copy-paste-per-ssh-sitzung-ohne-vi/">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Heute hat mich vi in einer putty ssh-Sitzung im Stich gelassen. Ich hatte auf der Maschine kein sftp-Subsystem und musste eine kaputte Configdatei durch eine heile Version ersetzen. Ein copy&amp;paste hat im insert-Modus von vi eine wüste Einrück-Orgie erzeugt, sogar die ssh-Sitzung ist mit einem Segmentation-Fault ausgestiegen.</p>
<p>Folgende Alternative hat ohne Probleme funktioniert:</p>
<p><code>cat - &gt;/etc/vmware/hostd/proxy.xml</code></p>
<p>Der Befehl cat wartet durch den Parameter &#8220;-&#8221; auf die Standardeingabe. Einfach den Text einfügen und dann ctrl-d (^d) drücken.  Die Ausgabe wird in die Ziel-Konfigurationsdatei umgeleitet. Done!</p>
]]></content:encoded>
			<wfw:commentRss>http://harmes.de/2010/04/copy-paste-per-ssh-sitzung-ohne-vi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

