Genial nos vemos por allá entonces!, yo estaré con mi polera de Debian (una polera negra con el logo de Debian)
No se como le haremos pero ahi nos vemos!!
No se como le haremos pero ahi nos vemos!!

Esta sección te permite ver todos los mensajes escritos por este usuario. Ten en cuenta que sólo puedes ver los mensajes escritos en zonas a las que tienes acceso en este momento.
Mostrar Mensajes MenúNo tienes permitido ver enlaces. Registrate o Entra a tu cuenta
Me aparece esto al ejecutarloCódigo: text Can't locate Color/Output.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14 /usr/local/lib/site_perl .) at paranoic.pl line 176.
sudo perl -MCPAN -e 'install Color::Output'
sudo perl -MCPAN -e 'install Image::ExifTool'
No tienes permitido ver enlaces. Registrate o Entra a tu cuenta
Excelente, también pueden usar (wget)
wget -r No tienes permitido ver enlaces. Registrate o Entra a tu cuenta
y se descargar la web de forma recursiva saludos ..
dennis@r00t:~$ python
Python 2.7.3 (default, Sep 10 2012, 00:09:03)
[GCC 4.7.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import this
The Zen of Python, by Tim Peters
Beautiful is better than ugly.
Explicit is better than implicit.
Simple is better than complex.
Complex is better than complicated.
Flat is better than nested.
Sparse is better than dense.
Readability counts.
Special cases aren't special enough to break the rules.
Although practicality beats purity.
Errors should never pass silently.
Unless explicitly silenced.
In the face of ambiguity, refuse the temptation to guess.
There should be one-- and preferably only one --obvious way to do it.
Although that way may not be obvious at first unless you're Dutch.
Now is better than never.
Although never is often better than *right* now.
If the implementation is hard to explain, it's a bad idea.
If the implementation is easy to explain, it may be a good idea.
Namespaces are one honking great idea -- let's do more of those!
>>>