<?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>CaZaTech</title>
	<atom:link href="http://cazatech.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://cazatech.wordpress.com</link>
	<description>My favourite hacks, about OS, gadgets and other tech stuff</description>
	<lastBuildDate>Mon, 09 Jan 2012 13:42:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='cazatech.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>CaZaTech</title>
		<link>http://cazatech.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://cazatech.wordpress.com/osd.xml" title="CaZaTech" />
	<atom:link rel='hub' href='http://cazatech.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Fixing OpenCV and Dev-C++ linking problems</title>
		<link>http://cazatech.wordpress.com/2010/10/15/fixing-opencv-and-dev-c-linking-problems/</link>
		<comments>http://cazatech.wordpress.com/2010/10/15/fixing-opencv-and-dev-c-linking-problems/#comments</comments>
		<pubDate>Fri, 15 Oct 2010 10:09:36 +0000</pubDate>
		<dc:creator>cazatech</dc:creator>
				<category><![CDATA[OpenCV]]></category>
		<category><![CDATA[Programmation]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://cazatech.wordpress.com/?p=83</guid>
		<description><![CDATA[I&#8217;m trying these days OpenCV libraries and I got some annoying errors when I tried to compile. The debug window shows something like this: g++.exe -c main.cpp -o main.o -I&#8221;lib/gcc/mingw32/3.4.2/include&#8221;  -I&#8221;include/c++/3.4.2/backward&#8221;  -I&#8221;include/c++/3.4.2/mingw32&#8243;  -I&#8221;include/c++/3.4.2&#8243;  -I&#8221;include&#8221;  -I&#8221;C:/OpenCV/include/opencv&#8221; In file included from C:/OpenCV/include/opencv/cxcore.hpp:2243, from C:/OpenCV/include/opencv/cxcore.h:2123, from C:/OpenCV/include/opencv/cv.h:58, from main.cpp:3: C:/OpenCV/include/opencv/cxoperations.hpp: In member function `void cv::Ptr&#60;_Tp&#62;::addref()&#8217;: After searching about [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cazatech.wordpress.com&amp;blog=1258290&amp;post=83&amp;subd=cazatech&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m trying these days OpenCV libraries and I got some annoying errors when I tried to compile. The debug window shows something like this:</p>
<p><strong>g++.exe -c main.cpp -o main.o -I&#8221;lib/gcc/mingw32/3.4.2/include&#8221;  -I&#8221;include/c++/3.4.2/backward&#8221;  -I&#8221;include/c++/3.4.2/mingw32&#8243;  -I&#8221;include/c++/3.4.2&#8243;  -I&#8221;include&#8221;  -I&#8221;C:/OpenCV/include/opencv&#8221; </strong></p>
<p><strong>In file included from C:/OpenCV/include/opencv/cxcore.hpp:2243, </strong><br />
<strong> from C:/OpenCV/include/opencv/cxcore.h:2123, </strong></p>
<p><strong> from C:/OpenCV/include/opencv/cv.h:58, </strong><br />
<strong> from main.cpp:3: </strong><br />
<strong>C:/OpenCV/include/opencv/cxoperations.hpp: In member function `void cv::Ptr&lt;_Tp&gt;::addref()&#8217;:</strong></p>
<p>After searching about on the internet I&#8217;ve found the solution. Just open the file <strong>C:\OpenCV2.0\include\opencv\cxoperations.cpp </strong>and change the line 68 with this:</p>
<p><strong>#if __GNUC__ &gt;= 4 || __MINGW32__</strong><br />
Now it worked for me and I can compile .cpp files with OpenCV functions.</p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cazatech.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cazatech.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cazatech.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cazatech.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cazatech.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cazatech.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cazatech.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cazatech.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cazatech.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cazatech.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cazatech.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cazatech.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cazatech.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cazatech.wordpress.com/83/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cazatech.wordpress.com&amp;blog=1258290&amp;post=83&amp;subd=cazatech&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cazatech.wordpress.com/2010/10/15/fixing-opencv-and-dev-c-linking-problems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e23d67b729a4d4ed2566eba58606ac05?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cazatech</media:title>
		</media:content>
	</item>
		<item>
		<title>Changing screen resolution on VirtualBox (Linux Debian)</title>
		<link>http://cazatech.wordpress.com/2010/10/13/changing-screen-resolution-on-virtualbox-linux-debian/</link>
		<comments>http://cazatech.wordpress.com/2010/10/13/changing-screen-resolution-on-virtualbox-linux-debian/#comments</comments>
		<pubDate>Wed, 13 Oct 2010 12:18:15 +0000</pubDate>
		<dc:creator>cazatech</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux Desktop]]></category>
		<category><![CDATA[UNIX]]></category>

		<guid isPermaLink="false">http://cazatech.wordpress.com/?p=79</guid>
		<description><![CDATA[Hi after &#8230; more than a year!!! These are the necessary steps that you&#8217;ve to follow if you want to change your screen&#8217;s resolution using VirtualBox (By the way, this app rocks!) on a Debian virtual machine (Also is applicable to the most of the Linux distros): Install &#8220;build-essential&#8221; package. In debian is enough typing [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cazatech.wordpress.com&amp;blog=1258290&amp;post=79&amp;subd=cazatech&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hi after &#8230; more than a year!!!</p>
<p>These are the necessary steps that you&#8217;ve to follow if you want to change your screen&#8217;s resolution using VirtualBox (By the way, this app rocks!) on a Debian virtual machine (Also is applicable to the most of the Linux distros):</p>
<ol>
<li>Install &#8220;build-essential&#8221; package. In debian is enough typing <code>apt-get install build-essential</code></li>
<li>On the VirtualBox menu while the VM is running, press Devices and <strong>&#8220;Install Guest Additions&#8221;</strong>. This will mount a cd drive on the system</li>
<li><code>cd /media/cdrom</code> and <code>sh autorun.sh</code></li>
<li>Log as root and edit the next file: /etc/X11/xorg.conf</li>
<li>At the end of the file there&#8217;s a section called &#8220;Screen&#8221;. Probably you&#8217;ll see &#8220;Dept 24&#8243;. Open a new line and write the next &#8220;Modes &#8220;1366&#215;768&#8243; &#8230;&#8221; And the custom resolution that you need to your machine</li>
<li>Reboot the VM with a shutdown -r now</li>
</ol>
<p>That&#8217;s all, now you&#8217;re ready to work with the desired resolution</p>
<p>Cheers</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cazatech.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cazatech.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cazatech.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cazatech.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cazatech.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cazatech.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cazatech.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cazatech.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cazatech.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cazatech.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cazatech.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cazatech.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cazatech.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cazatech.wordpress.com/79/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cazatech.wordpress.com&amp;blog=1258290&amp;post=79&amp;subd=cazatech&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cazatech.wordpress.com/2010/10/13/changing-screen-resolution-on-virtualbox-linux-debian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e23d67b729a4d4ed2566eba58606ac05?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cazatech</media:title>
		</media:content>
	</item>
		<item>
		<title>Some useful IBM Redbooks</title>
		<link>http://cazatech.wordpress.com/2009/05/01/some-useful-ibm-redbooks/</link>
		<comments>http://cazatech.wordpress.com/2009/05/01/some-useful-ibm-redbooks/#comments</comments>
		<pubDate>Fri, 01 May 2009 18:10:05 +0000</pubDate>
		<dc:creator>cazatech</dc:creator>
				<category><![CDATA[Documentation]]></category>
		<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://cazatech.wordpress.com/?p=75</guid>
		<description><![CDATA[I&#8217;ve found the IBM Redbooks page, in which, there&#8217;s many interesting books like this TCP/IP Tutorial and Technical Overview In this one, you can find info about the different network layers, from physic to application, with  explanations about routing protocols (OSPF, EIGRP, BGP&#8230;), IPv6, LDAP, VoIP, Wifi stuff, etc Linux performance and tuning guidelines In [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cazatech.wordpress.com&amp;blog=1258290&amp;post=75&amp;subd=cazatech&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve found the IBM Redbooks page, in which, there&#8217;s many interesting books like this</p>
<p><a href="http://www.redbooks.ibm.com/Redbooks.nsf/RedbookAbstracts/gg243376.html?OpenDocument" target="_blank">TCP/IP Tutorial and Technical Overview</a></p>
<p>In this one, you can find info about the different network layers, from physic to application, with  explanations about routing protocols (OSPF, EIGRP, BGP&#8230;), IPv6, LDAP, VoIP, Wifi stuff, etc</p>
<p><a href="http://www.redbooks.ibm.com/Redbooks.nsf/RedbookAbstracts/redp4285.html?OpenDocument">Linux performance and tuning guidelines</a></p>
<p>In this, you&#8217;ll finde some very useful info. about how Linux works managing filesystems, I/O, memory, etc and how we can monitoring this with some well-know tools like Wireshark, vmstat, top, strace and many other commands.</p>
<p>Also in the <a href="http://www.redbooks.ibm.com/">IBM Redbooks</a> page, there&#8217;re thousands of books about different topics, like WebSphere, DB2, AIX, Tivoli, Linux server integration and many other IBM stuff for their servers.</p>
<p>PD: I&#8217;ll add others redbooks <img src='http://s2.wp.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> . Send me suggestions about other books</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cazatech.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cazatech.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cazatech.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cazatech.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cazatech.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cazatech.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cazatech.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cazatech.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cazatech.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cazatech.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cazatech.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cazatech.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cazatech.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cazatech.wordpress.com/75/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cazatech.wordpress.com&amp;blog=1258290&amp;post=75&amp;subd=cazatech&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cazatech.wordpress.com/2009/05/01/some-useful-ibm-redbooks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e23d67b729a4d4ed2566eba58606ac05?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cazatech</media:title>
		</media:content>
	</item>
		<item>
		<title>Preventing ctrol+alt+del rebooting in our machine</title>
		<link>http://cazatech.wordpress.com/2009/05/01/preventing-ctrolaltdel-rebooting-in-our-machine/</link>
		<comments>http://cazatech.wordpress.com/2009/05/01/preventing-ctrolaltdel-rebooting-in-our-machine/#comments</comments>
		<pubDate>Fri, 01 May 2009 12:37:02 +0000</pubDate>
		<dc:creator>cazatech</dc:creator>
				<category><![CDATA[Hacks/Tricks]]></category>
		<category><![CDATA[UNIX]]></category>

		<guid isPermaLink="false">http://cazatech.wordpress.com/?p=70</guid>
		<description><![CDATA[Edit the /etc/inittab file as root There&#8217;s a line like this in the file ca:12345:ctrlaltdel:/sbin/shutdown -t1 -a -r now Just comment it, or replace it with something like this ca:12345:ctrlaltdel:echo "Use the "shutdown -r now" command if you want to reboot the system" Also you should read the shutdown manual. This is a part of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cazatech.wordpress.com&amp;blog=1258290&amp;post=70&amp;subd=cazatech&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Edit the /etc/inittab file as root</p>
<p>There&#8217;s a line like this in the file<br />
<code><br />
ca:12345:ctrlaltdel:/sbin/shutdown -t1 -a -r now</code></p>
<p>Just comment it, or replace it with something like this<br />
<code>ca:12345:ctrlaltdel:echo "Use the "shutdown -r now" command if you want to reboot the system"</code></p>
<p>Also you should read the shutdown manual. This is a part of this that I think is important if we want to lock the rebooting system.<br />
<em>ACCESS CONTROL<br />
shutdown can be called from init(8) when the magic keys CTRL-ALT-DEL are pressed, by creating an appro-<br />
priate  entry in /etc/inittab. This means that everyone who has physical access to the console keyboard<br />
can shut the system down. To prevent this, shutdown can check to see if an authorized user is logged in<br />
on  one of the virtual consoles. If shutdown is called with the -a argument (add this to the invocation<br />
of shutdown in /etc/inittab), it checks to see if the file /etc/shutdown.allow  is  present.   It  then<br />
compares  the  login names in that file with the list of people that are logged in on a virtual console<br />
(from /var/run/utmp). Only if one of those authorized users or root is logged in, it will proceed. Oth-<br />
erwise it will write the message</em></p>
<p><em> shutdown: no authorized users logged in</em></p>
<p><em> to  the  (physical)  system console. The format of /etc/shutdown.allow is one user name per line. Empty<br />
lines and comment lines (prefixed by a #) are allowed. Currently there is a limit of 32 users  in  this<br />
file.</em></p>
<p>In some distros like Fedora, you must look for the <em>/etc/event.d/control-alt-delete</em> file to modify this event</p>
<p>Cheers</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cazatech.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cazatech.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cazatech.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cazatech.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cazatech.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cazatech.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cazatech.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cazatech.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cazatech.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cazatech.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cazatech.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cazatech.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cazatech.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cazatech.wordpress.com/70/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cazatech.wordpress.com&amp;blog=1258290&amp;post=70&amp;subd=cazatech&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cazatech.wordpress.com/2009/05/01/preventing-ctrolaltdel-rebooting-in-our-machine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e23d67b729a4d4ed2566eba58606ac05?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cazatech</media:title>
		</media:content>
	</item>
		<item>
		<title>RSA2/DSA key access from PuTTY to a *NIX OpenSSH server</title>
		<link>http://cazatech.wordpress.com/2009/05/01/sshputty-2/</link>
		<comments>http://cazatech.wordpress.com/2009/05/01/sshputty-2/#comments</comments>
		<pubDate>Fri, 01 May 2009 12:18:17 +0000</pubDate>
		<dc:creator>cazatech</dc:creator>
				<category><![CDATA[SSH]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://cazatech.wordpress.com/?p=68</guid>
		<description><![CDATA[If you want to access to your *NIX server using PuTTY in Windows, you just should follow the next steps to create a secure access using RSA/DSA public key infrastructure. 1) The first thing is configuring our openSSH server in the &#8220;/etc/ssh/sshd_config&#8221; file and modifying some configuration fields Protocol 2 RSAAuthentication yes PubkeyAuthentication yes AuthorizedKeysFile      [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cazatech.wordpress.com&amp;blog=1258290&amp;post=68&amp;subd=cazatech&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you want to access to your *NIX server using PuTTY in Windows, you just should follow the next steps to create a secure access using RSA/DSA public key infrastructure.</p>
<p>1) The first thing is configuring our openSSH server in the &#8220;/etc/ssh/sshd_config&#8221; file and modifying some configuration fields</p>
<ul>
<li>Protocol 2</li>
<li>RSAAuthentication yes</li>
<li>PubkeyAuthentication yes</li>
<li>AuthorizedKeysFile      %h/.ssh/authorized_keys</li>
</ul>
<p>Reload the ssh daemon. /etc/init.d/ssh reload</p>
<p>2) Get the PuTTY Key Generator (Just typing it in google) and generate a RSA2/DSA public and private keys. Save them in a folder, and copy the text with Ctrl+C or in a file. This is your public key in openSSH format (The format which uses the ssh daemon)</p>
<p><img class="aligncenter" title="Putty Key gen" src="http://www.bearfruit.org/files/Putty-keygen.jpg" alt="" width="494" height="482" /></p>
<p>It would be a good idea protect our private key with a passphrase, at least, if we&#8217;ll use the remote access in a public place like an office. Maybe you must try PuTTY PageAgent to manage your keys, but this is another bussiness <img src='http://s2.wp.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>3) Paste the text in your server in you &#8220;$home/.ssh/authorized_keys&#8221; of the user that you want to authenticate with RSA/DSA. (I suppose that &#8220;public_key&#8221; file contains the text generated by PuTTY)</p>
<ul>
<li>cat public_key &gt;&gt;$home/.ssh/authorized_keys</li>
</ul>
<p>4) Now, just open PuTTY and load your private key</p>
<p style="text-align:center;"><img class="aligncenter" src="http://unixwiz.net/images/putty-openssh-11.gif" alt="" width="456" height="442" /></p>
<p style="text-align:left;">5) Just login in the server as usual, and you should be logged in without typing your password. You must be type the keyphrase if you had set it in the  2nd step.</p>
<p style="text-align:left;">Regards, and be careful with your private key file <img src='http://s0.wp.com/wp-includes/images/smilies/icon_cool.gif' alt='8-)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cazatech.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cazatech.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cazatech.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cazatech.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cazatech.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cazatech.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cazatech.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cazatech.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cazatech.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cazatech.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cazatech.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cazatech.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cazatech.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cazatech.wordpress.com/68/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cazatech.wordpress.com&amp;blog=1258290&amp;post=68&amp;subd=cazatech&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cazatech.wordpress.com/2009/05/01/sshputty-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e23d67b729a4d4ed2566eba58606ac05?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cazatech</media:title>
		</media:content>

		<media:content url="http://www.bearfruit.org/files/Putty-keygen.jpg" medium="image">
			<media:title type="html">Putty Key gen</media:title>
		</media:content>

		<media:content url="http://unixwiz.net/images/putty-openssh-11.gif" medium="image" />
	</item>
		<item>
		<title>Which distro version am I using?</title>
		<link>http://cazatech.wordpress.com/2009/04/18/which-distro-version-am-i-using/</link>
		<comments>http://cazatech.wordpress.com/2009/04/18/which-distro-version-am-i-using/#comments</comments>
		<pubDate>Sat, 18 Apr 2009 13:47:32 +0000</pubDate>
		<dc:creator>cazatech</dc:creator>
				<category><![CDATA[UNIX]]></category>

		<guid isPermaLink="false">http://cazatech.wordpress.com/?p=62</guid>
		<description><![CDATA[Maybe you have asked yourself sometimes about this. There are some ways: This shows a text like the uname -a command output cat /proc/version This is another way which should works in practically all *NIX systems cat /etc/issue And this is valid for Debian and Debian based distros cat /etc/debian_version<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cazatech.wordpress.com&amp;blog=1258290&amp;post=62&amp;subd=cazatech&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Maybe you have asked yourself sometimes about this. There are some ways:<br />
This shows a text like the uname -a command output<br />
<code>cat /proc/version</code><br />
This is another way which should works in practically all *NIX systems<br />
<code>cat /etc/issue</code><br />
And this is valid for Debian and Debian based distros<br />
<code>cat /etc/debian_version</code></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cazatech.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cazatech.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cazatech.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cazatech.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cazatech.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cazatech.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cazatech.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cazatech.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cazatech.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cazatech.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cazatech.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cazatech.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cazatech.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cazatech.wordpress.com/62/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cazatech.wordpress.com&amp;blog=1258290&amp;post=62&amp;subd=cazatech&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cazatech.wordpress.com/2009/04/18/which-distro-version-am-i-using/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e23d67b729a4d4ed2566eba58606ac05?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cazatech</media:title>
		</media:content>
	</item>
		<item>
		<title>How to: Recovering your Debian/FreeBSD root password</title>
		<link>http://cazatech.wordpress.com/2008/11/01/how-to-recovering-your-debianfreebsd-root-password/</link>
		<comments>http://cazatech.wordpress.com/2008/11/01/how-to-recovering-your-debianfreebsd-root-password/#comments</comments>
		<pubDate>Sat, 01 Nov 2008 14:28:58 +0000</pubDate>
		<dc:creator>cazatech</dc:creator>
				<category><![CDATA[BSD]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[UNIX]]></category>

		<guid isPermaLink="false">http://cazatech.wordpress.com/?p=52</guid>
		<description><![CDATA[Hi there again. Probably, you&#8217;ve lost your root password at least one time in your life (yea, you are not the only one )&#8230; There&#8217;s no problem, I&#8217;m gonna show you a easy way to fix it. For Debian (Using GRUB, anyway, this will work in any boot loader) In the line where is our [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cazatech.wordpress.com&amp;blog=1258290&amp;post=52&amp;subd=cazatech&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hi there again.</p>
<p>Probably, you&#8217;ve lost your root password at least one time in your life (yea, you are not the only one <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  )&#8230; There&#8217;s no problem, I&#8217;m gonna show you a easy way to fix it.</p>
<ul>
<li>For <strong>Debian </strong>(Using GRUB, anyway, this will work in any boot loader)</li>
</ul>
<ol>
<li>In the line where is our Debian installation, press &#8220;e&#8221;</li>
<li>Now a kind of editor will be opened. Type the following command after the current commands: &#8220;<strong>init=/bin/bash&#8221;</strong></li>
<li>Press enter</li>
<li>Now you would be back in the first step. Just press de &#8220;b&#8221; key, to boot the system with the new parameters</li>
<li>Now the system prompt would be a root session. But if you try to use &#8220;passwd&#8221; command, the system will deny the operation. To fix this, type &#8220;<strong>mount -o remount,rw /dev/[your_drive]</strong>&#8220;. Usally your drive will be sda1, hda1 or similar.</li>
<li>Now use the <strong>passwd root</strong> command to change.</li>
<li>Reboot and your computer and use your new root password <img src='http://s2.wp.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </li>
</ol>
<ul>
<li>For FreeBSD</li>
</ul>
<ol>
<li>In the boot menu, choose the <strong>option 4</strong> &#8220;FreeBSD in single mode user&#8221;</li>
<li>Now a message like &#8220;<em>Enter fill pathname of shell or RETURN for /bin/sh</em>&#8221; will be shown. Just press <strong>ENTER</strong></li>
<li>The next step is typing &#8220;<strong>mount -t ufs -a</strong>&#8220;. This will mount every file system found in /etc/fstab</li>
<li>Now just use the <strong>passwd root</strong> command</li>
<li>Reboot the system</li>
</ol>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cazatech.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cazatech.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cazatech.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cazatech.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cazatech.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cazatech.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cazatech.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cazatech.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cazatech.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cazatech.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cazatech.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cazatech.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cazatech.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cazatech.wordpress.com/52/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cazatech.wordpress.com&amp;blog=1258290&amp;post=52&amp;subd=cazatech&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cazatech.wordpress.com/2008/11/01/how-to-recovering-your-debianfreebsd-root-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e23d67b729a4d4ed2566eba58606ac05?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cazatech</media:title>
		</media:content>
	</item>
		<item>
		<title>Adding quotas support on FreeBSD</title>
		<link>http://cazatech.wordpress.com/2008/11/01/adding-quotas-support-on-freebsd/</link>
		<comments>http://cazatech.wordpress.com/2008/11/01/adding-quotas-support-on-freebsd/#comments</comments>
		<pubDate>Sat, 01 Nov 2008 13:55:03 +0000</pubDate>
		<dc:creator>cazatech</dc:creator>
				<category><![CDATA[BSD]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[quotas]]></category>

		<guid isPermaLink="false">http://cazatech.wordpress.com/?p=56</guid>
		<description><![CDATA[I followed these steps to add the QUOTA module in the kernel. Moreover, the new kernel will has the generic freebsd kernel options. First, log in the system as root and type the following commands cd /sys/i386/conf vi QUOTAS_SUPPORT        You can write the file name you want In the file type: include GENERIC options QUOTA [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cazatech.wordpress.com&amp;blog=1258290&amp;post=56&amp;subd=cazatech&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I followed these steps to add the QUOTA module in the kernel. Moreover, the new kernel will has the generic freebsd kernel options.</p>
<p>First, log in the system as root and type the following commands</p>
<ul>
<li>cd /sys/i386/conf</li>
<li>vi QUOTAS_SUPPORT        <em>You can write the file name you want</em></li>
<li>In the file type:</li>
</ul>
<p>include GENERIC<br />
options QUOTA</p>
<ul>
<li>config CUOTAS_SUPPORT         <em>Be sure that you type the file name you typed</em></li>
<li>cd ../compile/CUOTAS_SUPPORT</li>
<li>make cleandepend &amp;&amp; make depend &amp;&amp; make &amp;&amp; make install</li>
</ul>
<p>That&#8217;s all. You can also edit the /sys/i386/GENERIC or DEFAULTS file, but it is highly not recommended because you would lost the default kernel configuration.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cazatech.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cazatech.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cazatech.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cazatech.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cazatech.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cazatech.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cazatech.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cazatech.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cazatech.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cazatech.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cazatech.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cazatech.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cazatech.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cazatech.wordpress.com/56/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cazatech.wordpress.com&amp;blog=1258290&amp;post=56&amp;subd=cazatech&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cazatech.wordpress.com/2008/11/01/adding-quotas-support-on-freebsd/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e23d67b729a4d4ed2566eba58606ac05?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cazatech</media:title>
		</media:content>
	</item>
		<item>
		<title>Some useful *NIX commands</title>
		<link>http://cazatech.wordpress.com/2008/03/12/some-useful-nix-commands/</link>
		<comments>http://cazatech.wordpress.com/2008/03/12/some-useful-nix-commands/#comments</comments>
		<pubDate>Wed, 12 Mar 2008 21:51:47 +0000</pubDate>
		<dc:creator>cazatech</dc:creator>
				<category><![CDATA[UNIX]]></category>

		<guid isPermaLink="false">http://cazatech.wordpress.com/?p=48</guid>
		<description><![CDATA[This is a collection of some *NIX commands (i&#8217;m using it on a FreeBSD  6.2), to manage some system process and signals. wait -&#62; It restore the second plane of the terminal until the process is running. You can type new commands, but it will be executed when the process ends. [command] &#62; /dev/null &#38; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cazatech.wordpress.com&amp;blog=1258290&amp;post=48&amp;subd=cazatech&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This is a collection of some *NIX commands (i&#8217;m using it on a FreeBSD  6.2), to manage some system process and signals.</p>
<p><strong>wait </strong>-&gt; It restore the second plane of the terminal until the process is running. You can type new commands, but it will be executed when the process ends.</p>
<p><strong>[command] &gt; /dev/null &amp; </strong>-&gt; This will not show the messages that the command print in the screen.</p>
<p><strong>nice </strong>-&gt; This command sets the priority of a process. The priority range goes from -20 to +20. To use it, type &#8220;nice +15 [process]&#8220;. You can also add a rule to a user or group using the &#8220;-g&#8221; and &#8220;-u&#8221; modifiers.</p>
<p><strong>time </strong>-&gt; This command allows you to watch how much time a process needs to execute.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cazatech.wordpress.com/48/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cazatech.wordpress.com/48/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cazatech.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cazatech.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cazatech.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cazatech.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cazatech.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cazatech.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cazatech.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cazatech.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cazatech.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cazatech.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cazatech.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cazatech.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cazatech.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cazatech.wordpress.com/48/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cazatech.wordpress.com&amp;blog=1258290&amp;post=48&amp;subd=cazatech&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cazatech.wordpress.com/2008/03/12/some-useful-nix-commands/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e23d67b729a4d4ed2566eba58606ac05?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cazatech</media:title>
		</media:content>
	</item>
		<item>
		<title>m0n0wall Vs PfSense embedded security systems</title>
		<link>http://cazatech.wordpress.com/2008/01/20/m0n0wall-vs-pfsense-embedded-security-systems/</link>
		<comments>http://cazatech.wordpress.com/2008/01/20/m0n0wall-vs-pfsense-embedded-security-systems/#comments</comments>
		<pubDate>Sun, 20 Jan 2008 00:59:47 +0000</pubDate>
		<dc:creator>cazatech</dc:creator>
				<category><![CDATA[BSD]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://cazatech.wordpress.com/2008/01/20/m0n0wall-vs-pfsense-embedded-security-systems/</guid>
		<description><![CDATA[I&#8217;ve found a great report about this BSD based security distros. Enjoy it  http://www.bsdcan.org/2006/papers/BSD_Firewalling.pdf<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cazatech.wordpress.com&amp;blog=1258290&amp;post=47&amp;subd=cazatech&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve found a great report about this BSD based security distros. Enjoy it <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p><a href="http://www.bsdcan.org/2006/papers/BSD_Firewalling.pdf" target="_blank"> http://www.bsdcan.org/2006/papers/BSD_Firewalling.pdf </a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cazatech.wordpress.com/47/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cazatech.wordpress.com/47/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cazatech.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cazatech.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cazatech.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cazatech.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cazatech.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cazatech.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cazatech.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cazatech.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cazatech.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cazatech.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cazatech.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cazatech.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cazatech.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cazatech.wordpress.com/47/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cazatech.wordpress.com&amp;blog=1258290&amp;post=47&amp;subd=cazatech&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cazatech.wordpress.com/2008/01/20/m0n0wall-vs-pfsense-embedded-security-systems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e23d67b729a4d4ed2566eba58606ac05?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cazatech</media:title>
		</media:content>
	</item>
	</channel>
</rss>
