Archive for the ‘Linux’ Category

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.

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.

Actualizaciones en vivo del Kernel usando Ksplice

Wednesday, August 4th, 2010

Nos mandan un artículo de como parchar el Kernel de Unix sin tener que detener operación, o al menos el menor tiempo posible:

Ksplice applies kernel patches on-the-fly – no reboot required — in a fraction of a second. Here’s a hands-on guide to performing painless system updates. Learn how to patch a live kernel and give reboots the boot.

Plática de entrada libre “Creación de Servidores Virtuales con XEN”

Wednesday, July 14th, 2010

Compugraf los saluda nuevamente y les invita a asistir la plática de “Virtualización con XEN en GNU/Linux”, el objetivo de esta plática es explicar  que es la tecnología de virtualización, sus usos y sus ventajas , Y más aún cuando es implementada con herramientas libres tan poderosas y confiables como “XEN”, que esta altura de cualquier aplicación en el mercado…
(more…)

Vacante para programador PHP

Tuesday, July 6th, 2010

Habilidades laborales:

  • Dominio de PHP con base en MySQL y HTML
  • Conocimientos deseables XHTML, CSS3, JavaScript incluyendo JQuery, ColdFusion.
  • Dominio de idioma Ingles al 80%. Mantendrá comunicación esporádica vía mail con lideres de proyecto
  • Trabajo bajo presión para cumplir tiempos de entrega.

Características personales:

  • Puntual
  • Responsable

Monto destinado para la vacante:

$12,000  a  $16,000 pesos mensuales netos según habilidades.

Interesados enviar CV a  omar@copyleft.com.mx

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