<?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>⧴ &#187; Linux</title>
	<atom:link href="http://www.kv0.org/blog/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kv0.org/blog</link>
	<description>procastere: Inf. Präs. Akt. - etw. für morgen lassen</description>
	<lastBuildDate>Sat, 21 Jan 2012 11:22:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>fc</title>
		<link>http://www.kv0.org/blog/2011/11/20/fc/</link>
		<comments>http://www.kv0.org/blog/2011/11/20/fc/#comments</comments>
		<pubDate>Sun, 20 Nov 2011 11:04:50 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Gefunden]]></category>
		<category><![CDATA[fc]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[oneliner]]></category>
		<category><![CDATA[perlen]]></category>
		<category><![CDATA[Shell]]></category>
		<category><![CDATA[Trick]]></category>

		<guid isPermaLink="false">http://www.kv0.org/blog/?p=1132</guid>
		<description><![CDATA[Aus der Kategorie &#8220;Ich benutze das System seit mehr als X Jahre, aber das wusste ich noch nicht&#8221; (Teil 1): fc fc öffnet das vorherige Kommando in $EDITOR und führt die so veränderte Version aus. (Prima um hässliche one-liner zu &#8230; <a href="http://www.kv0.org/blog/2011/11/20/fc/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Aus der Kategorie &#8220;Ich benutze das System seit mehr als X Jahre, aber das wusste ich noch nicht&#8221; (<a href="http://www.kv0.org/blog/2011/09/12/952/">Teil 1</a>):</p>
<pre>fc</pre>
<p>fc öffnet das vorherige Kommando in $EDITOR und führt die so veränderte Version aus. (Prima um hässliche one-liner zu debuggen) :-)</p>
 <p><a href="http://www.kv0.org/blog/?flattrss_redirect&amp;id=1132&amp;md5=e05fe30750d3ea262a610d17ebc07019" title="Flattr" target="_blank"><img src="http://www.kv0.org/blog/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.kv0.org/blog/2011/11/20/fc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>dd</title>
		<link>http://www.kv0.org/blog/2008/11/23/dd/</link>
		<comments>http://www.kv0.org/blog/2008/11/23/dd/#comments</comments>
		<pubDate>Sun, 23 Nov 2008 10:00:38 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Gefunden]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[NSLU]]></category>
		<category><![CDATA[Projekt]]></category>
		<category><![CDATA[Trick]]></category>

		<guid isPermaLink="false">http://www.kv0.org/blog/2008/11/23/dd/</guid>
		<description><![CDATA[Ist ein prima Tool wenn es darum geht das Image eines Speichermediums auf ein anderes zu übertragen. Gestern wollte ich das Systemimage meiner NSLU von meinem alten iPod Nano auf einen neuen 4GB USB-Stick umziehen. Und anstatt alles komplett neu &#8230; <a href="http://www.kv0.org/blog/2008/11/23/dd/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Ist ein prima Tool wenn es darum geht das Image eines Speichermediums auf ein anderes zu übertragen.</p>
<p>Gestern wollte ich das Systemimage meiner <a href="http://wiki.kv0.org/index.php?n=Site.UNSLUngProjekt" title="NSLU Projekt in meinem Wiki" target="_blank">NSLU</a> von meinem alten iPod Nano auf einen neuen 4GB USB-Stick umziehen. Und anstatt alles komplett neu zu installieren brauchte ich dafür nur 2 Befehle und 3 &#8220;Aktionen&#8221;:</p>
<ol>
<li>iPod Nano anschließen</li>
<li>user@ubuntu:~$ sudo dd if=/dev/sdb1 of=sdb1_ipod</li>
<li>iPod Nano auswerfen und den USB-Stick anschließen</li>
<li>sudo dd if=sdb1_ipod of=/dev/sdb1</li>
<li>USB-Stick auserfen. Fertig!</li>
</ol>
<p>Wenn alles gut gegangen ist wird man nach dem dd Befehl mit einer Ausgabe ähnlicher dieser belohnt:</p>
<pre>
7807527+0 records in
7807527+0 records out
3997453824 bytes (4.0 GB) copied, 805.927 s, 5.0 MB/s
</pre>
<p>Der langsame Durchsatz (immerhin hat der für die 4gb 13 Minuten gebraucht) liegt bei mir daran, dass ich das ganze in einer Virtuellen Maschine laufen lassen habe. Hat man ein &#8220;echtes&#8221; Linux zur Hand dürfte das wesentlich schneller sein.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kv0.org/blog/2008/11/23/dd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

