<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>/home/telatin</title>
	<atom:link href="http://telatin.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://telatin.wordpress.com</link>
	<description>a web notebook to store some memos...</description>
	<lastBuildDate>Wed, 26 Oct 2011 14:00:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='telatin.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>/home/telatin</title>
		<link>http://telatin.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://telatin.wordpress.com/osd.xml" title="/home/telatin" />
	<atom:link rel='hub' href='http://telatin.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Sum numbers in a row with paste + awk</title>
		<link>http://telatin.wordpress.com/2011/10/26/sum-numbers-in-a-row-with-paste-awk/</link>
		<comments>http://telatin.wordpress.com/2011/10/26/sum-numbers-in-a-row-with-paste-awk/#comments</comments>
		<pubDate>Wed, 26 Oct 2011 14:00:29 +0000</pubDate>
		<dc:creator>proch</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://telatin.wordpress.com/?p=47</guid>
		<description><![CDATA[When in the need of summing tracks for Artemis: paste *.track &#124; awk &#8216;{sum=0; for (i=1; i&#60;=NF; i++) { sum+= $i } print sum}&#8217; &#62; sum.track ciao<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=telatin.wordpress.com&amp;blog=1365464&amp;post=47&amp;subd=telatin&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>When in the need of summing tracks for Artemis:</p>
<p>paste *.track | awk &#8216;{sum=0; for (i=1; i&lt;=NF; i++) { sum+= $i } print sum}&#8217; &gt; sum.track</p>
<p>ciao</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/telatin.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/telatin.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/telatin.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/telatin.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/telatin.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/telatin.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/telatin.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/telatin.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/telatin.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/telatin.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/telatin.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/telatin.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/telatin.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/telatin.wordpress.com/47/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=telatin.wordpress.com&amp;blog=1365464&amp;post=47&amp;subd=telatin&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://telatin.wordpress.com/2011/10/26/sum-numbers-in-a-row-with-paste-awk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/594c85a8d40d165aeefe12b6f411f3c0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">proch</media:title>
		</media:content>
	</item>
		<item>
		<title>How to open .daa disk images from Linux/Ubuntu</title>
		<link>http://telatin.wordpress.com/2010/02/05/how-to-open-daa-disk-images-from-linuxubuntu/</link>
		<comments>http://telatin.wordpress.com/2010/02/05/how-to-open-daa-disk-images-from-linuxubuntu/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 09:44:42 +0000</pubDate>
		<dc:creator>proch</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[daa]]></category>
		<category><![CDATA[disk image]]></category>
		<category><![CDATA[poweriso]]></category>
		<category><![CDATA[shell]]></category>

		<guid isPermaLink="false">http://telatin.wordpress.com/?p=42</guid>
		<description><![CDATA[DAA files are images of CD or DVDs stored in a proprietary format, so there&#8217;s no &#8220;out-of-the-box&#8221; solution from your favourite Linux shell. You have to download PowerISO, a software famous for its Windows incarnation but available also for Linux from their website. Download the package into a suitable directory, expand it and run the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=telatin.wordpress.com&amp;blog=1365464&amp;post=42&amp;subd=telatin&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>DAA files are images of CD or DVDs stored in a proprietary format, so there&#8217;s no &#8220;out-of-the-box&#8221; solution from your favourite Linux shell.</p>
<p>You have to download <a href="http://poweriso.com/download.htm">PowerISO</a>, a software famous for its Windows incarnation but available also for Linux from their <a href="http://poweriso.com/download.htm">website</a>. Download the package into a suitable directory, expand it and run the program contained as described in third line:</p>
<pre>wget http://poweriso.com/poweriso-1.3.tar.gz
tar xfz poweriso-1.3.tar.gz
./poweriso convert "<em>yourfile.daa</em>" -o <em>outputfile.iso</em> -ot iso</pre>
<p>Then to mount .iso file, Linux can do it for you:</p>
<pre>mount -o loop <em>yourfile.iso</em> <em>/your/folder</em>
</pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/telatin.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/telatin.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/telatin.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/telatin.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/telatin.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/telatin.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/telatin.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/telatin.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/telatin.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/telatin.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/telatin.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/telatin.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/telatin.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/telatin.wordpress.com/42/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=telatin.wordpress.com&amp;blog=1365464&amp;post=42&amp;subd=telatin&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://telatin.wordpress.com/2010/02/05/how-to-open-daa-disk-images-from-linuxubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/594c85a8d40d165aeefe12b6f411f3c0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">proch</media:title>
		</media:content>
	</item>
		<item>
		<title>SQL, time to migrate to Postgre</title>
		<link>http://telatin.wordpress.com/2010/02/03/time-to-migrate-to-postgresql-open-source/</link>
		<comments>http://telatin.wordpress.com/2010/02/03/time-to-migrate-to-postgresql-open-source/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 12:00:15 +0000</pubDate>
		<dc:creator>proch</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://telatin.wordpress.com/?p=40</guid>
		<description><![CDATA[MySQL&#8230; lovely thing so easy to use. Some drawbacks when it comes to performances, but even worst if you look for a really open source package, no matter if you use it for academia or for commercial activities (see this). I don&#8217;t want to get locked in! So I think I have to migrate to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=telatin.wordpress.com&amp;blog=1365464&amp;post=40&amp;subd=telatin&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="PostgreSQL" src="http://swik.net/swikIcons/img-163-96x96.png" alt="" width="96" height="96" /><strong>MySQL</strong>&#8230; lovely thing so easy to use.</p>
<p>Some drawbacks when it comes to performances, but even worst if you look for a really open source package, no matter if you use it for academia or for commercial activities (see <a href="http://www.mysql.com/about/legal/licensing/oem/">this</a>). I don&#8217;t want to get locked in!</p>
<p>So I think I have to migrate to <strong>PostgreSQL</strong>, let see if it&#8217;s so different.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/telatin.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/telatin.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/telatin.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/telatin.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/telatin.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/telatin.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/telatin.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/telatin.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/telatin.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/telatin.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/telatin.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/telatin.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/telatin.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/telatin.wordpress.com/40/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=telatin.wordpress.com&amp;blog=1365464&amp;post=40&amp;subd=telatin&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://telatin.wordpress.com/2010/02/03/time-to-migrate-to-postgresql-open-source/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/594c85a8d40d165aeefe12b6f411f3c0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">proch</media:title>
		</media:content>

		<media:content url="http://swik.net/swikIcons/img-163-96x96.png" medium="image">
			<media:title type="html">PostgreSQL</media:title>
		</media:content>
	</item>
		<item>
		<title>Simple CSS photo gallery</title>
		<link>http://telatin.wordpress.com/2009/08/04/simple-css-photo-gallery/</link>
		<comments>http://telatin.wordpress.com/2009/08/04/simple-css-photo-gallery/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 13:56:14 +0000</pubDate>
		<dc:creator>proch</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://telatin.wordpress.com/?p=34</guid>
		<description><![CDATA[Adapting to page width, this simple unordered list is suitable for most photo galleries&#8230; &#60;style&#62; .gallery li { display: inline; list-style: none; width: 150px; min-height: 175px; float: left; margin: 0 10px 10px 0; text-align: center; } &#60;/style&#62; &#60;h3&#62;Gallery&#60;/h3&#62; &#60;ul class="gallery"&#62; &#60;li&#62;&#60;a href="/images/image.jpg"&#62;&#60;img src="/images/image_tn.jpg" alt="image" /&#62;&#60;/a&#62; &#60;br /&#62;Image Caption&#60;/li&#62; &#60;li&#62;&#60;a href="/images/image.jpg"&#62;&#60;img src="/images/image_tn.jpg" alt="image" /&#62;&#60;/a&#62; &#60;br /&#62;Image [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=telatin.wordpress.com&amp;blog=1365464&amp;post=34&amp;subd=telatin&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Adapting to page width, this simple unordered list is suitable for most photo galleries&#8230;</p>
<pre>&lt;style&gt;
<strong>.gallery li </strong>{
 display: inline;  list-style: none;
 width: 150px; min-height: 175px;
 float: left; margin: 0 10px 10px 0;
 text-align: center;  }
&lt;/style&gt;

&lt;h3&gt;Gallery&lt;/h3&gt;
&lt;ul <strong>class="gallery"</strong>&gt;
&lt;li&gt;&lt;a href="/images/image.jpg"&gt;&lt;img src="/images/image_tn.jpg" alt="image" /&gt;&lt;/a&gt;
   &lt;br /&gt;Image Caption&lt;/li&gt;
&lt;li&gt;&lt;a href="/images/image.jpg"&gt;&lt;img src="/images/image_tn.jpg" alt="image" /&gt;&lt;/a&gt;
   &lt;br /&gt;Image Caption&lt;/li&gt;
&lt;li&gt;&lt;a href="/images/image.jpg"&gt;&lt;img src="/images/image_tn.jpg" alt="image" /&gt;&lt;/a&gt;
   &lt;br /&gt;Image Caption&lt;/li&gt;
&lt;/ul&gt;</pre>
<p>Found on the net&#8230;</p>
<p>I also found this nifty example: <a href="http://joshuaink2006.johnoxton.co.uk/templates/gallery/">http://joshuaink2006.johnoxton.co.uk/templates/gallery/</a>. Cool if you have simplicity in mind.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/telatin.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/telatin.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/telatin.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/telatin.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/telatin.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/telatin.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/telatin.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/telatin.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/telatin.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/telatin.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/telatin.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/telatin.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/telatin.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/telatin.wordpress.com/34/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=telatin.wordpress.com&amp;blog=1365464&amp;post=34&amp;subd=telatin&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://telatin.wordpress.com/2009/08/04/simple-css-photo-gallery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/594c85a8d40d165aeefe12b6f411f3c0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">proch</media:title>
		</media:content>
	</item>
		<item>
		<title>NIS, Autofs and kerberos within the CRIBI Network</title>
		<link>http://telatin.wordpress.com/2009/06/30/nis-autofs-and-kerberos-within-the-cribi-network/</link>
		<comments>http://telatin.wordpress.com/2009/06/30/nis-autofs-and-kerberos-within-the-cribi-network/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 16:53:52 +0000</pubDate>
		<dc:creator>proch</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://telatin.wordpress.com/?p=29</guid>
		<description><![CDATA[Settings memo for the CRIBI Bioinformatics network: Install nis, autofs, nfs-client packages (optionally libpam-krb5 for kerberos authentication) Nis domain is: cribi.unipd.it /etc/network/interfaces auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp See /etc/krb5.conf as in package Special issue: if your PC has a local partition for the homes, then if we want [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=telatin.wordpress.com&amp;blog=1365464&amp;post=29&amp;subd=telatin&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Settings memo for the <a title="CRIBI" href="http://genomics.cribi.unipd.it/">CRIBI Bioinformatics network</a>:</p>
<ul>
<li>Install <em>nis</em>, <em>autofs</em>, <em>nfs-client</em> packages (optionally <em>libpam-krb5</em> for kerberos authentication)</li>
<li>Nis domain is: cribi.unipd.it</li>
<li><em>/etc/network/interfaces </em>
<pre>auto lo
iface lo inet loopback

auto eth0
iface eth0 inet dhcp</pre>
</li>
<li>See /etc/krb5.conf as in <a href="http://http://www.telatin.com/me/cribi.tgz">package</a></li>
<li>Special issue: if your PC has a local partition for the homes, then if we want to access local homes in conflict with NIS&#8230; let&#8217;s change local home path to mount home drive in /usr/local/home instead of /home.  See /etc/fstab for this.</li>
<li>In /etc/passwd add a nis mask (+,,,,,) and change local users home directory to /usr/local/home</li>
<li>See /etc/yp.conf</li>
<li>See  /etc/auto.master</li>
<li>See /etc/nsswitch.conf</li>
<li>
<pre>proch@darwin <strong>/etc/rc2.d</strong> $ ls
S10apmd                S50avahi-daemon           S90binfmt-support
S10sysklogd            S50cups                   <strong>S98nis</strong>
S11klogd               S50NetworkManager         S98usplash
S20apport              S50rsync                  <strong>S99autofs</strong>
S20dkms_autoinstaller  S50saned                  S99laptop-mode
S20hotkey-setup        S50system-tools-backends  S99ondemand
S20nfs-common          S70bootlogs.sh            S99rc.local</pre>
</li>
<li>See /etc/pam.d/common* for kerberos</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/telatin.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/telatin.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/telatin.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/telatin.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/telatin.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/telatin.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/telatin.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/telatin.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/telatin.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/telatin.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/telatin.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/telatin.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/telatin.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/telatin.wordpress.com/29/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=telatin.wordpress.com&amp;blog=1365464&amp;post=29&amp;subd=telatin&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://telatin.wordpress.com/2009/06/30/nis-autofs-and-kerberos-within-the-cribi-network/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/594c85a8d40d165aeefe12b6f411f3c0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">proch</media:title>
		</media:content>
	</item>
		<item>
		<title>Summing values from shell</title>
		<link>http://telatin.wordpress.com/2009/06/16/summing-values-from-shell/</link>
		<comments>http://telatin.wordpress.com/2009/06/16/summing-values-from-shell/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 09:27:46 +0000</pubDate>
		<dc:creator>proch</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://telatin.wordpress.com/2009/06/16/summing-values-from-shell/</guid>
		<description><![CDATA[paste, columns, paste, awk<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=telatin.wordpress.com&amp;blog=1365464&amp;post=28&amp;subd=telatin&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Suppose you have two or more text files with one value per line</p>
<p><em>File1:</em></p>
<pre>0
1
4
20
2</pre>
<p>If you want to sum them:</p>
<pre>paste first.txt second.txt | awk '{ print $1+$2; }'</pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/telatin.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/telatin.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/telatin.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/telatin.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/telatin.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/telatin.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/telatin.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/telatin.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/telatin.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/telatin.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/telatin.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/telatin.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/telatin.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/telatin.wordpress.com/28/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=telatin.wordpress.com&amp;blog=1365464&amp;post=28&amp;subd=telatin&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://telatin.wordpress.com/2009/06/16/summing-values-from-shell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/594c85a8d40d165aeefe12b6f411f3c0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">proch</media:title>
		</media:content>
	</item>
		<item>
		<title>User quotas with Ubuntu</title>
		<link>http://telatin.wordpress.com/2009/03/02/user-quotas-with-ubuntu/</link>
		<comments>http://telatin.wordpress.com/2009/03/02/user-quotas-with-ubuntu/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 09:15:34 +0000</pubDate>
		<dc:creator>proch</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://telatin.wordpress.com/?p=24</guid>
		<description><![CDATA[This step by step tutorial shows how to install and implement user quotas, to limit disk space available for selected users in a Linux system.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=telatin.wordpress.com&amp;blog=1365464&amp;post=24&amp;subd=telatin&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This step by step tutorial shows how to install and implement user quotas, to limit disk space available for selected users in a Linux system (tested on Ubuntu, using repositories).<span id="more-24"></span>To add support for user <strong>disk quotas </strong>on Ubuntu:</p>
<div style="margin:5px 20px 20px;">
<div class="smallfont" style="margin-bottom:2px;">Install quota from repository:</div>
<pre class="alt2" style="border:1px inset;overflow:auto;width:640px;height:34px;text-align:left;margin:0;padding:6px;">sudo apt-get install quota</pre>
</div>
<div style="margin:5px 20px 20px;">
<div class="smallfont" style="margin-bottom:2px;">Edit, <em>as root</em>, <strong>/etc/fstab</strong> adding usrquota and grpquota to desired partitions:</div>
<pre class="alt2" style="border:1px inset;overflow:auto;width:640px;height:34px;text-align:left;margin:0;padding:6px;">/dev/hda3       /home           ext3    defaults,usrquota,grpquota        0       2</pre>
</div>
<div style="margin:5px 20px 20px;">Reboot the system.<br />
Then</p>
<pre class="alt2" style="border:1px inset;overflow:auto;width:640px;height:34px;text-align:left;margin:0;padding:6px;">sudo edquota -u <em>username</em> -f /dev/<em>desiredpartition</em></pre>
</div>
<div style="margin:5px 20px 20px;">
<div class="smallfont" style="margin-bottom:2px;">Editing the file:</div>
<pre class="alt2" style="border:1px inset;overflow:auto;width:640px;height:66px;text-align:left;margin:0;padding:6px;">Disk quotas for user <em>username</em> (uid 1050):
  Filesystem                   blocks       soft       hard     inodes     soft     hard
  /dev/hdaN                         0     31457280     31457280          0        0        0</pre>
</div>
<div style="margin:5px 20px 20px;">
<div class="smallfont" style="margin-bottom:2px;">Save that file&#8230; now do:</div>
<pre class="alt2" style="border:1px inset;overflow:auto;width:640px;height:34px;text-align:left;margin:0;padding:6px;">sudo edquota -t -f /dev/hda3</pre>
</div>
<div style="margin:5px 20px 20px;">
<div class="smallfont" style="margin-bottom:2px;">set grace periods to 0 seconds like this:</div>
<pre class="alt2" style="border:1px inset;overflow:auto;width:640px;height:82px;text-align:left;margin:0;padding:6px;">Grace period before enforcing soft limits for users:
Time units may be: days, hours, minutes, or seconds
  Filesystem             Block grace period     Inode grace period
  /dev/hda3                  0seconds               0seconds</pre>
</div>
<div style="margin:5px 20px 20px;">
<div class="smallfont" style="margin-bottom:2px;">Save, and finally:</div>
<pre class="alt2" style="border:1px inset;overflow:auto;width:640px;height:34px;text-align:left;margin:0;padding:6px;">quotaoff -a</pre>
</div>
<div style="margin:5px 20px 20px;">
<div class="smallfont" style="margin-bottom:2px;">Code:</div>
<pre class="alt2" style="border:1px inset;overflow:auto;width:640px;height:34px;text-align:left;margin:0;padding:6px;">quotaon /dev/hda3</pre>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/telatin.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/telatin.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/telatin.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/telatin.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/telatin.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/telatin.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/telatin.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/telatin.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/telatin.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/telatin.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/telatin.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/telatin.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/telatin.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/telatin.wordpress.com/24/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=telatin.wordpress.com&amp;blog=1365464&amp;post=24&amp;subd=telatin&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://telatin.wordpress.com/2009/03/02/user-quotas-with-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/594c85a8d40d165aeefe12b6f411f3c0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">proch</media:title>
		</media:content>
	</item>
		<item>
		<title>Linux back up: a review of free tools</title>
		<link>http://telatin.wordpress.com/2009/01/12/open-source-linux-back-up-software/</link>
		<comments>http://telatin.wordpress.com/2009/01/12/open-source-linux-back-up-software/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 12:17:01 +0000</pubDate>
		<dc:creator>proch</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://telatin.wordpress.com/?p=15</guid>
		<description><![CDATA[I found a useful review of free backup systems in junauza.com. As untidy as usual, I definitely rely on premade solutions, even if I like hacking with small scripts running in cron directorys This site provides a rsync script. Memo: buy a 1Tb hard drive to make backup simpler&#8230;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=telatin.wordpress.com&amp;blog=1365464&amp;post=15&amp;subd=telatin&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I found a useful review of<strong> free backup systems</strong> <a title="Open Source back up alternatives" href="http://www.junauza.com/2009/01/7-best-freeopen-source-backup-software.html">in junauza.com</a>. As untidy as usual, I definitely rely on premade solutions, even if I like hacking with small scripts running in cron directorys <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
<a href="http://lindesk.com/2008/06/script-to-backup-files-over-a-network-using-rsync/">This site</a> provides a rsync script.</p>
<p>Memo: buy a 1Tb hard drive to make backup simpler&#8230;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/telatin.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/telatin.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/telatin.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/telatin.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/telatin.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/telatin.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/telatin.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/telatin.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/telatin.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/telatin.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/telatin.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/telatin.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/telatin.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/telatin.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=telatin.wordpress.com&amp;blog=1365464&amp;post=15&amp;subd=telatin&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://telatin.wordpress.com/2009/01/12/open-source-linux-back-up-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/594c85a8d40d165aeefe12b6f411f3c0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">proch</media:title>
		</media:content>
	</item>
		<item>
		<title>A tiny CMS written in Perl</title>
		<link>http://telatin.wordpress.com/2009/01/05/a-tiny-cms-written-in-perl/</link>
		<comments>http://telatin.wordpress.com/2009/01/05/a-tiny-cms-written-in-perl/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 09:26:08 +0000</pubDate>
		<dc:creator>proch</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[tiny]]></category>

		<guid isPermaLink="false">http://telatin.wordpress.com/2009/01/05/a-tiny-cms-written-in-perl/</guid>
		<description><![CDATA[Davide Bianchi, an Italian sysadmin popular for his tales, wrote his own CMS to manage his site. He called it &#8220;CMS FDT&#8221;, Italian acronym for &#8220;DIY CMS&#8221;&#8230; You can find it here, code and comments&#8230; http://www.soft-land.org/articoli/cmsfdt<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=telatin.wordpress.com&amp;blog=1365464&amp;post=13&amp;subd=telatin&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.davidebianchi.net/">Davide Bianchi</a>, an Italian sysadmin popular for his <a href="http://www.soft-land.org/storie/">tales</a>, wrote his own CMS to manage his site. He called it &#8220;CMS FDT&#8221;, Italian acronym for &#8220;DIY CMS&#8221;&#8230; You can find it here, code and comments&#8230;</p>
<p><a href="http://www.soft-land.org/articoli/cmsfdt">http://www.soft-land.org/articoli/cmsfdt</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/telatin.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/telatin.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/telatin.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/telatin.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/telatin.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/telatin.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/telatin.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/telatin.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/telatin.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/telatin.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/telatin.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/telatin.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/telatin.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/telatin.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=telatin.wordpress.com&amp;blog=1365464&amp;post=13&amp;subd=telatin&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://telatin.wordpress.com/2009/01/05/a-tiny-cms-written-in-perl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/594c85a8d40d165aeefe12b6f411f3c0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">proch</media:title>
		</media:content>
	</item>
		<item>
		<title>Alternative shell interfaces in Ubuntu Linux</title>
		<link>http://telatin.wordpress.com/2009/01/05/alternatives-shells-in-ubuntu-linux/</link>
		<comments>http://telatin.wordpress.com/2009/01/05/alternatives-shells-in-ubuntu-linux/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 09:09:21 +0000</pubDate>
		<dc:creator>proch</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[shell]]></category>

		<guid isPermaLink="false">http://telatin.wordpress.com/2009/01/05/alternatives-shells-in-ubuntu-linux/</guid>
		<description><![CDATA[Faster than default Gnome-terminal, they can be installed via repository. They run under X and don&#8217;t require Gtk or Qt libraries&#8230; 1) xterm, is quite fast. I use it as a nice replacement with this shortcut: xterm -fs 11 -fa "Courier 10 Pitch" 2) mrxvt is very fast, with nice tabs. I run it in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=telatin.wordpress.com&amp;blog=1365464&amp;post=10&amp;subd=telatin&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Faster than default Gnome-terminal, they can be installed via repository. They run under X and don&#8217;t require Gtk or Qt libraries&#8230;</p>
<p>1) <a title="Xterm in Wikipedia" href="http://en.wikipedia.org/wiki/Xterm"><strong>xterm</strong></a>, is quite fast. I use it as a nice replacement with this shortcut:</p>
<pre>xterm -fs 11 -fa "Courier 10 Pitch"</pre>
<p>2) <a title="mrxvt home page" href="http://materm.sourceforge.net/wiki/pmwiki.php"><strong>mrxvt</strong></a> is very fast, with nice tabs. I run it in default configuration, without antialiasing or background to keep good performance.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/telatin.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/telatin.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/telatin.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/telatin.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/telatin.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/telatin.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/telatin.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/telatin.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/telatin.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/telatin.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/telatin.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/telatin.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/telatin.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/telatin.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=telatin.wordpress.com&amp;blog=1365464&amp;post=10&amp;subd=telatin&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://telatin.wordpress.com/2009/01/05/alternatives-shells-in-ubuntu-linux/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/594c85a8d40d165aeefe12b6f411f3c0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">proch</media:title>
		</media:content>
	</item>
	</channel>
</rss>
