Posts Tagged ‘Linux’

Desarrollo de aplicaciones para Android con Java

Tuesday, July 20th, 2010

Nos mandan un artículo sobre como desarrollar aplicaciones para Android 2.2 y JDK 1.6.0_17:

Java language is the tool of choice for Android developers. The Android runtime uses its own virtual machine, Dalvik, which is not the usual Java virtual machine that most Java developers are used to. In this article you will learn advanced Java features and how they are implemented on Android. This includes features such as concurrency, networking, and database access.

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

Saturday, July 17th, 2010

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

With configuration, installation, and the use of Hadoop in single-node and also the use in multi-node architectures under your belt, you can now turn to the task of developing applications within the Hadoop infrastructure. This article explores the Hadoop APIs and data flow and demonstrates their use with a simple mapper and reducer application.

La segunda parte esta aquí.

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.