<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:at="http://www.sixapart.com/ns/at"
    xmlns:icbm="http://postneo.com/icbm"
    xmlns:rvw="http://purl.org/NET/RVW/0.2/"
    xmlns:media="http://search.yahoo.com/mrss">
    <channel>
        <title>AlienOne</title>
        <link>http://hackerotaku.vox.com/library/posts/page/1/</link>
        <description></description>
        <language>en</language>
        <generator>Vox</generator>
        <lastBuildDate>Wed, 09 Dec 2009 19:22:58 -0800</lastBuildDate>
        <copyright>Copyright 2009</copyright>
        <docs>http://blogs.law.harvard.edu/tech/rss</docs>  
 
        <item>
            <title>Ruby Color Output </title>
            <link>http://hackerotaku.vox.com/library/post/ruby-color-output.html?_c=feed-rss-full</link>   
            <author>nobody@vox.com(AlienOne)</author>
            <comments>http://hackerotaku.vox.com/library/post/ruby-color-output.html?_c=feed-rss-full</comments>
            <guid isPermaLink="true">http://hackerotaku.vox.com/library/post/ruby-color-output.html?_c=feed-rss-full</guid> 
            <pubDate>Wed, 09 Dec 2009 19:22:58 -0800</pubDate>         
            
            <description>    &lt;p&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: rgb(0, 0, 0); font-family: Monaco, &amp;#39;Lucida Console&amp;#39;, monospace; line-height: 18px; white-space: nowrap; &quot;&gt;#!/usr/bin/ruby -w&amp;#160;&lt;/span&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Monaco, &amp;#39;Lucida Console&amp;#39;, monospace; line-height: 18px; white-space: nowrap; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #000000&quot;&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;class String&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&amp;#160;&amp;#160; &amp;#160;def red; colorize(self, &amp;quot;\e[1m\e[31m&amp;quot;); end&lt;/div&gt;&lt;div&gt;&amp;#160;&amp;#160; &amp;#160;def green; colorize(self, &amp;quot;\e[1m\e[32m&amp;quot;); end&lt;/div&gt;&lt;div&gt;&amp;#160;&amp;#160; &amp;#160;def dark_green; colorize(self, &amp;quot;\e[32m&amp;quot;); end&lt;/div&gt;&lt;div&gt;&amp;#160;&amp;#160; &amp;#160;def yellow; colorize(self, &amp;quot;\e[1m\e[33m&amp;quot;); end&lt;/div&gt;&lt;div&gt;&amp;#160;&amp;#160; &amp;#160;def blue; colorize(self, &amp;quot;\e[1m\e[34m&amp;quot;); end&lt;/div&gt;&lt;div&gt;&amp;#160;&amp;#160; &amp;#160;def dark_blue; colorize(self, &amp;quot;\e[34m&amp;quot;); end&lt;/div&gt;&lt;div&gt;&amp;#160;&amp;#160; &amp;#160;def pur; colorize(self, &amp;quot;\e[1m\e[35m&amp;quot;); end&lt;/div&gt;&lt;div&gt;&amp;#160;&amp;#160; &amp;#160;def colorize(text, color_code) &amp;#160;&amp;quot;#{color_code}#{text}\e[0m&amp;quot;&amp;#160;&lt;/div&gt;&lt;div&gt;&amp;#160;&amp;#160;end&lt;/div&gt;&lt;div&gt;end&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;puts &amp;quot;Hello, World!\n&amp;quot;.red&lt;/div&gt;&lt;div&gt;&lt;div&gt;puts &amp;quot;Hello, World!\n&amp;quot;.green&lt;/div&gt;&lt;div&gt;puts &amp;quot;Hellow, World!\n&amp;quot;.blue&lt;/div&gt;&lt;div&gt;========&lt;/div&gt;&lt;div&gt;END Code&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;OutPut&lt;/div&gt;&lt;div&gt;========&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #ff0000&quot;&gt;Hello, World!&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #33cc33&quot;&gt;Hello, World!&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #3075fb&quot;&gt;Hello, World!&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/span&gt;&lt;span class=&quot;kw1&quot; style=&quot;font: normal normal normal 13px/1.4em Monaco, &amp;#39;Lucida Console&amp;#39;, monospace; &quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/p&gt;    &lt;p style=&quot;clear:both;&quot;&gt;

    &lt;a href=&quot;http://hackerotaku.vox.com/library/post/ruby-color-output.html?_c=feed-rss-full#comments&quot;&gt;Read and post comments&lt;/a&gt;

 | 

    
    &lt;a href=&quot;http://www.vox.com/share/6a00ccff9915e76ea501240b82fc4a860e?_c=feed-rss-full&quot;&gt;Send to a friend&lt;/a&gt;

&lt;/p&gt;
 
            </description>   
        </item> 
 
        <item>
            <title>Firefox cache </title>
            <link>http://hackerotaku.vox.com/library/post/firefox-cache.html?_c=feed-rss-full</link>   
            <author>nobody@vox.com(AlienOne)</author>
            <comments>http://hackerotaku.vox.com/library/post/firefox-cache.html?_c=feed-rss-full</comments>
            <guid isPermaLink="true">http://hackerotaku.vox.com/library/post/firefox-cache.html?_c=feed-rss-full</guid> 
            <pubDate>Sat, 28 Nov 2009 12:13:44 -0800</pubDate>         
            
            <description>    &lt;p&gt;&lt;strong&gt;&lt;span style=&quot;color: #3075fb&quot;&gt;browser.cache.disk.parent_directory&amp;#160; /var/lock&lt;/span&gt;&lt;/strong&gt; &lt;/p&gt;    &lt;p style=&quot;clear:both;&quot;&gt;

    &lt;a href=&quot;http://hackerotaku.vox.com/library/post/firefox-cache.html?_c=feed-rss-full#comments&quot;&gt;Read and post comments&lt;/a&gt;

 | 

    
    &lt;a href=&quot;http://www.vox.com/share/6a00ccff9915e76ea50123ddd8681c860c?_c=feed-rss-full&quot;&gt;Send to a friend&lt;/a&gt;

&lt;/p&gt;
 
            </description>   
        </item> 
 
        <item>
            <title>network.proxy.socks_remote_dns = true...</title>
            <link>http://hackerotaku.vox.com/library/post/networkproxysocks_remote_dns-true.html?_c=feed-rss-full</link>   
            <author>nobody@vox.com(AlienOne)</author>
            <comments>http://hackerotaku.vox.com/library/post/networkproxysocks_remote_dns-true.html?_c=feed-rss-full</comments>
            <guid isPermaLink="true">http://hackerotaku.vox.com/library/post/networkproxysocks_remote_dns-true.html?_c=feed-rss-full</guid> 
            <pubDate>Thu, 18 Jun 2009 16:49:09 -0700</pubDate>         
            
            <description>    &lt;p&gt;&lt;em&gt;&lt;span style=&quot;color: #ff0000&quot;&gt;&lt;strong&gt;network.proxy.socks_remote_dns = true&lt;/strong&gt;&lt;/span&gt;&lt;/em&gt; &lt;/p&gt;    &lt;p style=&quot;clear:both;&quot;&gt;

    &lt;a href=&quot;http://hackerotaku.vox.com/library/post/networkproxysocks_remote_dns-true.html?_c=feed-rss-full#comments&quot;&gt;Read and post comments&lt;/a&gt;

 | 

    
    &lt;a href=&quot;http://www.vox.com/share/6a00ccff9915e76ea5011017ddb399860e?_c=feed-rss-full&quot;&gt;Send to a friend&lt;/a&gt;

&lt;/p&gt;
 
            </description>   
        </item> 
 
        <item>
            <title>.conkyrc</title>
            <link>http://hackerotaku.vox.com/library/post/conkyrc.html?_c=feed-rss-full</link>   
            <author>nobody@vox.com(AlienOne)</author>
            <comments>http://hackerotaku.vox.com/library/post/conkyrc.html?_c=feed-rss-full</comments>
            <guid isPermaLink="true">http://hackerotaku.vox.com/library/post/conkyrc.html?_c=feed-rss-full</guid> 
            <pubDate>Sun, 17 May 2009 15:51:11 -0700</pubDate>         
            
            <description>    &lt;p&gt;background no&lt;br /&gt;#font Sans:size=6&lt;br /&gt;font Sans:size=8&lt;br /&gt;use_xft yes&lt;br /&gt;xftalpha 0.9&lt;br /&gt;update_interval 3.0&lt;br /&gt;total_run_times 0&lt;br /&gt;own_window yes&lt;br /&gt;own_window_type normal&lt;br /&gt;own_window_transparent yes&lt;br /&gt;own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager&lt;br /&gt;double_buffer yes&lt;br /&gt;minimum_size 290 5&lt;br /&gt;maximum_width 290&lt;br /&gt;draw_shades yes&lt;br /&gt;draw_outline no&lt;br /&gt;draw_borders no&lt;br /&gt;draw_graph_borders yes&lt;br /&gt;default_color white&lt;br /&gt;#default_shade_color white&lt;br /&gt;default_outline_color blue&lt;br /&gt;alignment top_left&lt;br /&gt;gap_x 5&lt;br /&gt;gap_y 32&lt;br /&gt;no_buffers yes&lt;br /&gt;uppercase no&lt;br /&gt;cpu_avg_samples 2&lt;br /&gt;override_utf8_locale no&lt;br /&gt;uppercase yes # set to yes if you want all text to be in uppercase&lt;br /&gt;TEXT&lt;br /&gt;${color white}&lt;br /&gt;${alignc}$sysname kernel $kernel&lt;br /&gt;${alignc}${exec cat /etc/issue.net} on $machine host $nodename&lt;br /&gt;${execi 1000 cat /proc/cpuinfo | grep &amp;#39;model name&amp;#39; | sed -e &amp;#39;s/model name.*: //&amp;#39;}${freq_dyn}Mhz&lt;br /&gt;Processes: ${alignr}$processes ($running_processes running)&lt;br /&gt;Uptime: $alignr$uptime&lt;br /&gt;CPU ${alignr}${cpu cpu1}%&lt;br /&gt;${cpugraph 000000 ff0000}$color&lt;br /&gt;${cpubar 4 cpu1}&lt;br /&gt;Ram ${alignr}$mem / $memmax ($memperc%)&lt;br /&gt;${membar 4}&lt;br /&gt;swap ${alignr}$swap / $swapmax ($swapperc%)&lt;br /&gt;${swapbar 4}&lt;br /&gt;Highest CPU $alignr CPU% MEM%&lt;br /&gt;${top name 1}$alignr${top cpu 1}${top mem 1}&lt;br /&gt;${top name 2}$alignr${top cpu 2}${top mem 2}&lt;br /&gt;${top name 3}$alignr${top cpu 3}${top mem 3}&lt;br /&gt;Highest MEM $alignr CPU% MEM%&lt;br /&gt;${top_mem name 1}$alignr${top_mem cpu 1}${top_mem mem 1}&lt;br /&gt;${top_mem name 2}$alignr${top_mem cpu 2}${top_mem mem 2}&lt;br /&gt;${top_mem name 3}$alignr${top_mem cpu 3}${top_mem mem 3}&lt;br /&gt;${color white}Filesystem ${hr 1}${color}&lt;br /&gt;Root: ${alignr}${fs_free /} / ${fs_size /}&lt;br /&gt;${fs_bar 4 /}&lt;br /&gt;Home: ${alignr}${fs_free /home} / ${fs_size /home}&lt;br /&gt;${fs_bar 4 /home}&lt;br /&gt;${color white}NETWORK ${hr 1}${color}&lt;br /&gt;Public IP:${color white} $alignr${color RED}${execi 180 wget -O - http://ip.tupeux.com | tail}$color&lt;br /&gt;Down ${downspeed ra0} k/s ${alignr}Up ${upspeed eth0} k/s&lt;br /&gt;${downspeedgraph ra0 23,85 000000 ff0000} ${alignr}${upspeedgraph ra0 23,85 000000 00ff00}$color&lt;br /&gt;Total ${totaldown ra0} ${alignr}Total ${totalup eth0}&lt;br /&gt;Port(s) / Connections:&lt;br /&gt;Inbound: ${tcp_portmon 1 32767 count} ${alignr}Outbound: ${tcp_portmon 32768 61000 count}&lt;br /&gt;Outbound Connection ${alignr} Remote Service/Port&lt;br /&gt;${tcp_portmon 32768 61000 rhost 0} ${alignr} ${tcp_portmon 32768 61000 rservice 0}&lt;br /&gt;${tcp_portmon 32768 61000 rhost 1} ${alignr} ${tcp_portmon 32768 61000 rservice 1}&lt;br /&gt;${tcp_portmon 32768 61000 rhost 2} ${alignr} ${tcp_portmon 32768 61000 rservice 2}&lt;br /&gt;${tcp_portmon 32768 61000 rhost 3} ${alignr} ${tcp_portmon 32768 61000 rservice 3}&lt;br /&gt;${tcp_portmon 32768 61000 rhost 4} ${alignr} ${tcp_portmon 32768 61000 rservice 4}&lt;br /&gt;${tcp_portmon 32768 61000 rhost 5} ${alignr} ${tcp_portmon 32768 61000 rservice 5} &lt;/p&gt;    &lt;p style=&quot;clear:both;&quot;&gt;

    &lt;a href=&quot;http://hackerotaku.vox.com/library/post/conkyrc.html?_c=feed-rss-full#comments&quot;&gt;Read and post comments&lt;/a&gt;

 | 

    
    &lt;a href=&quot;http://www.vox.com/share/6a00ccff9915e76ea5011017c6b983860e?_c=feed-rss-full&quot;&gt;Send to a friend&lt;/a&gt;

&lt;/p&gt;
 
            </description>   
        </item> 
 
        <item>
            <title>Hunting Waledac Botnet Fast Flux IP Addresses</title>
            <link>http://hackerotaku.vox.com/library/post/hunting-waledac-botnet-fast-flux-ip-addresses.html?_c=feed-rss-full</link>   
            <author>nobody@vox.com(AlienOne)</author>
            <comments>http://hackerotaku.vox.com/library/post/hunting-waledac-botnet-fast-flux-ip-addresses.html?_c=feed-rss-full</comments>
            <guid isPermaLink="true">http://hackerotaku.vox.com/library/post/hunting-waledac-botnet-fast-flux-ip-addresses.html?_c=feed-rss-full</guid> 
            <pubDate>Fri, 24 Apr 2009 19:26:41 -0700</pubDate>         
            
            <description>    &lt;p&gt;&lt;em&gt;&lt;strong&gt;Ruby Oneliner &lt;span style=&quot;color: #3366ff&quot;&gt;&lt;/p&gt;&lt;/span&gt;&lt;p&gt;&lt;span style=&quot;color: #ff0000; font-size: 0.8em;&quot;&gt;ruby -e &amp;#39;1000.times {|i| print `nslookup #{&amp;quot;smsclubnet.com&amp;quot;}`}&amp;#39; | grep Address | grep -v \#53 | awk &amp;#39;{print $2}&amp;#39;&amp;gt;&amp;gt; waledac_list-IP&lt;/span&gt;&lt;/strong&gt;&lt;/em&gt;&lt;span style=&quot;color: #ff0000&quot;&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;&lt;span style=&quot;color: #3366ff&quot;&gt;&lt;strong&gt;Resultant Product &lt;/strong&gt;&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;&lt;strong&gt;&lt;span style=&quot;color: #3366ff&quot;&gt;cat waledac_list-IP | wc -l &lt;br /&gt;1000&lt;/p&gt;&lt;p&gt;&amp;#160;cat waledac_list-IP | sort -u | wc -l&lt;br /&gt;185&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/em&gt;&lt;span style=&quot;color: #333333&quot;&gt;&lt;em&gt;&lt;strong&gt;185 Fast Flux IP Addresses &lt;/strong&gt;&lt;strong&gt;Sampling&lt;/strong&gt;&lt;/em&gt;&lt;em&gt;&lt;/p&gt;&lt;p&gt;112.76.132.115&lt;br /&gt;113.131.247.137&lt;br /&gt;115.23.21.130&lt;br /&gt;115.43.127.170&lt;br /&gt;115.88.199.200&lt;br /&gt;115.88.229.37&lt;br /&gt;115.92.199.45&lt;br /&gt;116.12.40.99&lt;br /&gt;116.41.12.69&lt;br /&gt;118.129.47.130&lt;br /&gt;118.218.233.130&lt;br /&gt;118.232.218.209&lt;br /&gt;118.32.88.41&lt;br /&gt;118.35.41.130&lt;br /&gt;118.43.5.51&lt;br /&gt;119.204.10.150&lt;br /&gt;119.246.58.44&lt;br /&gt;119.77.227.84&lt;br /&gt;119.77.244.133&lt;br /&gt;&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&lt;strong&gt;Reverse Look up of sample&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: #ff0000&quot;&gt;ruby -e &amp;#39;File.foreach(&amp;quot;sample_list&amp;quot;) {|i| print `nslookup #{i}`}&amp;#39;&lt;/span&gt; &lt;br /&gt;&lt;/strong&gt;&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&lt;strong&gt;&lt;span style=&quot;color: #3075fb&quot;&gt;** server can&amp;#39;t find 51.5.43.118.in-addr.arpa.: NXDOMAIN&lt;/p&gt;&lt;p&gt;Server:&amp;#160;&amp;#160;&amp;#160; &amp;#160;&amp;#160;&amp;#160; 208.67.222.222&lt;br /&gt;Address:&amp;#160;&amp;#160;&amp;#160; 208.67.222.222#53&lt;/p&gt;&lt;p&gt;** server can&amp;#39;t find 150.10.204.119.in-addr.arpa.: NXDOMAIN&lt;/p&gt;&lt;p&gt;Server:&amp;#160;&amp;#160;&amp;#160; &amp;#160;&amp;#160;&amp;#160; 208.67.222.222&lt;br /&gt;Address:&amp;#160;&amp;#160;&amp;#160; 208.67.222.222#53&lt;/p&gt;&lt;p&gt;** server can&amp;#39;t find 44.58.246.119.in-addr.arpa.: NXDOMAIN&lt;/p&gt;&lt;p&gt;Server:&amp;#160;&amp;#160;&amp;#160; &amp;#160;&amp;#160;&amp;#160; 208.67.222.222&lt;br /&gt;Address:&amp;#160;&amp;#160;&amp;#160; 208.67.222.222#53&lt;/p&gt;&lt;p&gt;** server can&amp;#39;t find 84.227.77.119.in-addr.arpa.: NXDOMAIN&lt;/p&gt;&lt;p&gt;Server:&amp;#160;&amp;#160;&amp;#160; &amp;#160;&amp;#160;&amp;#160; 208.67.222.222&lt;br /&gt;Address:&amp;#160;&amp;#160;&amp;#160; 208.67.222.222#53&lt;/p&gt;&lt;p&gt;** server can&amp;#39;t find 133.244.77.119.in-addr.arpa.: NXDOMAIN&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/em&gt;&lt;p&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt;    &lt;p style=&quot;clear:both;&quot;&gt;

    &lt;a href=&quot;http://hackerotaku.vox.com/library/post/hunting-waledac-botnet-fast-flux-ip-addresses.html?_c=feed-rss-full#comments&quot;&gt;Read and post comments&lt;/a&gt;

 | 

    
    &lt;a href=&quot;http://www.vox.com/share/6a00ccff9915e76ea501101641b823860c?_c=feed-rss-full&quot;&gt;Send to a friend&lt;/a&gt;

&lt;/p&gt;
 
            </description>   
        </item> 
 
        <item>
            <title>Ruby OneLiner nslookup </title>
            <link>http://hackerotaku.vox.com/library/post/ruby-oneliner-nslookup.html?_c=feed-rss-full</link>   
            <author>nobody@vox.com(AlienOne)</author>
            <comments>http://hackerotaku.vox.com/library/post/ruby-oneliner-nslookup.html?_c=feed-rss-full</comments>
            <guid isPermaLink="true">http://hackerotaku.vox.com/library/post/ruby-oneliner-nslookup.html?_c=feed-rss-full</guid> 
            <pubDate>Thu, 12 Mar 2009 05:55:46 -0700</pubDate>         
            
            <description>    &lt;p&gt;&lt;strong&gt;&lt;span style=&quot;color: #ff0000&quot;&gt;ruby -e &amp;#39;File.foreach(&amp;quot;list&amp;quot;) {|i| print `nslookup #{i}`}&amp;#39;&lt;/span&gt;&lt;/strong&gt; &lt;/p&gt;    &lt;p style=&quot;clear:both;&quot;&gt;

    &lt;a href=&quot;http://hackerotaku.vox.com/library/post/ruby-oneliner-nslookup.html?_c=feed-rss-full#comments&quot;&gt;Read and post comments&lt;/a&gt;

 | 

    
    &lt;a href=&quot;http://www.vox.com/share/6a00ccff9915e76ea5011017b0ddd3860e?_c=feed-rss-full&quot;&gt;Send to a friend&lt;/a&gt;

&lt;/p&gt;
 
            </description>   
        </item> 
 
        <item>
            <title>Calculating Weighted Mean Utilizing AWK</title>
            <link>http://hackerotaku.vox.com/library/post/calculating-weighted-mean-utilizing-awk.html?_c=feed-rss-full</link>   
            <author>nobody@vox.com(AlienOne)</author>
            <comments>http://hackerotaku.vox.com/library/post/calculating-weighted-mean-utilizing-awk.html?_c=feed-rss-full</comments>
            <guid isPermaLink="true">http://hackerotaku.vox.com/library/post/calculating-weighted-mean-utilizing-awk.html?_c=feed-rss-full</guid> 
            <pubDate>Wed, 07 Jan 2009 19:21:58 -0800</pubDate>         
            
            <description>    &lt;p&gt;cat list &lt;/p&gt;&lt;p&gt;2.50:264&lt;br /&gt;5.00:806&lt;br /&gt;7.5:2714&lt;br /&gt;10:4169&lt;br /&gt;12.50:1396&lt;br /&gt;15:129&lt;/p&gt;&lt;p&gt;BEGIN CODE&lt;br /&gt;================&lt;br /&gt;&lt;em&gt;&lt;span style=&quot;color: #ff0000&quot;&gt;awk &amp;#39;{a[NR] = $2; sum+= $2 }&lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; END {&lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; for (i = 1; i &amp;lt;= NR; i++)&lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; printf &amp;quot;%s(%2.2f %)\n&amp;quot;, a[i],(100 * a[i])/sum&lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; }&lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; &amp;#39; FS=&amp;quot;:&amp;quot;&amp;#160; list.txt&lt;/span&gt;&lt;/em&gt; &lt;br /&gt;================&lt;br /&gt;END CODE&lt;/p&gt;&lt;p&gt;&lt;br /&gt;Resultant Product &lt;br /&gt;=============&lt;br /&gt;&lt;span style=&quot;color: #ff0000&quot;&gt;&lt;/p&gt;&lt;/span&gt;&lt;p&gt;&lt;span style=&quot;color: #3075fb&quot;&gt;264(2.79 %)&lt;br /&gt;806(8.50 %)&lt;br /&gt;2714(28.63 %)&lt;br /&gt;4169(43.99 %)&lt;br /&gt;1396(14.73 %)&lt;br /&gt;129(1.36 %)&lt;br /&gt;&lt;/span&gt;&lt;br /&gt; &lt;/p&gt;    &lt;p style=&quot;clear:both;&quot;&gt;

    &lt;a href=&quot;http://hackerotaku.vox.com/library/post/calculating-weighted-mean-utilizing-awk.html?_c=feed-rss-full#comments&quot;&gt;Read and post comments&lt;/a&gt;

 | 

    
    &lt;a href=&quot;http://www.vox.com/share/6a00ccff9915e76ea50109d07a7e29000e?_c=feed-rss-full&quot;&gt;Send to a friend&lt;/a&gt;

&lt;/p&gt;
 
            </description>   
        </item> 
 
        <item>
            <title>ATT Sierra 855 Mecury USB Connect 3G Modem Asus EEE 1000</title>
            <link>http://hackerotaku.vox.com/library/post/att-sierra-855-mecury-usb-connect-3g-modem-asus-eee-1000.html?_c=feed-rss-full</link>   
            <author>nobody@vox.com(AlienOne)</author>
            <comments>http://hackerotaku.vox.com/library/post/att-sierra-855-mecury-usb-connect-3g-modem-asus-eee-1000.html?_c=feed-rss-full</comments>
            <guid isPermaLink="true">http://hackerotaku.vox.com/library/post/att-sierra-855-mecury-usb-connect-3g-modem-asus-eee-1000.html?_c=feed-rss-full</guid> 
            <pubDate>Sat, 20 Dec 2008 09:46:43 -0800</pubDate>         
            
            <description>    &lt;p&gt;&lt;span style=&quot;color: #ff0000&quot;&gt;&lt;span style=&quot;color: #339933; font-size: 1.25em;&quot;&gt;&lt;strong&gt;Requirements &lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: #144692&quot;&gt;* ATT Sierra 855 USB Connect Modem &lt;br /&gt;* Ubuntu Hard/Ibex Netbook Distro &lt;br /&gt;* Kernel 2.6.24/greater &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: #339933&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 1.25em;&quot;&gt;HowTo&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: #144692&quot;&gt;* sudo apt-get install kernel-source-2.6.xx &lt;br /&gt;* Download the latest sierra driver http://www.sierrawireless.com/faq/ShowFAQ.aspx?ID=1229&lt;br /&gt;* unzip v1.3.1b_Kernel2.6.24.zip &lt;br /&gt;* cd v1.3.1b_Kernel2.6.24&lt;br /&gt;* make; make install &lt;br /&gt;* init 6 &lt;br /&gt;* cat /dev/null &amp;gt; /etc/wvdial.conf &lt;br /&gt;* edit wvdial.conf and add the following &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;[Dialer Defaults]&lt;br /&gt;
Init1 = ATZ&lt;br /&gt;
Init2 = ATQ0 V1 E1 S0=0 &amp;amp;C1 &amp;amp;D2 +FCLASS=0&lt;br /&gt;
Mo&lt;br /&gt;
dem Type = USB Modem&lt;br /&gt;
baud = 1000000&lt;br /&gt;
New PPPD = yes&lt;br /&gt;
Modem = /dev/ttyUSB3&lt;br /&gt;
ISDN = 0&lt;br /&gt;
Phone = *99***1#&lt;br /&gt;
Password = CINGULAR1&lt;br /&gt;
Username = &lt;a href=&quot;mailto:isp@cingulargprs.com&quot;&gt;isp@cingulargprs.com&lt;/a&gt;&lt;/em&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;color: #ff0000&quot;&gt;&lt;br /&gt;&lt;span style=&quot;color: #3366ff&quot;&gt;&lt;span style=&quot;color: #144692&quot;&gt;* wvdial&amp;#160;&lt;/span&gt; &lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;/span&gt; &lt;/p&gt;    &lt;p style=&quot;clear:both;&quot;&gt;

    &lt;a href=&quot;http://hackerotaku.vox.com/library/post/att-sierra-855-mecury-usb-connect-3g-modem-asus-eee-1000.html?_c=feed-rss-full#comments&quot;&gt;Read and post comments&lt;/a&gt;

 | 

    
    &lt;a href=&quot;http://www.vox.com/share/6a00ccff9915e76ea50109d0759839000e?_c=feed-rss-full&quot;&gt;Send to a friend&lt;/a&gt;

&lt;/p&gt;
 
            </description>   
        </item> 
 
        <item>
            <title>BSD Immutable Bit </title>
            <link>http://hackerotaku.vox.com/library/post/bsd-immutable-bit.html?_c=feed-rss-full</link>   
            <author>nobody@vox.com(AlienOne)</author>
            <comments>http://hackerotaku.vox.com/library/post/bsd-immutable-bit.html?_c=feed-rss-full</comments>
            <guid isPermaLink="true">http://hackerotaku.vox.com/library/post/bsd-immutable-bit.html?_c=feed-rss-full</guid> 
            <pubDate>Fri, 26 Sep 2008 14:13:57 -0700</pubDate>         
            
            <description>    &lt;p&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: rgb(255, 0, 0);&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;text-decoration: underline;&quot;&gt;Set the immutable bit on a file&lt;/span&gt;&lt;/span&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &amp;#39;andale mono&amp;#39;; font-size: 12px; line-height: 17px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: rgb(20, 70, 146);&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-style: italic;&quot;&gt;chflags schg test.txt&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &amp;#39;andale mono&amp;#39;; font-size: 12px; font-style: italic; font-weight: bold; line-height: 17px; color: rgb(255, 0, 0);&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: rgb(255, 0, 0); font-family: &amp;#39;andale mono&amp;#39;; font-size: 12px; font-weight: bold; line-height: 17px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;text-decoration: underline;&quot;&gt;Unset the immutable bit on a file&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: rgb(255, 0, 0); font-family: &amp;#39;andale mono&amp;#39;; font-size: 12px; font-weight: bold; line-height: 17px; text-decoration: underline;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &amp;#39;andale mono&amp;#39;; font-size: 12px; line-height: 17px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: rgb(20, 70, 146); &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-style: italic;&quot;&gt;chflags noschg test.txt&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;text-decoration: underline;&quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: rgb(20, 70, 146); font-family: &amp;#39;andale mono&amp;#39;; font-size: 12px; font-style: italic; font-weight: bold; line-height: 17px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: rgb(20, 70, 146); font-family: &amp;#39;andale mono&amp;#39;; font-size: 12px; font-style: italic; font-weight: bold; line-height: 17px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &amp;#39;andale mono&amp;#39;; font-size: 12px; font-style: italic; font-weight: bold; line-height: 17px; color: rgb(255, 0, 0);&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: rgb(255, 0, 0); font-family: &amp;#39;andale mono&amp;#39;; font-size: 12px; font-style: italic; font-weight: bold; line-height: 17px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;/p&gt;    &lt;p style=&quot;clear:both;&quot;&gt;

    &lt;a href=&quot;http://hackerotaku.vox.com/library/post/bsd-immutable-bit.html?_c=feed-rss-full#comments&quot;&gt;Read and post comments&lt;/a&gt;

 | 

    
    &lt;a href=&quot;http://www.vox.com/share/6a00ccff9915e76ea500fa969e0fb60003?_c=feed-rss-full&quot;&gt;Send to a friend&lt;/a&gt;

&lt;/p&gt;
 
            </description>   
        </item> 
 
        <item>
            <title>ArcSight 4.0 Asus eee 1000</title>
            <link>http://hackerotaku.vox.com/library/post/arcsight-40-asus-eee-1000.html?_c=feed-rss-full</link>   
            <author>nobody@vox.com(AlienOne)</author>
            <comments>http://hackerotaku.vox.com/library/post/arcsight-40-asus-eee-1000.html?_c=feed-rss-full</comments>
            <guid isPermaLink="true">http://hackerotaku.vox.com/library/post/arcsight-40-asus-eee-1000.html?_c=feed-rss-full</guid> 
            <pubDate>Sun, 21 Sep 2008 00:00:08 -0700</pubDate>         
            
            <description>    
    
    
    

    
    
    
&lt;div at:enclosure=&quot;asset&quot; at:xid=&quot;6a00ccff9915e76ea50100a7fcdc39000e&quot; at:format=&quot;extra-large&quot; at:align=&quot;center&quot;
    class=&quot;enclosure enclosure-center enclosure-extra-large photo-enclosure&quot; 
     style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;enclosure-inner&quot;
    
        style=&quot;padding: 9px; border: 1px solid; width: px; margin: 10px auto;&quot;
    &gt;
    &lt;div class=&quot;enclosure-list&quot;&gt;
        &lt;div class=&quot;enclosure-item photo-asset last&quot;&gt;
    
            &lt;div class=&quot;enclosure-image&quot;&gt;
        
                &lt;a href=&quot;http://hackerotaku.vox.com/library/photo/6a00ccff9915e76ea50100a7fcdc39000e.html&quot;&gt;&lt;img src=&quot;http://a1.vox.com/6a00ccff9915e76ea50100a7fcdc39000e-500pi&quot; alt=&quot;ArcSight-EEE-1000&quot; title=&quot;ArcSight-EEE-1000&quot; /&gt;&lt;/a&gt;
        
            &lt;/div&gt;
            &lt;div class=&quot;enclosure-meta&quot;&gt;
                &lt;div class=&quot;enclosure-asset-name&quot;&gt;&lt;a href=&quot;http://hackerotaku.vox.com/library/photo/6a00ccff9915e76ea50100a7fcdc39000e.html&quot; title=&quot;ArcSight-EEE-1000&quot;&gt;ArcSight-EEE-1000&lt;/a&gt;&lt;/div&gt;
            &lt;/div&gt;
    
        &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;!-- end enclosure --&gt;

 &lt;div&gt;&lt;br /&gt;&lt;/div&gt;    &lt;p style=&quot;clear:both;&quot;&gt;

    &lt;a href=&quot;http://hackerotaku.vox.com/library/post/arcsight-40-asus-eee-1000.html?_c=feed-rss-full#comments&quot;&gt;Read and post comments&lt;/a&gt;

 | 

    
    &lt;a href=&quot;http://www.vox.com/share/6a00ccff9915e76ea50100a7fcdc3e000e?_c=feed-rss-full&quot;&gt;Send to a friend&lt;/a&gt;

&lt;/p&gt;
 
            </description>    
        </item> 
    </channel>
</rss>

