<?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>zufallszahlen &#8211; SystemTechnics</title>
	<atom:link href="https://www.systemtechnics.de/tag/zufallszahlen/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.systemtechnics.de</link>
	<description>IT Consulting</description>
	<lastBuildDate>Sun, 27 Nov 2016 06:19:21 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://www.systemtechnics.de/wp-content/uploads/cropped-2003-logo-st-transparanet-x200-32x32.png</url>
	<title>zufallszahlen &#8211; SystemTechnics</title>
	<link>https://www.systemtechnics.de</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Testdatei mittels &#8222;dd&#8220; erstellen</title>
		<link>https://www.systemtechnics.de/testdatei-mittels-dd-erstellen/</link>
		
		<dc:creator><![CDATA[knut]]></dc:creator>
		<pubDate>Sun, 27 Nov 2016 06:01:53 +0000</pubDate>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[Bash]]></category>
		<category><![CDATA[Linux/OSX]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[datei]]></category>
		<category><![CDATA[dd]]></category>
		<category><![CDATA[random]]></category>
		<category><![CDATA[zufallszahlen]]></category>
		<guid isPermaLink="false">http://www.systemtechnics.de/?p=1834</guid>

					<description><![CDATA[Manchmal möchte man große Dateien erstellen um z.B. Dateiuploads zu testen. Unter OSX/Linux/&#8230; geht dies am einfachsten mit dem Befehl [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Manchmal möchte man große Dateien erstellen um z.B. Dateiuploads zu testen. Unter OSX/Linux/&#8230; geht dies am einfachsten mit dem Befehl <em>dd</em></p>
<p><span id="more-1834"></span></p>
<pre><code>dd if=/dev/random of=/PFAD/ZUM/SPEICHERORT/64MB bs=512 count=131072</code></pre>
<p>In dem obigen Beispiel wird eine 64MB große Datei mit Zufallszahlen ( <em>if=/dev/random</em> ) erzeugt. Die Blockgröße beträgt 512 ( <em>bs=512</em> ) und für 64MB benötigt man 131072 Blöcke ( <em>count=131072</em> )</p>
<p>Die Berechnung der Parameter ergibt sich wie folgt: <em>64 MB * 1024 * 1024 = 67108864</em> Bytes.<br /><em>67108864 / 512</em> (also die Blockgröße) = <strong>131072</strong> . </p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
