<?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>Marek Mahut &#187; howto</title>
	<atom:link href="http://marek.mahut.sk/blog/tag/howto/feed/" rel="self" type="application/rss+xml" />
	<link>http://marek.mahut.sk/blog</link>
	<description></description>
	<lastBuildDate>Tue, 07 Sep 2010 15:51:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to disable USB Disk STANDBY mode</title>
		<link>http://marek.mahut.sk/blog/2009/03/03/how-to-disable-usb-disk-standby-mode/</link>
		<comments>http://marek.mahut.sk/blog/2009/03/03/how-to-disable-usb-disk-standby-mode/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 19:06:34 +0000</pubDate>
		<dc:creator>marek</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[2009]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[rhel]]></category>
		<category><![CDATA[sysadmin]]></category>

		<guid isPermaLink="false">http://marek.mahut.sk/blog/?p=339</guid>
		<description><![CDATA[Recently I bought an external USB Disk Seagate FreeAgent XTreme, but after some idle time, it spanned down. Take me a while to find out how to disable this standby mode. First install sdparm.
If you want to start the drive in standby:
sdparm &#8211;command=start /dev/sdb
To clean standby mode flag:
sdparm &#8211;clear STANDBY -6 /dev/sdb &#38;&#38; sdparm -a [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I bought an external USB Disk <em>Seagate FreeAgent XTreme</em>, but after some idle time, it spanned down. Take me a while to find out how to disable this standby mode. First install <em>sdparm</em>.</p>
<p>If you want to start the drive in standby:</p>
<p style="padding-left: 30px;">sdparm &#8211;command=start /dev/sdb</p>
<p>To clean standby mode flag:</p>
<p style="padding-left: 30px;">sdparm &#8211;clear STANDBY -6 /dev/sdb &amp;&amp; sdparm -a /dev/sdb</p>
]]></content:encoded>
			<wfw:commentRss>http://marek.mahut.sk/blog/2009/03/03/how-to-disable-usb-disk-standby-mode/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to fix wrong dns serial number?</title>
		<link>http://marek.mahut.sk/blog/2009/01/06/how-to-fix-wrong-dns-serial-number/</link>
		<comments>http://marek.mahut.sk/blog/2009/01/06/how-to-fix-wrong-dns-serial-number/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 14:57:07 +0000</pubDate>
		<dc:creator>marek</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[2009]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[rhel]]></category>
		<category><![CDATA[sysadmin]]></category>

		<guid isPermaLink="false">http://marek.mahut.sk/blog/?p=305</guid>
		<description><![CDATA[Did it ever happen to you by mistake to add one additional digit into dns serial number? Ooops! Now, how to fix it?

Increase the serial number to (2^31) &#8211; (correct serial number) and reload named. For example 2^31-2009010602 = 138473046. As DNS serial numbers are signed integers, this make server thinks that it&#8217;s a negative [...]]]></description>
			<content:encoded><![CDATA[<p>Did it ever happen to you by mistake to add one additional digit into dns serial number? Ooops! Now, how to fix it?</p>
<ol>
<li>Increase the serial number to (<em>2^31) &#8211; (correct serial number</em>) and reload named. For example 2^31-2009010602 = 138473046. As DNS serial numbers are signed integers, this make server thinks that it&#8217;s a negative number.</li>
<li>Set the serial number to <em>0</em> and reload.</li>
<li>Set the correct serial number and reload.</li>
<li>Voila!</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://marek.mahut.sk/blog/2009/01/06/how-to-fix-wrong-dns-serial-number/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Multiple host names in a single kerberos key tab</title>
		<link>http://marek.mahut.sk/blog/2008/11/19/multiple-host-names-in-a-single-kerberos-key-tab/</link>
		<comments>http://marek.mahut.sk/blog/2008/11/19/multiple-host-names-in-a-single-kerberos-key-tab/#comments</comments>
		<pubDate>Wed, 19 Nov 2008 12:33:55 +0000</pubDate>
		<dc:creator>marek</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cluster]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[kerberos]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[rhel]]></category>
		<category><![CDATA[sysadmin]]></category>

		<guid isPermaLink="false">http://marek.mahut.sk/blog/?p=253</guid>
		<description><![CDATA[If you are using clustered service with kerberos, you may want to merge hostnames keytab files to one for simple distribution.

Create host and service principals.

kadmin:  addprinc -randkey host/node1.corp.intranet.lan
kadmin:  addprinc -randkey host/node2.corp.intranet.lan
kadmin:  addprinc -randkey host/node3.corp.intranet.lan
kadmin:  addprinc -randkey host/node4.corp.intranet.lan
kadmin:  addprinc -randkey host/node5.corp.intranet.lan
kadmin:  addprinc -randkey host/node6.corp.intranet.lan
kadmin:  addprinc -randkey host/node7.corp.intranet.lan
kadmin:  addprinc [...]]]></description>
			<content:encoded><![CDATA[<p>If you are using clustered service with kerberos, you may want to merge hostnames keytab files to one for simple distribution.</p>
<ul>
<li>Create host and service principals.</li>
</ul>
<pre style="padding-left: 60px;">kadmin:  addprinc -randkey host/node1.corp.intranet.lan
kadmin:  addprinc -randkey host/node2.corp.intranet.lan
kadmin:  addprinc -randkey host/node3.corp.intranet.lan
kadmin:  addprinc -randkey host/node4.corp.intranet.lan
kadmin:  addprinc -randkey host/node5.corp.intranet.lan
kadmin:  addprinc -randkey host/node6.corp.intranet.lan
kadmin:  addprinc -randkey host/node7.corp.intranet.lan
kadmin:  addprinc -randkey host/node8.corp.intranet.lan
kadmin:  addprinc -randkey HTTP/node1.corp.intranet.lan
kadmin:  addprinc -randkey HTTP/node2.corp.intranet.lan
kadmin:  addprinc -randkey HTTP/node3.corp.intranet.lan
kadmin:  addprinc -randkey HTTP/node4.corp.intranet.lan
kadmin:  addprinc -randkey HTTP/node5.corp.intranet.lan
kadmin:  addprinc -randkey HTTP/node6.corp.intranet.lan
kadmin:  addprinc -randkey HTTP/node7.corp.intranet.lan
kadmin:  addprinc -randkey HTTP/node8.corp.intranet.lan</pre>
<p></p>
<ul>
<li>Save them to only one file (cluster.keytab).</li>
</ul>
<pre style="padding-left: 60px;">kadmin:  ktadd -k /etc/httpd/cluster.keytab host/node1.corp.intranet.lan
kadmin:  ktadd -k /etc/httpd/cluster.keytab host/node2.corp.intranet.lan
kadmin:  ktadd -k /etc/httpd/cluster.keytab host/node3.corp.intranet.lan
kadmin:  ktadd -k /etc/httpd/cluster.keytab host/node4.corp.intranet.lan
kadmin:  ktadd -k /etc/httpd/cluster.keytab host/node5.corp.intranet.lan
kadmin:  ktadd -k /etc/httpd/cluster.keytab host/node6.corp.intranet.lan
kadmin:  ktadd -k /etc/httpd/cluster.keytab host/node7.corp.intranet.lan
kadmin:  ktadd -k /etc/httpd/cluster.keytab host/node8.corp.intranet.lan
kadmin:  ktadd -k /etc/httpd/cluster.keytab HTTP/node1.corp.intranet.lan
kadmin:  ktadd -k /etc/httpd/cluster.keytab HTTP/node2.corp.intranet.lan
kadmin:  ktadd -k /etc/httpd/cluster.keytab HTTP/node3.corp.intranet.lan
kadmin:  ktadd -k /etc/httpd/cluster.keytab HTTP/node4.corp.intranet.lan
kadmin:  ktadd -k /etc/httpd/cluster.keytab HTTP/node5.corp.intranet.lan
kadmin:  ktadd -k /etc/httpd/cluster.keytab HTTP/node6.corp.intranet.lan
kadmin:  ktadd -k /etc/httpd/cluster.keytab HTTP/node7.corp.intranet.lan
kadmin:  ktadd -k /etc/httpd/cluster.keytab HTTP/node8.corp.intranet.lan</pre>
<p></p>
<ul>
<li>As alternative, you can use command ktutil if you already have a bunch of keytab files.</li>
</ul>
<pre style="padding-left: 60px;">ktutil:  rkt /etc/krb5/node1.corp.intranet.lan.keytab
ktutil:  rkt /etc/krb5/node2.corp.intranet.lan.keytab
ktutil:  rkt /etc/krb5/node3.corp.intranet.lan.keytab
ktutil:  rkt /etc/krb5/node4.corp.intranet.lan.keytab
ktutil:  rkt /etc/krb5/node5.corp.intranet.lan.keytab
ktutil:  rkt /etc/krb5/node6.corp.intranet.lan.keytab
ktutil:  rkt /etc/krb5/node7.corp.intranet.lan.keytab
ktutil:  wkt /etc/cluster.keytab</pre>
<p>Voila.</p>
]]></content:encoded>
			<wfw:commentRss>http://marek.mahut.sk/blog/2008/11/19/multiple-host-names-in-a-single-kerberos-key-tab/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fedora infrastructure Puppet training</title>
		<link>http://marek.mahut.sk/blog/2008/09/20/fedora-infrastructure-puppet-training/</link>
		<comments>http://marek.mahut.sk/blog/2008/09/20/fedora-infrastructure-puppet-training/#comments</comments>
		<pubDate>Sat, 20 Sep 2008 08:34:29 +0000</pubDate>
		<dc:creator>marek</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[chrocht]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[sysadmin]]></category>

		<guid isPermaLink="false">http://marek.mahut.sk/blog/?p=178</guid>
		<description><![CDATA[ Mike McGrath, the Fedora infrastructure lead, made an awesome presentation on puppet and how to use it. Slides and audio record are posted at http://mmcgrath.fedorapeople.org/puppet/.
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-179" title="puppet-short" src="http://marek.mahut.sk/blog/wp-content/uploads/2008/09/puppet-short.png" alt="" width="151" height="44" /> <a href="http://mmcgrath.livejournal.com/">Mike McGrath</a>, the Fedora infrastructure lead, made an awesome presentation on puppet and how to use it. Slides and audio record are posted at <a href="http://mmcgrath.fedorapeople.org/puppet/">http://mmcgrath.fedorapeople.org/puppet/</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://marek.mahut.sk/blog/2008/09/20/fedora-infrastructure-puppet-training/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Sysadmin&#8217;s monday blues: clean your RPMs</title>
		<link>http://marek.mahut.sk/blog/2008/07/14/sysadmins-monday-blues-clean-your-rpms/</link>
		<comments>http://marek.mahut.sk/blog/2008/07/14/sysadmins-monday-blues-clean-your-rpms/#comments</comments>
		<pubDate>Mon, 14 Jul 2008 20:50:42 +0000</pubDate>
		<dc:creator>marek</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[sysadmin]]></category>

		<guid isPermaLink="false">http://marek.mahut.sk/blog/?p=115</guid>
		<description><![CDATA[From time to time, I need to clean my disk from useless stuff I&#8217;ve installed over time. It&#8217;s just amazing how much of packages I can install during debugging and configuring every day. If I&#8217;m short of disk space, I start first by reviewing biggest packages on my system:
[mmahut@mmahut repo]$ rpm -qa --queryformat '%10{size} %{name}-%{version}\n' [...]]]></description>
			<content:encoded><![CDATA[<p>From time to time, I need to clean my disk from useless stuff I&#8217;ve installed over time. It&#8217;s just amazing how much of packages I can install during debugging and configuring every day. If I&#8217;m short of disk space, I start first by reviewing biggest packages on my system:</p>
<p style="padding-left: 30px;"><code>[mmahut@mmahut repo]$ rpm -qa --queryformat '%10{size} %{name}-%{version}\n' | sort -k1,1nr | head<br />
317673868 fgfs-base-0.9.11<br />
215271762 openoffice.org-core-2.3.0<br />
133572466 frysk-0.4<br />
120848879 fpc-2.2.0<br />
89947314 glibc-common-2.7<br />
80722817 java-1.7.0-icedtea-1.7.0.0<br />
65310309 emacs-common-22.1<br />
61516077 googleearth-4.2.198.2451<br />
61036768 inkscape-0.46<br />
60173188 tetex-fonts-3.0<br />
[mmahut@mmahut repo]$</code></p>
<p>Another useful program is <strong>package-cleanup</strong> from package <em>yum-utils</em>. You can use it to list duplicates, orphans or problematic packages as well as old kernel packages.</p>
<p style="padding-left: 30px;"><code>[mmahut@mmahut ~]$ package-cleanup --orphans | head<br />
Setting up yum<br />
cinelerra-2.1-0.14.svn20071111.kwizart.fc8.i386<br />
desktop-file-utils-0.15-2.fc8.i386<br />
NetworkManager-0.7.0-0.6.7.svn3370.fc8.i386<br />
bind-utils-9.5.0-27.rc1.fc8.i386<br />
PackageKit-libs-0.1.5-0.351.20071126git.fc7.hughsie.i386<br />
redmode-1.0-1.fc8.i386<br />
kurso-3.0-1.fc8.i386<br />
x11vnc-0.9.3-2.fc8.i386<br />
popt-debuginfo-1.13-1.fc8.i386<br />
[mmahut@mmahut ~]$</code></p>
<p>I&#8217;ve cleaned up 200MB today, great success!</p>
]]></content:encoded>
			<wfw:commentRss>http://marek.mahut.sk/blog/2008/07/14/sysadmins-monday-blues-clean-your-rpms/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>How to hold a binocular</title>
		<link>http://marek.mahut.sk/blog/2008/04/13/how-to-hold-a-binocular/</link>
		<comments>http://marek.mahut.sk/blog/2008/04/13/how-to-hold-a-binocular/#comments</comments>
		<pubDate>Sun, 13 Apr 2008 08:12:08 +0000</pubDate>
		<dc:creator>marek</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[astronomy]]></category>
		<category><![CDATA[howto]]></category>

		<guid isPermaLink="false">http://marek.mahut.sk/blog/?p=83</guid>
		<description><![CDATA[
I&#8217;ve found a very nice link explaining how to hold a binocular for sky observation. My preferable is number 3, but I&#8217;ve never tried fourth variant. You can also learn something about binocular mounts on that page.
]]></description>
			<content:encoded><![CDATA[<p style="text-align: right;">
<p>I&#8217;ve found a very nice link <a href="http://www.astunit.com/tonkinsastro/binoculars/binhold.htm">explaining how to hold a binocular for sky observation</a>. My preferable <img class="size-full wp-image-84 alignright" style="vertical-align: baseline; float: right;" title="imagestrieder" src="http://marek.mahut.sk/blog/wp-content/uploads/2008/04/imagestrieder.jpg" alt="" width="135" height="84" />is number 3, but I&#8217;ve never tried fourth variant. You can also learn something about <a href="http://www.astunit.com/tonkinsastro/binoculars/binomount.htm">binocular mounts</a> on that page.</p>
]]></content:encoded>
			<wfw:commentRss>http://marek.mahut.sk/blog/2008/04/13/how-to-hold-a-binocular/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to make crypted /home under Fedora with lusk?</title>
		<link>http://marek.mahut.sk/blog/2007/12/01/how-to-make-crypted-home-under-fedora-with-lusk/</link>
		<comments>http://marek.mahut.sk/blog/2007/12/01/how-to-make-crypted-home-under-fedora-with-lusk/#comments</comments>
		<pubDate>Sat, 01 Dec 2007 18:39:15 +0000</pubDate>
		<dc:creator>marek</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[howto]]></category>

		<guid isPermaLink="false">http://mahut.sk/blog/?p=50</guid>
		<description><![CDATA[There are tons of articles like this one on the internets, thus I&#8217;m just writing this down as my personal note. First let&#8217;s check for the package.
[root@mmahut ~]# rpm -qa cryptsetup-luks
cryptsetup-luks-1.0.5-7.fc8
[root@mmahut ~]#
After un-mounting /and backing up :)/ our home directory, we need to erase everything on it.
[root@mmahut ~]# shred  -n 5 -v /dev/vg00/lvhome
shred: /dev/vg00/lvhome: [...]]]></description>
			<content:encoded><![CDATA[<p>There are tons of articles like this one on the internets, thus I&#8217;m just writing this down as my personal note. First let&#8217;s check for the package.</p>
<p><code>[root@mmahut ~]# rpm -qa cryptsetup-luks<br />
cryptsetup-luks-1.0.5-7.fc8<br />
[root@mmahut ~]#</code></p>
<p>After un-mounting /and backing up :)/ our home directory, we need to erase everything on it.</p>
<p><code>[root@mmahut ~]# shred  -n 5 -v /dev/vg00/lvhome<br />
shred: /dev/vg00/lvhome: pass 1/5 (random)...<br />
shred: /dev/vg00/lvhome: pass 1/5 (random)...13MiB/4.0GiB 0%<br />
shred: /dev/vg00/lvhome: pass 1/5 (random)...28MiB/4.0GiB 0%<br />
shred: /dev/vg00/lvhome: pass 1/5 (random)...43MiB/4.0GiB 1%</code></p>
<p>Don&#8217;t leave any chance.</p>
<p><code>[root@mmahut ~]# dd if=/dev/urandom of=/dev/vg00/lvhome bs=1024<br />
478301+0 records in<br />
478300+0 records out<br />
489779200 bytes (490 MB) copied, 160.087 s, 3.1 MB/s<br />
[root@mmahut ~]#</code></p>
<p>Now, we can create a lusk head on your partition.</p>
<p><code>[root@mmahut ~]# cryptsetup luksFormat -c aes-cbc-essiv:sha256 -s 256 -y /dev/vg00/lvhome<br />
WARNING!<br />
========<br />
This will overwrite data on /dev/vg00/lvhome irrevocably.<br />
Are you sure? (Type uppercase yes): YES<br />
Enter LUKS passphrase:<br />
Verify passphrase:<br />
Command successful.<br />
[root@mmahut ~]#</code></p>
<p>We can check if we are able to de-crypt it.</p>
<p><code>[root@mmahut ~]# cryptsetup luksOpen /dev/vg00/lvhome home<br />
Enter LUKS passphrase:<br />
key slot 0 unlocked.<br />
Command successful.<br />
[root@mmahut ~]#</code></p>
<p>This will create new device file with name  <em>/dev/mapper/home</em>, our decrypted media. You can safely create new file system on it now.</p>
<p><code>[root@mmahut ~]# mke2fs -j /dev/mapper/home<br />
mke2fs 1.40.2 (12-Jul-2007)<br />
Filesystem label=<br />
OS type: Linux<br />
Block size=4096 (log=2)<br />
Fragment size=4096 (log=2)<br />
...</code></p>
<p>Migrate your data back and one last thing, don&#8217;t forget to change your fstab entry.</p>
<p><code>[root@mmahut ~]# grep home /etc/fstab<br />
#/dev/vg00/lvhome       /home                   ext3    defaults        0 0<br />
/dev/mapper/home        /home                   ext3    defaults        0 0<br />
[root@mmahut ~]# grep home /etc/crypttab<br />
home    /dev/vg00/lvhome        none<br />
[root@mmahut ~]#</code></p>
]]></content:encoded>
			<wfw:commentRss>http://marek.mahut.sk/blog/2007/12/01/how-to-make-crypted-home-under-fedora-with-lusk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>htop &#8211; an interactive process viewer</title>
		<link>http://marek.mahut.sk/blog/2007/09/11/htop-an-interactive-process-viewer-for-linux/</link>
		<comments>http://marek.mahut.sk/blog/2007/09/11/htop-an-interactive-process-viewer-for-linux/#comments</comments>
		<pubDate>Tue, 11 Sep 2007 16:51:25 +0000</pubDate>
		<dc:creator>marek</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[howto]]></category>

		<guid isPermaLink="false">http://mahut.sk/blog/?p=45</guid>
		<description><![CDATA[I&#8217;ve found an interesting tool, it&#8217;s an interactive process viewer called htop. Try it out, it&#8217;s very nice.


]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve found an interesting tool, it&#8217;s an interactive process viewer called <a href="http://htop.sourceforge.net/index.php?page=downloads">htop</a>. Try it out, it&#8217;s very nice.</p>
<p><a href="http://mahut.sk/blog/wp-content/uploads/2007/09/htopxterm.gif" title="htopxterm.gif"></a></p>
<p style="text-align: center"><a href="http://mahut.sk/blog/wp-content/uploads/2007/09/htopxterm.gif" title="htopxterm.gif"><img src="http://mahut.sk/blog/wp-content/uploads/2007/09/htopxterm.gif" alt="htopxterm.gif" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://marek.mahut.sk/blog/2007/09/11/htop-an-interactive-process-viewer-for-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Terminal Performance Comparison</title>
		<link>http://marek.mahut.sk/blog/2007/09/06/linux-terminal-performance-comparison/</link>
		<comments>http://marek.mahut.sk/blog/2007/09/06/linux-terminal-performance-comparison/#comments</comments>
		<pubDate>Thu, 06 Sep 2007 13:17:16 +0000</pubDate>
		<dc:creator>marek</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[chrocht]]></category>
		<category><![CDATA[howto]]></category>

		<guid isPermaLink="false">http://mahut.sk/blog/?p=35</guid>
		<description><![CDATA[ Martin Ankerl compares on his blog the performance of several linux terminals.
 I&#8217;m happy user of gnome-terminal :)
]]></description>
			<content:encoded><![CDATA[<p><a href="http://martin.ankerl.com/2007/09/01/comprehensive-linux-terminal-performance-comparison/"> Martin Ankerl</a> compares on his blog the performance of several linux terminals.</p>
<p><a href="http://mahut.sk/blog/wp-content/uploads/2007/09/term-bench.png" title="Linux Terminal Performance Comparison"><img src="http://mahut.sk/blog/wp-content/uploads/2007/09/term-bench.thumbnail.png" alt="Linux Terminal Performance Comparison" /></a> I&#8217;m happy user of gnome-terminal :)</p>
]]></content:encoded>
			<wfw:commentRss>http://marek.mahut.sk/blog/2007/09/06/linux-terminal-performance-comparison/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The ext3cow File System</title>
		<link>http://marek.mahut.sk/blog/2007/09/06/the-ext3cow-file-system/</link>
		<comments>http://marek.mahut.sk/blog/2007/09/06/the-ext3cow-file-system/#comments</comments>
		<pubDate>Thu, 06 Sep 2007 13:05:26 +0000</pubDate>
		<dc:creator>marek</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[chrocht]]></category>
		<category><![CDATA[howto]]></category>

		<guid isPermaLink="false">http://mahut.sk/blog/?p=33</guid>
		<description><![CDATA[While looking for more information about ext4 filesystem, I found an interesting patch named ext3cow. It is a versioning file system based on ext3. And how it works?
[root@storm ~]# echo "Beee" &#62; ~/kac
[root@storm ~]# snapshot
Snapshot on .: 1062987103
[root@storm ~]# echo "Meeeee" &#62; ~/kac
[root@storm ~]# cat ~/kac@10629871034
Beee
[root@storm ~]# ~/kac
Meeeee
[root@storm ~]#
Unfortunately, due to performance and storage overhead, [...]]]></description>
			<content:encoded><![CDATA[<p>While looking for more information about ext4 filesystem, I found an interesting patch named <a href="http://www.ext3cow.com/">ext3cow</a>. <span>It is a versioning file system based on ext3. And how it works?</span></p>
<p><code>[root@storm ~]# echo "Beee" &gt; ~/kac<br />
[root@storm ~]# snapshot<br />
Snapshot on .: 1062987103<br />
[root@storm ~]# echo "Meeeee" &gt; ~/kac<br />
[root@storm ~]# cat ~/kac@10629871034<br />
Beee<br />
[root@storm ~]# ~/kac<br />
Meeeee<br />
[root@storm ~]#</code></p>
<p>Unfortunately, due to performance and storage <span style="line-height: 20px">overhead, consider it only as toy and not as production solution. </span></p>
]]></content:encoded>
			<wfw:commentRss>http://marek.mahut.sk/blog/2007/09/06/the-ext3cow-file-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
