<?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; debian</title>
	<atom:link href="http://albertux.ayalasoft.com/tag/debian/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>en</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>2008 </copyright>
	<managingEditor>albertoi7@gmail.com (Albertux~# ./Blog)</managingEditor>
	<webMaster>albertoi7@gmail.com (Albertux~# ./Blog)</webMaster>
	<category>posts</category>
	<ttl>1440</ttl>
	<image>
		<url>http://ayalasoft.com/img/podcast02.jpg</url>
		<title>Albertux~# ./Blog &#187; debian</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>Albertux~# ./Blog</itunes:author>
	<itunes:owner>
		<itunes:name>Albertux~# ./Blog</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>Easy Backup Data Unix-Like</title>
		<link>http://albertux.ayalasoft.com/2010/03/14/easy-backup-data-unix-like/</link>
		<comments>http://albertux.ayalasoft.com/2010/03/14/easy-backup-data-unix-like/#comments</comments>
		<pubDate>Sun, 14 Mar 2010 11:16:08 +0000</pubDate>
		<dc:creator>albertux</dc:creator>
				<category><![CDATA[develop]]></category>
		<category><![CDATA[unix/linux]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[postgresql]]></category>
		<category><![CDATA[sqlite]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://albertux.ayalasoft.com/?p=2029</guid>
		<description><![CDATA[Easy Backup Data Unix-Like Some examples tested on Debian / Ubuntu # Include .hidden_files (.svn/.git/etc...) # copy dir on localhost cp -a $SOME_PATH $NEW_PATH &#160; # apt-get install smbfs smbclient # Samba remote to local smbclient &#34;//SOME_PLACE/SHARED FOLDER&#34; -U $USER $PASS -c \ &#34;cd \&#34;$SOME_PATH\&#34;; lcd \&#34;$NEW_PATH\&#34;; prompt; recurse; mget *; quit&#34; &#160; # wget [...]<p><a href="http://albertux.ayalasoft.com/2010/03/14/easy-backup-data-unix-like/">Easy Backup Data Unix-Like</a> is a post from: <a href="http://albertux.ayalasoft.com">Albertux~# ./Blog</a></p>
]]></description>
			<content:encoded><![CDATA[<p><strong>Easy Backup Data Unix-Like</strong></p>
<p>Some examples tested on Debian / Ubuntu</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;"># Include .hidden_files (.svn/.git/etc...)</span>
<span style="color: #666666; font-style: italic;"># copy dir on localhost</span>
<span style="color: #c20cb9; font-weight: bold;">cp</span> <span style="color: #660033;">-a</span> <span style="color: #007800;">$SOME_PATH</span>  <span style="color: #007800;">$NEW_PATH</span>
&nbsp;
<span style="color: #666666; font-style: italic;"># apt-get install smbfs smbclient</span>
<span style="color: #666666; font-style: italic;"># Samba remote to local</span>
smbclient <span style="color: #ff0000;">&quot;//SOME_PLACE/SHARED FOLDER&quot;</span> <span style="color: #660033;">-U</span> <span style="color: #007800;">$USER</span> <span style="color: #007800;">$PASS</span> <span style="color: #660033;">-c</span> \
<span style="color: #ff0000;">&quot;cd <span style="color: #000099; font-weight: bold;">\&quot;</span><span style="color: #007800;">$SOME_PATH</span><span style="color: #000099; font-weight: bold;">\&quot;</span>; lcd <span style="color: #000099; font-weight: bold;">\&quot;</span><span style="color: #007800;">$NEW_PATH</span><span style="color: #000099; font-weight: bold;">\&quot;</span>; prompt; recurse; mget *; quit&quot;</span>
&nbsp;
<span style="color: #666666; font-style: italic;"># wget -c &quot;http://ossw.ibcl.at/FTPSync/ftpsync-latest.tar.bz2&quot;</span>
<span style="color: #666666; font-style: italic;"># User and Password on .netrc (chmod 600) [http://www.mavetju.org/unix/netrc.php]</span>
<span style="color: #666666; font-style: italic;"># FTP remote to local</span>
ftpsync <span style="color: #660033;">-gv</span> <span style="color: #007800;">ftpserver</span>=someserver.com  BackupWWW<span style="color: #000000; font-weight: bold;">/</span> <span style="color: #007800;">ftpdir</span>=<span style="color: #000000; font-weight: bold;">/</span>www<span style="color: #000000; font-weight: bold;">/</span>
&nbsp;
<span style="color: #666666; font-style: italic;"># SSH Copy File</span>
<span style="color: #c20cb9; font-weight: bold;">scp</span> <span style="color: #007800;">$SOME_FILE</span> <span style="color: #007800;">$USER</span><span style="color: #000000; font-weight: bold;">@</span><span style="color: #007800;">$REMOTE</span>:<span style="color: #007800;">$SOME_PATH</span>
<span style="color: #666666; font-style: italic;"># SSH Copy Dir</span>
<span style="color: #c20cb9; font-weight: bold;">scp</span> <span style="color: #660033;">-r</span> <span style="color: #007800;">$SOME_PATH</span> <span style="color: #007800;">$USER</span><span style="color: #000000; font-weight: bold;">@</span><span style="color: #007800;">$REMOTE</span>:<span style="color: #007800;">$SOME_PATH</span>
&nbsp;
<span style="color: #666666; font-style: italic;"># apt-get install rsync</span>
<span style="color: #666666; font-style: italic;"># Sync directories</span>
rsync <span style="color: #660033;">-v</span> <span style="color: #660033;">-u</span> <span style="color: #660033;">-a</span> <span style="color: #660033;">--delete</span> <span style="color: #660033;">--stats</span> <span style="color: #007800;">$SOME_PATH</span> <span style="color: #007800;">$BACKUP_PATH</span>
&nbsp;
<span style="color: #666666; font-style: italic;"># Backup System:</span>
nc <span style="color: #660033;">-lp</span> <span style="color: #007800;">$HOST</span> <span style="color: #000000; font-weight: bold;">&gt;</span> backup.tar.gz
<span style="color: #c20cb9; font-weight: bold;">tar</span> cf - <span style="color: #007800;">$DIR</span>  <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">gzip</span>  <span style="color: #000000; font-weight: bold;">|</span> nc <span style="color: #660033;">-w</span> <span style="color: #000000;">1</span> <span style="color: #007800;">$HOST</span> <span style="color: #007800;">$PORT</span>
&nbsp;
<span style="color: #666666; font-style: italic;"># Clone disk to other disk (same host)</span>
<span style="color: #c20cb9; font-weight: bold;">dd</span> <span style="color: #007800;"><span style="color: #000000; font-weight: bold;">if</span></span>=<span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>sdX <span style="color: #007800;">of</span>=<span style="color: #007800;">$OUTPUT</span> <span style="color: #666666; font-style: italic;"># (OUTPUT could be /dev/sdY or /some/path/disk.img)</span>
&nbsp;
<span style="color: #666666; font-style: italic;"># Clonning Hard Drive (other host)</span>
nc <span style="color: #660033;">-l</span> <span style="color: #660033;">-p</span> <span style="color: #007800;">$PORT</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">dd</span> <span style="color: #007800;">of</span>=<span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>sda
<span style="color: #c20cb9; font-weight: bold;">dd</span> <span style="color: #007800;"><span style="color: #000000; font-weight: bold;">if</span></span>=<span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>sda <span style="color: #000000; font-weight: bold;">|</span> nc <span style="color: #007800;">$HOST</span> <span style="color: #007800;">$PORT</span>
&nbsp;
<span style="color: #666666; font-style: italic;"># Date</span>
<span style="color: #007800;">NOW</span>=<span style="color: #000000; font-weight: bold;">`</span><span style="color: #c20cb9; font-weight: bold;">date</span> +<span style="color: #000000; font-weight: bold;">%</span>h-<span style="color: #000000; font-weight: bold;">%</span>d-<span style="color: #000000; font-weight: bold;">%</span>Y-<span style="color: #000000; font-weight: bold;">%</span>H<span style="color: #000000; font-weight: bold;">%</span>M<span style="color: #000000; font-weight: bold;">%</span>S<span style="color: #000000; font-weight: bold;">`</span>
&nbsp;
<span style="color: #666666; font-style: italic;"># Compress (z = gzip or j = bzip2)</span>
<span style="color: #c20cb9; font-weight: bold;">tar</span> cvzf <span style="color: #007800;">$BACKUP_FILE</span>-<span style="color: #007800;">$NOW</span>.tar.gz <span style="color: #007800;">$SOME_PATH</span>
&nbsp;
<span style="color: #666666; font-style: italic;"># MySQL</span>
mysqldump <span style="color: #007800;">$DB</span> <span style="color: #660033;">-u</span> <span style="color: #007800;">$USER</span> <span style="color: #660033;">--password</span>=<span style="color: #007800;">$PASS</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">gzip</span> <span style="color: #660033;">-c</span> <span style="color: #000000; font-weight: bold;">&gt;</span> <span style="color: #007800;">$DB</span>-<span style="color: #007800;">$NOW</span>.sql.gz
<span style="color: #666666; font-style: italic;"># SQLite</span>
<span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">'.dump'</span> <span style="color: #000000; font-weight: bold;">|</span> sqlite3 <span style="color: #007800;">$DB</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">gzip</span> <span style="color: #660033;">-c</span> <span style="color: #000000; font-weight: bold;">&gt;</span><span style="color: #007800;">$DB</span>-<span style="color: #007800;">$NOW</span>.sql.gz
<span style="color: #666666; font-style: italic;"># PostgreSQL</span>
<span style="color: #666666; font-style: italic;"># .pgpass (chmod 600)</span>
pg_dump <span style="color: #007800;">$DB</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">gzip</span> <span style="color: #660033;">-c</span> <span style="color: #000000; font-weight: bold;">&gt;</span> <span style="color: #007800;">$DB</span>-<span style="color: #007800;">$NOW</span>.sql.gz</pre></div></div>

<p>Using <a href="http://adminschoice.com/crontab-quick-reference" target="_blank">crontab</a> to run your backup(s) script(s) </p>
<p>Other stuff:</p>
<p><a href="http://www.amanda.org/" target="_blank">Amanda</a> is a backup system that allows the administrator to set up a single master backup server to back up multiple hosts over network to tape drives/changers or disks or optical media. </p>
<p><a href="http://www.drbd.org/" target="_blank">DRBD</a> refers to block devices designed as a building block to form high availability (HA) clusters. This is done by mirroring a whole block device via an assigned network. DRBD can be understood as network based raid-1. </p>
<p>Control Version Systems:<br />
<a href="http://subversion.tigris.org/" target="_blank">Subversion</a><br />
<a href="http://mercurial.selenic.com/" target="_blank">Mercurial</a><br />
<a href="http://git-scm.com/" target="_blank">Git</a></p>
<p>Are useful when you have different versions or configurations files.</p>
<p><a href="http://albertux.ayalasoft.com/2010/03/14/easy-backup-data-unix-like/">Easy Backup Data Unix-Like</a> is a post from: <a href="http://albertux.ayalasoft.com">Albertux~# ./Blog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://albertux.ayalasoft.com/2010/03/14/easy-backup-data-unix-like/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Chrome OS</title>
		<link>http://albertux.ayalasoft.com/2009/11/20/google-chrome-os/</link>
		<comments>http://albertux.ayalasoft.com/2009/11/20/google-chrome-os/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 08:06:27 +0000</pubDate>
		<dc:creator>albertux</dc:creator>
				<category><![CDATA[multimedia]]></category>
		<category><![CDATA[unix/linux]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[os]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://albertux.ayalasoft.com/?p=2379</guid>
		<description><![CDATA[Google Chrome OS Google Chrome OS: uname -a Linux localhost 2.6.30-chromeos-intel-menlow #1 SMP Fri Nov 20 02:53:44 UTC 2009 i686 GNU/Linux cat /etc/debian_version squeeze/sid dpkg -l OUTPUT lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 9.10 (development branch) Release: 9.10 Codename: karmic So full name: Google Chrome OS (Cromium OS) &#8211; [...]<p><a href="http://albertux.ayalasoft.com/2009/11/20/google-chrome-os/">Google Chrome OS</a> is a post from: <a href="http://albertux.ayalasoft.com">Albertux~# ./Blog</a></p>
]]></description>
			<content:encoded><![CDATA[<p><strong>Google Chrome OS</strong></p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/0QRO3gKj3qw&#038;rel=0&#038;color1=0xb1b1b1&#038;color2=0xcfcfcf&#038;hl=es_ES&#038;feature=player_embedded&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.youtube.com/v/0QRO3gKj3qw&#038;rel=0&#038;color1=0xb1b1b1&#038;color2=0xcfcfcf&#038;hl=es_ES&#038;feature=player_embedded&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="425" height="344"></embed></object></p>
<p>Google Chrome OS:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">uname</span> <span style="color: #660033;">-a</span></pre></div></div>

<blockquote><p>Linux localhost 2.6.30-chromeos-intel-menlow #1 SMP Fri Nov 20 02:53:44 UTC 2009 i686 GNU/Linux</p></blockquote>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">cat</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>debian_version</pre></div></div>

<blockquote><p>squeeze/sid</p></blockquote>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">dpkg</span> <span style="color: #660033;">-l</span></pre></div></div>

<p><a href="http://www.ayalasoft.com/others/googlechromeos-pkgs.txt" target="_blank">OUTPUT</a></p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">lsb_release <span style="color: #660033;">-a</span></pre></div></div>

<blockquote><p>No LSB modules are available.<br />
Distributor ID:	Ubuntu<br />
Description:	Ubuntu 9.10 (development branch)<br />
Release:	9.10<br />
Codename:	karmic</p></blockquote>
<p>So full name:</p>
<blockquote><p>Google Chrome OS (Cromium OS) &#8211; Ubuntu 9.10 Karmic Koala &#8211; Debian squeeze/sid 6.0 &#8211; Gnu/Linux</p></blockquote>
<p>JSON File with Google Chrome settings:</p>
<blockquote><p>/home/chronos/<strong>[user</strong>@gmail.com<strong>]</strong>/.config/google-chrome/Local State</p></blockquote>
<p>Links:</p>
<p><a href="http://www.chromium.org/chromium-os/building-chromium-os" target="_blank">Build Chromium OS</a></p>
<p><a href="http://geeklad.com/download-the-google-chrome-os-virtual-machine" target="_blank">Download Google Chrome OS Virtual Machine (VMware and VirtualBox)</a></p>
<li>
<p><a href="http://albertux.ayalasoft.com/2009/11/20/google-chrome-os/">Google Chrome OS</a> is a post from: <a href="http://albertux.ayalasoft.com">Albertux~# ./Blog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://albertux.ayalasoft.com/2009/11/20/google-chrome-os/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debian squeeze/sid</title>
		<link>http://albertux.ayalasoft.com/2009/10/08/debian-squeezesid/</link>
		<comments>http://albertux.ayalasoft.com/2009/10/08/debian-squeezesid/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 04:29:21 +0000</pubDate>
		<dc:creator>albertux</dc:creator>
				<category><![CDATA[unix/linux]]></category>
		<category><![CDATA[debian]]></category>

		<guid isPermaLink="false">http://albertux.ayalasoft.com/?p=2250</guid>
		<description><![CDATA[Debian squeeze/sid I installed Debian Lenny on my notebook, but i want to test squeeze so I do this: # as root sed -i 's/lenny/squeeze/g' /etc/apt/sources.list aptitude update aptitude install apt dpkg aptitude aptitude full-upgrade # after reboot upgrade-from-grub-legacy # to use grub2 I experimented some issues with dependencies but everything now is ok. Debian [...]<p><a href="http://albertux.ayalasoft.com/2009/10/08/debian-squeezesid/">Debian squeeze/sid</a> is a post from: <a href="http://albertux.ayalasoft.com">Albertux~# ./Blog</a></p>
]]></description>
			<content:encoded><![CDATA[<p><strong>Debian squeeze/sid</strong></p>
<p>I installed Debian Lenny on my notebook, but i want to test squeeze so I do this:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;"># as root</span>
<span style="color: #c20cb9; font-weight: bold;">sed</span> <span style="color: #660033;">-i</span> <span style="color: #ff0000;">'s/lenny/squeeze/g'</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>apt<span style="color: #000000; font-weight: bold;">/</span>sources.list
<span style="color: #c20cb9; font-weight: bold;">aptitude</span> update
<span style="color: #c20cb9; font-weight: bold;">aptitude</span> <span style="color: #c20cb9; font-weight: bold;">install</span> apt <span style="color: #c20cb9; font-weight: bold;">dpkg</span> <span style="color: #c20cb9; font-weight: bold;">aptitude</span>
<span style="color: #c20cb9; font-weight: bold;">aptitude</span> full-upgrade
<span style="color: #666666; font-style: italic;"># after reboot </span>
upgrade-from-grub-legacy <span style="color: #666666; font-style: italic;"># to use grub2</span></pre></div></div>

<p><a href="http://ayalasoft.com/media/debian-squeeze-sid.png" rel="shadowbox[post-2250];player=img;"><img src="http://ayalasoft.com/media/debian-squeeze-sid-thumb.png"></a></p>
<p>I experimented some issues with dependencies but everything now is ok.</p>
<p><a href="http://albertux.ayalasoft.com/2009/10/08/debian-squeezesid/">Debian squeeze/sid</a> is a post from: <a href="http://albertux.ayalasoft.com">Albertux~# ./Blog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://albertux.ayalasoft.com/2009/10/08/debian-squeezesid/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>USB Scan Antivirus</title>
		<link>http://albertux.ayalasoft.com/2009/07/14/usb-scan-antivirus/</link>
		<comments>http://albertux.ayalasoft.com/2009/07/14/usb-scan-antivirus/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 18:25:14 +0000</pubDate>
		<dc:creator>albertux</dc:creator>
				<category><![CDATA[security]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[virus]]></category>

		<guid isPermaLink="false">http://albertux.ayalasoft.com/?p=2020</guid>
		<description><![CDATA[USB Scan Antivirus I made this script to clean USB Drives: usbscan.sh: #!/bin/bash # Author: Albertux (Alberto Isaac Ayala Esquivias) # Email: &#60;albertoi7@gmail.com&#62; # Web: http://www.AyalaSoft.com # # First install clamav: sudo apt-get install clamav # copy usbcan.desktop on /home/$USER/Desktop # copy usbscan on /home/$USER/bin/ # # This script tested on Debian or Ubuntu &#160; [...]<p><a href="http://albertux.ayalasoft.com/2009/07/14/usb-scan-antivirus/">USB Scan Antivirus</a> is a post from: <a href="http://albertux.ayalasoft.com">Albertux~# ./Blog</a></p>
]]></description>
			<content:encoded><![CDATA[<p><strong>USB Scan Antivirus</strong></p>
<p>I made this script to clean USB Drives:</p>
<p>usbscan.sh:</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;"># Author: Albertux (Alberto Isaac Ayala Esquivias)</span>
<span style="color: #666666; font-style: italic;"># Email: &lt;albertoi7@gmail.com&gt;</span>
<span style="color: #666666; font-style: italic;"># Web: http://www.AyalaSoft.com</span>
<span style="color: #666666; font-style: italic;">#</span>
<span style="color: #666666; font-style: italic;"># First install clamav: sudo apt-get install clamav </span>
<span style="color: #666666; font-style: italic;"># copy usbcan.desktop on /home/$USER/Desktop</span>
<span style="color: #666666; font-style: italic;"># copy usbscan on /home/$USER/bin/ </span>
<span style="color: #666666; font-style: italic;">#</span>
<span style="color: #666666; font-style: italic;"># This script tested on Debian or Ubuntu</span>
&nbsp;
<span style="color: #007800;">USB</span>=<span style="color: #ff0000;">&quot;sdb1&quot;</span> <span style="color: #666666; font-style: italic;"># check first using mount command or cat /etc/mtab</span>
&nbsp;
<span style="color: #007800;">IFS</span>=$<span style="color: #ff0000;">'\t\n'</span>
<span style="color: #007800;">LIGHT_RED</span>=<span style="color: #ff0000;">&quot;\033[1;31m&quot;</span>
<span style="color: #007800;">LIGHT_GREEN</span>=<span style="color: #ff0000;">&quot;\033[1;32m&quot;</span>
<span style="color: #007800;">LIGHT_BLUE</span>=<span style="color: #ff0000;">&quot;\033[1;34m&quot;</span>
<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: #7a0874; font-weight: bold;">echo</span> <span style="color: #660033;">-e</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">${LIGHT_GREEN}</span>&quot;</span>
<span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;#   #  #### ####       ####  ####  ###  #   #&quot;</span>
<span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;#   # #     #   #     #     #     #   # ##  #&quot;</span>
<span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;#   #  ###  ####   #   ###  #     ##### # # #&quot;</span>
<span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;#   #     # #   #         # #     #   # #  ##&quot;</span>
<span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot; ###  ####  ####      ####   #### #   # #   #&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: #007800;">${NORMAL}</span>&quot;</span>
<span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #660033;">-n</span> <span style="color: #ff0000;">&quot;Inserte el USB y precione [Enter]&quot;</span>
<span style="color: #c20cb9; font-weight: bold;">read</span>
<span style="color: #c20cb9; font-weight: bold;">sleep</span> <span style="color: #000000;">5</span>
&nbsp;
<span style="color: #007800;">USB_TMP</span>=<span style="color: #000000; font-weight: bold;">`</span><span style="color: #c20cb9; font-weight: bold;">cat</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>mtab <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">grep</span> <span style="color: #007800;">$USB</span>  <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">awk</span> <span style="color: #ff0000;">'{print $2}'</span><span style="color: #000000; font-weight: bold;">`</span>
<span style="color: #007800;">USB_PATH</span>=<span style="color: #000000; font-weight: bold;">`</span><span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #007800;">$USB_TMP</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">sed</span> <span style="color: #660033;">-e</span> <span style="color: #ff0000;">'s/\\\040/ /g'</span><span style="color: #000000; font-weight: bold;">`</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;">$USB_PATH</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;">-en</span> <span style="color: #ff0000;">&quot;<span style="color: #000099; font-weight: bold;">\n</span><span style="color: #007800;">${LIGHT_RED}</span>AVIZO!<span style="color: #007800;">${NORMAL}</span> <span style="color: #000099; font-weight: bold;">\&quot;</span>USB no detectado, precione [Enter]<span style="color: #000099; font-weight: bold;">\&quot;</span>&quot;</span>
	<span style="color: #c20cb9; font-weight: bold;">read</span>
	<span style="color: #7a0874; font-weight: bold;">exit</span>
<span style="color: #000000; font-weight: bold;">fi</span>
&nbsp;
<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>USB localizado en [<span style="color: #007800;">${LIGHT_BLUE}</span><span style="color: #007800;">$USB_PATH</span><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;<span style="color: #000099; font-weight: bold;">\n</span><span style="color: #007800;">${YELLOW}</span>AVIZO!<span style="color: #007800;">${NORMAL}</span> <span style="color: #000099; font-weight: bold;">\&quot;</span>No desconecte el USB hasta que se le indique<span style="color: #000099; font-weight: bold;">\&quot;</span><span style="color: #000099; font-weight: bold;">\n</span>&quot;</span>
clamscan <span style="color: #660033;">--remove</span> <span style="color: #660033;">--infected</span> <span style="color: #660033;">--recursive</span> <span style="color: #007800;">$USB_PATH</span> <span style="color: #000000; font-weight: bold;">&gt;</span> usbscan.log <span style="color: #000000;">2</span><span style="color: #000000; font-weight: bold;">&gt;</span> usbscan.err.log
<span style="color: #c20cb9; font-weight: bold;">umount</span> <span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>sdb1
<span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #660033;">-en</span> <span style="color: #ff0000;">&quot;<span style="color: #000099; font-weight: bold;">\n</span><span style="color: #007800;">${YELLOW}</span>LISTO!<span style="color: #007800;">${NORMAL}</span> <span style="color: #000099; font-weight: bold;">\&quot;</span>Puede desconectar el USB, precione [Enter]<span style="color: #000099; font-weight: bold;">\&quot;</span>&quot;</span>
<span style="color: #c20cb9; font-weight: bold;">read</span></pre></div></div>

<p>usbscan.desktop:</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">[Desktop Entry]
Encoding=UTF-8
Version=1.0
Type=Application
Terminal=true
Icon[en_US]=gnome-panel-launcher
Exec=/home/aayala/usbscan.sh
Name[en_US]=USB SCAN
Name=Antivirus
Icon=/home/aayala/bin/.virus.png</pre></div></div>

<p>eicar.com (virus test file):</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">X5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*</pre></div></div>

<p>virus.png:<br />
<img src="http://ayalasoft.com/img/virus.png"></p>
<p>Notes:<br />
The scan is slow but efective</p>
<p><a href="http://albertux.ayalasoft.com/2009/07/14/usb-scan-antivirus/">USB Scan Antivirus</a> is a post from: <a href="http://albertux.ayalasoft.com">Albertux~# ./Blog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://albertux.ayalasoft.com/2009/07/14/usb-scan-antivirus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debian Lenny Intel(R) Pro/Wireless</title>
		<link>http://albertux.ayalasoft.com/2009/05/12/debian-lenny-intel-pro-wireless/</link>
		<comments>http://albertux.ayalasoft.com/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/?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/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/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/2009/05/12/debian-lenny-intel-pro-wireless/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Debian Lenny 5.0</title>
		<link>http://albertux.ayalasoft.com/2009/02/15/debian-lenny-5/</link>
		<comments>http://albertux.ayalasoft.com/2009/02/15/debian-lenny-5/#comments</comments>
		<pubDate>Sun, 15 Feb 2009 15:24:36 +0000</pubDate>
		<dc:creator>albertux</dc:creator>
				<category><![CDATA[community]]></category>
		<category><![CDATA[unix/linux]]></category>
		<category><![CDATA[debian]]></category>

		<guid isPermaLink="false">http://albertux.ayalasoft.com/?p=1720</guid>
		<description><![CDATA[Debian Lenny 5.0 Download: http://cdimage.debian.org/debian-cd/5.0.0/ Live:<p><a href="http://albertux.ayalasoft.com/2009/02/15/debian-lenny-5/">Debian Lenny 5.0</a> is a post from: <a href="http://albertux.ayalasoft.com">Albertux~# ./Blog</a></p>
]]></description>
			<content:encoded><![CDATA[<p><strong>Debian Lenny 5.0</strong></p>
<p>Download:<br />
<a href="http://cdimage.debian.org/debian-cd/5.0.0/" target="_blank">http://cdimage.debian.org/debian-cd/5.0.0/</a></p>
<p>Live:<br />
<a href="http://cdimage.debian.org/debian-cd/5.0.0-live/" target=""_blank">http://cdimage.debian.org/debian-cd/5.0.0-live/</a></p>
<p><a href="http://albertux.ayalasoft.com/2009/02/15/debian-lenny-5/">Debian Lenny 5.0</a> is a post from: <a href="http://albertux.ayalasoft.com">Albertux~# ./Blog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://albertux.ayalasoft.com/2009/02/15/debian-lenny-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
