<?xml version="1.0"?>
<rss xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:admin="http://webns.net/mvcb/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:php="http://php.net/xsl" version="2.0"><channel><title>chruetertee.ch
                
                Comments</title><link>http://www.chruetertee.ch/blog/</link><description>Comments </description><generator>Flux CMS - http://www.flux-cms.org/</generator><ttl>60</ttl><item><title>tjado: 32bit-Bibliotheken auf amd64 nachinstallieren</title><link>http://www.chruetertee.ch/blog/archive/2010/02/28/32bit-bibliotheken-auf-amd64-nachinstallieren.html#c182121</link><comments>http://www.chruetertee.ch/blog/archive/2010/02/28/32bit-bibliotheken-auf-amd64-nachinstallieren.html#c182121</comments><author>tjado &lt;undisclosed@example.org&gt;
                        </author><content:encoded xmlns="http://www.w3.org/1999/xhtml">oder man nutzt sysinstall :)</content:encoded><dc:date>2010-03-13T10:59:33Z</dc:date><guid isPermaLink="false">http://www.chruetertee.ch/blog/32bit-bibliotheken-auf-amd64-nachinstallieren.html#c182121</guid></item><item><title>Sylwester: Eintrag aus known_hosts entfernen</title><link>http://www.chruetertee.ch/blog/archive/2010/01/23/eintrag-aus-known_hosts-entfernen.html#c181647</link><comments>http://www.chruetertee.ch/blog/archive/2010/01/23/eintrag-aus-known_hosts-entfernen.html#c181647</comments><author>Sylwester &lt;undisclosed@example.org&gt;
                        </author><content:encoded xmlns="http://www.w3.org/1999/xhtml">Das ist auch direkt mit ssh-keygen moeglich:&lt;br/&gt;&lt;br/&gt;
$ ssh-keygen -R example.com&lt;br/&gt;
entfernt alle example.com Eintraege aus der ~/.ssh/known_hosts und schreibt (zumindest bei mir) eine Kopie nach ~/.ssh/known_hosts.old&lt;br/&gt;&lt;br/&gt;
Manpage:&lt;br/&gt;
-R hostname&lt;br/&gt;&lt;br/&gt;
 Removes all keys belonging to&lt;br/&gt;
 hostname from a known_hosts file.&lt;br/&gt;
 This option is useful to delete&lt;br/&gt;
 hashed hosts (see the -H&lt;br/&gt;
 option above).</content:encoded><dc:date>2010-02-10T08:27:56Z</dc:date><guid isPermaLink="false">http://www.chruetertee.ch/blog/eintrag-aus-known_hosts-entfernen.html#c181647</guid></item><item><title>Oliver Lehmann: Ziel eines symbolischen Linkes anzeigen</title><link>http://www.chruetertee.ch/blog/archive/2010/01/02/ziel-eines-symbolischen-linkes-anzeigen.html#c181553</link><comments>http://www.chruetertee.ch/blog/archive/2010/01/02/ziel-eines-symbolischen-linkes-anzeigen.html#c181553</comments><author>Oliver Lehmann &lt;undisclosed@example.org&gt;
                        </author><content:encoded xmlns="http://www.w3.org/1999/xhtml">Warum readlink installieren? Befindet sich doch bereits im Base?&lt;br/&gt;&lt;br/&gt;
&amp;gt; which readlink&lt;br/&gt;
/usr/bin/readlink</content:encoded><dc:date>2010-01-20T19:11:39Z</dc:date><guid isPermaLink="false">http://www.chruetertee.ch/blog/ziel-eines-symbolischen-linkes-anzeigen.html#c181553</guid></item><item><title>Alex de Kruijff: Identische Dateien l&#xF6;schen</title><link>http://www.chruetertee.ch/blog/archive/2009/11/28/identische-dateien-loeschen.html#c181552</link><comments>http://www.chruetertee.ch/blog/archive/2009/11/28/identische-dateien-loeschen.html#c181552</comments><author>Alex de Kruijff &lt;undisclosed@example.org&gt;
                        </author><content:encoded xmlns="http://www.w3.org/1999/xhtml">(Sorry I don't know how to write in Germen.)&lt;br/&gt;&lt;br/&gt;
If you like to symlink the duplicates file that couldn't be hardlinked you could do the following:&lt;br/&gt;&lt;br/&gt;&lt;pre&gt;find . | samefile -i | sameln | sameln -s&lt;/pre&gt;&lt;br/&gt;
If you like to removing duplicates files and favor the files that are hardlinked more often you could do the following: (If A, B and C are duplicates and B and C are hardlinked, then A is removed.)&lt;br/&gt;&lt;br/&gt;&lt;pre&gt;find . | samefile -iL | samerm -L&lt;/pre&gt;&lt;br/&gt;
If you like to removing duplicates files and also like to include files that are hardlinked the do the following: (If A, B and C are duplicates and B and C are hardlinked, then B and C should be removed.)&lt;br/&gt;&lt;br/&gt;&lt;pre&gt;find . | samefile -ir | samerm&lt;/pre&gt;&lt;br/&gt;
Three advantages of samesame over "zfs a set dedup=on tank": you can avoid the overhead, you get to choice when to run the checks, and you can also run it on non-zfs filesystems.</content:encoded><dc:date>2010-01-09T01:54:54Z</dc:date><guid isPermaLink="false">http://www.chruetertee.ch/blog/identische-dateien-loeschen.html#c181552</guid></item><item><title>Steve`: Ein gutes neues Jahr Euch allen</title><link>http://www.chruetertee.ch/blog/archive/2009/12/31/ein-gutes-neues-jahr-euch-allen.html#c181551</link><comments>http://www.chruetertee.ch/blog/archive/2009/12/31/ein-gutes-neues-jahr-euch-allen.html#c181551</comments><author>Steve` &lt;undisclosed@example.org&gt;
                        </author><content:encoded xmlns="http://www.w3.org/1999/xhtml">:D&lt;br/&gt;&lt;br/&gt;
Danke, Dir auch ...</content:encoded><dc:date>2010-01-04T14:43:34Z</dc:date><guid isPermaLink="false">http://www.chruetertee.ch/blog/ein-gutes-neues-jahr-euch-allen.html#c181551</guid></item><item><title>Christophe: ZFS-Installation mit Hilfe von mfsBSD</title><link>http://www.chruetertee.ch/blog/archive/2009/11/30/zfs-installation-mit-hilfe-von-mfsbsd.html#c181361</link><comments>http://www.chruetertee.ch/blog/archive/2009/11/30/zfs-installation-mit-hilfe-von-mfsbsd.html#c181361</comments><author>Christophe &lt;undisclosed@example.org&gt;
                        </author><content:encoded xmlns="http://www.w3.org/1999/xhtml">Ich habe es mit der i386er Version versucht aber wo finde ich oder wie baue ich die Release-arch.tbz Datei? Auf den FreeBSD iso CDs gibt es diese Datei nicht.</content:encoded><dc:date>2009-12-14T07:51:57Z</dc:date><guid isPermaLink="false">http://www.chruetertee.ch/blog/zfs-installation-mit-hilfe-von-mfsbsd.html#c181361</guid></item><item><title>oliver: ZFS-Installation mit Hilfe von mfsBSD</title><link>http://www.chruetertee.ch/blog/archive/2009/11/30/zfs-installation-mit-hilfe-von-mfsbsd.html#c181360</link><comments>http://www.chruetertee.ch/blog/archive/2009/11/30/zfs-installation-mit-hilfe-von-mfsbsd.html#c181360</comments><author>oliver &lt;undisclosed@example.org&gt;
                        </author><content:encoded xmlns="http://www.w3.org/1999/xhtml">&lt;a href="http://lists.freebsd.org/pipermail/svn-src-stable-8/2009-December/000856.html"&gt;http://lists.freebsd.org/pipermail/svn-src-stable-8/2009-December/000856.html&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;
Zwischenzeitlich ist auch ein nativer Loader in stable eingetroffen, die Option in src.conf ist dort zumindest nun obsolet.</content:encoded><dc:date>2009-12-07T18:25:46Z</dc:date><guid isPermaLink="false">http://www.chruetertee.ch/blog/zfs-installation-mit-hilfe-von-mfsbsd.html#c181360</guid></item><item><title>SIFE: pf-Logdatei auslesen</title><link>http://www.chruetertee.ch/blog/archive/2009/09/30/pf-logdatei-auslesen.html#c181358</link><comments>http://www.chruetertee.ch/blog/archive/2009/09/30/pf-logdatei-auslesen.html#c181358</comments><author>SIFE &lt;undisclosed@example.org&gt;
                        </author><content:encoded xmlns="http://www.w3.org/1999/xhtml">salamo alikom&lt;br/&gt;
how can i convert pflog to plain text , i need the output in file to parse it later .</content:encoded><dc:date>2009-12-03T16:00:33Z</dc:date><guid isPermaLink="false">http://www.chruetertee.ch/blog/pf-logdatei-auslesen.html#c181358</guid></item><item><title>Oliver: ZFS-Installation mit Hilfe von mfsBSD</title><link>http://www.chruetertee.ch/blog/archive/2009/11/30/zfs-installation-mit-hilfe-von-mfsbsd.html#c181357</link><comments>http://www.chruetertee.ch/blog/archive/2009/11/30/zfs-installation-mit-hilfe-von-mfsbsd.html#c181357</comments><author>Oliver &lt;undisclosed@example.org&gt;
                        </author><content:encoded xmlns="http://www.w3.org/1999/xhtml">@beat danke war leicht zu beheben, falls man denn im Eifer des Gefechts dran denkt ;-)</content:encoded><dc:date>2009-12-03T00:15:02Z</dc:date><guid isPermaLink="false">http://www.chruetertee.ch/blog/zfs-installation-mit-hilfe-von-mfsbsd.html#c181357</guid></item><item><title>Beat: ZFS-Installation mit Hilfe von mfsBSD</title><link>http://www.chruetertee.ch/blog/archive/2009/11/30/zfs-installation-mit-hilfe-von-mfsbsd.html#c181356</link><comments>http://www.chruetertee.ch/blog/archive/2009/11/30/zfs-installation-mit-hilfe-von-mfsbsd.html#c181356</comments><author>Beat &lt;undisclosed@example.org&gt;
                        </author><content:encoded xmlns="http://www.w3.org/1999/xhtml">Der Eintrag in der /etc/src.conf wird nun standardm&amp;#228;ssig erstellt:&lt;br/&gt;
&lt;a href="https://box.vx.sk/wsvn/mfsbsd/trunk/?op=revision&amp;amp;rev=43"&gt;https://box.vx.sk/wsvn/mfsbsd/trunk/?op=revision&amp;amp;rev=43&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;
Gruess Beat</content:encoded><dc:date>2009-12-02T20:08:01Z</dc:date><guid isPermaLink="false">http://www.chruetertee.ch/blog/zfs-installation-mit-hilfe-von-mfsbsd.html#c181356</guid></item></channel></rss>
