<?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>Azitech &#187; Uncategorized</title>
	<atom:link href="http://azitech.wordpress.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://azitech.wordpress.com</link>
	<description>Azimout's technology weblog</description>
	<lastBuildDate>Thu, 17 Dec 2009 18:29:50 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='azitech.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/50ff6b3d147b93a203828008de29dfb8?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Azitech &#187; Uncategorized</title>
		<link>http://azitech.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://azitech.wordpress.com/osd.xml" title="Azitech" />
		<item>
		<title>Network-shared scanner</title>
		<link>http://azitech.wordpress.com/2009/12/17/network-shared-scanner/</link>
		<comments>http://azitech.wordpress.com/2009/12/17/network-shared-scanner/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 18:29:50 +0000</pubDate>
		<dc:creator>azimout</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://azitech.wordpress.com/?p=972</guid>
		<description><![CDATA[To share a (usb-attached) printer between Ubuntu machines, do the following:

See if your scanner is recognised: sudo scanimage -L
For me the output is device `hpaio:/usb/Deskjet_F2100_series?serial=CN82C4Q4V304TK&#8217; is a Hewlett-Packard Deskjet_F2100_series all-in-one
Add yourself to the saned user group: sudo usermod -a -G saned `whoami`
Modify /etc/sane.d/saned.conf to include your subnet (for me it&#8217;s 192.168.1.0/24)
Confirm that the service port [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=azitech.wordpress.com&blog=1807848&post=972&subd=azitech&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>To share a (usb-attached) printer between Ubuntu machines, do the following:</p>
<ol>
<li>See if your scanner is recognised: <strong>sudo scanimage -L<br />
<span style="font-weight:normal;">For me the output is <em>device `hpaio:/usb/Deskjet_F2100_series?serial=CN82C4Q4V304TK&#8217; is a Hewlett-Packard Deskjet_F2100_series all-in-one</em></span></strong></li>
<li>Add yourself to the saned user group: <strong>sudo usermod -a -G saned `whoami`</strong></li>
<li>Modify <strong>/etc/sane.d/saned.conf</strong> to include your subnet (for me it&#8217;s 192.168.1.0/24)</li>
<li>Confirm that the service port is open: <strong>cat /etc/services|grep sane<br />
</strong>Your output should be something like this:<br />
<em>sane-port	6566/tcp	sane saned	# SANE network scanner daemon</em></li>
<li>Uncomment the relevant line in <strong>/etc/inetd.conf</strong>:<br />
<em>sane-port	stream	tcp	nowait	saned:saned	/usr/sbin/saned saned</em></li>
</ol>
<p>Finally, on the clients, add the server&#8217;s ip address (or hostname, if you have populated your /etc/hosts file) to the file <strong>/etc/sane.d/net.conf</strong></p>
<p>References:</p>
<ul>
<li><a href="http://www.linux.com/archive/articles/57798">http://www.linux.com/archive/articles/57798</a></li>
<li><a href="https://help.ubuntu.com/community/ScanningHowTo">https://help.ubuntu.com/community/ScanningHowTo</a></li>
</ul>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/azitech.wordpress.com/972/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/azitech.wordpress.com/972/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/azitech.wordpress.com/972/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/azitech.wordpress.com/972/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/azitech.wordpress.com/972/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/azitech.wordpress.com/972/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/azitech.wordpress.com/972/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/azitech.wordpress.com/972/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/azitech.wordpress.com/972/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/azitech.wordpress.com/972/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=azitech.wordpress.com&blog=1807848&post=972&subd=azitech&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://azitech.wordpress.com/2009/12/17/network-shared-scanner/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c0ba64b9e5a62ed77295b79b63ab87c0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">azimout</media:title>
		</media:content>
	</item>
		<item>
		<title>IPv6 to track down copyright violations?</title>
		<link>http://azitech.wordpress.com/2009/12/17/ipv6-to-track-down-copyright-violations/</link>
		<comments>http://azitech.wordpress.com/2009/12/17/ipv6-to-track-down-copyright-violations/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 12:58:44 +0000</pubDate>
		<dc:creator>azimout</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://azitech.wordpress.com/2009/12/17/ipv6-to-track-down-copyright-violations/</guid>
		<description><![CDATA[The film &#38; music industries have little fantasy, arguing with ISPs about illegal file sharing, who&#8217;s responsible etc.
They could simply
1) push for universal IPv6 adoption, thus eliminating the problem of matching IP addresses to computers;
2) then just ask the ISP (with a judge&#8217;s warrant) to reveal the location of the computer;
3) seize the offending computer;
4) [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=azitech.wordpress.com&blog=1807848&post=970&subd=azitech&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>The film &amp; music industries have little fantasy, arguing with ISPs about illegal file sharing, who&#8217;s responsible etc.</p>
<p>They could simply<br />
1) push for universal IPv6 adoption, thus eliminating the problem of matching IP addresses to computers;<br />
2) then just ask the ISP (with a judge&#8217;s warrant) to reveal the location of the computer;<br />
3) seize the offending computer;<br />
4) finally, see which user created the illegally shared file!</p>
<p>I have to admit I can see a few problems with this approach, but nothing that a lot of money can&#8217;t solve:<br />
a. Downloading is not (yet) illegal, sharing is. So what if the user who downloaded a file is not the same one that shared it?<br />
b. What about mobile users? Their (our) numbers are increasing!<br />
c. If IPv6 addresses are assigned (sold?) to single, identifiable users, would that partially elliminate step 2 and issue b. above?<br />
d. What if IPv6 spoofing became technically possible?</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/azitech.wordpress.com/970/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/azitech.wordpress.com/970/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/azitech.wordpress.com/970/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/azitech.wordpress.com/970/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/azitech.wordpress.com/970/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/azitech.wordpress.com/970/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/azitech.wordpress.com/970/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/azitech.wordpress.com/970/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/azitech.wordpress.com/970/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/azitech.wordpress.com/970/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=azitech.wordpress.com&blog=1807848&post=970&subd=azitech&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://azitech.wordpress.com/2009/12/17/ipv6-to-track-down-copyright-violations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c0ba64b9e5a62ed77295b79b63ab87c0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">azimout</media:title>
		</media:content>
	</item>
		<item>
		<title>Google public DNS</title>
		<link>http://azitech.wordpress.com/2009/12/15/google-public-dns/</link>
		<comments>http://azitech.wordpress.com/2009/12/15/google-public-dns/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 14:24:56 +0000</pubDate>
		<dc:creator>azimout</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://azitech.wordpress.com/?p=968</guid>
		<description><![CDATA[Google provides a public DNS service at 8.8.8.8 and 8.8.4.4, which can be useful if your browser stays for many many seconds at &#8220;resolving host&#8221; (like is happening to me now in my hotel room)&#8230;
Reference: http://code.google.com/speed/public-dns/
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=azitech.wordpress.com&blog=1807848&post=968&subd=azitech&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Google provides a public DNS service at 8.8.8.8 and 8.8.4.4, which can be useful if your browser stays for many many seconds at &#8220;resolving host&#8221; (like is happening to me now in my hotel room)&#8230;</p>
<p>Reference: <a href="http://code.google.com/speed/public-dns/">http://code.google.com/speed/public-dns/</a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/azitech.wordpress.com/968/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/azitech.wordpress.com/968/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/azitech.wordpress.com/968/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/azitech.wordpress.com/968/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/azitech.wordpress.com/968/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/azitech.wordpress.com/968/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/azitech.wordpress.com/968/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/azitech.wordpress.com/968/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/azitech.wordpress.com/968/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/azitech.wordpress.com/968/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=azitech.wordpress.com&blog=1807848&post=968&subd=azitech&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://azitech.wordpress.com/2009/12/15/google-public-dns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c0ba64b9e5a62ed77295b79b63ab87c0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">azimout</media:title>
		</media:content>
	</item>
		<item>
		<title>colorgcc</title>
		<link>http://azitech.wordpress.com/2009/12/09/colorgcc/</link>
		<comments>http://azitech.wordpress.com/2009/12/09/colorgcc/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 14:33:58 +0000</pubDate>
		<dc:creator>azimout</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://azitech.wordpress.com/?p=966</guid>
		<description><![CDATA[Even when building small packages, it&#8217;s easy to miss the useful warnings/errors in the whole river of output of &#8216;make&#8217;. A simple tool that helps improve the situation is colorgcc, a perl script written by Jamie Moyers that is so well-written that it hasn&#8217;t been updated in 10 years!!!
Just sudo aptitude install colorgcc, then create [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=azitech.wordpress.com&blog=1807848&post=966&subd=azitech&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Even when building small packages, it&#8217;s easy to miss the useful warnings/errors in the whole river of output of &#8216;make&#8217;. A simple tool that helps improve the situation is <strong>colorgcc</strong>, a perl script <a href="http://schlueters.de/colorgcc.html">written by Jamie Moyers</a> that is so well-written that it hasn&#8217;t been updated in 10 years!!!</p>
<p>Just <strong>sudo aptitude install colorgcc</strong>, then create symbolic links like this:</p>
<pre>sudo ln -s /usr/bin/colorgcc /usr/local/bin/gcc
sudo ln -s /usr/bin/colorgcc /usr/local/bin/g++
sudo ln -s /usr/bin/colorgcc /usr/local/bin/cc
sudo ln -s /usr/bin/colorgcc /usr/local/bin/c++</pre>
<p>Finally, do <strong>sudo ldconfig</strong> after making sure that <em>/usr/local/bin</em> is included in your path.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/azitech.wordpress.com/966/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/azitech.wordpress.com/966/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/azitech.wordpress.com/966/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/azitech.wordpress.com/966/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/azitech.wordpress.com/966/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/azitech.wordpress.com/966/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/azitech.wordpress.com/966/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/azitech.wordpress.com/966/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/azitech.wordpress.com/966/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/azitech.wordpress.com/966/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=azitech.wordpress.com&blog=1807848&post=966&subd=azitech&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://azitech.wordpress.com/2009/12/09/colorgcc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c0ba64b9e5a62ed77295b79b63ab87c0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">azimout</media:title>
		</media:content>
	</item>
		<item>
		<title>search queries</title>
		<link>http://azitech.wordpress.com/2009/12/08/search-queries/</link>
		<comments>http://azitech.wordpress.com/2009/12/08/search-queries/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 15:34:01 +0000</pubDate>
		<dc:creator>azimout</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://azitech.wordpress.com/?p=960</guid>
		<description><![CDATA[Here&#8217;s a few url&#8217;s for search engines to be used with Google Chromium:

enwiki: http://en.wikipedia.org/wiki/Special:Search?search=%s
gmaps: http://maps.google.com/maps?f=q&#38;q=%s
yt: http://www.youtube.com/results?search_query=%s
imdb: http://www.imdb.com/find?q=%s
fb: http://www.facebook.com/search/?q=%s
dict: http://dictionary.reference.com/browse/%s
wrenit: http://www.wordreference.com/enit/%s

       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=azitech.wordpress.com&blog=1807848&post=960&subd=azitech&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Here&#8217;s a few url&#8217;s for search engines to be used with Google Chromium:</p>
<ul>
<li><strong>enwiki</strong>: http://en.wikipedia.org/wiki/Special:Search?search=%s</li>
<li><strong>gmaps</strong>: http://maps.google.com/maps?f=q&amp;q=%s</li>
<li><strong>yt</strong>: http://www.youtube.com/results?search_query=%s</li>
<li><strong>imdb</strong>: http://www.imdb.com/find?q=%s</li>
<li><strong>fb</strong>: http://www.facebook.com/search/?q=%s</li>
<li><strong>dict</strong>: http://dictionary.reference.com/browse/%s</li>
<li><strong>wrenit</strong>: http://www.wordreference.com/enit/%s</li>
</ul>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/azitech.wordpress.com/960/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/azitech.wordpress.com/960/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/azitech.wordpress.com/960/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/azitech.wordpress.com/960/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/azitech.wordpress.com/960/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/azitech.wordpress.com/960/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/azitech.wordpress.com/960/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/azitech.wordpress.com/960/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/azitech.wordpress.com/960/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/azitech.wordpress.com/960/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=azitech.wordpress.com&blog=1807848&post=960&subd=azitech&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://azitech.wordpress.com/2009/12/08/search-queries/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c0ba64b9e5a62ed77295b79b63ab87c0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">azimout</media:title>
		</media:content>
	</item>
		<item>
		<title>autotools</title>
		<link>http://azitech.wordpress.com/2009/12/07/autotools/</link>
		<comments>http://azitech.wordpress.com/2009/12/07/autotools/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 16:09:56 +0000</pubDate>
		<dc:creator>azimout</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://azitech.wordpress.com/?p=955</guid>
		<description><![CDATA[I knew how to use autotools (./configure, make, sudo make install), but never really had the time to understand how everything works under the hood and how to tweak it. So here I go:
./bootstrap will (usually) do 5 things for you:

aclocal will read configure.ac and generate aclocal.m4
autoconf will read configure.ac and generate configure
autoheader will read [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=azitech.wordpress.com&blog=1807848&post=955&subd=azitech&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I knew how to use autotools (./configure, make, sudo make install), but never really had the time to understand how everything works under the hood and how to tweak it. So here I go:</p>
<p>./bootstrap will (usually) do 5 things for you:</p>
<ol>
<li><span style="text-decoration:underline;">aclocal</span> will read <em>configure.ac</em> and generate <em>aclocal.m4</em></li>
<li><span style="text-decoration:underline;">autoconf</span> will read <em>configure.ac</em> and generate <em>configure</em></li>
<li><span style="text-decoration:underline;">autoheader</span> will read <em>configure.ac</em> and generate <em>config.h.in</em></li>
<li><span style="text-decoration:underline;">libtoolize</span> ???</li>
<li><span style="text-decoration:underline;">automake</span> will read <em>Makefile.am</em> and generate <em>Makefile.in</em></li>
</ol>
<p>Then ./configure will create the <em>config.h</em> and <em>Makefile</em></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/azitech.wordpress.com/955/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/azitech.wordpress.com/955/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/azitech.wordpress.com/955/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/azitech.wordpress.com/955/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/azitech.wordpress.com/955/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/azitech.wordpress.com/955/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/azitech.wordpress.com/955/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/azitech.wordpress.com/955/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/azitech.wordpress.com/955/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/azitech.wordpress.com/955/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=azitech.wordpress.com&blog=1807848&post=955&subd=azitech&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://azitech.wordpress.com/2009/12/07/autotools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c0ba64b9e5a62ed77295b79b63ab87c0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">azimout</media:title>
		</media:content>
	</item>
		<item>
		<title>/bin/sh: bad interpreter: Permission denied</title>
		<link>http://azitech.wordpress.com/2009/12/07/binsh-bad-interpreter-permission-denied/</link>
		<comments>http://azitech.wordpress.com/2009/12/07/binsh-bad-interpreter-permission-denied/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 10:43:41 +0000</pubDate>
		<dc:creator>azimout</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://azitech.wordpress.com/?p=953</guid>
		<description><![CDATA[I was getting the following error message:
bash: ./configure: /bin/sh: bad interpreter: Permission denied
The solution was to add the exec parameter to the appropriate filesystem&#8217;s mount options in /etc/fstab
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=azitech.wordpress.com&blog=1807848&post=953&subd=azitech&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I was getting the following error message:</p>
<pre>bash: ./configure: /bin/sh: bad interpreter: Permission denied</pre>
<p>The solution was to add the <strong>exec</strong> parameter to the appropriate filesystem&#8217;s mount options in <strong>/etc/fstab</strong></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/azitech.wordpress.com/953/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/azitech.wordpress.com/953/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/azitech.wordpress.com/953/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/azitech.wordpress.com/953/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/azitech.wordpress.com/953/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/azitech.wordpress.com/953/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/azitech.wordpress.com/953/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/azitech.wordpress.com/953/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/azitech.wordpress.com/953/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/azitech.wordpress.com/953/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=azitech.wordpress.com&blog=1807848&post=953&subd=azitech&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://azitech.wordpress.com/2009/12/07/binsh-bad-interpreter-permission-denied/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c0ba64b9e5a62ed77295b79b63ab87c0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">azimout</media:title>
		</media:content>
	</item>
		<item>
		<title>cdargs</title>
		<link>http://azitech.wordpress.com/2009/12/07/cdargs/</link>
		<comments>http://azitech.wordpress.com/2009/12/07/cdargs/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 10:06:00 +0000</pubDate>
		<dc:creator>azimout</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://azitech.wordpress.com/?p=951</guid>
		<description><![CDATA[A very useful tool if you work often on the terminal: cdargs.
After installing, add this line to your .bashrc:
source /usr/share/doc/cdargs/examples/cdargs-bash.sh
Reference: http://www.linux.com/archive/articles/114073
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=azitech.wordpress.com&blog=1807848&post=951&subd=azitech&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>A very useful tool if you work often on the terminal: cdargs.</p>
<p>After installing, add this line to your .bashrc:</p>
<pre>source /usr/share/doc/cdargs/examples/cdargs-bash.sh</pre>
<p>Reference: <a href="http://www.linux.com/archive/articles/114073">http://www.linux.com/archive/articles/114073</a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/azitech.wordpress.com/951/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/azitech.wordpress.com/951/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/azitech.wordpress.com/951/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/azitech.wordpress.com/951/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/azitech.wordpress.com/951/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/azitech.wordpress.com/951/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/azitech.wordpress.com/951/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/azitech.wordpress.com/951/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/azitech.wordpress.com/951/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/azitech.wordpress.com/951/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=azitech.wordpress.com&blog=1807848&post=951&subd=azitech&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://azitech.wordpress.com/2009/12/07/cdargs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c0ba64b9e5a62ed77295b79b63ab87c0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">azimout</media:title>
		</media:content>
	</item>
		<item>
		<title>the sudo patent</title>
		<link>http://azitech.wordpress.com/2009/12/06/the-sudo-patent/</link>
		<comments>http://azitech.wordpress.com/2009/12/06/the-sudo-patent/#comments</comments>
		<pubDate>Sun, 06 Dec 2009 23:43:06 +0000</pubDate>
		<dc:creator>azimout</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://azitech.wordpress.com/?p=948</guid>
		<description><![CDATA[Was reading earlier about USPTO patent 7617530, which is Microsoft&#8217;s patent of the sudo command behaviour. A few questions came to my mind:

Is it really possible that Microsoft didn&#8217;t know about sudo?
Did the USPTO officer do ANY research before granting the patent?
Is there any punishment for companies that try to patent stuff that they demonstrably [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=azitech.wordpress.com&blog=1807848&post=948&subd=azitech&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Was reading earlier about USPTO patent <strong>7617530</strong>, which is Microsoft&#8217;s patent of the <strong>sudo</strong> command behaviour. A few questions came to my mind:</p>
<ol>
<li>Is it really possible that Microsoft didn&#8217;t know about sudo?</li>
<li>Did the USPTO officer do ANY research before granting the patent?</li>
<li>Is there any punishment for companies that try to patent stuff that they demonstrably know already exists in competitors&#8217; systems?</li>
<li>Is there any punishment for patent officers who wrongfully approve patents?</li>
<li>Does the USPTO have any incentive to try and remedy this?</li>
</ol>
<p>Reference: <a href="http://www.groklaw.net/article.php?story=20091111094923390">http://www.groklaw.net/article.php?story=20091111094923390</a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/azitech.wordpress.com/948/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/azitech.wordpress.com/948/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/azitech.wordpress.com/948/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/azitech.wordpress.com/948/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/azitech.wordpress.com/948/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/azitech.wordpress.com/948/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/azitech.wordpress.com/948/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/azitech.wordpress.com/948/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/azitech.wordpress.com/948/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/azitech.wordpress.com/948/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=azitech.wordpress.com&blog=1807848&post=948&subd=azitech&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://azitech.wordpress.com/2009/12/06/the-sudo-patent/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c0ba64b9e5a62ed77295b79b63ab87c0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">azimout</media:title>
		</media:content>
	</item>
		<item>
		<title>Panasonic NV-GS60</title>
		<link>http://azitech.wordpress.com/2009/12/05/panasonic-nv-gs60/</link>
		<comments>http://azitech.wordpress.com/2009/12/05/panasonic-nv-gs60/#comments</comments>
		<pubDate>Sat, 05 Dec 2009 13:00:05 +0000</pubDate>
		<dc:creator>azimout</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://azitech.wordpress.com/?p=944</guid>
		<description><![CDATA[Downloading the video from the Panasonic NV-GS60 videocamera. You can connect it either with a USB or with a FireWire cable. However, while over FireWire you get 720&#215;576@25fps, when using USB the camera goes into &#8220;webcam mode&#8221; and you get 320&#215;240@6fps (which is 95% lower quality)!!!
After connecting with FireWire (a.k.a. IEEE-1394), use Kino (as a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=azitech.wordpress.com&blog=1807848&post=944&subd=azitech&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Downloading the video from the Panasonic <strong>NV-GS60</strong> videocamera. You can connect it either with a USB or with a FireWire cable. However, while over FireWire you get <strong>720&#215;576@25fps</strong>, when using USB the camera goes into &#8220;webcam mode&#8221; and you get <strong>320&#215;240@6fps</strong> (which is 95% lower quality)!!!</p>
<p>After connecting with FireWire (a.k.a. IEEE-1394), use <a href="http://www.kinodv.org/">Kino</a> (as a frontend to dvgrab) to download the video onto your computer. Kino will control the videocamera (rewind, start, stop, etc). While downloading, the videocamera is playing back (on its display and speaker) the video, which can be annoying. Fortunately, you can close the screen and mute the speaker, <strong>without</strong> any effect on the downloaded video&#8230;</p>
<p>A small annoyance: normally kino gives you an error in the status bar &#8220;<em>raw1394 kernel module not loaded or failure to read/write /dev/raw1394</em>&#8220;. You need to manually <strong>modprobe raw1394</strong>, and to run kino as <strong>root</strong>!</p>
<p>The output is a collection of .dv files.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/azitech.wordpress.com/944/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/azitech.wordpress.com/944/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/azitech.wordpress.com/944/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/azitech.wordpress.com/944/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/azitech.wordpress.com/944/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/azitech.wordpress.com/944/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/azitech.wordpress.com/944/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/azitech.wordpress.com/944/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/azitech.wordpress.com/944/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/azitech.wordpress.com/944/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=azitech.wordpress.com&blog=1807848&post=944&subd=azitech&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://azitech.wordpress.com/2009/12/05/panasonic-nv-gs60/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c0ba64b9e5a62ed77295b79b63ab87c0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">azimout</media:title>
		</media:content>
	</item>
	</channel>
</rss>