<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.11" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments for oiepoie</title>
	<link>http://www.oiepoie.nl</link>
	<description>oiepoie!</description>
	<pubDate>Sat, 31 Jul 2010 21:43:50 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.11</generator>

	<item>
		<title>Comment on Working with Nikon RAW (.nef) photo&#8217;s on Linux by steeplechase</title>
		<link>http://www.oiepoie.nl/2007/12/05/working-with-nikon-raw-nef-photos-on-linux/#comment-26392</link>
		<pubDate>Fri, 09 Jan 2009 15:09:47 +0000</pubDate>
		<guid>http://www.oiepoie.nl/2007/12/05/working-with-nikon-raw-nef-photos-on-linux/#comment-26392</guid>
					<description>Useful article on how to work with RAW data files in open source.

I've always loved the fact that, with open source, you can literally write code and use it on the fly, no harm in that in a World where Windows rules (commercially that is!) I say that with tongue in cheek.

There's also a standard code, dcraw, which decodes raw photos and extracts thumbnails, and displays metadata... this is great if writing code is not your forte.

I'm curious to know what camera you used to take your shorts in RAW?

I use a &lt;a href="http://nikond80slrcamera.com" title="Nikon D80 SLR Camera" rel="nofollow"&gt;Nikon D80 SLR Camera&lt;/a&gt; with a 16GB class 6 SDHC card. Quite excellent accessory, if you ask me.</description>
		<content:encoded><![CDATA[<p>Useful article on how to work with RAW data files in open source.</p>
<p>I&#8217;ve always loved the fact that, with open source, you can literally write code and use it on the fly, no harm in that in a World where Windows rules (commercially that is!) I say that with tongue in cheek.</p>
<p>There&#8217;s also a standard code, dcraw, which decodes raw photos and extracts thumbnails, and displays metadata&#8230; this is great if writing code is not your forte.</p>
<p>I&#8217;m curious to know what camera you used to take your shorts in RAW?</p>
<p>I use a <a href="http://nikond80slrcamera.com" title="Nikon D80 SLR Camera" rel="nofollow" class="extlink">Nikon D80 SLR Camera</a> with a 16GB class 6 SDHC card. Quite excellent accessory, if you ask me.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Free strong (two factor) authentication using One Time Passwords on your mobile phone by cryptoshop.nl</title>
		<link>http://www.oiepoie.nl/2008/05/02/free-strong-two-factor-authentication-using-one-time-passwords-on-your-mobile-phone/#comment-23501</link>
		<pubDate>Thu, 16 Oct 2008 11:12:51 +0000</pubDate>
		<guid>http://www.oiepoie.nl/2008/05/02/free-strong-two-factor-authentication-using-one-time-passwords-on-your-mobile-phone/#comment-23501</guid>
					<description>Thanks for sharing this manual. Is it okay with you if we translate it to dutch and publish it on our own website?

Regards, Maarten 
http://www.cryptoshop.nl</description>
		<content:encoded><![CDATA[<p>Thanks for sharing this manual. Is it okay with you if we translate it to dutch and publish it on our own website?</p>
<p>Regards, Maarten<br />
<a href="http://www.cryptoshop.nl" rel="nofollow" class="extlink">http://www.cryptoshop.nl</a>
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on measuring temperature from Linux by andreas</title>
		<link>http://www.oiepoie.nl/2006/03/19/measuring-temperature-from-linux/#comment-21467</link>
		<pubDate>Thu, 21 Aug 2008 12:41:45 +0000</pubDate>
		<guid>http://www.oiepoie.nl/2006/03/19/measuring-temperature-from-linux/#comment-21467</guid>
					<description>Thanks a lot for sharing this code. _logger.pl_ works like a charm with our TM from Papouch. For the USB version it needs a little tweaking. The minimum changes are along the following _diff_ (comments stripped off for readability):

19c19
 my $P = "/dev/ttyUSB0";
67c67
stopbits(2)
---
&#62; $port-&#62;stopbits(1)
103c103
read(8);            # we should get 8 chars
---
&#62;   my ($count,$saw)=$port-&#62;read(12);           # we should get 8 chars/12 from a TMU
109c109
       $saw =~ s/\*....([\+\-]\S+C?)\r/$1/e;           # value will be something like: *B1E1+020.9^M or *B1E1-001.3^M


Maybe we can put up a _logger.pl_ for the TMU version.</description>
		<content:encoded><![CDATA[<p>Thanks a lot for sharing this code. _logger.pl_ works like a charm with our TM from Papouch. For the USB version it needs a little tweaking. The minimum changes are along the following _diff_ (comments stripped off for readability):</p>
<p>19c19<br />
 my $P = &#8220;/dev/ttyUSB0&#8243;;<br />
67c67<br />
stopbits(2)<br />
&#8212;<br />
&gt; $port-&gt;stopbits(1)<br />
103c103<br />
read(8);            # we should get 8 chars<br />
&#8212;<br />
&gt;   my ($count,$saw)=$port-&gt;read(12);           # we should get 8 chars/12 from a TMU<br />
109c109<br />
       $saw =~ s/\*&#8230;.([\+\-]\S+C?)\r/$1/e;           # value will be something like: *B1E1+020.9^M or *B1E1-001.3^M</p>
<p>Maybe we can put up a _logger.pl_ for the TMU version.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on measuring temperature from Linux by Administrator</title>
		<link>http://www.oiepoie.nl/2006/03/19/measuring-temperature-from-linux/#comment-16874</link>
		<pubDate>Thu, 29 May 2008 21:17:16 +0000</pubDate>
		<guid>http://www.oiepoie.nl/2006/03/19/measuring-temperature-from-linux/#comment-16874</guid>
					<description>Are you sure you are connected to the right serial port? Maybe the naming (/dev/ttyS0) is different on FreeBSD. Have a look at: &lt;a href="http://www.freebsd.org/doc/en/books/faq/serial.html" rel="nofollow"&gt;FreeBSD Serial Communications&lt;/a&gt;.
Also make sure that there isn't monitored by the OS to present a login prompt when a terminal is attached (usually configured through /etc/ttys on FreeBSD).
The trick with kermit at the beginning of the article should help you to confirm the right connection.

If everything else fails you could boot knoppix from cdrom and see if it works from there (which would make the problem FreeBSD specific).</description>
		<content:encoded><![CDATA[<p>Are you sure you are connected to the right serial port? Maybe the naming (/dev/ttyS0) is different on FreeBSD. Have a look at: <a href="http://www.freebsd.org/doc/en/books/faq/serial.html" rel="nofollow" class="extlink">FreeBSD Serial Communications</a>.<br />
Also make sure that there isn&#8217;t monitored by the OS to present a login prompt when a terminal is attached (usually configured through /etc/ttys on FreeBSD).<br />
The trick with kermit at the beginning of the article should help you to confirm the right connection.</p>
<p>If everything else fails you could boot knoppix from cdrom and see if it works from there (which would make the problem FreeBSD specific).
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on BackTrack 3 on a USB stick (ultimate hacker tool on your keychain) by ebaccian</title>
		<link>http://www.oiepoie.nl/2008/03/09/backtrack-3-on-a-usb-stick-ultimate-hacker-tool-on-your-keychain/#comment-16861</link>
		<pubDate>Thu, 29 May 2008 20:02:14 +0000</pubDate>
		<guid>http://www.oiepoie.nl/2008/03/09/backtrack-3-on-a-usb-stick-ultimate-hacker-tool-on-your-keychain/#comment-16861</guid>
					<description>Hi, it seems that otpd-3.1.0.tar.gz &#38; pam_otp_auth-3.2.2.tar.gz are temporarily unavailable for download, could you please post them on your site?

&lt;i&gt;Sure, just look at the bottom of the article:&lt;/i&gt;
&lt;a href="/2008/05/02/free-strong-two-factor-authentication-using-one-time-passwords-on-your-mobile-phone/" rel="nofollow"&gt;free-strong-two-factor-authentication-using-one-time-passwords-on-your-mobile-phone&lt;/a&gt;
&lt;i&gt;have fun!&lt;/i&gt;
</description>
		<content:encoded><![CDATA[<p>Hi, it seems that otpd-3.1.0.tar.gz &amp; pam_otp_auth-3.2.2.tar.gz are temporarily unavailable for download, could you please post them on your site?</p>
<p><i>Sure, just look at the bottom of the article:</i><br />
<a href="/2008/05/02/free-strong-two-factor-authentication-using-one-time-passwords-on-your-mobile-phone/" rel="nofollow">free-strong-two-factor-authentication-using-one-time-passwords-on-your-mobile-phone</a><br />
<i>have fun!</i>
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on measuring temperature from Linux by daniel</title>
		<link>http://www.oiepoie.nl/2006/03/19/measuring-temperature-from-linux/#comment-15136</link>
		<pubDate>Wed, 07 May 2008 10:12:51 +0000</pubDate>
		<guid>http://www.oiepoie.nl/2006/03/19/measuring-temperature-from-linux/#comment-15136</guid>
					<description>Hi! Thanks for sharing this code. I tried it on my FreeBSD system, but i get the following error:

TIOCMBIC(2147775595) ioctl failed: Inappropriate ioctl for device at tm__srvroom_reading_castagnara.pl line 72
rts_active(0) ioctl: Inappropriate ioctl for device
TIOCCDTR(536900728) ioctl failed: Inappropriate ioctl for device at tm__srvroom_reading_castagnara.pl line 73
dtr_active(0) ioctl: Inappropriate ioctl for device


Any ideas?


Thanks!

Daniel</description>
		<content:encoded><![CDATA[<p>Hi! Thanks for sharing this code. I tried it on my FreeBSD system, but i get the following error:</p>
<p>TIOCMBIC(2147775595) ioctl failed: Inappropriate ioctl for device at tm__srvroom_reading_castagnara.pl line 72<br />
rts_active(0) ioctl: Inappropriate ioctl for device<br />
TIOCCDTR(536900728) ioctl failed: Inappropriate ioctl for device at tm__srvroom_reading_castagnara.pl line 73<br />
dtr_active(0) ioctl: Inappropriate ioctl for device</p>
<p>Any ideas?</p>
<p>Thanks!</p>
<p>Daniel
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on BackTrack 3 on a USB stick (ultimate hacker tool on your keychain) by fraggyy</title>
		<link>http://www.oiepoie.nl/2008/03/09/backtrack-3-on-a-usb-stick-ultimate-hacker-tool-on-your-keychain/#comment-14477</link>
		<pubDate>Fri, 25 Apr 2008 04:20:08 +0000</pubDate>
		<guid>http://www.oiepoie.nl/2008/03/09/backtrack-3-on-a-usb-stick-ultimate-hacker-tool-on-your-keychain/#comment-14477</guid>
					<description>did everything and u know what is the problem?my usb seems to run out of power on different stages of the bt3 initial configuration.sometimes i am left out of power when still on the black screen,other times just after i choose one of the different configuratoins(kde,flux,text,etc),and 2 or 3 times,almost when already in backtrack environment and ready to reach the end..:(
any suggestions?</description>
		<content:encoded><![CDATA[<p>did everything and u know what is the problem?my usb seems to run out of power on different stages of the bt3 initial configuration.sometimes i am left out of power when still on the black screen,other times just after i choose one of the different configuratoins(kde,flux,text,etc),and 2 or 3 times,almost when already in backtrack environment and ready to reach the end..:(<br />
any suggestions?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Oneliner to remove duplicates while maintaining the original order by Remo</title>
		<link>http://www.oiepoie.nl/2008/01/12/oneliner-to-remove-duplicates-while-maintaining-the-original-order/#comment-8567</link>
		<pubDate>Wed, 30 Jan 2008 17:08:14 +0000</pubDate>
		<guid>http://www.oiepoie.nl/2008/01/12/oneliner-to-remove-duplicates-while-maintaining-the-original-order/#comment-8567</guid>
					<description>A real *nIX lover puts Cygwin on his Windows box,
and lives happily ever after.  :-)</description>
		<content:encoded><![CDATA[<p>A real *nIX lover puts Cygwin on his Windows box,<br />
and lives happily ever after.  :-)
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on High speed password cracking with John the Ripper by Vincent</title>
		<link>http://www.oiepoie.nl/2007/02/11/high-speed-password-cracking-with-john-the-ripper/#comment-8435</link>
		<pubDate>Tue, 29 Jan 2008 02:32:16 +0000</pubDate>
		<guid>http://www.oiepoie.nl/2007/02/11/high-speed-password-cracking-with-john-the-ripper/#comment-8435</guid>
					<description>How would you be... moving into a system that was not your own and then asking for written permission.... I suppose when your trying to open a accidentally closed system it would require something like that, but that's pretty much the only time i could ever see myself ever needing to crack passwords legitimately.</description>
		<content:encoded><![CDATA[<p>How would you be&#8230; moving into a system that was not your own and then asking for written permission&#8230;. I suppose when your trying to open a accidentally closed system it would require something like that, but that&#8217;s pretty much the only time i could ever see myself ever needing to crack passwords legitimately.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on bootable security distro on your USB stick by BackTrack en llave USB &#124; TechnoBytes MX</title>
		<link>http://www.oiepoie.nl/2006/12/20/bootable-security-distro-on-your-usb-stick/#comment-3971</link>
		<pubDate>Thu, 30 Aug 2007 22:33:45 +0000</pubDate>
		<guid>http://www.oiepoie.nl/2006/12/20/bootable-security-distro-on-your-usb-stick/#comment-3971</guid>
					<description>[...] bootable security distro on your USB stick [oiepoie!]. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] bootable security distro on your USB stick [oiepoie!]. [&#8230;]
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
