<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>Chrigu's Blog</title>
	
	<link>http://www.christian-fahrni.ch/blog</link>
	<description />
	<lastBuildDate>Wed, 28 Apr 2010 14:10:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/nicus/NjSy" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="nicus/njsy" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Intel SSD im Thinkpad T61</title>
		<link>http://www.christian-fahrni.ch/blog/2010/04/28/intel-ssd-im-thinkpad-t61/</link>
		<comments>http://www.christian-fahrni.ch/blog/2010/04/28/intel-ssd-im-thinkpad-t61/#comments</comments>
		<pubDate>Wed, 28 Apr 2010 14:10:23 +0000</pubDate>
		<dc:creator>Chrigu Fahrni</dc:creator>
				<category><![CDATA[Erstaunlich]]></category>
		<category><![CDATA[Tech-News]]></category>

		<guid isPermaLink="false">http://www.christian-fahrni.ch/blog/?p=686</guid>
		<description><![CDATA[Heute morgen kam die bestellte Intel SSD (X25-M, 160GB) per Post und wurde gleich in meinem Lenovo Thinkpad (T61) verbaut.   Hier seht ihr ein paar Benchmarks im Vergleich zur alten Festplatte.





]]></description>
			<content:encoded><![CDATA[<p>Heute morgen kam die bestellte Intel SSD (X25-M, 160GB) per Post und wurde gleich in meinem Lenovo Thinkpad (T61) verbaut. <img src='http://www.christian-fahrni.ch/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Hier seht ihr ein paar Benchmarks im Vergleich zur alten Festplatte.</p>
<p><a href="http://www.christian-fahrni.ch/blog/wp-content/uploads/2010/04/zs_read.PNG" rel="lightbox[686]"><img class="alignleft size-medium wp-image-698" title="Read" src="http://www.christian-fahrni.ch/blog/wp-content/uploads/2010/04/zs_read-300x131.PNG" alt="Read" width="300" height="131" /></a></p>
<p><a href="http://www.christian-fahrni.ch/blog/wp-content/uploads/2010/04/zs_random.PNG" rel="lightbox[686]"><img class="alignleft size-medium wp-image-697" title="Random" src="http://www.christian-fahrni.ch/blog/wp-content/uploads/2010/04/zs_random-300x131.PNG" alt="Random" width="300" height="131" /></a></p>
<p><a href="http://www.christian-fahrni.ch/blog/wp-content/uploads/2010/04/zs_file.PNG" rel="lightbox[686]"><img class="alignleft size-medium wp-image-696" title="File" src="http://www.christian-fahrni.ch/blog/wp-content/uploads/2010/04/zs_file-300x131.PNG" alt="File" width="300" height="131" /></a></p>
<p><a href="http://www.christian-fahrni.ch/blog/wp-content/uploads/2010/04/zs_crystal.JPG" rel="lightbox[686]"><img class="alignleft size-medium wp-image-695" title="Divers" src="http://www.christian-fahrni.ch/blog/wp-content/uploads/2010/04/zs_crystal-300x129.jpg" alt="Divers" width="300" height="129" /></a></p>
<p><object type="application/x-shockwave-flash" data="http://www.youtube.com/v/MMce8bT7WhM" width="425" height="350"><param name="movie" value="http://www.youtube.com/v/MMce8bT7WhM" /></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.christian-fahrni.ch/blog/2010/04/28/intel-ssd-im-thinkpad-t61/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>BashBin #7: MySQL Root-Passwort zurücksetzen</title>
		<link>http://www.christian-fahrni.ch/blog/2009/11/02/bashbin-7-mysql-root-passwort-zurucksetzen/</link>
		<comments>http://www.christian-fahrni.ch/blog/2009/11/02/bashbin-7-mysql-root-passwort-zurucksetzen/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 22:12:36 +0000</pubDate>
		<dc:creator>Chrigu Fahrni</dc:creator>
				<category><![CDATA[BashBin]]></category>

		<guid isPermaLink="false">http://www.christian-fahrni.ch/blog/?p=675</guid>
		<description><![CDATA[Problem
Das Passwort vom MySQL &#8216;root&#8217;-Benutzer wurde vergessen
Erklärung
Sobald die unten genannten Befehle ausgeführt wurden, kann sich der &#8216;root&#8217;-Benutzer mit seinem neu erstellten Passwort anmelden.
Lösung
[root@cf]# service mysqld stop
[root@cf]# mysqld_safe --skip-grant-tables &#38;
[root@cf]# mysql -u root mysql

mysql&#62; UPDATE user SET password=PASSWORD("pass") WHERE user="root";
mysql&#62; FLUSH PRIVILEGES;
mysql&#62; exit;

[root@cf]# service mysqld restart
[root@cf]# mysql -u root -p mysql

]]></description>
			<content:encoded><![CDATA[<p><strong>Problem</strong><br />
Das Passwort vom MySQL &#8216;root&#8217;-Benutzer wurde vergessen</p>
<p><strong>Erklärung</strong><br />
Sobald die unten genannten Befehle ausgeführt wurden, kann sich der &#8216;root&#8217;-Benutzer mit seinem neu erstellten Passwort anmelden.</p>
<p><strong>Lösung</strong><br />
<code>[root@cf]# service mysqld stop<br />
[root@cf]# mysqld_safe --skip-grant-tables &amp;<br />
[root@cf]# mysql -u root mysql</code><br />
<code><br />
mysql&gt; UPDATE user SET password=PASSWORD("pass") WHERE user="root";<br />
mysql&gt; FLUSH PRIVILEGES;<br />
mysql&gt; exit;</code><br />
<code><br />
[root@cf]# service mysqld restart<br />
[root@cf]# mysql -u root -p mysql<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.christian-fahrni.ch/blog/2009/11/02/bashbin-7-mysql-root-passwort-zurucksetzen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BashBin #6: Dateien durchsuchen</title>
		<link>http://www.christian-fahrni.ch/blog/2009/10/23/bashbin-6-dateien-durchsuchen/</link>
		<comments>http://www.christian-fahrni.ch/blog/2009/10/23/bashbin-6-dateien-durchsuchen/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 13:55:39 +0000</pubDate>
		<dc:creator>Chrigu Fahrni</dc:creator>
				<category><![CDATA[BashBin]]></category>
		<category><![CDATA[durchsuchen]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[grep]]></category>
		<category><![CDATA[text]]></category>

		<guid isPermaLink="false">http://www.christian-fahrni.ch/blog/?p=658</guid>
		<description><![CDATA[Problem
Alle Dateien suchen und auflisten, welche einen bestimmten Text beinhalten.
In diesem Beispiel werden alle Dateien mit dem Namen &#8220;.forward&#8221; nach dem Text &#8220;enabled&#8221; durchsucht und in eine Datei gespeichert. Mit dem Dateinamen wird auch gleich die Zeile mit dem gesuchten Text ausgegeben.
Lösung
[root@cf]# find /home/dir */\.forward -exec grep -H "enabled" {} \; &#62; /tmp/ForwardList.txt
Output (File)
beda1/.forward:# forwarding [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Problem</strong><br />
Alle Dateien suchen und auflisten, welche einen bestimmten Text beinhalten.</p>
<p>In diesem Beispiel werden alle Dateien mit dem Namen &#8220;.forward&#8221; nach dem Text &#8220;enabled&#8221; durchsucht und in eine Datei gespeichert. Mit dem Dateinamen wird auch gleich die Zeile mit dem gesuchten Text ausgegeben.</p>
<p><strong>Lösung</strong><br />
<code>[root@cf]# find /home/dir */\.forward -exec grep -H "enabled" {} \; &gt; /tmp/ForwardList.txt</code></p>
<p><strong>Output</strong> (File)<br />
<code>beda1/.forward:# forwarding not enabled<br />
beje3/.forward:# forwarding not enabled<br />
besi1/.forward:# forwarding not enabled<br />
bete1/.forward:# forwarding not enabled</code></p>
<p><strong>Update</strong><br />
Einfacher und schneller:<br />
<code>[root@cf]grep -rH "enabled" /home/dir &gt; /tmp/ForwardListe.txt</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.christian-fahrni.ch/blog/2009/10/23/bashbin-6-dateien-durchsuchen/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>BashBin #5: Wer sucht, der sucht</title>
		<link>http://www.christian-fahrni.ch/blog/2009/09/29/bashbin-5-wer-sucht-der-sucht/</link>
		<comments>http://www.christian-fahrni.ch/blog/2009/09/29/bashbin-5-wer-sucht-der-sucht/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 06:33:36 +0000</pubDate>
		<dc:creator>Chrigu Fahrni</dc:creator>
				<category><![CDATA[BashBin]]></category>
		<category><![CDATA[csv]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[mtime]]></category>
		<category><![CDATA[or]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.christian-fahrni.ch/blog/?p=643</guid>
		<description><![CDATA[Problem
Suchen (und finden) aller .xml und .csv Dateien, welche Älter als 30 Tage sind.
Lösung
[root@cf]# find /pfad/ \( -iname '*.xml' -o -iname '*.csv' \) -mtime +30
Output
/pfad/temp.inc.2009-08-28-1200.xml
/pfad/temp.inc.2009-08-28-1300.xml
/pfad/temp.inc.2009-08-28-1400.xml
/pfad/temp.inc.2009-08-28-1500.xml
/pfad/temp.inc.2009-08-28-1600.xml

]]></description>
			<content:encoded><![CDATA[<p><strong>Problem</strong><br />
Suchen (und finden) aller .xml und .csv Dateien, welche Älter als 30 Tage sind.</p>
<p><strong>Lösung</strong><br />
<code>[root@cf]# find /pfad/ \( -iname '*.xml' -o -iname '*.csv' \) -mtime +30</code></p>
<p><strong>Output</strong><br />
<code>/pfad/temp.inc.2009-08-28-1200.xml<br />
/pfad/temp.inc.2009-08-28-1300.xml<br />
/pfad/temp.inc.2009-08-28-1400.xml<br />
/pfad/temp.inc.2009-08-28-1500.xml<br />
/pfad/temp.inc.2009-08-28-1600.xml<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.christian-fahrni.ch/blog/2009/09/29/bashbin-5-wer-sucht-der-sucht/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Ford Focus RS</title>
		<link>http://www.christian-fahrni.ch/blog/2009/09/28/ford-focus-rs/</link>
		<comments>http://www.christian-fahrni.ch/blog/2009/09/28/ford-focus-rs/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 10:09:03 +0000</pubDate>
		<dc:creator>Chrigu Fahrni</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[Erstaunlich]]></category>
		<category><![CDATA[2009]]></category>
		<category><![CDATA[Focus]]></category>
		<category><![CDATA[Ford]]></category>
		<category><![CDATA[rs]]></category>

		<guid isPermaLink="false">http://www.christian-fahrni.ch/blog/?p=634</guid>
		<description><![CDATA[Ich habe mein neues Wunschauto entdeckt.
]]></description>
			<content:encoded><![CDATA[<p>Ich habe mein neues Wunschauto entdeckt.</p>
<div id="attachment_635" class="wp-caption alignleft" style="width: 226px"><a href="http://www.christian-fahrni.ch/blog/wp-content/uploads/2009/09/ford-focus-rs-2009-8.jpg" rel="lightbox[634]"><img class="size-medium wp-image-635  " title="Ford Focus RS" src="http://www.christian-fahrni.ch/blog/wp-content/uploads/2009/09/ford-focus-rs-2009-8-300x200.jpg" alt="Ford Focus RS" width="216" height="144" /></a><p class="wp-caption-text">Ford Focus RS</p></div>
<div id="attachment_636" class="wp-caption alignleft" style="width: 226px"><a href="http://www.christian-fahrni.ch/blog/wp-content/uploads/2009/09/ford-focus-rs-2009-7.jpg" rel="lightbox[634]"><img class="size-medium wp-image-636   " title="Ford Focus RS" src="http://www.christian-fahrni.ch/blog/wp-content/uploads/2009/09/ford-focus-rs-2009-7-300x200.jpg" alt="Ford Focus RS" width="216" height="144" /></a><p class="wp-caption-text">Ford Focus RS</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.christian-fahrni.ch/blog/2009/09/28/ford-focus-rs/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>BashBin #4: RPM-Datei installieren</title>
		<link>http://www.christian-fahrni.ch/blog/2009/09/04/bashbin-4-rpm-datei-installieren/</link>
		<comments>http://www.christian-fahrni.ch/blog/2009/09/04/bashbin-4-rpm-datei-installieren/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 05:18:40 +0000</pubDate>
		<dc:creator>Chrigu Fahrni</dc:creator>
				<category><![CDATA[BashBin]]></category>

		<guid isPermaLink="false">http://www.christian-fahrni.ch/blog/?p=630</guid>
		<description><![CDATA[Problem
Installation einer RPM-Datei
Lösung

Installation eines Packages
rpm –ivh packagename.rpm

Update eines Packages
rpm –Uvh packagename.rpm

Hinweis
Weitere Infos bei Wikipedia oder mit dem Kommando: rpm --help
]]></description>
			<content:encoded><![CDATA[<p><strong>Problem</strong><br />
Installation einer RPM-Datei</p>
<p><strong>Lösung</strong></p>
<ul>
<li>Installation eines Packages<br />
<code>rpm –ivh packagename.rpm<br />
</code></li>
<li>Update eines Packages<br />
<code>rpm –Uvh packagename.rpm</code></li>
</ul>
<p><strong>Hinweis</strong><br />
Weitere Infos <a title="RPM Package Manager" href="http://de.wikipedia.org/wiki/RPM_Package_Manager" target="_blank">bei Wikipedia</a> oder mit dem Kommando: <code>rpm --help</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.christian-fahrni.ch/blog/2009/09/04/bashbin-4-rpm-datei-installieren/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Kandons Polizi</title>
		<link>http://www.christian-fahrni.ch/blog/2009/08/30/kandons-polizi/</link>
		<comments>http://www.christian-fahrni.ch/blog/2009/08/30/kandons-polizi/#comments</comments>
		<pubDate>Sun, 30 Aug 2009 14:32:40 +0000</pubDate>
		<dc:creator>Chrigu Fahrni</dc:creator>
				<category><![CDATA[Live]]></category>

		<guid isPermaLink="false">http://www.christian-fahrni.ch/blog/?p=627</guid>
		<description><![CDATA[Geheime Bilder vom neusten Polizeifunk aufgetaucht.



]]></description>
			<content:encoded><![CDATA[<p>Geheime Bilder vom neusten Polizeifunk aufgetaucht.</p>
<div style='margin-right:10px;background:#F9F9FF;color:#444444;padding:2px; width:150px;float:left'><a href='http://www.christian-fahrni.ch/blog/wp-content/uploads/2009/08/photo5.jpg' rel="lightbox[627]"><img src='http://www.christian-fahrni.ch/blog/wp-content/uploads/2009/08/photo5-300x225.jpg' alt='' class='attachment' /></a>
<div style='padding:.2em;text-align:left'></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.christian-fahrni.ch/blog/2009/08/30/kandons-polizi/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Lecker</title>
		<link>http://www.christian-fahrni.ch/blog/2009/08/15/lecker/</link>
		<comments>http://www.christian-fahrni.ch/blog/2009/08/15/lecker/#comments</comments>
		<pubDate>Sat, 15 Aug 2009 16:37:03 +0000</pubDate>
		<dc:creator>Chrigu Fahrni</dc:creator>
				<category><![CDATA[Live]]></category>

		<guid isPermaLink="false">http://www.christian-fahrni.ch/blog/?p=618</guid>
		<description><![CDATA[

]]></description>
			<content:encoded><![CDATA[<div style='margin-right:10px;background:#F9F9FF;color:#444444;padding:2px; width:150px;float:left'><a href='http://www.christian-fahrni.ch/blog/wp-content/uploads/2009/08/photo4.jpg' rel="lightbox[618]"><img src='http://www.christian-fahrni.ch/blog/wp-content/uploads/2009/08/photo4-300x225.jpg' alt='' class='attachment' /></a>
<div style='padding:.2em;text-align:left'></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.christian-fahrni.ch/blog/2009/08/15/lecker/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Züpfe</title>
		<link>http://www.christian-fahrni.ch/blog/2009/08/15/zupfe/</link>
		<comments>http://www.christian-fahrni.ch/blog/2009/08/15/zupfe/#comments</comments>
		<pubDate>Sat, 15 Aug 2009 11:41:26 +0000</pubDate>
		<dc:creator>Chrigu Fahrni</dc:creator>
				<category><![CDATA[Live]]></category>

		<guid isPermaLink="false">http://www.christian-fahrni.ch/blog/?p=615</guid>
		<description><![CDATA[Vorher

Nachher

]]></description>
			<content:encoded><![CDATA[<p><strong>Vorher</strong><br />
<a href="http://www.christian-fahrni.ch/blog/wp-content/uploads/2009/08/photo3.jpg" rel="lightbox[615]"><img class="attachment" src="http://www.christian-fahrni.ch/blog/wp-content/uploads/2009/08/photo3-300x225.jpg" alt="" /></a></p>
<p><strong>Nachher</strong><br />
<a href="http://www.christian-fahrni.ch/blog/wp-content/uploads/2009/08/züpfe-2.jpg" rel="lightbox[615]"><img class="alignnone size-medium wp-image-621" title="züpfe 2" src="http://www.christian-fahrni.ch/blog/wp-content/uploads/2009/08/züpfe-2-300x225.jpg" alt="züpfe 2" width="300" height="225" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.christian-fahrni.ch/blog/2009/08/15/zupfe/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Merängge</title>
		<link>http://www.christian-fahrni.ch/blog/2009/08/10/merangge/</link>
		<comments>http://www.christian-fahrni.ch/blog/2009/08/10/merangge/#comments</comments>
		<pubDate>Mon, 10 Aug 2009 18:43:31 +0000</pubDate>
		<dc:creator>Chrigu Fahrni</dc:creator>
				<category><![CDATA[Live]]></category>

		<guid isPermaLink="false">http://www.christian-fahrni.ch/blog/?p=612</guid>
		<description><![CDATA[

]]></description>
			<content:encoded><![CDATA[<div style='margin-right:10px;background:#F9F9FF;color:#444444;padding:2px; width:150px;float:left'><a href='http://www.christian-fahrni.ch/blog/wp-content/uploads/2009/08/photo2.jpg' rel="lightbox[612]"><img src='http://www.christian-fahrni.ch/blog/wp-content/uploads/2009/08/photo2-300x225.jpg' alt='' class='attachment' /></a>
<div style='padding:.2em;text-align:left'></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.christian-fahrni.ch/blog/2009/08/10/merangge/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
