<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0" xml:base="http://www.liberterra.com">
<channel>
 <title>www.liberterra.com</title>
 <link>http://www.liberterra.com</link>
 <description>Providing technical and economic information as well as anything that supports our rights as human beings or that has caught my attention for a brief moment.</description>
 <language>en</language>
<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Wwwliberterracom" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
 <title>Base64 Encoding/Decoding - Windows Basic Authorization (NTLM)</title>
 <link>http://feedproxy.google.com/~r/Wwwliberterracom/~3/uQdjLap0HZ4/40</link>
 <description>&lt;!-- google_ad_section_start --&gt;&lt;p&gt;Sometimes during a wireshark or sniffer network capture you will come across communication where the windows system will use Basic Authorization to authenticate to the windows domain.  This often looks like "Proxy-Authorization: Basic dXNlcm5hbWU6cGFzc3dvcmQ=".  This happens to be authentication to a proxy server.&lt;/p&gt;
&lt;p&gt;Here is a simple command line perl to decode the base64 encoded username and password:&lt;br /&gt;
&lt;code&gt;&lt;strong&gt;&lt;br /&gt;
perl -e 'use MIME::Base64; $data = decode_base64("dXNlcm5hbWU6cGFzc3dvcmQ="); print "Encoded $data\n";'&lt;/strong&gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;And if for some reason you want to do a base64 encoding:&lt;br /&gt;
&lt;code&gt;&lt;strong&gt;&lt;br /&gt;
perl -e 'use MIME::Base64; $data = encode_base64("username:password"); print "Encoded $data\n";'&lt;br /&gt;
Encoded dXNlcm5hbWU6cGFzc3dvcmQ=&lt;/strong&gt;&lt;/code&gt;&lt;/p&gt;
&lt;!-- google_ad_section_end --&gt;
&lt;!--
&lt;rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"&gt;
&lt;rdf:Description rdf:about="http://www.liberterra.com/node/40" dc:identifier="http://www.liberterra.com/node/40" dc:title="Base64 Encoding/Decoding - Windows Basic Authorization (NTLM)" trackback:ping="http://www.liberterra.com/trackback/40" /&gt;
&lt;/rdf:RDF&gt;
--&gt;
&lt;div id="trackback-url"&gt;  &lt;div class="box"&gt;
    &lt;h2 class="title"&gt;Trackback URL for this post:&lt;/h2&gt;    &lt;div class="content"&gt;http://www.liberterra.com/trackback/40&lt;/div&gt;
 &lt;/div&gt;

&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/xchkRRcpwUqlqk8Rs33HGMywfPY/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/xchkRRcpwUqlqk8Rs33HGMywfPY/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/xchkRRcpwUqlqk8Rs33HGMywfPY/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/xchkRRcpwUqlqk8Rs33HGMywfPY/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Wwwliberterracom/~4/uQdjLap0HZ4" height="1" width="1"/&gt;</description>
 <comments>http://www.liberterra.com/node/40#comments</comments>
 <category domain="http://www.liberterra.com/taxonomy/term/22">base64</category>
 <category domain="http://www.liberterra.com/taxonomy/term/23">NTLM</category>
 <category domain="http://www.liberterra.com/taxonomy/term/21">perl</category>
 <pubDate>Tue, 28 Apr 2009 15:29:08 +0000</pubDate>
 <dc:creator>daryl</dc:creator>
 <guid isPermaLink="false">40 at http://www.liberterra.com</guid>
<feedburner:origLink>http://www.liberterra.com/node/40</feedburner:origLink></item>
<item>
 <title>Kansas City Startup Weekend</title>
 <link>http://feedproxy.google.com/~r/Wwwliberterracom/~3/nRpLpCQodZo/39</link>
 <description>&lt;!-- google_ad_section_start --&gt;&lt;p&gt;Getting ready to head out to Kansas City Startup Weekend.  This is my first time attending a startup weekend event, but I am excited about the experience.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://kansascity.startupweekend.com/"&gt;Kansas City Startup Weekend&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;From the Startup Weekend Website: &lt;/p&gt;
&lt;p&gt;"It’s an experience unlike any conference you’ve attended before.  Over the course of a single weekend, you get to take time out from your current venture/business and practice building a new one.  Think of it like time off the field.&lt;/p&gt;
&lt;p&gt;Most ventures fail on Monday morning, which isn’t the point. The point is, you learn new skills, processes, coding frameworks, legal jargon, business practices, spread sheet programs, etc that you can bring back to your current venture.  Startup Weekend is a weekend warrior event where anything goes, and practice is implied.  You’re not judged (unless you judge) and learning is paramount."&lt;/p&gt;
&lt;!-- google_ad_section_end --&gt;
&lt;!--
&lt;rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"&gt;
&lt;rdf:Description rdf:about="http://www.liberterra.com/node/39" dc:identifier="http://www.liberterra.com/node/39" dc:title="Kansas City Startup Weekend" trackback:ping="http://www.liberterra.com/trackback/39" /&gt;
&lt;/rdf:RDF&gt;
--&gt;
&lt;div id="trackback-url"&gt;  &lt;div class="box"&gt;
    &lt;h2 class="title"&gt;Trackback URL for this post:&lt;/h2&gt;    &lt;div class="content"&gt;http://www.liberterra.com/trackback/39&lt;/div&gt;
 &lt;/div&gt;

&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/e3Vys-xB4ul4PE6M_S8vX1vD9Qs/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/e3Vys-xB4ul4PE6M_S8vX1vD9Qs/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/e3Vys-xB4ul4PE6M_S8vX1vD9Qs/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/e3Vys-xB4ul4PE6M_S8vX1vD9Qs/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Wwwliberterracom/~4/nRpLpCQodZo" height="1" width="1"/&gt;</description>
 <comments>http://www.liberterra.com/node/39#comments</comments>
 <category domain="http://www.liberterra.com/taxonomy/term/19">kcsw</category>
 <category domain="http://www.liberterra.com/taxonomy/term/20">startup weekend</category>
 <pubDate>Fri, 24 Apr 2009 20:19:10 +0000</pubDate>
 <dc:creator>daryl</dc:creator>
 <guid isPermaLink="false">39 at http://www.liberterra.com</guid>
<feedburner:origLink>http://www.liberterra.com/node/39</feedburner:origLink></item>
<item>
 <title>War Dialer on Steroids</title>
 <link>http://feedproxy.google.com/~r/Wwwliberterracom/~3/2yseStVgjtw/38</link>
 <description>&lt;!-- google_ad_section_start --&gt;&lt;p&gt;The Metasploit creator HD Moore is releasing a software tool, WarVOX, that makes the process of war-dialing very easy using a VOIP provider.  WarVOX has the ability to dial 10,000 phone numbers per hour.&lt;/p&gt;
&lt;p&gt;Read the DarkReading article about WarVox &lt;a href="http://www.darkreading.com/security/vulnerabilities/showArticle.jhtml;jsessionid=U4KZE3IJUH0MQQSNDLPSKHSCJUNN2JVN?articleID=215800791"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Find out how to get and install WarVox &lt;a href="http://warvox.org/"&gt;here&lt;/a&gt;&lt;/p&gt;
&lt;!-- google_ad_section_end --&gt;
&lt;!--
&lt;rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"&gt;
&lt;rdf:Description rdf:about="http://www.liberterra.com/node/38" dc:identifier="http://www.liberterra.com/node/38" dc:title="War Dialer on Steroids" trackback:ping="http://www.liberterra.com/trackback/38" /&gt;
&lt;/rdf:RDF&gt;
--&gt;
&lt;div id="trackback-url"&gt;  &lt;div class="box"&gt;
    &lt;h2 class="title"&gt;Trackback URL for this post:&lt;/h2&gt;    &lt;div class="content"&gt;http://www.liberterra.com/trackback/38&lt;/div&gt;
 &lt;/div&gt;

&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/4DBO0NksBuqMDBRZydkZeKy98TM/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/4DBO0NksBuqMDBRZydkZeKy98TM/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/4DBO0NksBuqMDBRZydkZeKy98TM/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/4DBO0NksBuqMDBRZydkZeKy98TM/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Wwwliberterracom/~4/2yseStVgjtw" height="1" width="1"/&gt;</description>
 <comments>http://www.liberterra.com/node/38#comments</comments>
 <category domain="http://www.liberterra.com/taxonomy/term/16">dialer</category>
 <category domain="http://www.liberterra.com/taxonomy/term/17">metasploit</category>
 <category domain="http://www.liberterra.com/taxonomy/term/9">security</category>
 <category domain="http://www.liberterra.com/taxonomy/term/18">warvox</category>
 <pubDate>Fri, 06 Mar 2009 02:24:56 +0000</pubDate>
 <dc:creator>daryl</dc:creator>
 <guid isPermaLink="false">38 at http://www.liberterra.com</guid>
<feedburner:origLink>http://www.liberterra.com/node/38</feedburner:origLink></item>
<item>
 <title>Popular Chinese Filtering Circumvention Tools DynaWeb FreeGate, GPass, and FirePhoenix Sell User Data</title>
 <link>http://feedproxy.google.com/~r/Wwwliberterracom/~3/0MbnaYcxOIg/37</link>
 <description>&lt;!-- google_ad_section_start --&gt;&lt;p&gt;If you use one of these tools (DyanWeb FreeGate, GPass or FirePhoenix) and you want to use a service that does not sell user data then I have the answer for you.  I have created a secure proxy (encrypted from your location to my proxy server) that bypasses the 'Chinese Firewall' and most corporate proxy servers/firewalls.&lt;/p&gt;
&lt;p&gt;Send me an email at daryl(at)liberterra(dot)com for more information on my secure proxy service.  Or if you know you want it &lt;a&gt;subscribe here&lt;/a&gt; and I will send you the proxy client and instructions (a small $5 fee will apply for every month of usage).&lt;/p&gt;
&lt;p&gt;If you just want to read more information about Filter Circumvention by some Chinese and others you can read it here at &lt;a href="http://rconversation.blogs.com/rconversation/2009/01/circumventing-c.html"&gt;Rebecca McKinnons, RConversation website&lt;/a&gt; or &lt;a href="http://blogs.law.harvard.edu/hroberts/2009/01/09/popular-chinese-filtering-circumvention-tools-dynaweb-freegate-gpass-and-firephoenix-sell-user-data/"&gt;Hal Roberts website&lt;/a&gt;.&lt;/p&gt;
&lt;!-- google_ad_section_end --&gt;
&lt;!--
&lt;rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"&gt;
&lt;rdf:Description rdf:about="http://www.liberterra.com/node/37" dc:identifier="http://www.liberterra.com/node/37" dc:title="Popular Chinese Filtering Circumvention Tools DynaWeb FreeGate, GPass, and FirePhoenix Sell User Data" trackback:ping="http://www.liberterra.com/trackback/37" /&gt;
&lt;/rdf:RDF&gt;
--&gt;
&lt;div id="trackback-url"&gt;  &lt;div class="box"&gt;
    &lt;h2 class="title"&gt;Trackback URL for this post:&lt;/h2&gt;    &lt;div class="content"&gt;http://www.liberterra.com/trackback/37&lt;/div&gt;
 &lt;/div&gt;

&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/LBAhx75nrbBEolTvWk-bx9G_JcQ/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/LBAhx75nrbBEolTvWk-bx9G_JcQ/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/LBAhx75nrbBEolTvWk-bx9G_JcQ/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/LBAhx75nrbBEolTvWk-bx9G_JcQ/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Wwwliberterracom/~4/0MbnaYcxOIg" height="1" width="1"/&gt;</description>
 <comments>http://www.liberterra.com/node/37#comments</comments>
 <category domain="http://www.liberterra.com/taxonomy/term/15">filter</category>
 <category domain="http://www.liberterra.com/taxonomy/term/7">proxy</category>
 <pubDate>Fri, 16 Jan 2009 19:14:38 +0000</pubDate>
 <dc:creator>daryl</dc:creator>
 <guid isPermaLink="false">37 at http://www.liberterra.com</guid>
<feedburner:origLink>http://www.liberterra.com/node/37</feedburner:origLink></item>
<item>
 <title>Portforwarding with OpenSSH (SSH)</title>
 <link>http://feedproxy.google.com/~r/Wwwliberterracom/~3/H0YZelpwkZs/36</link>
 <description>&lt;!-- google_ad_section_start --&gt;&lt;p&gt;In OpenSSH to create a local port that forwards to a remote port without creating a connection to the shell.&lt;/p&gt;
&lt;p&gt;ssh -N -l johndoe -i .ssh/id_dsa -L45432:0.0.0.0:5432 191.168.1.1&lt;/p&gt;
&lt;p&gt;The above command uses the identity file id_dsa and creates a local port 45432 that forwards to the remote system on port 5432 (postgres).&lt;/p&gt;
&lt;p&gt;This will allow the local client to connect with postgres on local port 45432 and run queries against the remote database over the encrypted SSH tunnel. This is a very secure method for database connectivity.&lt;/p&gt;
&lt;p&gt;To create an identity file:&lt;/p&gt;
&lt;p&gt;ssh-keygen -t dsa -b 2048&lt;/p&gt;
&lt;p&gt;Do not enter a password if you are going to use this to connect without user interaction. If you do this you must keep the key protected.&lt;/p&gt;
&lt;p&gt;Once you have the keys take the public key (id_dsa.pub) and add it to the authorized_keys file of the user you are connecting as:&lt;/p&gt;
&lt;p&gt;For instance if the user is johndoe on the remote system go to johndoe's home directory, something like /home/johndoe and then to the .ssh directory ( /home/johndoe/.ssh ) and add the id_dsa.pub key to the end of the authorized_keys file. If the file does not exist create it and add the key on the end. They key is only one line so make sure that it doesn't span more than one line.&lt;/p&gt;
&lt;p&gt;Make sure to make the file read/write only for the owner: chmod 600 authorized_keys&lt;/p&gt;
&lt;p&gt;Now you can log in or use the above command to create a local port to tunnel to a remote port.&lt;/p&gt;
&lt;p&gt;Of course to log in: ssh -l johndoe -i /home/johndoe/.ssh/id_dsa 192.168.1.1&lt;/p&gt;
&lt;!-- google_ad_section_end --&gt;
&lt;!--
&lt;rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"&gt;
&lt;rdf:Description rdf:about="http://www.liberterra.com/node/36" dc:identifier="http://www.liberterra.com/node/36" dc:title="Portforwarding with OpenSSH (SSH)" trackback:ping="http://www.liberterra.com/trackback/36" /&gt;
&lt;/rdf:RDF&gt;
--&gt;
&lt;div id="trackback-url"&gt;  &lt;div class="box"&gt;
    &lt;h2 class="title"&gt;Trackback URL for this post:&lt;/h2&gt;    &lt;div class="content"&gt;http://www.liberterra.com/trackback/36&lt;/div&gt;
 &lt;/div&gt;

&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/whXwznJqT_HR8dIl_vdk22Xt9UA/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/whXwznJqT_HR8dIl_vdk22Xt9UA/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/whXwznJqT_HR8dIl_vdk22Xt9UA/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/whXwznJqT_HR8dIl_vdk22Xt9UA/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Wwwliberterracom/~4/H0YZelpwkZs" height="1" width="1"/&gt;</description>
 <comments>http://www.liberterra.com/node/36#comments</comments>
 <category domain="http://www.liberterra.com/taxonomy/term/12">linux</category>
 <category domain="http://www.liberterra.com/taxonomy/term/10">openssh</category>
 <category domain="http://www.liberterra.com/taxonomy/term/11">port forwarding</category>
 <category domain="http://www.liberterra.com/taxonomy/term/8">ssh</category>
 <category domain="http://www.liberterra.com/taxonomy/term/13">tunnel</category>
 <category domain="http://www.liberterra.com/taxonomy/term/14">tunnelling</category>
 <pubDate>Mon, 12 Jan 2009 22:26:42 +0000</pubDate>
 <dc:creator>daryl</dc:creator>
 <guid isPermaLink="false">36 at http://www.liberterra.com</guid>
<feedburner:origLink>http://www.liberterra.com/node/36</feedburner:origLink></item>
<item>
 <title>New Service - Secure Proxy - Now Browse anywhere from work and/or school</title>
 <link>http://feedproxy.google.com/~r/Wwwliberterracom/~3/sWWzYD1qVaw/35</link>
 <description>&lt;!-- google_ad_section_start --&gt;&lt;p&gt;To use the Secure Proxy you will have to have a User ID and password assigned to you.  Click on this subscription button and a User ID and password will be sent to you along with the secure proxy java client and directions on how to use the secure proxy.&lt;br /&gt;
&lt;br /&gt;&lt;/p&gt;
&lt;form action="https://www.paypal.com/cgi-bin/webscr" method="post"&gt;
&lt;input type="hidden" name="cmd" value="_s-xclick" /&gt;&lt;br /&gt;
&lt;input type="hidden" name="hosted_button_id" value="2257564" /&gt;&lt;br /&gt;
&lt;input type="image" src="https://www.paypal.com/en_US/i/btn/btn_subscribeCC_LG.gif" border="0" name="submit" alt="" /&gt;&lt;br /&gt;
&lt;img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1" /&gt;&lt;br /&gt;
&lt;/form&gt;
&lt;p&gt;&lt;BR /&gt;&lt;br /&gt;
Please allow 24 Hours for the user ID and password to be sent to you.&lt;br /&gt;
&amp;lt;!--break--&gt;&lt;/p&gt;
&lt;!-- google_ad_section_end --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/krs2vH5-mTBywRv5uwZPgsdFnxc/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/krs2vH5-mTBywRv5uwZPgsdFnxc/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/krs2vH5-mTBywRv5uwZPgsdFnxc/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/krs2vH5-mTBywRv5uwZPgsdFnxc/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Wwwliberterracom/~4/sWWzYD1qVaw" height="1" width="1"/&gt;</description>
 <category domain="http://www.liberterra.com/taxonomy/term/7">proxy</category>
 <category domain="http://www.liberterra.com/taxonomy/term/9">security</category>
 <category domain="http://www.liberterra.com/taxonomy/term/8">ssh</category>
 <pubDate>Sun, 04 Jan 2009 06:17:10 +0000</pubDate>
 <dc:creator>daryl</dc:creator>
 <guid isPermaLink="false">35 at http://www.liberterra.com</guid>
<feedburner:origLink>http://www.liberterra.com/node/35</feedburner:origLink></item>
<item>
 <title>Wireless Security Terms confusing?  Check out this article by e-Week</title>
 <link>http://feedproxy.google.com/~r/Wwwliberterracom/~3/pOtIjuqsWWk/34</link>
 <description>&lt;!-- google_ad_section_start --&gt;&lt;p&gt;Click Here for full article: &lt;a href="http://www.eweek.com/c/a/Security/A-Partial-Wireless-Security-Glossary/"&gt;Wireless Security: A Partial Glossary of Wireless Security Terms&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;WEP&lt;/b&gt; (Wired Equivalent Privacy)—The old, original, now discredited wireless security standard. Easily cracked.
&lt;/li&gt;
&lt;li&gt;
&lt;b&gt;WEP 40/128-bit key, WEP 128-bit Passphrase&lt;/b&gt;—See WEP. The user key for WEP is generally either 40- or 128-bit, and generally has to be supplied as a hexadecimal string.
&lt;/li&gt;
&lt;li&gt;
&lt;b&gt;WPA, WPA1—Wi-Fi Protected Access.&lt;/b&gt; The initial version of WPA, sometimes called WPA1, is essentially a brand name for TKIP. TKIP was chosen as an interim standard because it could be implemented on WEP hardware with just a firmware upgrade.
&lt;/li&gt;
&lt;li&gt;
&lt;b&gt;WPA2&lt;/b&gt;—The trade name for an implementation of the 802.11i standard, including AES and CCMP.
&lt;/li&gt;
&lt;li&gt;
&lt;b&gt;TKIP&lt;/b&gt;—Temporal Key Integrity Protocol. The replacement encryption system for WEP. Several features were added to make keys more secure than they were under WEP.
&lt;/li&gt;
&lt;li&gt;
&lt;b&gt;AES&lt;/b&gt;—Advanced Encryption Standard. This is now the preferred encryption method, replacing the old TKIP. AES is implemented in WPA2/802.11i.
&lt;/li&gt;
&lt;li&gt;
&lt;b&gt;Dynamic WEP (802.1x)&lt;/b&gt;—When the WEP key/passphrase is entered by a key management service. WEP as such did not support dynamic keys until the advent of TKIP and CCMP.
&lt;/li&gt;
&lt;li&gt;
&lt;b&gt;EAP&lt;/b&gt;—Extensible Authentication Protocol. A standard authentication framework. EAP supplies common functions and a negotiation mechanism, but not a specific authentication method. Currently there are about 40 different methods implemented for EAP. See WPA Enterprise.
&lt;/li&gt;
&lt;li&gt;
&lt;b&gt;802.1x, IEEE8021X&lt;/b&gt;—The IEEE family of standards for authentication on networks. In this context, the term is hopelessly ambiguous.
&lt;/li&gt;
&lt;li&gt;
&lt;b&gt;LEAP, 802.1x EAP (Cisco LEAP)&lt;/b&gt;—(Lightweight Extensible Authentication Protocol) A proprietary method of wireless LAN authentication developed by Cisco Systems. Supports dynamic WEP, RADIUS and frequent reauthentication.
&lt;/li&gt;
&lt;li&gt;
&lt;b&gt;WPA-PSK, WPA-Preshared Key&lt;/b&gt;—Use of a shared key, meaning one manually set and manually managed. Does not scale with a large network either for manageability or security, but needs no external key management system.
&lt;/li&gt;
&lt;li&gt;
&lt;b&gt;RADIUS&lt;/b&gt;—Remote Authentication Dial In User Service. A very old protocol for centralizing authentication and authorization management. The RADIUS server acts as a remote service for these functions.
&lt;/li&gt;
&lt;li&gt;
&lt;b&gt;WPA Enterprise, WPA2 Enterprise&lt;/b&gt;—A trade name for a set of EAP types. Products certified as WPA Enterprise or WPA2 Enterprise will interoperate. The included types are:
&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;
        &lt;b&gt;EAP-TLS&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;br /&gt;
        &lt;b&gt;EAP-TTLS/MSCHAPv2&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;
        &lt;b&gt;PEAPv0/EAP-MSCHAPv2&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;
        &lt;b&gt;PEAPv1/EAP-GTC&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;
        &lt;b&gt;EAP-SIM&lt;/b&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;&lt;b&gt;WPA-Personal, WPA2-Personal&lt;/b&gt;—See Pre-Shared Key.
&lt;/li&gt;
&lt;li&gt;&lt;b&gt;WPA2&lt;/b&gt;-Mixed—Support for both WPA1 and WPA2 on the same access point.
&lt;/li&gt;
&lt;li&gt;&lt;b&gt;authentication algorithms: OPEN, SHARED and LEAP&lt;/b&gt;—OPEN in this context meant no authentication; the network was open to all. SHARED refers to preshared key. for LEAP see LEAP.
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;lt;!--break--&gt;&lt;/p&gt;
&lt;!-- google_ad_section_end --&gt;
&lt;!--
&lt;rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"&gt;
&lt;rdf:Description rdf:about="http://www.liberterra.com/node/34" dc:identifier="http://www.liberterra.com/node/34" dc:title="Wireless Security Terms confusing?  Check out this article by e-Week" trackback:ping="http://www.liberterra.com/trackback/34" /&gt;
&lt;/rdf:RDF&gt;
--&gt;
&lt;div id="trackback-url"&gt;  &lt;div class="box"&gt;
    &lt;h2 class="title"&gt;Trackback URL for this post:&lt;/h2&gt;    &lt;div class="content"&gt;http://www.liberterra.com/trackback/34&lt;/div&gt;
 &lt;/div&gt;

&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/mp_ikQHu9kT2tHXcxBs51zN6N1o/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/mp_ikQHu9kT2tHXcxBs51zN6N1o/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/mp_ikQHu9kT2tHXcxBs51zN6N1o/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/mp_ikQHu9kT2tHXcxBs51zN6N1o/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Wwwliberterracom/~4/pOtIjuqsWWk" height="1" width="1"/&gt;</description>
 <comments>http://www.liberterra.com/node/34#comments</comments>
 <category domain="http://www.liberterra.com/taxonomy/term/2">encryption</category>
 <category domain="http://www.liberterra.com/taxonomy/term/1">wireless</category>
 <pubDate>Thu, 04 Dec 2008 15:56:53 +0000</pubDate>
 <dc:creator>daryl</dc:creator>
 <guid isPermaLink="false">34 at http://www.liberterra.com</guid>
<feedburner:origLink>http://www.liberterra.com/node/34</feedburner:origLink></item>
<item>
 <title>Fun with tshark (wireshark) command line</title>
 <link>http://feedproxy.google.com/~r/Wwwliberterracom/~3/zk4FXyNwDG8/33</link>
 <description>&lt;!-- google_ad_section_start --&gt;&lt;p&gt;Get csv output of source and destination IP addresses from a pcap (wireshark or tcpdump) capture file.&lt;br /&gt;
&lt;code&gt;&lt;br /&gt;
tshark -r file.pcap -T fields -E separator=, -e ip.src -e ip.dst&lt;br /&gt;
&lt;/code&gt;&lt;br /&gt;
Creates a file similar to:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&lt;br /&gt;
192.168.1.105,192.168.1.120&lt;br /&gt;
192.168.1.105,192.168.1.120&lt;br /&gt;
192.168.1.120,192.168.1.105&lt;br /&gt;
192.168.1.120,192.168.1.105&lt;br /&gt;
72.14.247.83,192.168.1.105&lt;br /&gt;
192.168.1.105,72.14.247.83&lt;br /&gt;
72.14.247.19,192.168.1.105&lt;br /&gt;
192.168.1.105,72.14.247.19&lt;br /&gt;
192.168.1.105,74.53.76.3&lt;br /&gt;
74.53.76.3,192.168.1.105&lt;br /&gt;
192.168.1.105,72.14.247.83&lt;br /&gt;
72.14.247.83,192.168.1.105&lt;br /&gt;
&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Then if you have afterglow installed you can create a visualization of the source and destination information by doing the following:&lt;/p&gt;
&lt;p&gt;(from the $HOME/afterglow/src/perl/graph directory)&lt;br /&gt;
&lt;code&gt;&lt;br /&gt;
tshark -r file.pcap -T fields -E separator=, -e ip.src -e ip.dst | perl afterglow.pl -c color.properties &gt; file.dot&lt;br /&gt;
&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;This creates a filter of the data for drawing a direct graph using neato.&lt;/p&gt;
&lt;p&gt;Now using neato create a gif file to display a visualization of the data.&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&lt;br /&gt;
neato -Tgif -o test.gif ./file.dot&lt;br /&gt;
&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.liberterra.com/files/test.gif"&gt;Click here to see an example of the test.gif file created from the above command.&lt;br /&gt;
&lt;img height="100" width="120" src="/files/test.gif" /&gt;&lt;/a&gt;&lt;br /&gt;
&amp;lt;!--break--&gt;&lt;/p&gt;
&lt;!-- google_ad_section_end --&gt;
&lt;!--
&lt;rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"&gt;
&lt;rdf:Description rdf:about="http://www.liberterra.com/node/33" dc:identifier="http://www.liberterra.com/node/33" dc:title="Fun with tshark (wireshark) command line" trackback:ping="http://www.liberterra.com/trackback/33" /&gt;
&lt;/rdf:RDF&gt;
--&gt;
&lt;div id="trackback-url"&gt;  &lt;div class="box"&gt;
    &lt;h2 class="title"&gt;Trackback URL for this post:&lt;/h2&gt;    &lt;div class="content"&gt;http://www.liberterra.com/trackback/33&lt;/div&gt;
 &lt;/div&gt;

&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/2LoFReIycTbjtKspqw6eo5LueCA/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/2LoFReIycTbjtKspqw6eo5LueCA/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/2LoFReIycTbjtKspqw6eo5LueCA/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/2LoFReIycTbjtKspqw6eo5LueCA/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Wwwliberterracom/~4/zk4FXyNwDG8" height="1" width="1"/&gt;</description>
 <comments>http://www.liberterra.com/node/33#comments</comments>
 <category domain="http://www.liberterra.com/taxonomy/term/5">sniffer</category>
 <category domain="http://www.liberterra.com/taxonomy/term/3">tshark</category>
 <category domain="http://www.liberterra.com/taxonomy/term/6">visualization</category>
 <category domain="http://www.liberterra.com/taxonomy/term/4">wireshark</category>
 <pubDate>Tue, 25 Nov 2008 04:33:18 +0000</pubDate>
 <dc:creator>daryl</dc:creator>
 <guid isPermaLink="false">33 at http://www.liberterra.com</guid>
<feedburner:origLink>http://www.liberterra.com/node/33</feedburner:origLink></item>
<item>
 <title>Get Linux HP 2133 notebook / netbook for $299</title>
 <link>http://feedproxy.google.com/~r/Wwwliberterracom/~3/Svq84NEuO1s/32</link>
 <description>&lt;!-- google_ad_section_start --&gt;&lt;p&gt;Check it out.  Amazon is now selling the HP 2133 for $299.&lt;/p&gt;
&lt;p&gt;Click Link Below&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.amazon.com/gp/product/B00170KD0Y?ie=UTF8&amp;amp;tag=liberterra-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=B00170KD0Y"&gt;HP 2133-KR922UT 8.9-Inch Mini-Note PC (C7-M 1.0 GHz Processor, 512 MB RAM, 4 GB Flash Drive, Linux)&lt;/a&gt;&lt;img src="http://www.assoc-amazon.com/e/ir?t=liberterra-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=B00170KD0Y" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /&gt;&lt;br /&gt;
&amp;lt;!--break--&gt;&lt;/p&gt;
&lt;!-- google_ad_section_end --&gt;
&lt;!--
&lt;rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"&gt;
&lt;rdf:Description rdf:about="http://www.liberterra.com/node/32" dc:identifier="http://www.liberterra.com/node/32" dc:title="Get Linux HP 2133 notebook / netbook for $299" trackback:ping="http://www.liberterra.com/trackback/32" /&gt;
&lt;/rdf:RDF&gt;
--&gt;
&lt;div id="trackback-url"&gt;  &lt;div class="box"&gt;
    &lt;h2 class="title"&gt;Trackback URL for this post:&lt;/h2&gt;    &lt;div class="content"&gt;http://www.liberterra.com/trackback/32&lt;/div&gt;
 &lt;/div&gt;

&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/jzAzbDtL8v9P7zivBzFenkYLobg/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/jzAzbDtL8v9P7zivBzFenkYLobg/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/jzAzbDtL8v9P7zivBzFenkYLobg/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/jzAzbDtL8v9P7zivBzFenkYLobg/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Wwwliberterracom/~4/Svq84NEuO1s" height="1" width="1"/&gt;</description>
 <comments>http://www.liberterra.com/node/32#comments</comments>
 <pubDate>Mon, 03 Nov 2008 19:15:58 +0000</pubDate>
 <dc:creator>daryl</dc:creator>
 <guid isPermaLink="false">32 at http://www.liberterra.com</guid>
<feedburner:origLink>http://www.liberterra.com/node/32</feedburner:origLink></item>
<item>
 <title>Dow loses nearly 700 points...  Read this to learn the fix for the economy</title>
 <link>http://feedproxy.google.com/~r/Wwwliberterracom/~3/X7iZ5REoSIo/31</link>
 <description>&lt;!-- google_ad_section_start --&gt;&lt;p&gt;If you are an american and you care about your country and your money.  Then find out who is your nemesis, The Federal Reserve.  But don't take my word for it.  Watch the following video and see for yourself:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.youtube.com/watch?v=iYZM58dulPE" title="http://www.youtube.com/watch?v=iYZM58dulPE"&gt;http://www.youtube.com/watch?v=iYZM58dulPE&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;And for more information&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.apfn.org/apfn/reserve.htm" title="http://www.apfn.org/apfn/reserve.htm"&gt;http://www.apfn.org/apfn/reserve.htm&lt;/a&gt;&lt;/p&gt;
&lt;!-- google_ad_section_end --&gt;
&lt;!--
&lt;rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"&gt;
&lt;rdf:Description rdf:about="http://www.liberterra.com/node/31" dc:identifier="http://www.liberterra.com/node/31" dc:title="Dow loses nearly 700 points...  Read this to learn the fix for the economy" trackback:ping="http://www.liberterra.com/trackback/31" /&gt;
&lt;/rdf:RDF&gt;
--&gt;
&lt;div id="trackback-url"&gt;  &lt;div class="box"&gt;
    &lt;h2 class="title"&gt;Trackback URL for this post:&lt;/h2&gt;    &lt;div class="content"&gt;http://www.liberterra.com/trackback/31&lt;/div&gt;
 &lt;/div&gt;

&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/r6CRfWSsBNEpPg__eHLRfZaM5kQ/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/r6CRfWSsBNEpPg__eHLRfZaM5kQ/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/r6CRfWSsBNEpPg__eHLRfZaM5kQ/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/r6CRfWSsBNEpPg__eHLRfZaM5kQ/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Wwwliberterracom/~4/X7iZ5REoSIo" height="1" width="1"/&gt;</description>
 <comments>http://www.liberterra.com/node/31#comments</comments>
 <pubDate>Fri, 10 Oct 2008 05:15:57 +0000</pubDate>
 <dc:creator>daryl</dc:creator>
 <guid isPermaLink="false">31 at http://www.liberterra.com</guid>
<feedburner:origLink>http://www.liberterra.com/node/31</feedburner:origLink></item>
<item>
 <title>Started Superstruct today... SuperStruct:  Play the game, invent the Future</title>
 <link>http://feedproxy.google.com/~r/Wwwliberterracom/~3/e6KM5W1ZzfE/30</link>
 <description>&lt;!-- google_ad_section_start --&gt;&lt;p&gt;I am not totally sure what Superstruct is, but anything that is forward/future looking has my vote.&lt;/p&gt;
&lt;p&gt;So today I started Superstruct and I have 2 survivability points.  I am still trying to figure it out so thats about all I can say at this point.  I suspect that I will be writing more about the game here in the near future.&lt;/p&gt;
&lt;p&gt;For now check it out and join along at &lt;a href="http://www.superstructgame.org" title="http://www.superstructgame.org"&gt;http://www.superstructgame.org&lt;/a&gt;&lt;/p&gt;
&lt;!-- google_ad_section_end --&gt;
&lt;!--
&lt;rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"&gt;
&lt;rdf:Description rdf:about="http://www.liberterra.com/node/30" dc:identifier="http://www.liberterra.com/node/30" dc:title="Started Superstruct today... SuperStruct:  Play the game, invent the Future" trackback:ping="http://www.liberterra.com/trackback/30" /&gt;
&lt;/rdf:RDF&gt;
--&gt;
&lt;div id="trackback-url"&gt;  &lt;div class="box"&gt;
    &lt;h2 class="title"&gt;Trackback URL for this post:&lt;/h2&gt;    &lt;div class="content"&gt;http://www.liberterra.com/trackback/30&lt;/div&gt;
 &lt;/div&gt;

&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/NBUshI85rSvsVO7iSketMJFivEA/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/NBUshI85rSvsVO7iSketMJFivEA/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/NBUshI85rSvsVO7iSketMJFivEA/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/NBUshI85rSvsVO7iSketMJFivEA/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Wwwliberterracom/~4/e6KM5W1ZzfE" height="1" width="1"/&gt;</description>
 <comments>http://www.liberterra.com/node/30#comments</comments>
 <pubDate>Wed, 08 Oct 2008 04:37:35 +0000</pubDate>
 <dc:creator>daryl</dc:creator>
 <guid isPermaLink="false">30 at http://www.liberterra.com</guid>
<feedburner:origLink>http://www.liberterra.com/node/30</feedburner:origLink></item>
<item>
 <title>Make sure you are Registered to VOTE!!</title>
 <link>http://feedproxy.google.com/~r/Wwwliberterracom/~3/VVcDREps_Y4/29</link>
 <description>&lt;!-- google_ad_section_start --&gt;&lt;p&gt;First if you live in Missouri you can go &lt;a href="https://mcvr.mo.gov/voterlookup/"&gt;here&lt;/a&gt; to check your registration.  &lt;a href="https://mcvr.mo.gov/voterlookup/" title="https://mcvr.mo.gov/voterlookup/"&gt;https://mcvr.mo.gov/voterlookup/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;If you do not live in Missouri Google maps makes it easy to find out voter information for your location.  Just enter your address at &lt;a href="http://maps.google.com/vote" title="http://maps.google.com/vote"&gt;http://maps.google.com/vote&lt;/a&gt;&lt;/p&gt;
&lt;!-- google_ad_section_end --&gt;
&lt;!--
&lt;rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"&gt;
&lt;rdf:Description rdf:about="http://www.liberterra.com/node/29" dc:identifier="http://www.liberterra.com/node/29" dc:title="Make sure you are Registered to VOTE!!" trackback:ping="http://www.liberterra.com/trackback/29" /&gt;
&lt;/rdf:RDF&gt;
--&gt;
&lt;div id="trackback-url"&gt;  &lt;div class="box"&gt;
    &lt;h2 class="title"&gt;Trackback URL for this post:&lt;/h2&gt;    &lt;div class="content"&gt;http://www.liberterra.com/trackback/29&lt;/div&gt;
 &lt;/div&gt;

&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/867oB8darg6UOWBuUNkcDhE9woY/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/867oB8darg6UOWBuUNkcDhE9woY/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/867oB8darg6UOWBuUNkcDhE9woY/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/867oB8darg6UOWBuUNkcDhE9woY/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Wwwliberterracom/~4/VVcDREps_Y4" height="1" width="1"/&gt;</description>
 <comments>http://www.liberterra.com/node/29#comments</comments>
 <pubDate>Thu, 02 Oct 2008 20:35:30 +0000</pubDate>
 <dc:creator>daryl</dc:creator>
 <guid isPermaLink="false">29 at http://www.liberterra.com</guid>
<feedburner:origLink>http://www.liberterra.com/node/29</feedburner:origLink></item>
<item>
 <title>BYOC - Bring your own Computer</title>
 <link>http://feedproxy.google.com/~r/Wwwliberterracom/~3/NeuXtds8WUI/28</link>
 <description>&lt;!-- google_ad_section_start --&gt;&lt;p&gt;I am not a big Citrix fan, but this is an idea that I think more and more companies need to start looking at.  Why not allow your employees to bring their own computers (laptops) to work or use at home (telework) and restrict access through methods like Citrix or some other type of VPN/VM Farm so that your data and primary systems are protected and you don't have to worry about what the employee is doing on their machine and you don't have to worry about fixing their system either.  It will be the employees responsibility to make sure that they have the technology required to do their job.&lt;/p&gt;
&lt;p&gt;"The Citrix program includes a $2100 stipend to buy a laptop and a 3 year service plan. the workers essentially take on the company's technology purchasing and maintenance responsibilities."&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.technologyreview.com/Wire/21433/?nlid=1368&amp;amp;a=f" title="http://www.technologyreview.com/Wire/21433/?nlid=1368&amp;amp;a=f"&gt;http://www.technologyreview.com/Wire/21433/?nlid=1368&amp;amp;a=f&lt;/a&gt;&lt;/p&gt;
&lt;!-- google_ad_section_end --&gt;
&lt;!--
&lt;rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"&gt;
&lt;rdf:Description rdf:about="http://www.liberterra.com/node/28" dc:identifier="http://www.liberterra.com/node/28" dc:title="BYOC - Bring your own Computer" trackback:ping="http://www.liberterra.com/trackback/28" /&gt;
&lt;/rdf:RDF&gt;
--&gt;
&lt;div id="trackback-url"&gt;  &lt;div class="box"&gt;
    &lt;h2 class="title"&gt;Trackback URL for this post:&lt;/h2&gt;    &lt;div class="content"&gt;http://www.liberterra.com/trackback/28&lt;/div&gt;
 &lt;/div&gt;

&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/7XDDfzkndXhiVJG41r1rPaVrKVg/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/7XDDfzkndXhiVJG41r1rPaVrKVg/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/7XDDfzkndXhiVJG41r1rPaVrKVg/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/7XDDfzkndXhiVJG41r1rPaVrKVg/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Wwwliberterracom/~4/NeuXtds8WUI" height="1" width="1"/&gt;</description>
 <comments>http://www.liberterra.com/node/28#comments</comments>
 <pubDate>Fri, 26 Sep 2008 20:05:04 +0000</pubDate>
 <dc:creator>daryl</dc:creator>
 <guid isPermaLink="false">28 at http://www.liberterra.com</guid>
<feedburner:origLink>http://www.liberterra.com/node/28</feedburner:origLink></item>
<item>
 <title>Gnuplot - links for information on using gnuplot</title>
 <link>http://feedproxy.google.com/~r/Wwwliberterracom/~3/cVPVDg395js/27</link>
 <description>&lt;!-- google_ad_section_start --&gt;&lt;p&gt;Here are some links that I have found useful when using gnuplot:&lt;br /&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;a href="http://peart.ucs.indiana.edu/docs/tutorials/cgi/node7.html"&gt;Using GNUPlot inside CGI scripts&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://t16web.lanl.gov/Kawano/gnuplot/plot5-e.html#5.15"&gt;gnuplot / plot (5E)&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.burningcutlery.com/derek/bargraph/"&gt;Clustered/Stacked Filled Bar Graph Generator&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www-128.ibm.com/developerworks/linux/library/l-datavis/"&gt;Data visualization using Perl/Tk&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://peart.ucs.indiana.edu/docs/tutorials/cgi/"&gt;CGI-Perl, GnuPlot, etc - L529 Kind of a ``bits n pieces'' Tutorial!&lt;/a&gt;&lt;br /&gt;
&amp;lt;!--break--&gt;&lt;/p&gt;
&lt;!-- google_ad_section_end --&gt;
&lt;!--
&lt;rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"&gt;
&lt;rdf:Description rdf:about="http://www.liberterra.com/node/27" dc:identifier="http://www.liberterra.com/node/27" dc:title="Gnuplot - links for information on using gnuplot" trackback:ping="http://www.liberterra.com/trackback/27" /&gt;
&lt;/rdf:RDF&gt;
--&gt;
&lt;div id="trackback-url"&gt;  &lt;div class="box"&gt;
    &lt;h2 class="title"&gt;Trackback URL for this post:&lt;/h2&gt;    &lt;div class="content"&gt;http://www.liberterra.com/trackback/27&lt;/div&gt;
 &lt;/div&gt;

&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/ojmQbPKt4ucnaFCdUP6A_EePm70/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/ojmQbPKt4ucnaFCdUP6A_EePm70/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/ojmQbPKt4ucnaFCdUP6A_EePm70/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/ojmQbPKt4ucnaFCdUP6A_EePm70/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Wwwliberterracom/~4/cVPVDg395js" height="1" width="1"/&gt;</description>
 <comments>http://www.liberterra.com/node/27#comments</comments>
 <pubDate>Thu, 11 Sep 2008 15:53:17 +0000</pubDate>
 <dc:creator>daryl</dc:creator>
 <guid isPermaLink="false">27 at http://www.liberterra.com</guid>
<feedburner:origLink>http://www.liberterra.com/node/27</feedburner:origLink></item>
<item>
 <title>Esquire E-ink - The Future (21st Century) is Now</title>
 <link>http://feedproxy.google.com/~r/Wwwliberterracom/~3/FjMC3p8oQcU/26</link>
 <description>&lt;!-- google_ad_section_start --&gt;&lt;script type="text/javascript"&gt;&amp;lt;!--
 amzn_cl_tag="liberterra-20";
 amzn_cl_show_buy_btn=0;
 amzn_cl_link_target=0;
 amzn_cl_preview=0;
//--&gt;&lt;/script&gt;&lt;script type="text/javascript" src="http://cls.assoc-amazon.com/s/cls.js"&gt;&lt;/script&gt;&lt;p&gt;
This has been all over the Internet at this point, but I wanted to aggregate a few links to E-Ink that is being used by the Kindle, Sony reader and now Esquire Magazine.&lt;br /&gt;
&lt;BR /&gt;&lt;br /&gt;
I bought one of the Esquire magazines and ripped the E-ink pages/screens out to take a closer look myself.  (Pictures coming soon)  The thing that is the most amazing is how the screens/pages can be detached and not lose the last bit of information that was stored on the screen/page.  This is very cool and is the revolutionary technology in E-ink.&lt;br /&gt;
&lt;BR /&gt;&lt;br /&gt;
To find out more about E-ink, click on one of the links below:&lt;br /&gt;
&lt;BR /&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;a href="http://en.wikipedia.org/wiki/E_Ink"&gt;Wikipedia E_Ink&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="http://electronics.howstuffworks.com/e-ink.htm"&gt;How Stuff works - E-ink&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="http://www.amazon.com/gp/product/B000FI73MA?ie=UTF8&amp;amp;tag=liberterra-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=B000FI73MA"&gt;Amazon Kindle&lt;/a&gt;&lt;img src="http://www.assoc-amazon.com/e/ir?t=liberterra-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=B000FI73MA" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;lt;!--break--&gt;&lt;/p&gt;
&lt;!-- google_ad_section_end --&gt;
&lt;!--
&lt;rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"&gt;
&lt;rdf:Description rdf:about="http://www.liberterra.com/node/26" dc:identifier="http://www.liberterra.com/node/26" dc:title="Esquire E-ink - The Future (21st Century) is Now" trackback:ping="http://www.liberterra.com/trackback/26" /&gt;
&lt;/rdf:RDF&gt;
--&gt;
&lt;div id="trackback-url"&gt;  &lt;div class="box"&gt;
    &lt;h2 class="title"&gt;Trackback URL for this post:&lt;/h2&gt;    &lt;div class="content"&gt;http://www.liberterra.com/trackback/26&lt;/div&gt;
 &lt;/div&gt;

&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/bVYSdx8qCip63eu8jHzTHfXswH8/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/bVYSdx8qCip63eu8jHzTHfXswH8/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/bVYSdx8qCip63eu8jHzTHfXswH8/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/bVYSdx8qCip63eu8jHzTHfXswH8/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Wwwliberterracom/~4/FjMC3p8oQcU" height="1" width="1"/&gt;</description>
 <comments>http://www.liberterra.com/node/26#comments</comments>
 <pubDate>Wed, 10 Sep 2008 19:04:53 +0000</pubDate>
 <dc:creator>daryl</dc:creator>
 <guid isPermaLink="false">26 at http://www.liberterra.com</guid>
<feedburner:origLink>http://www.liberterra.com/node/26</feedburner:origLink></item>
</channel>
</rss>
