Posts Tagged ‘Linux’

Subiendo aplicaciones de Linux a la nube… de Amazon

Thursday, July 15th, 2010

Nos mandan un articulo de como aprovechar las facilidades de “Cloud Computing” de Amazon:

Cloud computing and Infrastructure as a Service (IaaS) are well documented, but what’s often not discussed is how to get a running Linux application into a cloud computing environment. Discover how to move an application into the cloud and take advantages of the features this setup has to offer.

Automatización de pruebas de software con Buildbot

Thursday, July 8th, 2010

Nos mandan un artículo sobre como automatizar el ciclo de pruebas de software utilizando Buildbot:

The days of cowboy coding are long gone at most organizations, replaced by a renewed interest in generating quality software. Continuous integration (CI) testing is a vital component in the practice of agile programming techniques that lead to high-quality software. Learn the theory and practice of CI testing by exploring Buildbot, an open source CI system written in Python.

Proceso distribuido de información con Hadoop (parte 2)

Thursday, July 8th, 2010

Nos mandan la segunda parte de un artículo que trata sobre Hadoop (un framework para cómputo distribuido):

Learn advanced setup that uses multiple nodes for parallel processing. It demonstrates the various node types required for multinode clusters and explores MapReduce functionality in a parallel environment. This article also digs into the management aspects of Hadoop—both command line and Web based.

La primera parte esta aquí

¿Donde van los archivos de sistema en Linux?

Sunday, June 27th, 2010

Nos mandan un artículo básico para aprender donde encontrar y colocar los archivos en un sistema Linux:

Learn the correct location for files under the Filesystem Hierarchy Standard (FHS) on a Linux system and learn how to find important files and commands. You can use the material to explore file organization and management.

Capturando las interacciones de programas en Unix/Linux

Wednesday, June 23rd, 2010

Nos mandan un artículo de como capturar las salidas y entradas de programas en Unix/Linux

Modern UNIX systems provide a number of different tools to capture the text-oriented interaction between a user and a specific program and to capture graphical screens and single windows. This article focuses on different ways to keep a record of the interaction between a user and a command-line application.

Instalando Android en el iPhone 2G o 3G

Wednesday, June 16th, 2010

Encontre este tutorial para instalar Android en un iphone desbloqueado (Jailbroken), aunque creo que la parte de telefono no funciona, pero es un bonito hack y te permite iniciar en android o IOS.

http://iclarified.com/entry/index.php?enid=9877

Encontre otro tutorial aqui:

http://www.hackthatphone.com/3x/android_on_the_iphone_2g_or_3g.html

¿Programando en MonoTouch?

Thursday, June 10th, 2010

Estoy comenzando a programar para el iPhone y me inrteresa saber si algioen mas esta programando con MonoTouch (http://monotouch.net/) y cuales son las ventajas / desventajas.
Saludos
JR!

Proceso distribuido de información con Hadoop

Wednesday, May 19th, 2010

Nos mandan un artículo que trata sobre Hadoop (un framework para cómputo distribuido):

This article explores the Hadoop framework, including its fundamental elements, such as the Hadoop file system (HDFS), and node types that are commonly used. Learn how to install and configure a single-node Hadoop cluster, and delve into the MapReduce application. Finally, discover ways to monitor and manage Hadoop using its core Web interfaces.

YUM y RPM para principiantes

Monday, May 17th, 2010

Nos mandan un artículo sobre como usar las utilerías de control de paquetes YUM y RPM:

Learn how to install, upgrade and manage packages on your Linux system. This article focuses on the Red Hat Package Manager (RPM) developed by Red Hat, as well as the Yellowdog Updater Modified (YUM). Explore the best ways to add new software and keep your system current.

Ceph: Sistema de archivos distribuido con capacidades de petabyte

Friday, May 7th, 2010

Nos mandan un artículo sobre Ceph que es un sistema de almacenamiento distribuido con capacidades muy grandes de almacenamiento:

A recent addition to Linux’s impressive selection of file systems is Ceph, a distributed file system that incorporates replication and fault tolerance while maintaining POSIX compatibility. Explore the architecture of Ceph and learn how it provides fault tolerance and simplifies the management of massive amounts of data.