<?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>UBI2GO</title>
	<atom:link href="http://www.ubi2go.de/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ubi2go.de</link>
	<description>just ubiquitous</description>
	<lastBuildDate>Wed, 08 May 2013 03:11:54 +0000</lastBuildDate>
	<language>de-DE</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Cooles Job in IT</title>
		<link>http://www.ubi2go.de/cooles-job-in-it/</link>
		<comments>http://www.ubi2go.de/cooles-job-in-it/#comments</comments>
		<pubDate>Wed, 08 May 2013 03:11:54 +0000</pubDate>
		<dc:creator>ubi2go</dc:creator>
				<category><![CDATA[Netzkultur]]></category>

		<guid isPermaLink="false">http://www.ubi2go.de/?p=2906</guid>
		<description><![CDATA[http://arstechnica.com/business/2012/04/coolest-jobs-in-tech-literally-running-a-south-pole-data-center/]]></description>
				<content:encoded><![CDATA[<p><a href="http://arstechnica.com/business/2012/04/coolest-jobs-in-tech-literally-running-a-south-pole-data-center/" class="liexternal previewlink">http://arstechnica.com/business/2012/04/coolest-jobs-in-tech-literally-running-a-south-pole-data-center/</a></p>

                            <div id="aspdf">
                                <a href="http://www.ubi2go.de/wp-content/plugins/as-pdf/generate.php?post=2906">
                                    <span></span>
                                </a>
                            </div>
                        <p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.ubi2go.de%2Fcooles-job-in-it%2F&amp;title=Cooles%20Job%20in%20IT" id="wpa2a_2"><img src="http://www.ubi2go.de/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.ubi2go.de/cooles-job-in-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL &#8211; 1030 Got error 28 from storage engine</title>
		<link>http://www.ubi2go.de/mysql-1030-got-error-28-from-storage-engine/</link>
		<comments>http://www.ubi2go.de/mysql-1030-got-error-28-from-storage-engine/#comments</comments>
		<pubDate>Mon, 29 Apr 2013 08:23:57 +0000</pubDate>
		<dc:creator>ubi2go</dc:creator>
				<category><![CDATA[Datenbank]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.ubi2go.de/?p=2886</guid>
		<description><![CDATA[Problem: Fehlermeldung MySQL: 1030 Got error 28 from storage engine &#160; Lösung: df -h Keinen freien Festplattenspeicher auf dem System.]]></description>
				<content:encoded><![CDATA[<p>Problem:</p>
<p>Fehlermeldung MySQL: 1030 Got error 28 from storage engine</p>
<p>&nbsp;</p>
<p>Lösung:</p>
<blockquote><p>df -h</p></blockquote>
<p>Keinen freien Festplattenspeicher auf dem System.</p>

                            <div id="aspdf">
                                <a href="http://www.ubi2go.de/wp-content/plugins/as-pdf/generate.php?post=2886">
                                    <span></span>
                                </a>
                            </div>
                        <p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.ubi2go.de%2Fmysql-1030-got-error-28-from-storage-engine%2F&amp;title=MySQL%20%E2%80%93%201030%20Got%20error%2028%20from%20storage%20engine" id="wpa2a_4"><img src="http://www.ubi2go.de/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.ubi2go.de/mysql-1030-got-error-28-from-storage-engine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Leere Dateien in einem Verzeichnis löschen</title>
		<link>http://www.ubi2go.de/leere-dateien-in-einem-verzeichnis-loeschen/</link>
		<comments>http://www.ubi2go.de/leere-dateien-in-einem-verzeichnis-loeschen/#comments</comments>
		<pubDate>Mon, 29 Apr 2013 07:51:33 +0000</pubDate>
		<dc:creator>ubi2go</dc:creator>
				<category><![CDATA[Howto]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.ubi2go.de/?p=2881</guid>
		<description><![CDATA[Test: find -maxdepth 1 -type f -empty -print0&#124;xargs -0 echo rm -f Ausführen: find -maxdepth 1 -type f -empty -print0&#124;xargs -0 rm -f]]></description>
				<content:encoded><![CDATA[<p>Test:</p>
<blockquote><p>find -maxdepth 1 -type f -empty -print0|xargs -0 echo rm -f</p></blockquote>
<p>Ausführen:</p>
<blockquote><p>find -maxdepth 1 -type f -empty -print0|xargs -0 rm -f</p></blockquote>

                            <div id="aspdf">
                                <a href="http://www.ubi2go.de/wp-content/plugins/as-pdf/generate.php?post=2881">
                                    <span></span>
                                </a>
                            </div>
                        <p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.ubi2go.de%2Fleere-dateien-in-einem-verzeichnis-loeschen%2F&amp;title=Leere%20Dateien%20in%20einem%20Verzeichnis%20l%C3%B6schen" id="wpa2a_6"><img src="http://www.ubi2go.de/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.ubi2go.de/leere-dateien-in-einem-verzeichnis-loeschen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Server 2008 R2 &#8211; Benutzer per Commandozeile anlegen</title>
		<link>http://www.ubi2go.de/windows-server-2008-r2-benutzer-per-commandozeile-anlegen/</link>
		<comments>http://www.ubi2go.de/windows-server-2008-r2-benutzer-per-commandozeile-anlegen/#comments</comments>
		<pubDate>Mon, 15 Apr 2013 12:26:24 +0000</pubDate>
		<dc:creator>ubi2go</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.ubi2go.de/?p=2873</guid>
		<description><![CDATA[net user &#60;benutzername&#62; &#60;passwort&#62; /ADD Quellen: http://support.microsoft.com/kb/251394 http://ss64.com/nt/net_useradmin.html http://www.activxperts.com/activmonitor/windowsmanagement/adminscripts/usersgroups/users/ &#160;]]></description>
				<content:encoded><![CDATA[<blockquote><p>net user &lt;benutzername&gt; &lt;passwort&gt; /ADD</p></blockquote>
<p>Quellen:</p>
<p><a href="http://support.microsoft.com/kb/251394" class="liexternal previewlink">http://support.microsoft.com/kb/251394</a></p>
<p><a href="http://ss64.com/nt/net_useradmin.html" class="liexternal previewlink">http://ss64.com/nt/net_useradmin.html</a></p>
<p><a href="http://www.activxperts.com/activmonitor/windowsmanagement/adminscripts/usersgroups/users/" class="liexternal previewlink">http://www.activxperts.com/activmonitor/windowsmanagement/adminscripts/usersgroups/users/</a></p>
<p>&nbsp;</p>

                            <div id="aspdf">
                                <a href="http://www.ubi2go.de/wp-content/plugins/as-pdf/generate.php?post=2873">
                                    <span></span>
                                </a>
                            </div>
                        <p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.ubi2go.de%2Fwindows-server-2008-r2-benutzer-per-commandozeile-anlegen%2F&amp;title=Windows%20Server%202008%20R2%20%E2%80%93%20Benutzer%20per%20Commandozeile%20anlegen" id="wpa2a_8"><img src="http://www.ubi2go.de/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.ubi2go.de/windows-server-2008-r2-benutzer-per-commandozeile-anlegen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vorhandene Entropy auf einem Linux System ermitteln</title>
		<link>http://www.ubi2go.de/vorhandene-entropy-auf-einem-linux-system-ermitteln/</link>
		<comments>http://www.ubi2go.de/vorhandene-entropy-auf-einem-linux-system-ermitteln/#comments</comments>
		<pubDate>Fri, 05 Apr 2013 09:33:47 +0000</pubDate>
		<dc:creator>ubi2go</dc:creator>
				<category><![CDATA[Wissenswertes]]></category>

		<guid isPermaLink="false">http://www.ubi2go.de/?p=2864</guid>
		<description><![CDATA[Serversysteme benötigen, z.B. für die SSL Verschlüsselung, Entropy. Damit die Dienste einwandfrei funktionieren können benötigen sie ausreichen Entropy. cat /proc/sys/kernel/random/entropy_avail Das Ergebnis muß größer als 200 sein. Mit folgenden Tools können Sie die Entropy der Systeme erhöhen: &#160; rng-tools haveged Aber aufmerksam die Dokumentation dazu lesen und die Qualität der Entropy anschließend prüfen. z.B. mit [...]]]></description>
				<content:encoded><![CDATA[<p>Serversysteme benötigen, z.B. für die SSL Verschlüsselung, Entropy.</p>
<p>Damit die Dienste einwandfrei funktionieren können benötigen sie ausreichen Entropy.</p>
<blockquote><p>cat /proc/sys/kernel/random/entropy_avail</p></blockquote>
<p>Das Ergebnis muß größer als 200 sein.</p>
<p>Mit folgenden Tools können Sie die Entropy der Systeme erhöhen:</p>
<p>&nbsp;</p>
<blockquote><p>rng-tools</p>
<p>haveged</p></blockquote>
<p>Aber aufmerksam die Dokumentation dazu lesen und die Qualität der Entropy anschließend prüfen.</p>
<p>z.B. mit rngtest</p>
<p>&nbsp;</p>
<p>Quellen:</p>
<p><a href="https://tools.bitfolk.com/wiki/Entropy" class="liexternal previewlink">https://tools.bitfolk.com/wiki/Entropy</a></p>

                            <div id="aspdf">
                                <a href="http://www.ubi2go.de/wp-content/plugins/as-pdf/generate.php?post=2864">
                                    <span></span>
                                </a>
                            </div>
                        <p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.ubi2go.de%2Fvorhandene-entropy-auf-einem-linux-system-ermitteln%2F&amp;title=Vorhandene%20Entropy%20auf%20einem%20Linux%20System%20ermitteln" id="wpa2a_10"><img src="http://www.ubi2go.de/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.ubi2go.de/vorhandene-entropy-auf-einem-linux-system-ermitteln/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dateisystem Performance Test mit bonnie++</title>
		<link>http://www.ubi2go.de/dateisystem-performance-test-mit-bonnie/</link>
		<comments>http://www.ubi2go.de/dateisystem-performance-test-mit-bonnie/#comments</comments>
		<pubDate>Thu, 04 Apr 2013 09:48:24 +0000</pubDate>
		<dc:creator>ubi2go</dc:creator>
				<category><![CDATA[Wissenswertes]]></category>

		<guid isPermaLink="false">http://www.ubi2go.de/?p=2859</guid>
		<description><![CDATA[Bonnie++ ist als Benchmark Tool zum Test der Performance von Festplatten und Dateisystemen designed. &#160; apt-get install bonnie++ bc &#160; Bonnie++ bitte als Root Benutzer ausführen. Das folgende Kommando ermittelt automatisch den installieren Hauptspeicher und setzt die Dateigröße doppelt so groß wie die Hauptspeichergröße. &#160; Quelle: http://archive09.linux.com/feature/139742 http://www.krazyworks.com/testing-filesystem-performance-with-bonnie/]]></description>
				<content:encoded><![CDATA[<p>Bonnie++ ist als Benchmark Tool zum Test der Performance von Festplatten und Dateisystemen designed.</p>
<p>&nbsp;</p>
<blockquote><p>apt-get install bonnie++ bc</p></blockquote>
<p>&nbsp;</p>
<p>Bonnie++ bitte als Root Benutzer ausführen. Das folgende Kommando ermittelt automatisch den installieren Hauptspeicher und setzt die Dateigröße doppelt so groß wie die Hauptspeichergröße.</p>
<p>&nbsp;</p>
<p>Quelle:</p>
<p><a href="http://archive09.linux.com/feature/139742" class="liexternal previewlink">http://archive09.linux.com/feature/139742</a></p>
<p><a href="http://www.krazyworks.com/testing-filesystem-performance-with-bonnie/" class="liexternal previewlink">http://www.krazyworks.com/testing-filesystem-performance-with-bonnie/</a></p>

                            <div id="aspdf">
                                <a href="http://www.ubi2go.de/wp-content/plugins/as-pdf/generate.php?post=2859">
                                    <span></span>
                                </a>
                            </div>
                        <p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.ubi2go.de%2Fdateisystem-performance-test-mit-bonnie%2F&amp;title=Dateisystem%20Performance%20Test%20mit%20bonnie%2B%2B" id="wpa2a_12"><img src="http://www.ubi2go.de/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.ubi2go.de/dateisystem-performance-test-mit-bonnie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Maschine nach Viren scannen &#8211; SystemRescueCD</title>
		<link>http://www.ubi2go.de/windows-maschine-nach-viren-scannen-systemrescuecd/</link>
		<comments>http://www.ubi2go.de/windows-maschine-nach-viren-scannen-systemrescuecd/#comments</comments>
		<pubDate>Thu, 28 Feb 2013 12:20:19 +0000</pubDate>
		<dc:creator>ubi2go</dc:creator>
				<category><![CDATA[Fehlerbehebung]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Problemlösung]]></category>
		<category><![CDATA[Wissenswertes]]></category>
		<category><![CDATA[clamav]]></category>
		<category><![CDATA[SystemRecueCD]]></category>
		<category><![CDATA[Virenscanner]]></category>

		<guid isPermaLink="false">http://www.ubi2go.de/?p=2792</guid>
		<description><![CDATA[Voraussetzung: DVD/CD-Rom bzw. USB-Stick System kann vom ausgewählen Device booten Verbindung ins Internet mit DHCP &#160; SystemRecueCD herunterladen auf CD brennen oder auf einen USB-Stick installieren. Den befallenen Rechner herunterfahren und in den Bootoptionen das CDROM bzw. USB-Stick zum Booten auswählen. In der Startoberfläche der SystemRecueCD die Option zum Laden des kompletten Images in den Hauptspeicher [...]]]></description>
				<content:encoded><![CDATA[<p>Voraussetzung:</p>
<ul>
<li>DVD/CD-Rom bzw. USB-Stick</li>
<li>System kann vom ausgewählen Device booten</li>
<li>Verbindung ins Internet mit DHCP</li>
</ul>
<p>&nbsp;</p>
<p>SystemRecueCD herunterladen auf CD brennen oder auf einen USB-Stick installieren.</p>
<p>Den befallenen Rechner herunterfahren und in den Bootoptionen das CDROM bzw. USB-Stick zum Booten auswählen.</p>
<p>In der Startoberfläche der SystemRecueCD die Option zum Laden des kompletten Images in den Hauptspeicher auswählen</p>
<p>und bestätigen.</p>
<p>Nachdem die SystemRecueCD gestartet ist in der Kommandozeile folgende Befehle eingeben:</p>
<p>Starten des Virenscanners</p>
<blockquote><p>clamd</p></blockquote>
<p>Aktuellste Virendefinitionen aus dem Internet herunterladen.</p>
<blockquote><p>freshclam</p></blockquote>
<p>Windows Partionen mounten:</p>
<blockquote><p>ntfs-3g /dev/sda1 /mnt/windows</p></blockquote>
<p>cd /mnt/windows</p>
<p>Virenscanner starten</p>
<blockquote><p>clamscan -r</p></blockquote>
<p>Infizierte Dateien gleich entfernen lassen</p>
<blockquote><p>clamscan -r &#8211;remove=yes</p></blockquote>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><strong>Quellen:</strong></p>
<p>&nbsp;</p>
<p>http://www.clamav.net</p>
<p>http://www.sysresccd.org</p>

                            <div id="aspdf">
                                <a href="http://www.ubi2go.de/wp-content/plugins/as-pdf/generate.php?post=2792">
                                    <span></span>
                                </a>
                            </div>
                        <p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.ubi2go.de%2Fwindows-maschine-nach-viren-scannen-systemrescuecd%2F&amp;title=Windows%20Maschine%20nach%20Viren%20scannen%20%E2%80%93%20SystemRescueCD" id="wpa2a_14"><img src="http://www.ubi2go.de/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.ubi2go.de/windows-maschine-nach-viren-scannen-systemrescuecd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Problem Apache2 SSL &#8211; Invalid method in request</title>
		<link>http://www.ubi2go.de/problem-apache2-ssl-invalid-method-in-request/</link>
		<comments>http://www.ubi2go.de/problem-apache2-ssl-invalid-method-in-request/#comments</comments>
		<pubDate>Mon, 25 Feb 2013 09:37:00 +0000</pubDate>
		<dc:creator>ubi2go</dc:creator>
				<category><![CDATA[Fehlerbehebung]]></category>
		<category><![CDATA[Wissenswertes]]></category>
		<category><![CDATA[Apache2]]></category>
		<category><![CDATA[SSL]]></category>

		<guid isPermaLink="false">http://www.ubi2go.de/?p=2786</guid>
		<description><![CDATA[Problem: Nach dem Umzug eines Servers bekam ich folgende Fehlermeldung: [error] [client ] Invalid method in request \x16\x03\x01 [error] [client ] Invalid method in request \x16\x03\x01 [error] [client ] Invalid method in request \x16\x03\x01 [error] [client ] Invalid method in request \x16\x03 Test SSL Port 443: # telnet &#60;IP-ADDRESS&#62; 443 Trying &#60;IP-ADDRESS&#62;... Connected to &#60;IP-ADDRESS&#62;. [...]]]></description>
				<content:encoded><![CDATA[<p><strong>Problem:</strong></p>
<p>Nach dem Umzug eines Servers bekam ich folgende Fehlermeldung:</p>
<blockquote><p>[error] [client ] Invalid method in request \x16\x03\x01<br />
[error] [client ] Invalid method in request \x16\x03\x01<br />
[error] [client ] Invalid method in request \x16\x03\x01<br />
[error] [client ] Invalid method in request \x16\x03</p></blockquote>
<p><strong>Test SSL Port 443:</strong></p>
<pre># telnet &lt;IP-ADDRESS&gt; 443
Trying &lt;IP-ADDRESS&gt;... 
Connected to &lt;IP-ADDRESS&gt;.
Escape character is '^]'.
GET /</pre>
<p><strong>Lösung:</strong></p>
<p>Bestehende Apache2 Konfiguration:</p>
<p>&lt;VirtualHost &lt;DNS-NAME&gt;:443&gt;</p>
<p>&lt;/VirtualHost&gt;</p>
<p>Änderung in der Apache2 Konfiguration:</p>
<p>&lt;VirtualHost *:443&gt;</p>
<p>&lt;/VirtualHost&gt;</p>
<p><strong>Hintergrund:</strong></p>
<p>Das SSL Zertifikat ist auf den DNS-NAME ausgestellt und der Apache2 matched zum VirtualHost auch die richtige IP-ADRESSE und nicht den DNS-NAME.</p>
<p>&nbsp;</p>
<p><strong>Anmerkung:</strong></p>
<p>Andere Lösung kann auch die Deaktivierung der standard SSL-Konfiguration sein.</p>

                            <div id="aspdf">
                                <a href="http://www.ubi2go.de/wp-content/plugins/as-pdf/generate.php?post=2786">
                                    <span></span>
                                </a>
                            </div>
                        <p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.ubi2go.de%2Fproblem-apache2-ssl-invalid-method-in-request%2F&amp;title=Problem%20Apache2%20SSL%20%E2%80%93%20Invalid%20method%20in%20request" id="wpa2a_16"><img src="http://www.ubi2go.de/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.ubi2go.de/problem-apache2-ssl-invalid-method-in-request/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Geschützt: Ceph mit EXT4</title>
		<link>http://www.ubi2go.de/ceph-mit-ext4/</link>
		<comments>http://www.ubi2go.de/ceph-mit-ext4/#comments</comments>
		<pubDate>Fri, 15 Feb 2013 12:54:22 +0000</pubDate>
		<dc:creator>ubi2go</dc:creator>
				<category><![CDATA[Dateisystem]]></category>

		<guid isPermaLink="false">http://www.ubi2go.de/?p=1548</guid>
		<description><![CDATA[Es gibt keine Kurzfassung, da dies ein geschützter Beitrag ist.]]></description>
				<content:encoded><![CDATA[<form action="http://www.ubi2go.de/wp-login.php?action=postpass" method="post">
<p>Dieser Beitrag ist passwortgeschützt. Um ihn anzusehen, trage das Passwort bitte hier ein:</p>
<p><label for="pwbox-1548">Passwort: <input name="post_password" id="pwbox-1548" type="password" size="20" /></label> <input type="submit" name="Submit" value="Senden" /></p>
</form>

                            <div id="aspdf">
                                <a href="http://www.ubi2go.de/wp-content/plugins/as-pdf/generate.php?post=1548">
                                    <span></span>
                                </a>
                            </div>
                        <p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.ubi2go.de%2Fceph-mit-ext4%2F&amp;title=Gesch%C3%BCtzt%3A%20Ceph%20mit%20EXT4" id="wpa2a_18"><img src="http://www.ubi2go.de/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.ubi2go.de/ceph-mit-ext4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Manuelle Linux Kernel Panic auslösen</title>
		<link>http://www.ubi2go.de/manuelle-linux-kernel-panic-ausloesen/</link>
		<comments>http://www.ubi2go.de/manuelle-linux-kernel-panic-ausloesen/#comments</comments>
		<pubDate>Sat, 12 Jan 2013 08:49:32 +0000</pubDate>
		<dc:creator>ubi2go</dc:creator>
				<category><![CDATA[Howto]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.ubi2go.de/?p=2733</guid>
		<description><![CDATA[Für Testzwecke folgendes Kommando zur  Auslösung einer Linux Kernel Panic ausführen: echo  c &#62; /proc/sysrq-trigger]]></description>
				<content:encoded><![CDATA[<p>Für Testzwecke folgendes Kommando zur  Auslösung einer Linux Kernel Panic ausführen:</p>
<blockquote><p>echo  c &gt; /proc/sysrq-trigger</p></blockquote>

                            <div id="aspdf">
                                <a href="http://www.ubi2go.de/wp-content/plugins/as-pdf/generate.php?post=2733">
                                    <span></span>
                                </a>
                            </div>
                        <p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.ubi2go.de%2Fmanuelle-linux-kernel-panic-ausloesen%2F&amp;title=Manuelle%20Linux%20Kernel%20Panic%20ausl%C3%B6sen" id="wpa2a_20"><img src="http://www.ubi2go.de/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.ubi2go.de/manuelle-linux-kernel-panic-ausloesen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
