<?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>Mis Historias &#187; Programación</title>
	<atom:link href="http://www.pamchi.com/category/programacion/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pamchi.com</link>
	<description>Por mal ni más ya no voy a ceder ya no me vas a convencer solo yo en contra de los demás y tiemblo, te muestro los dientes y muerdo. Déjame respirar!!! Deja de lastimar!!! ¡¡¡Y te reto a que me hagas daño!!!</description>
	<lastBuildDate>Sat, 28 Jan 2012 18:43:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Que de tu vida amigo&#8230; tu seas él único actor&#8230;</title>
		<link>http://www.pamchi.com/2011/03/13/que-de-tu-vida-amigo-tu-seas-el-unico-actor/</link>
		<comments>http://www.pamchi.com/2011/03/13/que-de-tu-vida-amigo-tu-seas-el-unico-actor/#comments</comments>
		<pubDate>Sun, 13 Mar 2011 23:21:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[LINUX]]></category>
		<category><![CDATA[Música]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[pamchi]]></category>
		<category><![CDATA[Programación]]></category>
		<category><![CDATA[Rock and Roll]]></category>

		<guid isPermaLink="false">http://www.pamchi.com/?p=1560</guid>
		<description><![CDATA[Hace ya algún tiempo que no compartía música de esta banda española&#8230; sus letras es una invitación a la libertad de pensamiento, de sentimiento y de conductas&#8230; creo que es el mayor regalo que pudo habernos hecho el creador&#8230; que nacieramos en un mundo libre, donde somos dueños de nuestras decisiones y por lo tanto [...]]]></description>
			<content:encoded><![CDATA[<p><iframe title="YouTube video player" width="425" height="349" src="http://www.youtube.com/embed/eKbCeoJFMU8" frameborder="0" allowfullscreen></iframe></p>
<p>Hace ya algún tiempo que no compartía música de esta banda española&#8230; sus letras es una invitación a la libertad de pensamiento, de sentimiento y de conductas&#8230; creo que es el mayor regalo que pudo habernos hecho el creador&#8230; que nacieramos en un mundo libre, donde somos dueños de nuestras decisiones y por lo tanto de nuestro destino&#8230; no creo que haya ninguna estrella que trace el curso de nuestras vidas; mas sin embargo creo que están en el cielo para que las usemos como un mapa de ubicación.</p>
<p>Por cierto ha sido un fin de semana de arduo trabajo . . . pero la mejor recompensa está cuando podamos encender nuestr@s equipos y ver que todos los sistemas estén funcionando adecuadamente (vtiger y http-request)<br />
<a href="http://www.pamchi.com/wp-content/uploads/2011/03/DSC00249.jpg"><img src="http://www.pamchi.com/wp-content/uploads/2011/03/DSC00249-300x225.jpg" alt="" title="DSC00249" width="300" height="225" class="aligncenter size-medium wp-image-1561" /></a></p>
<div class="fullcircle-social-links" style="display: block;"><div class="fullcircle-linkshare"><a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.pamchi.com%2F2011%2F03%2F13%2Fque-de-tu-vida-amigo-tu-seas-el-unico-actor%2F" class="fb_share_button"  target="_blank" style="text-decoration:none;">Facebook</a></div></div><div style="clear: both;"></div>]]></content:encoded>
			<wfw:commentRss>http://www.pamchi.com/2011/03/13/que-de-tu-vida-amigo-tu-seas-el-unico-actor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Generar certificados SSL con openssl (Apache + mod_ssl)</title>
		<link>http://www.pamchi.com/2011/01/23/generar-certificados-ssl-con-openssl-apache-mod_ssl/</link>
		<comments>http://www.pamchi.com/2011/01/23/generar-certificados-ssl-con-openssl-apache-mod_ssl/#comments</comments>
		<pubDate>Mon, 24 Jan 2011 02:10:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How to's]]></category>
		<category><![CDATA[LINUX]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Programación]]></category>
		<category><![CDATA[Seguridad]]></category>

		<guid isPermaLink="false">http://www.pamchi.com/?p=1452</guid>
		<description><![CDATA[Tomado de: http://slacksite.com/apache/certificate.php Y lo he colocado en este espacio a manera de recordatorio&#8230;. Saludos&#8230;. Introduction This document is intended to be a quick guide to generating and installing an SSL certificate on an Apache web server with the mod_ssl module. While this is not an overly difficult process, it does involve running several long [...]]]></description>
			<content:encoded><![CDATA[<p>Tomado de: <a href="http://slacksite.com/apache/certificate.php">http://slacksite.com/apache/certificate.php</a></p>
<p>Y lo he colocado en este espacio a manera de recordatorio&#8230;.</p>
<p>Saludos&#8230;.</p>
<p><strong>Introduction</strong><br />
This document is intended to be a quick guide to generating and installing an SSL certificate on an Apache web server with the mod_ssl module. While this is not an overly difficult process, it does involve running several long commands with numerous options. This document should be all that you need to walk you through the process of generating the certificate and installing it in your web server.<br />
This document does not attempt to discuss compiling or installing Apache and mod_ssl. For detailed instructions on that topic, please see &#8220;Building Apache with mod_ssl and Other Modules&#8221;. This document also does not attempt to discuss detailed configuration of SSL hosts in Apache. Details will be provided on setting up a basic SSL virtual host that should work in nearly all standard circumstances. Ralf Engelschall, the author of mod_ssl, maintains excellent documentation at http://www.modssl.org/docs. For information on more advanced configurations or special situations, please refer to the full documentation. In addition, the openssl toolkit provides fairly extensive man pages, which are also available in HTML format at http://www.openssl.org/docs/</p>
<p><span id="more-1452"></span></p>
<p><strong>Brief SSL Primer</strong><br />
This section will serve as a very brief introduction to SSL, the Secure Socket Layer. Cryptography is a very extensive topic which literally fills volumes of texts. The following is an extremely simplified view of how SSL is implemented and what part the certificate plays in the entire process. There may be some small inaccuracies in an effort to present the information in the easiest possible format.<br />
Normal web traffic is sent unencrypted over the Internet. That is, anyone with access to the right tools can snoop all of that traffic. Obviously, this can lead to problems, especially where security and privacy is necessary, such as in credit card data and bank transactions. The Secure Socket Layer is used to encrypt the data stream between the web server and the web client (the browser).<br />
SSL makes use of what is known as asymmetric cryptography, commonly referred to as public key cryptography (PKI). With public key cryptography, two keys are created, one public, one private. Anything encrypted with either key can only be decrypted with its corresponding key. Thus if a message or data stream were encrypted with the server&#8217;s private key, it can be decrypted only using its corresponding public key, ensuring that the data only could have come from the server.<br />
If SSL utilizes public key cryptography to encrypt the data stream traveling over the Internet, why is a certificate necessary? The technical answer to that question is that a certificate is not really necessary&#8211;the data is secure and cannot easily be decrypted by a third party. However, certificates do serve a crucial role in the communication process. The certificate, signed by a trusted Certificate Authority (CA), ensures that the certificate holder is really who he claims to be. Without a trusted signed certificate, your data may be encrypted, however, the party you are communicating with may not be whom you think. Without certificates, impersonation attacks would be much more common.</p>
<p><strong>Generating a Private Key and CSR</strong><br />
The openssl toolkit is used to generate an RSA Private Key and CSR (Certificate Signing Request). It can also be used to generate self-signed certificates which can be used for testing purposes or internal usage. The utility used to do all of these tasks is known simply as openssl. It should be installed in the /usr/local/ssl/bin directory. You may want to add this directory to your PATH, or copy or link the openssl utility to a directory that is already in your PATH so that you do not have to type the full path to the executable. The examples below will assume that openssl is in a location that is accessible to you without using the full path to the command.<br />
The first step is to create your RSA Private Key. This key is a 1024 bit RSA key which is encrypted using Triple-DES and stored in a PEM format so that it is readable as ASCII text. We will use several files as random seed enhancers which will help to make the key more secure. Text files that have been compressed with a utility such as gzip are good choices. The key is generated using the following command, where file1:file2:etc represents the random compressed files.</p>
<pre>$ openssl genrsa -des3 -rand file1:file2:file3:file4:file5 -out server.key 1024</pre>
<p>The command will prompt you for a pass-phrase and then store the key in the file server.key. It is critical that the pass-phrase be secure and not forgotten. If either the key is lost, or the pass-phrase is forgotten, the certificate will be useless! It cannot be stressed enough how important the private key is to the certificate. If the private key and pass-phrase are compromised, the certificate will have to be revoked, costing you the price of the certificate all over again if you have paid an authority for the certificate. It may be a wise idea to back this file up to secure media, such as tape or diskette.<br />
One unfortunate side-effect of the pass-phrased private key is that Apache will ask for the pass-phrase each time the web server is started. Obviously this is not necessarily convenient as someone will not always be around to type in the pass-phrase, such as after a reboot or crash. mod_ssl includes the ability to use an external program in place of the built-in pass-phrase dialog, however, this is not necessarily the most secure option either. It is possible to remove the Triple-DES encryption from the key, thereby no longer needing to type in a pass-phrase. If the private key is no longer encrypted, it is critical that this file only be readable by the root user! If your system is ever compromised and a third party obtains your unencrypted private key, the corresponding certificate will need to be revoked. With that being said, use the following command to remove the pass-phrase from the key:</p>
<pre>$ openssl rsa -in server.key -out server.pem</pre>
<p>Once the private key is generated a Certificate Signing Request can be generated. The CSR is then used in one of two ways. Ideally, the CSR will be sent to a Certificate Authority, such as Thawte or Verisign who will verify the identity of the requestor and issue a signed certificate. The second option is to self-sign the CSR, which will be demonstrated in the next section.<br />
During the generation of the CSR, you will be prompted for several pieces of information. These are the X.509 attributes of the certificate. One of the prompts will be for &#8220;Common Name (e.g., YOUR name)&#8221;. It is important that this field be filled in with the fully qualified domain name of the server to be protected by SSL. If the website to be protected will be https://www.server.com, then enter www.server.com at this prompt. The command to generate the CSR is as follows:</p>
<pre>$ openssl req -new -key server.key -out server.csr</pre>
<p>A sample CSR generation session is shown below, with sample responses shown in bold:</p>
<pre>$ openssl req -new -key server.key -out server.csr</pre>
<p>Using configuration from /usr/local/ssl/openssl.cnf<br />
Enter PEM pass phrase:Enter pass phrase here<br />
You are about to be asked to enter information that will be incorporated into your certificate request.<br />
What you are about to enter is what is called a Distinguished Name or a DN. There are quite a few fields but you can leave some blank.<br />
For some fields there will be a default value, If you enter &#8216;.&#8217;, the field will be left blank.<br />
&#8212;&#8211;</p>
<pre>Country Name (2 letter code) [AU]:US
State or Province Name (full name) [Some-State]:New Hampshire
Locality Name (eg, city) []:Nashua
Organization Name (eg, company) [Internet Widgits Pty Ltd]:Domain.com, Inc.
Organizational Unit Name (eg, section) []:.

Common Name (eg, YOUR name) []:www.domain.com
Email Address []:webmaster@domain.com

Please enter the following 'extra' attributes to be sent with your certificate request
A challenge password []:
An optional company name []:</pre>
<p><strong>Generating a Self-Signed Certificate<br />
</strong> At this point you will need to generate a self-signed certificate because you either don&#8217;t plan on having your certificate signed by a CA, or you wish to test your new SSL implementation while the CA is signing your certificate. In my experience dealing with Thawte, it can take up to a week or more before receiving your signed certificate. The time it takes to receive the certificate will vary based on how quickly they receive your required documentation. This temporary certificate will generate an error in the client browser to the effect that the signing certificate authority is unknown and not trusted.<br />
To generate a temporary certificate which is good for 60 days, issue the following command:</p>
<pre>$ openssl x509 -req -days 60 -in server.csr -signkey server.key -out server.crt</pre>
<p><strong>Installing the Private Key and Certificate<br />
</strong> When Apache with mod_ssl is installed, it creates several directories in the Apache config directory. The location of this directory will differ depending on how Apache was compiled. If using my instructions on compiling Apache, the config directory is /usr/local/apache/etc. The directories mod_ssl creates include ssl.crt, ssl.csr, and ssl.key. These are good locations to store server certificates, CSRs, and private keys, respectively. If there will be multiple SSL enabled hosts on one server, it may be good practice to name the files with the fully qualified domain name of the SSL enabled host.<br />
When adding SSL enabled virtualhosts to the web server, I prefer to keep all of the SSL virtualhosts in a separate file. This insures that all SSL hosts can be easily found in one location and helps to keep the httpd.conf file from growing too large. The SSL virtualhosts will be kept in a file called ssl.conf. In order for Apache to recognize and parse this file, it must be included in the httpd.conf file with the following directive:</p>
<pre>Include /usr/local/apache/etc/ssl.conf</pre>
<p><strong>Configuring SSL Enabled Virtual Hosts<br />
</strong> Extensive examples of SSL configurations for a virtualhost are included as part of the /usr/local/apache/etc/httpd.conf.default file installed with mod_ssl. Please refer to this file and to the mod_ssl documentation for more detailed information on configuration options. A basic SSL enabled virtualhost will appear as follows in the ssl.conf file:</p>
<pre># SSL Virtual Hosts

ServerAdmin webmaster@domain.com
DocumentRoot /usr/local/apache/share/htdocs
ServerName www.domain.com
ScriptAlias /cgi-bin/ /usr/local/apache/share/htdocs/cgi-bin/
SSLEngine on
SSLCertificateFile /usr/local/apache/etc/ssl.crt/server.crt
SSLCertificateKeyFile /usr/local/apache/etc/ssl.key/server.pem
SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
CustomLog /usr/local/apache/var/log/ssl_request_log \"%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"</pre>
<p>This will create an SSL virtualhost named www.domain.com, which is accessed via port 443 (the standard port for https) on the default IP address of the web server. It is possible to add as many additional virtualhosts as there are IP addresses that the web server listens to. Simply add additional virtualhost blocks inside of the  and  tags. Due to the nature of the SSL encryption of the HTTP traffic, it is NOT possible to have name-based (HTTP1.1) SSL virtual hosts. To create a new SSL virtualhost on a different IP address, simply replace _default_ with the IP address of the virtualhost.<br />
After adding the virtualhost to the ssl.conf file, Apache must be killed and restarted in order for it to recognize the new virtualhost. Unfortunately, this is one of the rare instances where a simple HUP signal will not work. After restarting the server, depending on whether the encrypted or unencrypted key was used, Apache will prompt you for the pass-phrase(s) of the SSL virtualhost(s). Enter the pass-phrase(s) and the web server will start.<br />
Now, point your favorite browser to the new virtualhost you just created, remembering to use https:// instead of http://, and you should be greeted with a warning dialog if you are using the self-signed certificate. Acknowledge the dialog and the page will continue to load, protected by SSL. The status bar of your browser should be graced by the &#8216;lock&#8217; icon, which signifies the page is protected via SSL. <strong>This is all there is to it!</strong></p>
<div class="fullcircle-social-links" style="display: block;"><div class="fullcircle-linkshare"><a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.pamchi.com%2F2011%2F01%2F23%2Fgenerar-certificados-ssl-con-openssl-apache-mod_ssl%2F" class="fb_share_button"  target="_blank" style="text-decoration:none;">Facebook</a></div></div><div style="clear: both;"></div>]]></content:encoded>
			<wfw:commentRss>http://www.pamchi.com/2011/01/23/generar-certificados-ssl-con-openssl-apache-mod_ssl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Presentación software libre</title>
		<link>http://www.pamchi.com/2010/10/15/presentacion-software-libre/</link>
		<comments>http://www.pamchi.com/2010/10/15/presentacion-software-libre/#comments</comments>
		<pubDate>Fri, 15 Oct 2010 23:41:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[LINUX]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Programación]]></category>

		<guid isPermaLink="false">http://www.pamchi.com/?p=1274</guid>
		<description><![CDATA[Bueno, hoy me toco en el trabajo hacer una presentación sobre tecnologías de software libre que actualmente estamos usando, así que quería compartirla con ustedes, les dejo el link a continuación para que la vean convertida en un libro flash&#8230;. (http://www.codebox.es/pdf-a-libro-virtual-flash) LINK PARA VER LA PRESENTACIÓN A continuación les la primera diapositiva: Saludos. Facebook]]></description>
			<content:encoded><![CDATA[<p>Bueno, hoy me toco en el trabajo hacer una presentación sobre tecnologías de software libre que actualmente estamos usando, así que quería compartirla con ustedes, les dejo el link a continuación para que la vean convertida en un libro flash&#8230;. (<a href="http://www.codebox.es/pdf-a-libro-virtual-flash">http://www.codebox.es/pdf-a-libro-virtual-flash</a>)</p>
<p><a href="http://www.pamchi.com/wp-content/uploads/2010/10/presentacion/" target="_blank">LINK PARA VER LA PRESENTACIÓN</a></p>
<p>A continuación les la primera diapositiva:</p>
<p><a href="http://www.pamchi.com/wp-content/uploads/2010/10/presentacion-1-e1287186797771.png"><img class="aligncenter size-medium wp-image-1278" title="presentacion-1" src="http://www.pamchi.com/wp-content/uploads/2010/10/presentacion-1-e1287186797771-300x220.png" alt="" width="300" height="220" /></a></p>
<p>Saludos.</p>
<div class="fullcircle-social-links" style="display: block;"><div class="fullcircle-linkshare"><a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.pamchi.com%2F2010%2F10%2F15%2Fpresentacion-software-libre%2F" class="fb_share_button"  target="_blank" style="text-decoration:none;">Facebook</a></div></div><div style="clear: both;"></div>]]></content:encoded>
			<wfw:commentRss>http://www.pamchi.com/2010/10/15/presentacion-software-libre/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enviar correos desde shell / consola / linux utilizando smtp (gmail)</title>
		<link>http://www.pamchi.com/2010/09/28/enviar-correos-desde-shell-consola-linux-utilizando-smtp-gmail/</link>
		<comments>http://www.pamchi.com/2010/09/28/enviar-correos-desde-shell-consola-linux-utilizando-smtp-gmail/#comments</comments>
		<pubDate>Wed, 29 Sep 2010 00:52:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How to's]]></category>
		<category><![CDATA[LINUX]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[pamchi]]></category>
		<category><![CDATA[Programación]]></category>

		<guid isPermaLink="false">http://www.pamchi.com/?p=1238</guid>
		<description><![CDATA[Seguramente todos hemos necesitado en algún momento poder enviar correos directamente desde nuestra consola o algún scrip que al ejecutarse nos mande una alerta. Paquetes necesarios: apt-get install mutt msmtp Pues a mi me surgió la necesidad de programar un back up y notificar diariamente al interesado del que el back up se había realizado [...]]]></description>
			<content:encoded><![CDATA[<p>Seguramente todos hemos necesitado en algún momento poder enviar correos directamente desde nuestra consola o algún scrip que al ejecutarse nos mande una alerta.</p>
<p>Paquetes necesarios:</p>
<pre><em>apt-get install mutt msmtp</em></pre>
<p>Pues a mi me surgió la necesidad de programar un back up y notificar diariamente al interesado del que el back up se había realizado exitosamente, el asunto es que podemos hacer utilizando mutt; algo tan sencillo como esto:</p>
<pre><em>mutt -s "enviado desde mi consola jejejeje" destino@gmail.com -a /home/usuario/archivoadjunto.txt &lt; /tmp/cuerpocorreo.txt</em></pre>
<p>Pero sucede que cuando llega el correo al destinatario llegara un correo desde un destinatario &#8220;no usual&#8221; por ejemplo:  pamchi &lt;pamchi@pamchi-desktop&gt;; y nuestra cuenta de correo puede suponer que al no ser una dirección de correo valida y lo mande a la carpeta de spam o simplemente no acepte el correo. <strong>Por lo tanto es un riesgo muy alto  perdernos un correo crítico.</strong></p>
<p>Una solución es utilizar una de gmail y mandar el correo a travez del protocolo smtp; esto lo conseguimos utilizando <strong>msmtp</strong></p>
<p><img class="alignnone" src="http://msmtp.sourceforge.net/msmtp-logo.png" alt="" width="210" height="60" /></p>
<p>Editamos el archivo de <strong>msmtp</strong></p>
<pre><em>nano ~/.msmtprc</em></pre>
<p>ingresamos lo siguiente</p>
<pre><em>account gmail
host smtp.gmail.com
tls on
tls_certcheck off
port 587
auth login
from pamchi
user pamchi@gmail.com
password mipassword</em>

<em>account default: gmail</em></pre>
<p>Luego editamos el ficher de configuración de <strong>mutt</strong></p>
<pre><em>nano ~/.muttrc</em></pre>
<p>Ingresamos lo siguiente</p>
<pre><em>set from = "pamchi@gmail.com"
set realname = "Pamchi"
set sendmail = /usr/bin/msmtp</em></pre>
<p>Tenemos que darle permisos al archivo de configuración</p>
<pre><em>chmod 0600 ~/.msmtprc</em></pre>
<p>Ahora simplemente podemos corre la misma instrucción</p>
<pre><em>mutt -s "enviado desde mi consola jejejeje" destino@gmail.com -a /home/usuario/archivoadjunto.txt &lt; /tmp/cuerpocorreo.txt</em></pre>
<p>y tenemos nuestro correo enviado desde gmail utilizando smtp (se puede aplicar a otras cuentas &#8220;no gmail&#8221; pero debemos comprobar la configuración de nuestro proveedor de correo)</p>
<blockquote><p><strong>(una pequeña observación; si dan copy paste a las instrucciones anteriores, por favor revisen que las comillas (&#8220;) sean las correctas, en el mejor de los caso vuelvan a re-escribirlas . . . de lo contrario pasaran buen tiempo tratando de encontrar los errores)</strong></p></blockquote>
<p>Fuentes:</p>
<p><a href="http://www.linuxuser.co.uk/tutorials/get-started-with-mutt/4/">http://www.linuxuser.co.uk/tutorials/get-started-with-mutt/4/</a></p>
<p><a href="http://code.google.com/p/google-gadgets-for-linux/wiki/MSMPTQuickStart">http://code.google.com/p/google-gadgets-for-linux/wiki/MSMPTQuickStart</a></p>
<p>Saludos</p>
<div class="fullcircle-social-links" style="display: block;"><div class="fullcircle-linkshare"><a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.pamchi.com%2F2010%2F09%2F28%2Fenviar-correos-desde-shell-consola-linux-utilizando-smtp-gmail%2F" class="fb_share_button"  target="_blank" style="text-decoration:none;">Facebook</a></div></div><div style="clear: both;"></div>]]></content:encoded>
			<wfw:commentRss>http://www.pamchi.com/2010/09/28/enviar-correos-desde-shell-consola-linux-utilizando-smtp-gmail/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Recuperar password de administrador GoogleApps</title>
		<link>http://www.pamchi.com/2010/01/10/recuperar-password-de-administrador-googleapps/</link>
		<comments>http://www.pamchi.com/2010/01/10/recuperar-password-de-administrador-googleapps/#comments</comments>
		<pubDate>Sun, 10 Jan 2010 20:42:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dreamhost]]></category>
		<category><![CDATA[How to's]]></category>
		<category><![CDATA[Programación]]></category>
		<category><![CDATA[Seguridad]]></category>

		<guid isPermaLink="false">http://www.pamchi.com/?p=1009</guid>
		<description><![CDATA[Esto se vuelve un verdadero dolor de cabeza en algunos casos, así que la forma mas sencilla que encontré fue dando click en el siguiente enlace y siguiendo las instrucciones. http://www.google.com/support/a/bin/answer.py?answer=33561&#38;hl=es Saludos Facebook]]></description>
			<content:encoded><![CDATA[<p>Esto se vuelve un verdadero dolor de cabeza en algunos casos, así que la forma mas sencilla que encontré fue dando click en el siguiente enlace y siguiendo las instrucciones.</p>
<p><a href="http://www.google.com/support/a/bin/answer.py?answer=33561&amp;hl=es " target="_blank">http://www.google.com/support/a/bin/answer.py?answer=33561&amp;hl=es</a></p>
<p>Saludos</p>
<div class="fullcircle-social-links" style="display: block;"><div class="fullcircle-linkshare"><a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.pamchi.com%2F2010%2F01%2F10%2Frecuperar-password-de-administrador-googleapps%2F" class="fb_share_button"  target="_blank" style="text-decoration:none;">Facebook</a></div></div><div style="clear: both;"></div>]]></content:encoded>
			<wfw:commentRss>http://www.pamchi.com/2010/01/10/recuperar-password-de-administrador-googleapps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nokia y su nuevo OS basado en gnu/linux DEBIAN ! ! !</title>
		<link>http://www.pamchi.com/2009/12/02/nokia-y-su-nuevo-os-basado-en-gnulinux-debian/</link>
		<comments>http://www.pamchi.com/2009/12/02/nokia-y-su-nuevo-os-basado-en-gnulinux-debian/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 18:52:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[LINUX]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Programación]]></category>

		<guid isPermaLink="false">http://www.pamchi.com/?p=954</guid>
		<description><![CDATA[Ayer en la noche platicando con sickmind, nos ibamos dando cuenta de la nueva plataforma que Nokia ha desarrollado para sus teléfonos celulares, al principio le comentaba que no era participe de la idea de que cada compañía tuviera su propio OS, pero cuando nos informarmos mejor sobre las caracteristicas de MAEMO lo ibamos viendo [...]]]></description>
			<content:encoded><![CDATA[<p>Ayer en la noche platicando con sickmind, nos ibamos dando cuenta de la nueva plataforma que Nokia ha desarrollado para sus teléfonos celulares, al principio le comentaba que no era participe de la idea de que cada compañía tuviera su propio OS, pero cuando nos informarmos mejor sobre las caracteristicas de MAEMO lo ibamos viendo cada vez con mayor aceptación.</p>
<p>En términos sencillos, es un OS basado en LINUX, utilizando en su mayoría open source, el kernel de linux, gnome, etc&#8230; dejando por defecto la amplia capacidad para desarrollar apps sin ningún problema.</p>
<p>LES DEJO EL LINK PARA LOS CURIOSOS Y YA SABEN QUE ME PUEDEN REGALAR PARA ESTA NAVIDAD&#8230;</p>
<p><a href="http://en.wikipedia.org/wiki/Maemo" target="_blank">WIKIPEDIA</a></p>
<div class="fullcircle-social-links" style="display: block;"><div class="fullcircle-linkshare"><a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.pamchi.com%2F2009%2F12%2F02%2Fnokia-y-su-nuevo-os-basado-en-gnulinux-debian%2F" class="fb_share_button"  target="_blank" style="text-decoration:none;">Facebook</a></div></div><div style="clear: both;"></div>]]></content:encoded>
			<wfw:commentRss>http://www.pamchi.com/2009/12/02/nokia-y-su-nuevo-os-basado-en-gnulinux-debian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>google apps en thunderbird</title>
		<link>http://www.pamchi.com/2009/11/16/google-apps-en-thunderbird/</link>
		<comments>http://www.pamchi.com/2009/11/16/google-apps-en-thunderbird/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 18:09:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How to's]]></category>
		<category><![CDATA[LINUX]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Programación]]></category>

		<guid isPermaLink="false">http://www.pamchi.com/?p=926</guid>
		<description><![CDATA[Estos son los datos necesarios para configurar en un cliente de correo como ThunderBird, Outlook, Outlook Express, Eudora, etc. una cuenta de email de Google Apps con dominio propio o una cuenta de Gmail. Correo entrante (POP3) * Servidor: pop.gmail.com * Usar SSL: Sí * Puerto: 995 Correo saliente (SMTP) * Servidor: smtp.gmail.com * Usar [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter" title="google" src="http://www.avellanadigital.com/tl_files/avellanadigital-design/noticies/gogle.jpg" alt="" width="297" height="297" /></p>
<p>Estos son los datos necesarios para configurar en un cliente de correo como ThunderBird, Outlook, Outlook Express, Eudora, etc. una cuenta de email de Google Apps con dominio propio o una cuenta de Gmail.</p>
<p>Correo entrante (POP3)</p>
<p>* Servidor: pop.gmail.com<br />
* Usar SSL: Sí<br />
* Puerto: 995</p>
<p>Correo saliente (SMTP)</p>
<p>* Servidor: smtp.gmail.com<br />
* Usar autenticación: Sí<br />
* Usar STARTTLS: Sí (en algunos clientes se denomina SSL)<br />
* Puerto: 465 o 587</p>
<p>Nombre de cuenta: correo@tudominio.com o correo@gmail.com (el correo electrónico completo)<br />
Dirección de correo electrónico: correo@tudominio.com  o  correo@gmail.com<br />
Contraseña: la misma de acceso al webmail. Algunos programas la piden en la configuración y otros en el primer envio o primer recepción.</p>
<p>Es importante tener habilitado el servicio POP en nuestra cuenta de Gmail o de Google Apps para que esto funcione. Para hacerlo hay que seguir los siguientes pasos:</p>
<p>Para habilitar el acceso POP en tu cuenta de Gmail:</p>
<p>1. Accede a tu cuenta de Google Apps o Gmail.<br />
2. Haz clic en Configuración, en la parte superior de cualquier página del webmail.<br />
3. Haz clic en Reenvío y correo POP, situado en el cuadro naranja Configuración.<br />
4. Selecciona Habilitar POP para todos los mensajes o Habilitar POP para los mensajes que se reciban a partir de ahora.<br />
5. Elige la acción que deseas que realicen tus mensajes de Gmail una vez que hayas accedido a ellos a través del protocolo POP.<br />
6. Haz clic en Guardar cambios.</p>
<p>visto en : <a href="http://www.pabloglanz.com.ar/2009/08/configurar-una-cuenta-de-google-apps-en-un-cliente-de-correo/" target="_blank">www.pabloglanz.com.ar</a></p>
<div class="fullcircle-social-links" style="display: block;"><div class="fullcircle-linkshare"><a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.pamchi.com%2F2009%2F11%2F16%2Fgoogle-apps-en-thunderbird%2F" class="fb_share_button"  target="_blank" style="text-decoration:none;">Facebook</a></div></div><div style="clear: both;"></div>]]></content:encoded>
			<wfw:commentRss>http://www.pamchi.com/2009/11/16/google-apps-en-thunderbird/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Los domingos son muy aburridos</title>
		<link>http://www.pamchi.com/2009/10/25/los-domingos-son-muy-aburridos/</link>
		<comments>http://www.pamchi.com/2009/10/25/los-domingos-son-muy-aburridos/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 00:06:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[2386452]]></category>
		<category><![CDATA[911]]></category>
		<category><![CDATA[amores]]></category>
		<category><![CDATA[Anly]]></category>
		<category><![CDATA[Bits!]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Blogroll]]></category>
		<category><![CDATA[Camarita...]]></category>
		<category><![CDATA[Cuates]]></category>
		<category><![CDATA[Dios]]></category>
		<category><![CDATA[Dreamhost]]></category>
		<category><![CDATA[El tri]]></category>
		<category><![CDATA[Guatemala]]></category>
		<category><![CDATA[HEROES DEL SILENCIO]]></category>
		<category><![CDATA[How to's]]></category>
		<category><![CDATA[Humor]]></category>
		<category><![CDATA[Imagenes]]></category>
		<category><![CDATA[LINUX]]></category>
		<category><![CDATA[Música]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[pamchi]]></category>
		<category><![CDATA[pato-movil]]></category>
		<category><![CDATA[Politica]]></category>
		<category><![CDATA[Programación]]></category>
		<category><![CDATA[Pseudo-familia]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[Rock and Roll]]></category>
		<category><![CDATA[Scouts]]></category>
		<category><![CDATA[Seguridad]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Vida]]></category>

		<guid isPermaLink="false">http://www.pamchi.com/?p=900</guid>
		<description><![CDATA[Facebook]]></description>
			<content:encoded><![CDATA[<p><object width="353" height="132"><embed src="http://www.goear.com/files/external.swf?file=daa4e32" type="application/x-shockwave-flash" wmode="transparent" quality="high" width="353" height="132"></embed></object></p>
<div class="fullcircle-social-links" style="display: block;"><div class="fullcircle-linkshare"><a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.pamchi.com%2F2009%2F10%2F25%2Flos-domingos-son-muy-aburridos%2F" class="fb_share_button"  target="_blank" style="text-decoration:none;">Facebook</a></div></div><div style="clear: both;"></div>]]></content:encoded>
			<wfw:commentRss>http://www.pamchi.com/2009/10/25/los-domingos-son-muy-aburridos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Python</title>
		<link>http://www.pamchi.com/2009/05/09/python-2/</link>
		<comments>http://www.pamchi.com/2009/05/09/python-2/#comments</comments>
		<pubDate>Sun, 10 May 2009 00:27:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Programación]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.pamchi.com/?p=718</guid>
		<description><![CDATA[Ya desde hace unos meses he andado con la armonía de programar algo en python, y bueno hoy leyendo http://mundogeek.net he encontrado un buen argumento para utilizar python,  así que le daremos copy / paste al texto para que los visitantes de este blog sepan cuales son la razones por las cuales deberíamos de aprender [...]]]></description>
			<content:encoded><![CDATA[<p>Ya desde hace unos meses he andado con la armonía de programar algo en python, y bueno hoy leyendo <a href="http://mundogeek.net" target="_blank">http://mundogeek.net</a> he encontrado un buen argumento para utilizar python,  así que le daremos copy / paste al texto para que los visitantes de este blog sepan cuales son la razones por las cuales deberíamos de aprender a programar en python, por cierto hago evidente el uso del &#8220;copy/paste&#8221; porque es importante darle el crédito a su respectivo autor.</p>
<p>Por cierto, lo mas interesante es que habla de<strong> google y yahoo</strong> como principales ejemplos de &#8220;casos de éxito&#8221;, y es un grito desesperado que el open source puede hacer maravillas en las compañías mas grandes, no sé porque seguimos teniendo miedo de no usarlos.</p>
<p><a href="http://http://mundogeek.net/archivos/2008/01/11/%c2%bfpor-que-python/" target="_blank">FUENTE</a></p>
<p><span id="more-718"></span></p>
<p>Python es un lenguaje que todo el mundo debería conocer. Su sintaxis simple, clara y sencilla; el tipado dinámico, el gestor de memoria, la gran cantidad de librerías disponibles y la potencia del lenguaje, entre otros, hacen que desarrollar una aplicación en Python sea sencillo, muy rápido y lo que es más importante, divertido.</p>
<p>La sintaxis de Python es tan sencilla y cercana al lenguaje natural que los programas elaborados en Python parecen pseudocódigo. Por este motivo se trata además de uno de los mejores lenguajes para comenzar a programar.</p>
<p>Python no es adecuado sin embargo para la programación de bajo nivel o para aplicaciones en las que el rendimiento sea crítico.</p>
<blockquote><p><strong>Algunos casos de éxito en el uso de Python son Google, Yahoo, la NASA, Industrias Ligh &amp; Magic, y todas las distribuciones Linux, en las que Python cada vez representa un tanto por ciento mayor de los programas disponibles.</strong></p></blockquote>
<div class="fullcircle-social-links" style="display: block;"><div class="fullcircle-linkshare"><a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.pamchi.com%2F2009%2F05%2F09%2Fpython-2%2F" class="fb_share_button"  target="_blank" style="text-decoration:none;">Facebook</a></div></div><div style="clear: both;"></div>]]></content:encoded>
			<wfw:commentRss>http://www.pamchi.com/2009/05/09/python-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ebox</title>
		<link>http://www.pamchi.com/2009/03/23/ebox/</link>
		<comments>http://www.pamchi.com/2009/03/23/ebox/#comments</comments>
		<pubDate>Mon, 23 Mar 2009 20:30:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How to's]]></category>
		<category><![CDATA[LINUX]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[pamchi]]></category>
		<category><![CDATA[Programación]]></category>

		<guid isPermaLink="false">http://www.pamchi.com/?p=680</guid>
		<description><![CDATA[Hoy necesitaba instalar un servidor gateway para un cliente, así que empece a googlear un poco, y encontre esta solución, ni siquiera la he terminado de bajar, pero he estado investigando y parece ser una solución open-source bastante práctica. LINK Introduction This guide covers installation and configuration of eBox. eBox is a web framework used [...]]]></description>
			<content:encoded><![CDATA[<p>Hoy necesitaba instalar un servidor gateway para un cliente, así que empece a googlear un poco, y encontre esta solución, ni siquiera la he terminado de bajar, pero he estado investigando y parece ser una solución open-source bastante práctica.</p>
<p><img class="alignnone" title="Ebox" src="http://www.aplicacionesempresariales.com/files/media/ebox-cuming.png" alt="" width="285" height="231" /></p>
<p><a href="https://help.ubuntu.com/community/eBox#Installation" target="_blank">LINK</a></p>
<h1 id="Introduction"><span id="more-680"></span></h1>
<h1>Introduction</h1>
<p class="line862">This guide covers installation and configuration of <strong>eBox</strong>. eBox is a web framework used to manage server application configuration. The modular design of eBox allows you to pick and choose which services you want to configure using eBox.</p>
<p class="line867"><img class="attachment" title="IconsPage/warning.png" src="https://help.ubuntu.com/community/IconsPage?action=AttachFile&amp;do=get&amp;target=warning.png" alt="IconsPage/warning.png" /> <strong>WARNING:</strong> the eBox version released with Ubuntu 7.10 (Gutsy Gibbon) has several bugs that severely limit its usefulness. The eBox version released for Ubuntu 8.04 (Hardy Heron) is much more functional.</p>
<p class="line867"><img class="attachment" title="IconsPage/warning.png" src="https://help.ubuntu.com/community/IconsPage?action=AttachFile&amp;do=get&amp;target=warning.png" alt="IconsPage/warning.png" /> <strong>WARNING:</strong> the eBox package released with Ubuntu 8.10 (Intrepid Ibex) is broken and cannot be installed. See <a class="https" href="https://bugs.launchpad.net/ubuntu/+source/ebox/+bug/255368">bug #255368</a> for information and unsupported workarounds.</p>
<p class="line867">
<h1 id="Installation">Installation</h1>
<p class="line862">The <strong>ebox</strong> package can be installed from the Universe repository.  See <a href="https://help.ubuntu.com/community/InstallingSoftware">InstallingSoftware</a> for detailed instructions using package managers. The different eBox modules are split into different packages, allowing you to only install those necessary. One way to view the available packages is, from a terminal enter:</p>
<p class="line867">
<pre>apt-cache rdepends ebox | uniq</pre>
<p class="line874">You can install all eBox packages by running:</p>
<p class="line867">
<pre>sudo apt-get install “^ebox-.*”</pre>
<p class="line862">During the installation you will be asked to supply a password for the <strong>ebox</strong> user.  After installing eBox the web interface can be accessed from: <tt>https://yourserver/ebox</tt>.</p>
<p class="line867">
<h2 id="Using the latest version">Using the latest version</h2>
<p class="line874">To install a newer version of eBox than is included in Ubuntu&#8217;s repositories add to the file /etc/apt/sources.list this line:</p>
<p class="line867">
<pre>deb http://ppa.launchpad.net/juruen/ubuntu hardy main</pre>
<p class="line874">Be sure to run</p>
<p class="line867">
<pre>sudo apt-get update</pre>
<p class="line874">before installing eBox.</p>
<p class="line867">
<h1 id="eBox Configuration">eBox Configuration</h1>
<p class="line862">An important thing to remember when using <strong>eBox</strong> is that when configuring most modules there is a <strong>Change</strong> button that implements the new configuration. After clicking the change button most, but not all, modules will then need to be <strong>Saved</strong>.  To save the new configuration click on the <strong>Save changes</strong> link in the top right hand corner.  Once you make a change that requires a save the link will change from <strong>green</strong> to <strong>red</strong>.</p>
<p class="line867">
<h2 id="eBox Modules">eBox Modules</h2>
<p class="line862">By default all <strong>eBox Modules</strong> are not enabled, and when a new module is installed it will not be automatically enabled.</p>
<p class="line862">To enable a disabled <strong>module</strong> click on the <em>Module status</em> link in the left had menu.  Then check which modules you would like to enable and click the <em>Save</em> link.</p>
<p class="line867">
<h2 id="Default Modules">Default Modules</h2>
<p class="line874">This section provides a quick summary of the default eBox modules.</p>
<ul>
<li>
<p class="line891"><strong>System:</strong> contains options allowing configuration of general eBox items.</p>
<ul>
<li>
<p class="line891"><strong>General:</strong> allows you to set the eBox language and port number.  Also, contains a change password form.</p>
</li>
<li>
<p class="line891"><strong>Disk Usage:</strong> presents a graph detailing information about disk usage.</p>
</li>
<li>
<p class="line891"><strong>Backup:</strong> is used to backup eBox configuration information, and the <strong>Full Backup</strong> option allows you to save all eBox information not included in the Configuration option such as log files.</p>
</li>
<li>
<p class="line891"><strong>Halt/Reboot:</strong> will shutdown the system or reboot it.</p>
</li>
<li>
<p class="line891"><strong>Bug Report:</strong> creates a file containing details helpful when reporting bugs to the eBox developers.</p>
</li>
</ul>
</li>
<li class="gap">
<p class="line891"><strong>Logs:</strong> allows eBox logs to be queried depending on the purge time configured.</p>
</li>
<li class="gap">
<p class="line891"><strong>Events:</strong> this module has the ability to send alerts through rss, jabber, and log file.</p>
<ul>
<li>Events:
<ul>
<li>
<p class="line891"><strong>Free Storage Space:</strong> will send alert if free disk space drops below a configured percentage, 10% by default.</p>
</li>
<li>
<p class="line891"><strong>Log Observer:</strong> unfortunately this event doesn&#8217;t work with the eBox version shipped with Hardy.</p>
</li>
<li>
<p class="line891"><strong>RAID:</strong> will monitor the RAID system and send alerts if any issues arise.</p>
</li>
<li>
<p class="line891"><strong>Service:</strong> sends alerts if a service restarts multiple times in a short time period.</p>
</li>
<li>
<p class="line891"><strong>State:</strong> alerts on the state of eBox, either up or down.</p>
</li>
</ul>
</li>
<li>Dispatchers:
<ul>
<li>
<p class="line891"><strong>Log:</strong> this dispatcher will send event messages to the eBox log file <tt>/var/log/ebox/ebox.log</tt></p>
</li>
<li>
<p class="line891"><strong>Jabber:</strong> before enabling this dispatcher you must first configure it by clicking on the configure icon.</p>
</li>
<li>
<p class="line891"><strong>RSS:</strong> once this dispatcher is configured you can subscribe to the link in order to view event alerts.</p>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<p class="line867">
<h2 id="Expansion Modules">Expansion Modules</h2>
<ul>
<li>
<p class="line891"><strong>Network:</strong> allows configuration of the systems network options through eBox.</p>
</li>
<li>
<p class="line891"><strong>Firewall:</strong> configures firewall options for the eBox host.</p>
</li>
<li>
<p class="line891"><strong><a class="nonexistent" href="https://help.ubuntu.com/community/UsersandGroups">UsersandGroups</a>:</strong> this module will manage users and groups contained in an <tt>OpenLDAP</tt> LDAP directory.</p>
</li>
<li>
<p class="line891"><strong>DHCP:</strong> provides an interface to configuring a DHCP server.</p>
</li>
<li>
<p class="line891"><strong>DNS:</strong> provides <tt>BIND</tt> configuration options.</p>
</li>
<li>
<p class="line891"><strong>Objects:</strong> allow configuration of eBox <tt>Network Objects</tt>, which allow you to assign a name to an IP or group of IPs.</p>
</li>
<li>
<p class="line891"><strong>Services:</strong> displays configuration information for services that available to the network.</p>
</li>
<li>
<p class="line891"><strong>Squid:</strong> configuration options for the <tt>Squid</tt> proxy server.</p>
</li>
<li>
<p class="line891"><strong>CA:</strong> configures a <tt>Certificate Authority</tt> for the server.</p>
</li>
<li>
<p class="line891"><strong>NTP:</strong> set <tt>Network Time Protocol</tt> options.</p>
</li>
<li>
<p class="line891"><strong>Printers:</strong> interface allowing the configuration of printers.</p>
</li>
<li>
<p class="line891"><strong>Samba:</strong> configuration options for <tt>Samba</tt>.</p>
</li>
<li>
<p class="line891"><strong>OpenVPN:</strong> setup options for <tt>OpenVPN</tt> Virtual Private Network application.</p>
</li>
</ul>
<div class="fullcircle-social-links" style="display: block;"><div class="fullcircle-linkshare"><a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.pamchi.com%2F2009%2F03%2F23%2Febox%2F" class="fb_share_button"  target="_blank" style="text-decoration:none;">Facebook</a></div></div><div style="clear: both;"></div>]]></content:encoded>
			<wfw:commentRss>http://www.pamchi.com/2009/03/23/ebox/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

