Archive for the ‘Tips técnicos’ Category
Tuesday, August 25th, 2009
Nos mandan un artículo sobre como usar “multitail” y “watch” para monitorear log files:
Monitoring system logs or the status of a command that produces file or directory output are common tasks for systems administrators. Learn how to use two popular open source tools simplify these activities for modern systems administrators: the multitail and watch commands.
Tags: Linux, programming, System Admin, Unix
Posted in Sistemas Operativos, Tips técnicos | No Comments »
Tuesday, August 4th, 2009
Para los amantes de los sistemas de control de versiones para su código fuente, la gente de IBM nos manda la primera parte sobre el uso de Git para los usuarios que tengan algo de conocimiento previo en Subversion:
Distributed version control systems (DVCSs) offer a number of advantages over centralized VCSs, and for Subversion users looking to explore this model, Git is a great place to start. Using Subversion as a baseline, this articles shows how to install Git, set up a remote repository, and begin using basic Git commands.
Tags: Git, Linux, Subversion, version control
Posted in Programacion, Tips técnicos | No Comments »
Tuesday, August 4th, 2009
Recién he publicado la edición de agosto de 2009 de mi libro electrónico «Implementación de Servidores con GNU/Linux.» Esta edición tiene un total de 600 páginas y acumula 10 años de experiencias y trabajo de investigación en un proyecto de comunidad que inició un 27 de agosto de 1999. La obra se publica con licenciamiento Creative Commons Reconocimiento – NoComercial – CompartirIgual 2.1. El libro en formato electrónico, que está basado en un 100% sobre CentOS 4 y 5, está disponible sin costo a través de la zona de descargas de Alcance Libre en este enlace. También, por primera vez desde 2006 esta disponible en formato impreso, en esta ocasión a través de Lulu.com. Correcciones, reportes de errores y sugerencias, por favor publicarlas en este enlace o bien en el formulario en este otro enlace.
Tags: Apache, dhcp, dovecot, Libros, Linux, openldap, samba, shorewall, Squid
Posted in Linux, Tips técnicos | No Comments »
Monday, June 22nd, 2009
Pues les cuento que ayer me habló una amiga, de esas sabrosonas a las que no te puedes negar, para pedirme un ERP (no con esas palabras: ‘quiero algo que me ayude en mis inventarios, facturación, bla, bla…’). A ella no le interesa nada del OpenSource y todo esto (alguna vez discutiamos y dijo que Bill Gates como administrador de empresas era la onda por todo el dinero que había hecho), pero nunca me he rendido a tratar de venderle la idea.
(more…)
Posted in Tips técnicos | No Comments »
Saturday, June 13th, 2009
Buenas cofrades,
si alguien tiene una tablet HP – compaq tc4400 y quiere que le funcionen los “botones” que vienen en la parte inferior de la pantalla, tenemos un parche para el linuxwacom-0.8.3-4 que los habilita, además de un archivo de configuración para xbindkeys para asignarlos e incluso un script para rotar la pantalla.
http://code.google.com/p/linuxwacom-patch-for-tc4400
Posted in Juguetes, Programacion, Tips técnicos | No Comments »
Monday, June 8th, 2009
Nos mandan un artículo introductorio a las técnicas de esteganografía (esconder información dentro de otra):
Some of the more nefarious Steganography tactics include hiding information for illegal reasons. In fact, organizations such as Al-Qaeda and other terrorist are known to use this process to hide information in harmless images hosted on Web sites. Learn whats at stake and how to detect and thwart Steganography techniques and blunt its effectiveness.
Tags: Linux, Security
Posted in Seguridad Informática, Tips técnicos | 3 Comments »
Monday, June 8th, 2009
Nos mandan un artículo de como usar los ACL’s (Access Control List) de la nueva NFSv4 (Network File System – Version 4):
Here’s a great cheat sheet on managing NFSv4 ACLs on different filesystem with different commands. This article discusses and compares the different commands that you might use to migrate from one filesystem to another.
Tags: admin, Linux
Posted in Tips técnicos | No Comments »
Monday, June 8th, 2009
Nos mandan un artículo sobre el uso de frameworks para la prueba y debug de programas en Python.
Look at how the leading Python testing frameworks provide robust auto-discovery of your application tests. Make sure your applications are written right the first time, and that they stay working through months and years of further tweaks and improvements.
Tags: Linux, programming, Python, Unix
Posted in Programacion, Python, Tips técnicos | No Comments »
Wednesday, June 3rd, 2009
Nos mandan un artículo de como usar una librería de Java llamada “Scitter” para hacer aplicaciones que interactuen con Twitter de manera más sencilla.
Make it substantially easier to access Twitter than just opening an HTTP connection and doing the work by hand as well as making Twitter easily accessible to Java clients and Java developers. With this new Scala Scitter library you wont have too much to do to get started leveraging the Twitter API.
Tags: J2EE, Java, programming, scala, Twitter
Posted in Java, Programacion, Tips técnicos | No Comments »
Wednesday, May 20th, 2009
Nos mandan un artículo sobre como invocar comandos de shell desde PHP y dan la referencia a otro artículo titulado Command-line PHP? Yes, you can!:
Learn how to better integrate scripts with command-line tools. Examine using shell_exec(), exec(), passthru(), and system(); safely passing information to the command line; and safely retrieving information from it. See how to integrate closely with underlying shell commands and folding any return values into your interfaces and processes.
Tags: php, programming, Web 2.0, Web app, Web development
Posted in PHP, Programacion, Tips técnicos | No Comments »