<?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/"
	>

<channel>
	<title>El nuevo mundo del techno</title>
	<atom:link href="http://techno.mayix.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://techno.mayix.net</link>
	<description></description>
	<lastBuildDate>Tue, 12 Jan 2010 21:50:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>The Freesound Project</title>
		<link>http://techno.mayix.net/the-freesound-project/</link>
		<comments>http://techno.mayix.net/the-freesound-project/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 21:49:05 +0000</pubDate>
		<dc:creator>El techno</dc:creator>
				<category><![CDATA[Creative Commons]]></category>
		<category><![CDATA[Informativo]]></category>
		<category><![CDATA[asterisk]]></category>
		<category><![CDATA[multiplataforma]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[commons]]></category>
		<category><![CDATA[creative]]></category>
		<category><![CDATA[creativecommons]]></category>
		<category><![CDATA[freesounds]]></category>
		<category><![CDATA[IVR]]></category>
		<category><![CDATA[sound]]></category>
		<category><![CDATA[soundclip]]></category>
		<category><![CDATA[soundclips]]></category>
		<category><![CDATA[sounds]]></category>

		<guid isPermaLink="false">http://techno.mayix.net/?p=505</guid>
		<description><![CDATA[ Interesante proyecto en donde podremos descargar una basta gama de clips de audio totalmente gratis bajo la licencia Creative Commons Attribution-No Derivative Works 2.0 Generic y con el soporte de Google
 a decir verdad esto me funciono de maravilla ahora que estaba colocando algunos sonidos personalizados en mi instalacion de Asterisk 1.4
Link &#124; freesound.org
 [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://techno.mayix.net/wp-content/uploads/2010/01/freesound.png" rel="lightbox[505]"><img src="http://techno.mayix.net/wp-content/uploads/2010/01/freesound.png" alt=""  width="301" height="64" class="alignleft size-full wp-image-506" /></a> Interesante proyecto en donde podremos descargar una basta gama de clips de audio totalmente gratis bajo la licencia Creative Commons <a href="http://creativecommons.org/licenses/by-nd/2.0/">Attribution-No Derivative Works 2.0 Generic</a> y con el soporte de Google</p>
<p><a href="http://techno.mayix.net/wp-content/uploads/2010/01/freesound-support.png" rel="lightbox[505]"><img src="http://techno.mayix.net/wp-content/uploads/2010/01/freesound-support.png" alt=""  width="401" height="148" class="alignleft size-full wp-image-508" /></a> a decir verdad esto me funciono de maravilla ahora que estaba colocando algunos sonidos personalizados en mi instalacion de Asterisk 1.4</p>
<p><strong>Link |</strong> <a href="http://www.freesound.org/">freesound.org</a></p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Un+nuevo+post++The+Freesound+Project+http://tinyurl.com/ygq2eya" title="Post to Twitter"><img class="nothumb" src="http://techno.mayix.net/wp-content/plugins/tweet-this/icons/tt-twitter-big4.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=Un+nuevo+post++The+Freesound+Project+http://tinyurl.com/ygq2eya" title="Post to Twitter">Tweet This Post</a> <a class="tt" href="http://delicious.com/post?url=http://techno.mayix.net/the-freesound-project/&amp;title=The+Freesound+Project" title="Post to Delicious"><img class="nothumb" src="http://techno.mayix.net/wp-content/plugins/tweet-this/icons/tt-delicious-big4.png" alt="Post to Delicious" /></a> <a class="tt" href="http://delicious.com/post?url=http://techno.mayix.net/the-freesound-project/&amp;title=The+Freesound+Project" title="Post to Delicious">Delicious</a></p>]]></content:encoded>
			<wfw:commentRss>http://techno.mayix.net/the-freesound-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>convertir .wav to .mp3</title>
		<link>http://techno.mayix.net/convertir-wav-to-mp3/</link>
		<comments>http://techno.mayix.net/convertir-wav-to-mp3/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 15:13:38 +0000</pubDate>
		<dc:creator>El techno</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[wav]]></category>
		<category><![CDATA[wav 2 mp3]]></category>
		<category><![CDATA[wav2mp3]]></category>

		<guid isPermaLink="false">http://techno.mayix.net/?p=501</guid>
		<description><![CDATA[
#!/bin/sh
# name of this script: wav2mp3.sh
# wav to mp3

for i in *.wav; do
 if [ -e &#34;$i&#34; ]; then
   file=`basename &#34;$i&#34; .wav`
   lame -h -b 192 &#34;$i&#34; &#34;$file.mp3&#34;
 fi
done

Dependencias
faad2 y lame 
 Tweet This Post  Delicious]]></description>
			<content:encoded><![CDATA[<pre class="brush: bash;">
#!/bin/sh
# name of this script: wav2mp3.sh
# wav to mp3

for i in *.wav; do
 if [ -e &quot;$i&quot; ]; then
   file=`basename &quot;$i&quot; .wav`
   lame -h -b 192 &quot;$i&quot; &quot;$file.mp3&quot;
 fi
done
</pre>
<p>Dependencias<br />
<strong>faad2 y lame </strong></p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Un+nuevo+post++convertir+.wav+to+.mp3+http://tinyurl.com/yjyg8gt" title="Post to Twitter"><img class="nothumb" src="http://techno.mayix.net/wp-content/plugins/tweet-this/icons/tt-twitter-big4.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=Un+nuevo+post++convertir+.wav+to+.mp3+http://tinyurl.com/yjyg8gt" title="Post to Twitter">Tweet This Post</a> <a class="tt" href="http://delicious.com/post?url=http://techno.mayix.net/convertir-wav-to-mp3/&amp;title=convertir+.wav+to+.mp3" title="Post to Delicious"><img class="nothumb" src="http://techno.mayix.net/wp-content/plugins/tweet-this/icons/tt-delicious-big4.png" alt="Post to Delicious" /></a> <a class="tt" href="http://delicious.com/post?url=http://techno.mayix.net/convertir-wav-to-mp3/&amp;title=convertir+.wav+to+.mp3" title="Post to Delicious">Delicious</a></p>]]></content:encoded>
			<wfw:commentRss>http://techno.mayix.net/convertir-wav-to-mp3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Chrome en Ubuntu 3 pasos</title>
		<link>http://techno.mayix.net/google-chrome-en-ubuntu-3-pasos/</link>
		<comments>http://techno.mayix.net/google-chrome-en-ubuntu-3-pasos/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 21:27:44 +0000</pubDate>
		<dc:creator>El techno</dc:creator>
				<category><![CDATA[experimentos]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google chrome]]></category>
		<category><![CDATA[navegadores]]></category>
		<category><![CDATA[plugings]]></category>
		<category><![CDATA[themes]]></category>

		<guid isPermaLink="false">http://techno.mayix.net/?p=493</guid>
		<description><![CDATA[Paso 1
Descargar el paquete deb de esta URLPaso 2
Luego de descargar vamos a instalar el paquete

cd /home/USUARIO/
root@USUARIO-desktop:/home/USUARIO# dpkg -i google-chrome-beta_current_i386.deb
Selecting previously deselected package google-chrome-beta.
(Reading database ... 208315 files and directories currently installed.)
Unpacking google-chrome-beta (from google-chrome-beta_current_i386.deb) ...
Setting up google-chrome-beta (4.0.249.43-r34537) ...

Processing triggers for man-db ...

Paso 3
corremos el navegador

google-chrome &#38;

 Tweet This Post  Delicious]]></description>
			<content:encoded><![CDATA[<p><strong>Paso 1</strong></p>
<p>Descargar el paquete deb de esta <a href="http://www.google.com/chrome?platform=linux" target="_self">URL</a><a href="http://techno.mayix.net/wp-content/uploads/2010/01/screenshot_google_chrome_for_linux.png" rel="lightbox[493]"><img class="aligncenter size-full wp-image-495"  src="http://techno.mayix.net/wp-content/uploads/2010/01/screenshot_google_chrome_for_linux.png" alt="" width="595" height="522" /></a><strong>Paso 2</strong></p>
<p>Luego de descargar vamos a instalar el paquete</p>
<pre class="brush: bash;">
cd /home/USUARIO/
root@USUARIO-desktop:/home/USUARIO# dpkg -i google-chrome-beta_current_i386.deb
Selecting previously deselected package google-chrome-beta.
(Reading database ... 208315 files and directories currently installed.)
Unpacking google-chrome-beta (from google-chrome-beta_current_i386.deb) ...
Setting up google-chrome-beta (4.0.249.43-r34537) ...

Processing triggers for man-db ...
</pre>
<p><strong>Paso 3</strong><br />
corremos el navegador</p>
<pre class="brush: bash;">
google-chrome &amp;
</pre>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Un+nuevo+post++Google+Chrome+en+Ubuntu+3+pasos+http://tinyurl.com/yzozqgj" title="Post to Twitter"><img class="nothumb" src="http://techno.mayix.net/wp-content/plugins/tweet-this/icons/tt-twitter-big4.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=Un+nuevo+post++Google+Chrome+en+Ubuntu+3+pasos+http://tinyurl.com/yzozqgj" title="Post to Twitter">Tweet This Post</a> <a class="tt" href="http://delicious.com/post?url=http://techno.mayix.net/google-chrome-en-ubuntu-3-pasos/&amp;title=Google+Chrome+en+Ubuntu+3+pasos" title="Post to Delicious"><img class="nothumb" src="http://techno.mayix.net/wp-content/plugins/tweet-this/icons/tt-delicious-big4.png" alt="Post to Delicious" /></a> <a class="tt" href="http://delicious.com/post?url=http://techno.mayix.net/google-chrome-en-ubuntu-3-pasos/&amp;title=Google+Chrome+en+Ubuntu+3+pasos" title="Post to Delicious">Delicious</a></p>]]></content:encoded>
			<wfw:commentRss>http://techno.mayix.net/google-chrome-en-ubuntu-3-pasos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mysql &#124; trucos para dumps de bases de datos</title>
		<link>http://techno.mayix.net/mysql-trucos-para-dumps-de-bases-de-datos/</link>
		<comments>http://techno.mayix.net/mysql-trucos-para-dumps-de-bases-de-datos/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 16:17:18 +0000</pubDate>
		<dc:creator>El techno</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[recursos]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[mysqldump]]></category>

		<guid isPermaLink="false">http://techno.mayix.net/?p=487</guid>
		<description><![CDATA[Muchas cosas se pueden hacer con la bases de datos, cuando hablamos de backups, hoy les traigo algunos trucos muy practicos:
Backup exclusivamente de una tabla en una base de datos:
mysqldump --add-drop-table -h SERVER -u USERNAME -p DATABASE  TABLA &#62; tabla.sql
Backup de todas las bases de datos en 1 solo archivo:
mysqldump -h SERVER -u USERNAME [...]]]></description>
			<content:encoded><![CDATA[<p>Muchas cosas se pueden hacer con la bases de datos, cuando hablamos de backups, hoy les traigo algunos trucos muy practicos:</p>
<p><strong>Backup exclusivamente de una tabla en una base de datos:</strong></p>
<pre class="brush: bash;">mysqldump --add-drop-table -h SERVER -u USERNAME -p DATABASE  TABLA &gt; tabla.sql</pre>
<p>Backup de todas las bases de datos en 1 solo archivo:</p>
<pre class="brush: bash;">mysqldump -h SERVER -u USERNAME -p  --all-databases &gt; all-data-bases.sql</pre>
<p>Restaurar 1 sola base datos de el archivo &#8220;consolidado&#8221; que creamos antes:</p>
<pre class="brush: bash;">mysql -h SERVER -u USERNAME -p DATABASE1 &lt;  all-data-bases.sql </pre>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Un+nuevo+post++Mysql+%7C+trucos+para+dumps+de+bases+de+datos+http://tinyurl.com/yhfsorz" title="Post to Twitter"><img class="nothumb" src="http://techno.mayix.net/wp-content/plugins/tweet-this/icons/tt-twitter-big4.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=Un+nuevo+post++Mysql+%7C+trucos+para+dumps+de+bases+de+datos+http://tinyurl.com/yhfsorz" title="Post to Twitter">Tweet This Post</a> <a class="tt" href="http://delicious.com/post?url=http://techno.mayix.net/mysql-trucos-para-dumps-de-bases-de-datos/&amp;title=Mysql+%7C+trucos+para+dumps+de+bases+de+datos" title="Post to Delicious"><img class="nothumb" src="http://techno.mayix.net/wp-content/plugins/tweet-this/icons/tt-delicious-big4.png" alt="Post to Delicious" /></a> <a class="tt" href="http://delicious.com/post?url=http://techno.mayix.net/mysql-trucos-para-dumps-de-bases-de-datos/&amp;title=Mysql+%7C+trucos+para+dumps+de+bases+de+datos" title="Post to Delicious">Delicious</a></p>]]></content:encoded>
			<wfw:commentRss>http://techno.mayix.net/mysql-trucos-para-dumps-de-bases-de-datos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google lanza su servicio de DNS</title>
		<link>http://techno.mayix.net/google-lanza-su-servicio-de-dns/</link>
		<comments>http://techno.mayix.net/google-lanza-su-servicio-de-dns/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 15:04:57 +0000</pubDate>
		<dc:creator>El techno</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google dns]]></category>
		<category><![CDATA[netstat]]></category>
		<category><![CDATA[opendns]]></category>
		<category><![CDATA[route]]></category>

		<guid isPermaLink="false">http://techno.mayix.net/?p=484</guid>
		<description><![CDATA[Ayer, Google ha anunciado el lanzamiento de su servicio gratuito de resolución de DNS. Google entra a la compentencia asi como OpenDNS. Sin embargo, Google se compromete  no jugar con los usuarios finales y enviar la respuesta exacta de su ordenador sin realizar ningun tipo del  bloqueo, filtrado o redirección de que podrían [...]]]></description>
			<content:encoded><![CDATA[<p>Ayer, Google ha anunciado el lanzamiento de su servicio gratuito de resolución de DNS. Google entra a la compentencia asi como OpenDNS. Sin embargo, Google se compromete  no jugar con los usuarios finales y enviar la respuesta exacta de su ordenador sin realizar ningun tipo del  bloqueo, filtrado o redirección de que podrían obstaculizar la experiencia de navegación de un usuario. En otras palabras, Google no secuestrara el tráfico de nombre si el nombre dominio no existe y que seguirá estándar RFC estricto.</p>
<p><strong>DNS Google</strong></p>
<pre class="brush: plain;">
8.8.8.8
8.8.4.4
</pre>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Un+nuevo+post++Google+lanza+su+servicio+de+DNS+http://tinyurl.com/yhututq" title="Post to Twitter"><img class="nothumb" src="http://techno.mayix.net/wp-content/plugins/tweet-this/icons/tt-twitter-big4.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=Un+nuevo+post++Google+lanza+su+servicio+de+DNS+http://tinyurl.com/yhututq" title="Post to Twitter">Tweet This Post</a> <a class="tt" href="http://delicious.com/post?url=http://techno.mayix.net/google-lanza-su-servicio-de-dns/&amp;title=Google+lanza+su+servicio+de+DNS" title="Post to Delicious"><img class="nothumb" src="http://techno.mayix.net/wp-content/plugins/tweet-this/icons/tt-delicious-big4.png" alt="Post to Delicious" /></a> <a class="tt" href="http://delicious.com/post?url=http://techno.mayix.net/google-lanza-su-servicio-de-dns/&amp;title=Google+lanza+su+servicio+de+DNS" title="Post to Delicious">Delicious</a></p>]]></content:encoded>
			<wfw:commentRss>http://techno.mayix.net/google-lanza-su-servicio-de-dns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mysql dump only data</title>
		<link>http://techno.mayix.net/mysql-dump-only-data/</link>
		<comments>http://techno.mayix.net/mysql-dump-only-data/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 15:00:54 +0000</pubDate>
		<dc:creator>El techno</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[mysql cli]]></category>
		<category><![CDATA[mysqldump]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://techno.mayix.net/?p=476</guid>
		<description><![CDATA[Un truquito rapido para el mysql
Dump solo con los insert de informacion sin la estructura, truco que investigue gracias a una migracion que estaba haciendo @lionel (un cuate) jajaja y no queria que se realizara ningun drop en el import de la info .
aqui les dejo la linea de commando para correr este tipo de [...]]]></description>
			<content:encoded><![CDATA[<p>Un truquito rapido para el mysql</p>
<p>Dump solo con los insert de informacion sin la estructura, truco que investigue gracias a una migracion que estaba haciendo @lionel (un cuate) jajaja y no queria que se realizara ningun drop en el import de la info .</p>
<p>aqui les dejo la linea de commando para correr este tipo de exports</p>
<pre class="brush: bash;">mysqldump -u user -p --skip-triggers --compact --no-create-info DATABASE &gt; DATABASE.sql</pre>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Un+nuevo+post++Mysql+dump+only+data+http://tinyurl.com/yaa559k" title="Post to Twitter"><img class="nothumb" src="http://techno.mayix.net/wp-content/plugins/tweet-this/icons/tt-twitter-big4.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=Un+nuevo+post++Mysql+dump+only+data+http://tinyurl.com/yaa559k" title="Post to Twitter">Tweet This Post</a> <a class="tt" href="http://delicious.com/post?url=http://techno.mayix.net/mysql-dump-only-data/&amp;title=Mysql+dump+only+data" title="Post to Delicious"><img class="nothumb" src="http://techno.mayix.net/wp-content/plugins/tweet-this/icons/tt-delicious-big4.png" alt="Post to Delicious" /></a> <a class="tt" href="http://delicious.com/post?url=http://techno.mayix.net/mysql-dump-only-data/&amp;title=Mysql+dump+only+data" title="Post to Delicious">Delicious</a></p>]]></content:encoded>
			<wfw:commentRss>http://techno.mayix.net/mysql-dump-only-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.8.6 Security Release</title>
		<link>http://techno.mayix.net/wordpress-2-8-6-security-release/</link>
		<comments>http://techno.mayix.net/wordpress-2-8-6-security-release/#comments</comments>
		<pubDate>Sat, 14 Nov 2009 12:37:25 +0000</pubDate>
		<dc:creator>El techno</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[Release]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[WordPress 2.8.6]]></category>

		<guid isPermaLink="false">http://techno.mayix.net/?p=471</guid>
		<description><![CDATA[
Un nuevo release de wordpress vio la luz el dia de hoy
2.8.6 fixes two security problems that can be exploited by registered, logged in users who have posting privileges.  If you have untrusted authors on your blog, upgrading to 2.8.6 is recommended.
 
The first problem is an XSS vulnerability in Press This discovered by [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://techno.mayix.net/wp-content/uploads/2009/08/wordpress.jpg" rel="lightbox[471]"><img class="size-full wp-image-334 alignleft"  src="http://techno.mayix.net/wp-content/uploads/2009/08/wordpress.jpg" alt="wordpress" width="180" height="180" /></a></p>
<p>Un nuevo release de wordpress vio la luz el dia de hoy</p>
<p><em>2.8.6 fixes two security problems that can be exploited by registered, logged in users who have posting privileges.  If you have untrusted authors on your blog, upgrading to 2.8.6 is recommended.</em></p>
<p><em> </em></p>
<p><em>The first problem is an XSS vulnerability in Press This discovered by Benjamin Flesch.  The second problem, discovered by Dawid Golunski, is an issue with sanitizing uploaded file names that can be exploited in certain Apache configurations. Thanks to Benjamin and Dawid for finding and reporting these.</em></p>
<p><strong>Link |</strong> <a href="http://wordpress.org/development/2009/11/wordpress-2-8-6-security-release/">wordpres.org</a></p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Un+nuevo+post++WordPress+2.8.6+Security+Release+http://tinyurl.com/yzfmp5m" title="Post to Twitter"><img class="nothumb" src="http://techno.mayix.net/wp-content/plugins/tweet-this/icons/tt-twitter-big4.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=Un+nuevo+post++WordPress+2.8.6+Security+Release+http://tinyurl.com/yzfmp5m" title="Post to Twitter">Tweet This Post</a> <a class="tt" href="http://delicious.com/post?url=http://techno.mayix.net/wordpress-2-8-6-security-release/&amp;title=WordPress+2.8.6+Security+Release" title="Post to Delicious"><img class="nothumb" src="http://techno.mayix.net/wp-content/plugins/tweet-this/icons/tt-delicious-big4.png" alt="Post to Delicious" /></a> <a class="tt" href="http://delicious.com/post?url=http://techno.mayix.net/wordpress-2-8-6-security-release/&amp;title=WordPress+2.8.6+Security+Release" title="Post to Delicious">Delicious</a></p>]]></content:encoded>
			<wfw:commentRss>http://techno.mayix.net/wordpress-2-8-6-security-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Intel 82567lm-3 en Debian Lenny 5</title>
		<link>http://techno.mayix.net/intel-82567lm-3-en-debian-lenny-5/</link>
		<comments>http://techno.mayix.net/intel-82567lm-3-en-debian-lenny-5/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 20:35:53 +0000</pubDate>
		<dc:creator>El techno</dc:creator>
				<category><![CDATA[linea de comando]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[recursos]]></category>
		<category><![CDATA[82567]]></category>
		<category><![CDATA[82567lm-3]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[debian 5]]></category>
		<category><![CDATA[e1000]]></category>
		<category><![CDATA[e1000e]]></category>
		<category><![CDATA[gcc]]></category>
		<category><![CDATA[intel]]></category>
		<category><![CDATA[lenny]]></category>
		<category><![CDATA[networking]]></category>

		<guid isPermaLink="false">http://techno.mayix.net/?p=460</guid>
		<description><![CDATA[Al instalar un debian desde  Netinstall en una pc Dell optiplex 760 me encuentro con un pequeño y sencillo problema&#8230; El kernel de debian 5 no reconoce la tarjeta de red Ethernet controller: Intel Corporation 82567LM-3 Gigabit Network Connection
El problema radica en que el kernel de Lenny incluye una versión un poco obsoleta del [...]]]></description>
			<content:encoded><![CDATA[<p>Al instalar un debian desde  Netinstall en una pc Dell optiplex 760 me encuentro con un pequeño y sencillo problema&#8230; El kernel de debian 5 no reconoce la tarjeta de red <em>Ethernet controller: Intel Corporation 82567LM-3 Gigabit Network Connection</em><br />
El problema radica en que el kernel de Lenny incluye una versión un poco obsoleta del controlador <strong>e1000e</strong>, la 0.3.3.3-k2 y no la reconoce.</p>
<p>El primer paso es conseguir los fuentes desde la pagina oficial de Intel:<a href="http://downloadcenter.intel.com/Default.aspx?ProductFamily=Ethernet+Components&#038;ProductLine=Ethernet+Controllers&#038;ProductProduct=Intel&#038;ZeroResult=True&#038;lang=eng&#038;ProdId="> downloadcenter.intel.com</a> Estando en Ethernet Components + Ethernet Controllers + Intel 82567 Gigabit Ethernet Controller descargamos el último disponible (latest).</p>
<p>Luego de descargado el codigo fuente de este NIC, vamos a descomprimirlo</p>
<p>[/bash] tar zxf e1000e-x.x.x.tar.gz[/bash]</p>
<p>en la carpeta que el anterior proceso nos creara</p>
<pre class="brush: bash;">   cd e1000e-x.x.x/src/ </pre>
<p>para poder compilarlo en este caso se tuvo que agregar los siguientes paquetes:</p>
<pre class="brush: bash;">
linux-source-2.6.26, linux-headers-2.6.26-2-amd64, linux-headers-2.6.26-2-common 2.6.26-19, libncurses5-dev
</pre>
<p>Ahora si  <img src='http://techno.mayix.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<pre class="brush: bash;"># make install </pre>
<p>Copiamos el modulo.ko a la carpeta correspondiente:</p>
<pre class="brush: bash;">/lib/modules//kernel/drivers/net/e1000e </pre>
<p>ultimos pasos, quitar el modulo antiguo e instalar el nuevo</p>
<pre class="brush: bash;">
rmmod e1000e ;  insmod /lib/modules//kernel/drivers/net/e1000e/e1000e.ko
</pre>
<p>ahora si un <strong>ifconfig</strong>  y mas que listos&#8230;</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Un+nuevo+post++Intel+82567lm-3+en+Debian+Lenny+5+http://tinyurl.com/yfvz2e3" title="Post to Twitter"><img class="nothumb" src="http://techno.mayix.net/wp-content/plugins/tweet-this/icons/tt-twitter-big4.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=Un+nuevo+post++Intel+82567lm-3+en+Debian+Lenny+5+http://tinyurl.com/yfvz2e3" title="Post to Twitter">Tweet This Post</a> <a class="tt" href="http://delicious.com/post?url=http://techno.mayix.net/intel-82567lm-3-en-debian-lenny-5/&amp;title=Intel+82567lm-3+en+Debian+Lenny+5" title="Post to Delicious"><img class="nothumb" src="http://techno.mayix.net/wp-content/plugins/tweet-this/icons/tt-delicious-big4.png" alt="Post to Delicious" /></a> <a class="tt" href="http://delicious.com/post?url=http://techno.mayix.net/intel-82567lm-3-en-debian-lenny-5/&amp;title=Intel+82567lm-3+en+Debian+Lenny+5" title="Post to Delicious">Delicious</a></p>]]></content:encoded>
			<wfw:commentRss>http://techno.mayix.net/intel-82567lm-3-en-debian-lenny-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Asterisk, migracion de Master CSV a Mysql</title>
		<link>http://techno.mayix.net/asterisk-migracion-de-master-csv-a-mysql/</link>
		<comments>http://techno.mayix.net/asterisk-migracion-de-master-csv-a-mysql/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 17:00:19 +0000</pubDate>
		<dc:creator>El techno</dc:creator>
				<category><![CDATA[asterisk]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[asterisk now]]></category>
		<category><![CDATA[CDR]]></category>
		<category><![CDATA[cdr_mysql]]></category>
		<category><![CDATA[csv]]></category>
		<category><![CDATA[master.csv]]></category>
		<category><![CDATA[vicidial]]></category>

		<guid isPermaLink="false">http://techno.mayix.net/?p=445</guid>
		<description><![CDATA[Luego de aprender como guardar todos nuestros CDRs dentro de mysql, me ha surgido la duda de como migrar los ya existentes en el master.csv a la base de datos nueva, bueno primero explico algo de como y porque.
Por que:
Esto corriendo asterisk 1.4 y manejandolo con Vicidial (contact center app) pero este utiliza el custom_cdr.conf [...]]]></description>
			<content:encoded><![CDATA[<p>Luego de aprender como guardar todos nuestros CDRs dentro de mysql, me ha surgido la duda de como migrar los ya existentes en el master.csv a la base de datos nueva, bueno primero explico algo de como y porque.</p>
<p>Por que:<br />
Esto corriendo asterisk 1.4 y manejandolo con Vicidial (contact center app) pero este utiliza el custom_cdr.conf en donde el guardado en CVS esta definido de la siguiente forma:</p>
<pre class="brush: bash;">
Master.csv =&gt; &quot;${CDR(clid)}&quot;,&quot;${CDR(src)}&quot;,&quot;${CDR(dst)}&quot;,&quot;${CDR(dcontext)}&quot;,
&quot;${CDR(channel)}&quot;,&quot;${CDR(dstchannel)}&quot;,&quot;${CDR(lastapp)}&quot;,
&quot;${CDR(lastdata)}&quot;,&quot;${CDR(start)}&quot;,&quot;${CDR(answer)}&quot;,&quot;${CDR(end)}&quot;,
&quot;${CDR(duration)}&quot;,&quot;${CDR(billsec)}&quot;,&quot;${CDR(disposition)}&quot;,
&quot;${CDR(amaflags)}&quot;,
&quot;${CDR(accountcode)}&quot;,&quot;${CDR(uniqueid)}&quot;,&quot;${CDR(userfield)}&quot;
</pre>
<p><em>Que significa esto ?? </em> <a href="http://www.voip-info.org/wiki/view/Asterisk+billing">http://www.voip-info.org/wiki/view/Asterisk+billing</a></p>
<p>ahora bien he encontrado algunos scripts que dicen ser la herramienta mas util para este tipo de migracion lo cual luego de probarlos ha resultado falso!! jejeje </p>
<p>aqui les dejo el que yo modifique y utilize para que migrara de forma transparente los datos del Master.csv con la configuracion cdr_custom de vicidial.</p>
<pre class="brush: php;">
&lt;?php
/*** process asterisk cdr file (Master.csv) insert usage
* values into a mysql database which is created for use
* with the Asterisk_addons cdr_addon_mysql.so
* The script will only insert NEW records so it is safe
* to run on the same log over-and-over.
*
* Author: John Lange (john@johnlange.ca)
* Date: Version 2 Released July 8, 2008
*
*
* Here is what the script does:
*
* Parse each row from the text log and insert it into the database after testing for a
* matching &quot;calldate, src, duration&quot; record in the database. Note that not all fields are
* tested.
*
* If you have a large existing database it is recomended that you add an index to the calldate
* field which will greatly speed up this import.
*
*/
/*
 * Modified by Leif Madsen, July 29, 2009 to add additional columns.
 * Original post and code by John Lange: http://www.johnlange.ca/tech-tips/asterisk/asterisk-cdr-csv-mysql-import-v20/
 */
/*
 * Modified by Paulo Alvarado, Nov. 09 2009 to run with the custom master.cvs from vicidial now
 * Original post and code by John Lange: http://www.johnlange.ca/tech-tips/asterisk/asterisk-cdr-csv-mysql-import-v20/
 */
$locale_db_host = 'localhost';
$locale_db_name = 'asterisk';
$locale_db_login = 'root';
$locale_db_pass = 'vicidialnow';
if($argc == 2) {
$logfile = $argv[1];
} else {
print(&quot;Usage &quot;.$argv[0].&quot; &lt;filename&gt;\n&quot;);
print(&quot;Where filename is the path to the Asterisk csv file to import (Master.csv)\n&quot;);
print(&quot;This script is safe to run multiple times on a growing log file as it only imports records that are newer than the database\n&quot;);
exit(0);
}
// connect to db
$linkmb = mysql_connect($locale_db_host, $locale_db_login, $locale_db_pass) or die(&quot;Could not connect : &quot; . mysql_error());
mysql_select_db($locale_db_name, $linkmb) or die(&quot;Could not select database $locale_db_name&quot;);
//** 1) Find records in the asterisk log file. **
$rows = 0;
$handle = fopen($logfile, &quot;r&quot;);
while (($data = fgetcsv($handle, 1000, &quot;,&quot;)) !== FALSE) {
// NOTE: the fields in Master.csv can vary. This should work by default on all installations but you may have to edit the next line to match your configuration

list($clid, $src, $dst, $dcontext, $channel, $dstchannel, $lastapp, $lastdata, $start, $answer, $end, $duration, $billsec, $disposition, $amaflag, $accountcode,$uniqueid, $userfield ) = $data;

/** 2) Test to see if the entry is unique **/
$sql=&quot;SELECT calldate, src, duration&quot;.
&quot; FROM cdr&quot;.
&quot; WHERE calldate='$end'&quot;.
&quot; AND src='$src'&quot;.
&quot; AND duration='$duration'&quot;.
&quot; LIMIT 1&quot;;
if(!($result = mysql_query($sql, $linkmb))) {
print(&quot;Invalid query: &quot; . mysql_error().&quot;\n&quot;);
print(&quot;SQL: $sql\n&quot;);
die();
}
if(mysql_num_rows($result) == 0) { // we found a new record so add it to the DB
// 3) insert each row in the database

$sql = &quot;INSERT INTO cdr (calldate, answerdate, hangupdate, clid, src, dst, dcontext, channel, dstchannel, lastapp, lastdata, duration, billsec, disposition, amaflag, accountcode, uniqueid, userfield)
VALUES('$start', '$answer', '$end', '$clid', '$src', '$dst', '$dcontext', '$channel', '$dstchannel','$lastapp', '$lastdata', '$duration', '$billsec', '$disposition', '$amaflag', '$accountcode', '$uniqueid', '$userfield')&quot;;

if(!($result2 = mysql_query($sql, $linkmb))) {
print(&quot;Invalid query: &quot; . mysql_error().&quot;\n&quot;);
print(&quot;SQL: $sql\n&quot;);
die();
}
print(&quot;Inserted: $end $src $duration\n&quot;);
$rows++;
} else {
print(&quot;Not unique: $end $src $duration\n&quot;);
}
}
fclose($handle);
print(&quot;$rows imported\n&quot;);
?&gt;
</pre>
<p>ahora la parte mas dificil, como ejecutarlo: <img src='http://techno.mayix.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<pre class="brush: bash;">
php import.php Master.csv
</pre>
<p><strong>Nota:</strong> si por algun motivo no funciona el comando php, eso significa que no tienen el paquete php-cli para ejecutar sentencias php en linea de comando.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Un+nuevo+post++Asterisk%2C+migracion+de+Master+CSV+a+Mysql+http://tinyurl.com/yhhkvty" title="Post to Twitter"><img class="nothumb" src="http://techno.mayix.net/wp-content/plugins/tweet-this/icons/tt-twitter-big4.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=Un+nuevo+post++Asterisk%2C+migracion+de+Master+CSV+a+Mysql+http://tinyurl.com/yhhkvty" title="Post to Twitter">Tweet This Post</a> <a class="tt" href="http://delicious.com/post?url=http://techno.mayix.net/asterisk-migracion-de-master-csv-a-mysql/&amp;title=Asterisk%2C+migracion+de+Master+CSV+a+Mysql" title="Post to Delicious"><img class="nothumb" src="http://techno.mayix.net/wp-content/plugins/tweet-this/icons/tt-delicious-big4.png" alt="Post to Delicious" /></a> <a class="tt" href="http://delicious.com/post?url=http://techno.mayix.net/asterisk-migracion-de-master-csv-a-mysql/&amp;title=Asterisk%2C+migracion+de+Master+CSV+a+Mysql" title="Post to Delicious">Delicious</a></p>]]></content:encoded>
			<wfw:commentRss>http://techno.mayix.net/asterisk-migracion-de-master-csv-a-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Asterisk, CDR en mysql</title>
		<link>http://techno.mayix.net/asterisk-cdr-en-mysql/</link>
		<comments>http://techno.mayix.net/asterisk-cdr-en-mysql/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 18:10:04 +0000</pubDate>
		<dc:creator>El techno</dc:creator>
				<category><![CDATA[asterisk]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[CDR]]></category>
		<category><![CDATA[cdr_mysql]]></category>

		<guid isPermaLink="false">http://techno.mayix.net/?p=434</guid>
		<description><![CDATA[Call Detail Records
Las centrales telefónicas generan los llamados Call Detail Records (CDR) que son archivos o logs que contienen información detallada acerca de las llamadas tanto de donde fueron originadas, terminadas o que pasa por el intercambio de las mismas. Y claro no es sorprendente que los CDR se utilizan para la facturación. Fuente: http://www.voip-info.org/wiki/view/CDR
Ahora [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Call Detail Records</strong><br />
Las centrales telefónicas generan los llamados Call Detail Records (CDR) que son archivos o logs que contienen información detallada acerca de las llamadas tanto de donde fueron originadas, terminadas o que pasa por el intercambio de las mismas. Y claro no es sorprendente que los CDR se utilizan para la facturación. <em>Fuente: http://www.voip-info.org/wiki/view/CDR</em></p>
<p>Ahora bien Asterisk es una central telefonica en la que podemos variar  tipo de informacion y almacenamiento que este sistema va a recolectar para sus  CDRs</p>
<p>Asterisk puede trabajar sus CDR de las siguientes formas:</p>
<ul>
<li>
<div>Csv <span> </span> &#8211; archivos de texto con valores separados coma</div>
</li>
<li>
<div><span>Cdr</span> SQLite &#8211; logs de <span>CDR</span> en la base de datos de SQLite</div>
</li>
<li>
<div>Pgsql &#8211; logs de <span>CDR</span> en las bases de datos de PostgreSQL</div>
</li>
<li>
<div>Odbc &#8211; logs de <span>CDR</span> a cualquier base de datos con soporte unixODBC</div>
</li>
<li>
<div>Mysql  &#8211; logs  de <span>CDR</span> en las bases de datos de MySQL</div>
</li>
<li>
<div><span>Cdr</span> FreeTDS &#8211; <span>logs CDR</span> en <acronym title="Microsoft">MS</acronym> <acronym title="Structured Query Language">SQL</acronym> o a la base de datos de Sybase a través de los conductores de FreeTDS</div>
</li>
<li>
<div>Yada &#8211; logs de <span>CDR</span> registrados en cualquier base de datos con soporte  yada.</div>
</li>
</ul>
<p>Pero lo que veremos por el momento es como conectar nuestro mysql para guardar los CDRs</p>
<p>Primero vamos a crear la tabla que guardara nuestros datos en el Mysql</p>
<pre class="brush: bash;">
CREATE DATABASE asterisk;

GRANT INSERT
  ON asterisk.*
  TO asterisk@localhost
  IDENTIFIED BY 'tu_clave';

USE asterisk;
CREATE TABLE cdr (
  calldate datetime NOT NULL default '0000-00-00 00:00:00',
  clid varchar(80) NOT NULL default '',
  src varchar(80) NOT NULL default '',
  dst varchar(80) NOT NULL default '',
  dcontext varchar(80) NOT NULL default '',
  channel varchar(80) NOT NULL default '',
  dstchannel varchar(80) NOT NULL default '',
  lastapp varchar(80) NOT NULL default '',
  lastdata varchar(80) NOT NULL default '',
  duration int(11) NOT NULL default '0',
  billsec int(11) NOT NULL default '0',
  disposition varchar(45) NOT NULL default '',
  amaflags int(11) NOT NULL default '0',
  accountcode varchar(20) NOT NULL default '',
  uniqueid varchar(32) NOT NULL default '',
  userfield varchar(255) NOT NULL default ''
);
</pre>
<p>Segundo tenemos que contar con soporte cdr_mysql en nuestro sistema asterisk, como verificamos esto:</p>
<p>dentro del CLI de asterisk corremos</p>
<pre class="brush: bash;"> show modules</pre>
<p>&#8230;. y la salida tendria que ser algo asi</p>
<pre class="brush: bash;">
app_addon_sql_mysql.so         Simple Mysql Interface                   0
cdr_addon_mysql.so             MySQL CDR Backend                        0
134 modules loaded
</pre>
<p>si por alguna razon no los tenemos cargados, podemos compilar los add-ons de asterisk y luego cargarlos</p>
<pre class="brush: bash;">
load app_addon_sql_mysql.so
load cdr_addon_mysql.so
</pre>
<p>por ultimo crearemos la conexion entre estos 2 sistemas modificaremos el archivo cdr_mysql.conf</p>
<pre class="brush: bash;">
[root@SRV-ASTERISK asterisk]# nano /etc/asterisk/cdr_mysql.conf
[global]

hostname=127.0.0.1
dbname=asterisk
table=cdr
password=usuario
user=password
port=3306
;sock=/tmp/mysql.sock
;userfield=1
</pre>
<p>bueno luego de estos 3 pasos quedara listo nuestros CDRs en Mysql para la central telefonica Asterisk.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Un+nuevo+post++Asterisk%2C+CDR+en+mysql+http://tinyurl.com/yzaaat6" title="Post to Twitter"><img class="nothumb" src="http://techno.mayix.net/wp-content/plugins/tweet-this/icons/tt-twitter-big4.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=Un+nuevo+post++Asterisk%2C+CDR+en+mysql+http://tinyurl.com/yzaaat6" title="Post to Twitter">Tweet This Post</a> <a class="tt" href="http://delicious.com/post?url=http://techno.mayix.net/asterisk-cdr-en-mysql/&amp;title=Asterisk%2C+CDR+en+mysql" title="Post to Delicious"><img class="nothumb" src="http://techno.mayix.net/wp-content/plugins/tweet-this/icons/tt-delicious-big4.png" alt="Post to Delicious" /></a> <a class="tt" href="http://delicious.com/post?url=http://techno.mayix.net/asterisk-cdr-en-mysql/&amp;title=Asterisk%2C+CDR+en+mysql" title="Post to Delicious">Delicious</a></p>]]></content:encoded>
			<wfw:commentRss>http://techno.mayix.net/asterisk-cdr-en-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
