Posts Tagged ‘Linux’

Mantenimiento del File system de Linux

Wednesday, August 25th, 2010

Nos mandan un artículo introductorio al mantenimiento del sistema de archivos en sistemas con Linux…

Learn how to check the integrity of your Linux filesystems, monitor free space, and fix simple problems. Use the material in this article to study for the Linux Professional Institute (LPI) 101 exam for Linux system administrator certification—or just to check your filesystems and keep them in good working order, especially after a system crash or power loss.

Bazaar: Un poderoso control de versiones para desarrolladores

Friday, August 20th, 2010

Nosn mandan un artículo introductorio a Bazaar, que es un sistema controlador de versiones tipo CVS, Subversion, GIT, etc.

Bazaar is used to produce the Ubuntu Linux distribution, which is an enormous software project with thousands of components. If you’re using a UNIX or Linux system, chances are that your distribution offers a pre-built Bazaar package. Bazaar is flexible enough to accommodate Subversion – a centralized system and Git – a decentralized system. This article introduces you to Bazaar‘s many appealing features.

Debian cumple 17 años

Monday, August 16th, 2010

Fue un 16 de agosto de 1993 cuando Ian A Murdock anunció el lanzamiento de una nueva distribución Linux (nota original http://bit.ly/bkNYvk) con el nombre de Debian que surge de unir dos nombres: Debra, su entonces novia (actual ex-esposa) y su propio nombre Ian.

¡Feliz cumpleaños Debian!

- Debian Day 2010 México (http://bit.ly/cF4ozZ)

- Cubo de Códigos para Terminal (http://bit.ly/9PQkJD)

- Obtener Debian Linux (http://www.debian.org/index.es.html)

- Página oficial de aniversario (http://thank.debian.net/)

Cambiando el tamaño de particiones con Gparted

Saturday, August 14th, 2010

Nos mandan un artículo sobre como cambiar el tamaño de particiones en un file system previamente creado:

Several tools exist to Resizing Linux partitions, but there are a number of potential pitfalls and restrictions that can make the task more difficult than it might at first seem. This article guides you through the task of resizing Linux partitions, beginning with basic preparations and moving on to common resizing scenarios using graphical user interface (GUI) tools.

Guía básica de como particionar en Linux

Monday, August 9th, 2010

Nos mandan una guía básica de como particionar discos duros bajo Linux:

In this article learn how to create partitions on a disk drive and how to format them for use on a Linux system as swap or data space. In this related article on Hard disk Layout you can learn how to design a partition layout for disks on a Linux system.

Alta disponibilidad usando DRBD (Distributed Replicated Block Device) en Linux

Friday, August 6th, 2010

Nos mandan un artículo de como utilizar en Linux una nueva característica llamada DRBD (Distributed Replicated Block Device), que permite copiar bloques de información por red y crear esquemas de fail-over:

The 2.6.33 Linux kernel has introduced a useful new service called the DRBD – Distributed Replicated Block Device. This service mirrors an entire block device to another networked host during run time, permitting the development of high-availability clusters for block data. Explore the ideas behind the DRBD and its implementation in the Linux kernel.

tips y trucos para vi

Wednesday, July 28th, 2010

Nos mandan una lista de 10 consejos básicos para aprovechar el editor vi :

Amaze your friends with cool vi tips and tricks that will improve the efficiency of your file editing. This article takes you through ten of the less well-known vi commands that should form part of any serious vi user’s toolkit.

Creando herramientas para GIMP

Saturday, July 24th, 2010

Nos mandan un artículo de como utilizar el código fuente de GIMP (GNU Image Manipulation Program) para añadir características nuevas a este:

The GNU Image Manipulation Program (GIMP) is a robust application for editing and manipulating digital images. In this article, you will learn how to get started with the GIMP code, how to build the project from the Git repositories, and how to find your way around the code tree. And you will build an example application that creates a whole new painting tool for the program.

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í.